2024-09-11T07:02:35.011 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-11T07:02:35.029 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-11T07:02:35.110 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901205 branch: wip-guits-quincy-2024-09-10-2008-quincy description: orch:cephadm/mgr-nfs-upgrade/{0-centos_9.stream 1-bootstrap/16.2.4 1-start 2-nfs 3-upgrade-with-workload 4-final} email: gabrioux@ibm.com first_in_suite: false job_id: '7901205' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-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-10-2008-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: d0e6828a2016d48cf25ad84064e50742bb1c39b9 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: d0e6828a2016d48cf25ad84064e50742bb1c39b9 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 - scontext=system_u:system_r:getty_t:s0 workunit: branch: wip-guits-quincy-2024-09-10-2008-quincy sha1: d0e6828a2016d48cf25ad84064e50742bb1c39b9 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: 2282 sha1: d0e6828a2016d48cf25ad84064e50742bb1c39b9 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-quincy-2024-09-10-2008-quincy suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_d0e6828a2016d48cf25ad84064e50742bb1c39b9/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: d0e6828a2016d48cf25ad84064e50742bb1c39b9 targets: smithi017.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNgXwDTr9A3fbENrIXUGlhUY8/BcFhK0+px9yCK3Ww4nIU0rpBMSvvMmg7J7jzVihL+xHTnW7okc+Td9Q41oe34= smithi045.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAAFACb0onCiBi6g+pLIdT+u604RV+queQuZka+exIThlvXCEbpNFFhMzB4critSsIyykS3fFb1flhysDXfiAsE= tasks: - cephadm: avoid_pacific_features: true cephadm_branch: v16.2.4 cephadm_git_url: https://github.com/ceph/ceph image: docker.io/ceph/ceph:v16.2.4 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - ceph config get mgr mgr/cephadm/migration_current | grep 6 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-11_06:53:43 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-11T07:02:35.110 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_d0e6828a2016d48cf25ad84064e50742bb1c39b9/qa; will attempt to use it 2024-09-11T07:02:35.111 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_d0e6828a2016d48cf25ad84064e50742bb1c39b9/qa/tasks 2024-09-11T07:02:35.111 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-11T07:02:35.113 INFO:teuthology.task.internal:Checking packages... 2024-09-11T07:02:35.134 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'd0e6828a2016d48cf25ad84064e50742bb1c39b9' 2024-09-11T07:02:35.134 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-11T07:02:35.134 INFO:teuthology.packaging:ref: None 2024-09-11T07:02:35.134 INFO:teuthology.packaging:tag: None 2024-09-11T07:02:35.134 INFO:teuthology.packaging:branch: wip-guits-quincy-2024-09-10-2008-quincy 2024-09-11T07:02:35.134 INFO:teuthology.packaging:sha1: d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T07:02:35.135 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-10-2008-quincy 2024-09-11T07:02:35.282 INFO:teuthology.task.internal:Found packages for ceph version 17.2.7-1623.gd0e6828a 2024-09-11T07:02:35.284 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-11T07:02:35.290 INFO:teuthology.task.internal:no buildpackages task found 2024-09-11T07:02:35.290 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-11T07:02:35.308 INFO:teuthology.task.internal:Saving configuration 2024-09-11T07:02:35.321 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-11T07:02:35.327 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-11T07:02:35.353 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi017.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901205', '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-11 06:57:49.423226', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNgXwDTr9A3fbENrIXUGlhUY8/BcFhK0+px9yCK3Ww4nIU0rpBMSvvMmg7J7jzVihL+xHTnW7okc+Td9Q41oe34='} 2024-09-11T07:02:35.376 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi045.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901205', '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-11 06:57:49.424517', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAAFACb0onCiBi6g+pLIdT+u604RV+queQuZka+exIThlvXCEbpNFFhMzB4critSsIyykS3fFb1flhysDXfiAsE='} 2024-09-11T07:02:35.376 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-11T07:02:35.384 INFO:teuthology.task.internal:roles: ubuntu@smithi017.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2024-09-11T07:02:35.384 INFO:teuthology.task.internal:roles: ubuntu@smithi045.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-09-11T07:02:35.384 INFO:teuthology.run_tasks:Running task console_log... 2024-09-11T07:02:35.444 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f64d6657ac0>, signals=[15]) 2024-09-11T07:02:35.445 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-11T07:02:35.452 INFO:teuthology.task.internal:Opening connections... 2024-09-11T07:02:35.452 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi017.front.sepia.ceph.com 2024-09-11T07:02:35.453 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi017.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:02:35.530 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi045.front.sepia.ceph.com 2024-09-11T07:02:35.531 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:02:35.605 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-11T07:02:35.617 DEBUG:teuthology.orchestra.run.smithi017:> uname -m 2024-09-11T07:02:35.637 INFO:teuthology.orchestra.run.smithi017.stdout:x86_64 2024-09-11T07:02:35.637 DEBUG:teuthology.orchestra.run.smithi017:> cat /etc/os-release 2024-09-11T07:02:35.694 INFO:teuthology.orchestra.run.smithi017.stdout:NAME="CentOS Stream" 2024-09-11T07:02:35.694 INFO:teuthology.orchestra.run.smithi017.stdout:VERSION="9" 2024-09-11T07:02:35.694 INFO:teuthology.orchestra.run.smithi017.stdout:ID="centos" 2024-09-11T07:02:35.694 INFO:teuthology.orchestra.run.smithi017.stdout:ID_LIKE="rhel fedora" 2024-09-11T07:02:35.694 INFO:teuthology.orchestra.run.smithi017.stdout:VERSION_ID="9" 2024-09-11T07:02:35.695 INFO:teuthology.orchestra.run.smithi017.stdout:PLATFORM_ID="platform:el9" 2024-09-11T07:02:35.695 INFO:teuthology.orchestra.run.smithi017.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-11T07:02:35.695 INFO:teuthology.orchestra.run.smithi017.stdout:ANSI_COLOR="0;31" 2024-09-11T07:02:35.695 INFO:teuthology.orchestra.run.smithi017.stdout:LOGO="fedora-logo-icon" 2024-09-11T07:02:35.695 INFO:teuthology.orchestra.run.smithi017.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-11T07:02:35.695 INFO:teuthology.orchestra.run.smithi017.stdout:HOME_URL="https://centos.org/" 2024-09-11T07:02:35.695 INFO:teuthology.orchestra.run.smithi017.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-11T07:02:35.695 INFO:teuthology.orchestra.run.smithi017.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-11T07:02:35.695 INFO:teuthology.orchestra.run.smithi017.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-11T07:02:35.696 INFO:teuthology.lock.ops:Updating smithi017.front.sepia.ceph.com on lock server 2024-09-11T07:02:35.720 DEBUG:teuthology.orchestra.run.smithi045:> uname -m 2024-09-11T07:02:35.738 INFO:teuthology.orchestra.run.smithi045.stdout:x86_64 2024-09-11T07:02:35.738 DEBUG:teuthology.orchestra.run.smithi045:> cat /etc/os-release 2024-09-11T07:02:35.797 INFO:teuthology.orchestra.run.smithi045.stdout:NAME="CentOS Stream" 2024-09-11T07:02:35.797 INFO:teuthology.orchestra.run.smithi045.stdout:VERSION="9" 2024-09-11T07:02:35.797 INFO:teuthology.orchestra.run.smithi045.stdout:ID="centos" 2024-09-11T07:02:35.797 INFO:teuthology.orchestra.run.smithi045.stdout:ID_LIKE="rhel fedora" 2024-09-11T07:02:35.797 INFO:teuthology.orchestra.run.smithi045.stdout:VERSION_ID="9" 2024-09-11T07:02:35.797 INFO:teuthology.orchestra.run.smithi045.stdout:PLATFORM_ID="platform:el9" 2024-09-11T07:02:35.797 INFO:teuthology.orchestra.run.smithi045.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-11T07:02:35.797 INFO:teuthology.orchestra.run.smithi045.stdout:ANSI_COLOR="0;31" 2024-09-11T07:02:35.797 INFO:teuthology.orchestra.run.smithi045.stdout:LOGO="fedora-logo-icon" 2024-09-11T07:02:35.798 INFO:teuthology.orchestra.run.smithi045.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-11T07:02:35.798 INFO:teuthology.orchestra.run.smithi045.stdout:HOME_URL="https://centos.org/" 2024-09-11T07:02:35.798 INFO:teuthology.orchestra.run.smithi045.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-11T07:02:35.798 INFO:teuthology.orchestra.run.smithi045.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-11T07:02:35.798 INFO:teuthology.orchestra.run.smithi045.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-11T07:02:35.798 INFO:teuthology.lock.ops:Updating smithi045.front.sepia.ceph.com on lock server 2024-09-11T07:02:35.820 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-11T07:02:35.830 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-11T07:02:35.843 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-11T07:02:35.843 DEBUG:teuthology.orchestra.run.smithi017:> test '!' -e /home/ubuntu/cephtest 2024-09-11T07:02:35.846 DEBUG:teuthology.orchestra.run.smithi045:> test '!' -e /home/ubuntu/cephtest 2024-09-11T07:02:35.863 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-11T07:02:35.873 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-11T07:02:35.873 DEBUG:teuthology.orchestra.run.smithi017:> test -z $(ls -A /var/lib/ceph) 2024-09-11T07:02:35.903 DEBUG:teuthology.orchestra.run.smithi045:> test -z $(ls -A /var/lib/ceph) 2024-09-11T07:02:35.931 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-11T07:02:35.985 INFO:teuthology.run_tasks:Running task kernel... 2024-09-11T07:02:36.003 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-11T07:02:36.003 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-11T07:02:36.004 DEBUG:teuthology.orchestra.run.smithi017:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-11T07:02:36.004 DEBUG:teuthology.orchestra.run.smithi045:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-11T07:02:36.021 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T07:02:36.021 DEBUG:teuthology.orchestra.run.smithi045:> uname -r 2024-09-11T07:02:36.022 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T07:02:36.022 DEBUG:teuthology.orchestra.run.smithi017:> uname -r 2024-09-11T07:02:36.078 INFO:teuthology.orchestra.run.smithi045.stdout:5.14.0-503.el9.x86_64 2024-09-11T07:02:36.078 INFO:teuthology.task.kernel:Running kernel on smithi045: 5.14.0-503.el9.x86_64 2024-09-11T07:02:36.078 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum install -y kernel 2024-09-11T07:02:36.079 INFO:teuthology.orchestra.run.smithi017.stdout:5.14.0-503.el9.x86_64 2024-09-11T07:02:36.080 INFO:teuthology.task.kernel:Running kernel on smithi017: 5.14.0-503.el9.x86_64 2024-09-11T07:02:36.080 DEBUG:teuthology.orchestra.run.smithi017:> sudo yum install -y kernel 2024-09-11T07:02:38.683 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 9 - BaseOS 9.5 MB/s | 8.2 MB 00:00 2024-09-11T07:02:39.522 INFO:teuthology.orchestra.run.smithi017.stdout:CentOS Stream 9 - BaseOS 4.7 MB/s | 8.2 MB 00:01 2024-09-11T07:02:40.467 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 9 - AppStream 34 MB/s | 20 MB 00:00 2024-09-11T07:02:45.306 INFO:teuthology.orchestra.run.smithi017.stdout:CentOS Stream 9 - AppStream 4.4 MB/s | 20 MB 00:04 2024-09-11T07:02:45.884 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 9 - CRB 4.3 MB/s | 6.5 MB 00:01 2024-09-11T07:02:47.593 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 9 - Extras packages 42 kB/s | 19 kB 00:00 2024-09-11T07:02:48.506 INFO:teuthology.orchestra.run.smithi045.stdout:Extra Packages for Enterprise Linux 29 MB/s | 23 MB 00:00 2024-09-11T07:02:51.757 INFO:teuthology.orchestra.run.smithi017.stdout:CentOS Stream 9 - CRB 2.6 MB/s | 6.5 MB 00:02 2024-09-11T07:02:53.399 INFO:teuthology.orchestra.run.smithi017.stdout:CentOS Stream 9 - Extras packages 48 kB/s | 19 kB 00:00 2024-09-11T07:02:54.170 INFO:teuthology.orchestra.run.smithi045.stdout:lab-extras 33 kB/s | 1.7 kB 00:00 2024-09-11T07:02:54.194 INFO:teuthology.orchestra.run.smithi017.stdout:Extra Packages for Enterprise Linux 34 MB/s | 23 MB 00:00 2024-09-11T07:02:56.260 INFO:teuthology.orchestra.run.smithi045.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-11T07:02:56.260 INFO:teuthology.orchestra.run.smithi045.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-11T07:02:56.351 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-09-11T07:02:56.354 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-11T07:02:56.355 INFO:teuthology.orchestra.run.smithi045.stdout: Package Architecture Version Repository Size 2024-09-11T07:02:56.355 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-11T07:02:56.355 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-09-11T07:02:56.355 INFO:teuthology.orchestra.run.smithi045.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-11T07:02:56.355 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2024-09-11T07:02:56.355 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-11T07:02:56.355 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-11T07:02:56.355 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-11T07:02:56.355 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-11T07:02:56.355 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-09-11T07:02:56.355 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-11T07:02:56.355 INFO:teuthology.orchestra.run.smithi045.stdout:Install 4 Packages 2024-09-11T07:02:56.355 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-11T07:02:56.356 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 79 M 2024-09-11T07:02:56.356 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 126 M 2024-09-11T07:02:56.356 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-09-11T07:02:56.696 INFO:teuthology.orchestra.run.smithi045.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 78 kB/s | 23 kB 00:00 2024-09-11T07:02:59.892 INFO:teuthology.orchestra.run.smithi017.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-09-11T07:03:02.124 INFO:teuthology.orchestra.run.smithi017.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-11T07:03:02.124 INFO:teuthology.orchestra.run.smithi017.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-11T07:03:02.237 INFO:teuthology.orchestra.run.smithi017.stdout:Dependencies resolved. 2024-09-11T07:03:02.244 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-09-11T07:03:02.244 INFO:teuthology.orchestra.run.smithi017.stdout: Package Architecture Version Repository Size 2024-09-11T07:03:02.244 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-09-11T07:03:02.244 INFO:teuthology.orchestra.run.smithi017.stdout:Installing: 2024-09-11T07:03:02.244 INFO:teuthology.orchestra.run.smithi017.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-11T07:03:02.244 INFO:teuthology.orchestra.run.smithi017.stdout:Installing dependencies: 2024-09-11T07:03:02.244 INFO:teuthology.orchestra.run.smithi017.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-11T07:03:02.244 INFO:teuthology.orchestra.run.smithi017.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-11T07:03:02.244 INFO:teuthology.orchestra.run.smithi017.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-11T07:03:02.245 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-11T07:03:02.245 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction Summary 2024-09-11T07:03:02.245 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2024-09-11T07:03:02.245 INFO:teuthology.orchestra.run.smithi017.stdout:Install 4 Packages 2024-09-11T07:03:02.245 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-11T07:03:02.245 INFO:teuthology.orchestra.run.smithi017.stdout:Total download size: 79 M 2024-09-11T07:03:02.245 INFO:teuthology.orchestra.run.smithi017.stdout:Installed size: 126 M 2024-09-11T07:03:02.246 INFO:teuthology.orchestra.run.smithi017.stdout:Downloading Packages: 2024-09-11T07:03:02.361 INFO:teuthology.orchestra.run.smithi017.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 248 kB/s | 23 kB 00:00 2024-09-11T07:03:02.753 INFO:teuthology.orchestra.run.smithi017.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 32 MB/s | 16 MB 00:00 2024-09-11T07:03:03.194 INFO:teuthology.orchestra.run.smithi017.stdout:(3/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 37 MB/s | 35 MB 00:00 2024-09-11T07:03:03.677 INFO:teuthology.orchestra.run.smithi017.stdout:(4/4): kernel-modules-core-5.14.0-505.el9.x86_6 22 MB/s | 29 MB 00:01 2024-09-11T07:03:03.678 INFO:teuthology.orchestra.run.smithi017.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:03:03.678 INFO:teuthology.orchestra.run.smithi017.stdout:Total 55 MB/s | 79 MB 00:01 2024-09-11T07:03:04.391 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction check 2024-09-11T07:03:04.762 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction check succeeded. 2024-09-11T07:03:04.762 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction test 2024-09-11T07:03:05.731 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction test succeeded. 2024-09-11T07:03:05.732 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction 2024-09-11T07:03:08.299 INFO:teuthology.orchestra.run.smithi017.stdout: Preparing : 1/1 2024-09-11T07:03:08.964 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-11T07:03:09.046 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T07:03:11.833 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T07:03:11.864 INFO:teuthology.orchestra.run.smithi045.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 1.0 MB/s | 16 MB 00:15 2024-09-11T07:03:11.955 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T07:03:17.086 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T07:03:17.130 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:03:22.344 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:03:24.577 INFO:teuthology.orchestra.run.smithi045.stdout:(3/4): kernel-modules-core-5.14.0-505.el9.x86_6 1.0 MB/s | 29 MB 00:27 2024-09-11T07:03:25.352 INFO:teuthology.orchestra.run.smithi045.stdout:(4/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 1.2 MB/s | 35 MB 00:28 2024-09-11T07:03:25.352 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-09-11T07:03:25.352 INFO:teuthology.orchestra.run.smithi045.stdout:Total 2.7 MB/s | 79 MB 00:28 2024-09-11T07:03:26.066 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-09-11T07:03:26.439 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-09-11T07:03:26.439 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-09-11T07:03:27.425 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-09-11T07:03:27.426 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-09-11T07:03:30.162 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-09-11T07:03:30.832 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-11T07:03:30.929 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T07:03:33.704 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T07:03:33.831 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T07:03:38.954 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T07:03:39.007 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:03:44.141 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:04:01.423 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:04:01.463 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:04:01.860 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:04:01.860 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-11T07:04:01.860 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T07:04:01.860 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T07:04:02.714 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:04:02.714 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-11T07:04:02.715 INFO:teuthology.orchestra.run.smithi017.stdout:Installed: 2024-09-11T07:04:02.715 INFO:teuthology.orchestra.run.smithi017.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-11T07:04:02.715 INFO:teuthology.orchestra.run.smithi017.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-11T07:04:02.715 INFO:teuthology.orchestra.run.smithi017.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-11T07:04:02.715 INFO:teuthology.orchestra.run.smithi017.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-11T07:04:02.715 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-11T07:04:02.715 INFO:teuthology.orchestra.run.smithi017.stdout:Complete! 2024-09-11T07:04:03.058 DEBUG:teuthology.orchestra.run.smithi017:> rpm -q kernel | sort -rV | head -n 1 2024-09-11T07:04:03.142 INFO:teuthology.orchestra.run.smithi017.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-11T07:04:03.142 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-11T07:04:03.143 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-11T07:04:03.143 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-11T07:04:03.143 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-11T07:04:03.143 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-11T07:04:03.143 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi017.front.sepia.ceph.com, path=None, version=distro) 2024-09-11T07:04:03.143 DEBUG:teuthology.orchestra.run.smithi017:> rpm -q kernel | sort -rV | head -n 1 2024-09-11T07:04:03.202 INFO:teuthology.orchestra.run.smithi017.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-11T07:04:03.202 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-11T07:04:03.202 DEBUG:teuthology.orchestra.run.smithi017:> sudo rpm -qi grub2-tools 2024-09-11T07:04:03.234 INFO:teuthology.orchestra.run.smithi017.stdout:Name : grub2-tools 2024-09-11T07:04:03.234 INFO:teuthology.orchestra.run.smithi017.stdout:Epoch : 1 2024-09-11T07:04:03.234 INFO:teuthology.orchestra.run.smithi017.stdout:Version : 2.06 2024-09-11T07:04:03.234 INFO:teuthology.orchestra.run.smithi017.stdout:Release : 82.el9 2024-09-11T07:04:03.234 INFO:teuthology.orchestra.run.smithi017.stdout:Architecture: x86_64 2024-09-11T07:04:03.235 INFO:teuthology.orchestra.run.smithi017.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-11T07:04:03.235 INFO:teuthology.orchestra.run.smithi017.stdout:Group : Unspecified 2024-09-11T07:04:03.235 INFO:teuthology.orchestra.run.smithi017.stdout:Size : 8274670 2024-09-11T07:04:03.235 INFO:teuthology.orchestra.run.smithi017.stdout:License : GPLv3+ 2024-09-11T07:04:03.235 INFO:teuthology.orchestra.run.smithi017.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-11T07:04:03.235 INFO:teuthology.orchestra.run.smithi017.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-11T07:04:03.235 INFO:teuthology.orchestra.run.smithi017.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-11T07:04:03.236 INFO:teuthology.orchestra.run.smithi017.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-11T07:04:03.236 INFO:teuthology.orchestra.run.smithi017.stdout:Packager : builder@centos.org 2024-09-11T07:04:03.236 INFO:teuthology.orchestra.run.smithi017.stdout:Vendor : CentOS 2024-09-11T07:04:03.236 INFO:teuthology.orchestra.run.smithi017.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-11T07:04:03.236 INFO:teuthology.orchestra.run.smithi017.stdout:Summary : Support tools for GRUB. 2024-09-11T07:04:03.236 INFO:teuthology.orchestra.run.smithi017.stdout:Description : 2024-09-11T07:04:03.236 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-11T07:04:03.236 INFO:teuthology.orchestra.run.smithi017.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-11T07:04:03.236 INFO:teuthology.orchestra.run.smithi017.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-11T07:04:03.236 INFO:teuthology.orchestra.run.smithi017.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-11T07:04:03.237 INFO:teuthology.orchestra.run.smithi017.stdout:hardware devices. 2024-09-11T07:04:03.237 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-11T07:04:03.237 INFO:teuthology.orchestra.run.smithi017.stdout:This subpackage provides tools for support of all platforms. 2024-09-11T07:04:03.238 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-11T07:04:03.238 INFO:teuthology.task.kernel:Updating grub on smithi017 to boot 5.14.0-505.el9.x86_64 2024-09-11T07:04:03.238 DEBUG:teuthology.orchestra.run.smithi017:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-11T07:04:03.919 INFO:teuthology.orchestra.run.smithi017.stderr:Generating grub configuration file ... 2024-09-11T07:04:05.278 INFO:teuthology.orchestra.run.smithi017.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-11T07:04:05.309 INFO:teuthology.orchestra.run.smithi017.stderr:done 2024-09-11T07:04:05.311 DEBUG:teuthology.orchestra.run.smithi017:> mktemp 2024-09-11T07:04:05.326 INFO:teuthology.orchestra.run.smithi017.stdout:/tmp/tmp.ZOYfoRv6YN 2024-09-11T07:04:05.327 DEBUG:teuthology.orchestra.run.smithi017:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.ZOYfoRv6YN 2024-09-11T07:04:05.393 DEBUG:teuthology.orchestra.run.smithi017:> sudo chmod 0666 /tmp/tmp.ZOYfoRv6YN 2024-09-11T07:04:05.539 DEBUG:teuthology.orchestra.remote:smithi017:/tmp/tmp.ZOYfoRv6YN is 6KB 2024-09-11T07:04:05.587 DEBUG:teuthology.orchestra.run.smithi017:> rm -fr /tmp/tmp.ZOYfoRv6YN 2024-09-11T07:04:05.602 DEBUG:teuthology.orchestra.run.smithi017:> sudo /bin/ls /boot/loader/entries || true 2024-09-11T07:04:05.673 INFO:teuthology.orchestra.run.smithi017.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-11T07:04:05.673 INFO:teuthology.orchestra.run.smithi017.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-11T07:04:05.673 INFO:teuthology.orchestra.run.smithi017.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-11T07:04:05.673 INFO:teuthology.orchestra.run.smithi017.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-11T07:04:05.675 DEBUG:teuthology.orchestra.run.smithi017:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-11T07:04:05.839 DEBUG:teuthology.orchestra.run.smithi017:> sudo shutdown -r now 2024-09-11T07:04:23.500 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:04:23.541 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:04:23.900 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:04:23.900 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-11T07:04:23.900 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T07:04:23.900 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T07:04:24.778 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T07:04:24.779 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-11T07:04:24.779 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-09-11T07:04:24.779 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-11T07:04:24.779 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-11T07:04:24.779 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-11T07:04:24.779 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-11T07:04:24.779 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-11T07:04:24.779 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-09-11T07:04:25.096 DEBUG:teuthology.orchestra.run.smithi045:> rpm -q kernel | sort -rV | head -n 1 2024-09-11T07:04:25.186 INFO:teuthology.orchestra.run.smithi045.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-11T07:04:25.186 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-11T07:04:25.186 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-11T07:04:25.187 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-11T07:04:25.187 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-11T07:04:25.187 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-11T07:04:25.187 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi045.front.sepia.ceph.com, path=None, version=distro) 2024-09-11T07:04:25.187 DEBUG:teuthology.orchestra.run.smithi045:> rpm -q kernel | sort -rV | head -n 1 2024-09-11T07:04:25.246 INFO:teuthology.orchestra.run.smithi045.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-11T07:04:25.246 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-11T07:04:25.246 DEBUG:teuthology.orchestra.run.smithi045:> sudo rpm -qi grub2-tools 2024-09-11T07:04:25.287 INFO:teuthology.orchestra.run.smithi045.stdout:Name : grub2-tools 2024-09-11T07:04:25.287 INFO:teuthology.orchestra.run.smithi045.stdout:Epoch : 1 2024-09-11T07:04:25.287 INFO:teuthology.orchestra.run.smithi045.stdout:Version : 2.06 2024-09-11T07:04:25.288 INFO:teuthology.orchestra.run.smithi045.stdout:Release : 82.el9 2024-09-11T07:04:25.288 INFO:teuthology.orchestra.run.smithi045.stdout:Architecture: x86_64 2024-09-11T07:04:25.288 INFO:teuthology.orchestra.run.smithi045.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-11T07:04:25.288 INFO:teuthology.orchestra.run.smithi045.stdout:Group : Unspecified 2024-09-11T07:04:25.288 INFO:teuthology.orchestra.run.smithi045.stdout:Size : 8274670 2024-09-11T07:04:25.288 INFO:teuthology.orchestra.run.smithi045.stdout:License : GPLv3+ 2024-09-11T07:04:25.288 INFO:teuthology.orchestra.run.smithi045.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-11T07:04:25.288 INFO:teuthology.orchestra.run.smithi045.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-11T07:04:25.288 INFO:teuthology.orchestra.run.smithi045.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-11T07:04:25.288 INFO:teuthology.orchestra.run.smithi045.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-11T07:04:25.288 INFO:teuthology.orchestra.run.smithi045.stdout:Packager : builder@centos.org 2024-09-11T07:04:25.288 INFO:teuthology.orchestra.run.smithi045.stdout:Vendor : CentOS 2024-09-11T07:04:25.288 INFO:teuthology.orchestra.run.smithi045.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-11T07:04:25.289 INFO:teuthology.orchestra.run.smithi045.stdout:Summary : Support tools for GRUB. 2024-09-11T07:04:25.289 INFO:teuthology.orchestra.run.smithi045.stdout:Description : 2024-09-11T07:04:25.289 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-11T07:04:25.289 INFO:teuthology.orchestra.run.smithi045.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-11T07:04:25.289 INFO:teuthology.orchestra.run.smithi045.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-11T07:04:25.289 INFO:teuthology.orchestra.run.smithi045.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-11T07:04:25.289 INFO:teuthology.orchestra.run.smithi045.stdout:hardware devices. 2024-09-11T07:04:25.289 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-11T07:04:25.290 INFO:teuthology.orchestra.run.smithi045.stdout:This subpackage provides tools for support of all platforms. 2024-09-11T07:04:25.290 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-11T07:04:25.291 INFO:teuthology.task.kernel:Updating grub on smithi045 to boot 5.14.0-505.el9.x86_64 2024-09-11T07:04:25.291 DEBUG:teuthology.orchestra.run.smithi045:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-11T07:04:25.993 INFO:teuthology.orchestra.run.smithi045.stderr:Generating grub configuration file ... 2024-09-11T07:04:27.363 INFO:teuthology.orchestra.run.smithi045.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-11T07:04:27.384 INFO:teuthology.orchestra.run.smithi045.stderr:done 2024-09-11T07:04:27.386 DEBUG:teuthology.orchestra.run.smithi045:> mktemp 2024-09-11T07:04:27.401 INFO:teuthology.orchestra.run.smithi045.stdout:/tmp/tmp.mljzt4IWoN 2024-09-11T07:04:27.402 DEBUG:teuthology.orchestra.run.smithi045:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.mljzt4IWoN 2024-09-11T07:04:27.468 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod 0666 /tmp/tmp.mljzt4IWoN 2024-09-11T07:04:27.608 DEBUG:teuthology.orchestra.remote:smithi045:/tmp/tmp.mljzt4IWoN is 6KB 2024-09-11T07:04:27.657 DEBUG:teuthology.orchestra.run.smithi045:> rm -fr /tmp/tmp.mljzt4IWoN 2024-09-11T07:04:27.673 DEBUG:teuthology.orchestra.run.smithi045:> sudo /bin/ls /boot/loader/entries || true 2024-09-11T07:04:27.735 INFO:teuthology.orchestra.run.smithi045.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-11T07:04:27.735 INFO:teuthology.orchestra.run.smithi045.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-11T07:04:27.735 INFO:teuthology.orchestra.run.smithi045.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-11T07:04:27.735 INFO:teuthology.orchestra.run.smithi045.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-11T07:04:27.737 DEBUG:teuthology.orchestra.run.smithi045:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-11T07:04:27.874 DEBUG:teuthology.orchestra.run.smithi045:> sudo shutdown -r now 2024-09-11T07:04:35.846 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-11T07:04:35.846 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi017.front.sepia.ceph.com' 2024-09-11T07:04:35.847 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi017.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:04:54.333 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.17 2024-09-11T07:04:57.880 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-11T07:04:57.881 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-09-11T07:04:57.882 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:05:03.337 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi017.front.sepia.ceph.com' 2024-09-11T07:05:03.338 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi017.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:05:16.349 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.45 2024-09-11T07:05:25.357 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-09-11T07:05:25.358 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:06:03.378 DEBUG:teuthology.orchestra.remote:timed out 2024-09-11T07:06:15.389 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi017.front.sepia.ceph.com' 2024-09-11T07:06:15.390 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi017.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:06:15.725 DEBUG:teuthology.orchestra.run.smithi017:> true 2024-09-11T07:06:16.059 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi017.front.sepia.ceph.com' 2024-09-11T07:06:16.059 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-505.el9.x86_64"... 2024-09-11T07:06:16.059 DEBUG:teuthology.orchestra.run.smithi017:> uname -r 2024-09-11T07:06:16.076 INFO:teuthology.orchestra.run.smithi017.stdout:5.14.0-505.el9.x86_64 2024-09-11T07:06:16.077 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-11T07:06:16.077 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-11T07:06:16.077 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-11T07:06:17.078 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-11T07:06:17.078 DEBUG:teuthology.orchestra.run.smithi017:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-11T07:06:17.146 INFO:teuthology.orchestra.run.smithi017.stdout:ttyS1 2024-09-11T07:06:17.172 DEBUG:teuthology.parallel:result is None 2024-09-11T07:06:25.361 DEBUG:teuthology.orchestra.remote:timed out 2024-09-11T07:06:37.362 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-09-11T07:06:37.363 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:06:37.713 DEBUG:teuthology.orchestra.run.smithi045:> true 2024-09-11T07:06:38.084 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-09-11T07:06:38.085 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-505.el9.x86_64"... 2024-09-11T07:06:38.085 DEBUG:teuthology.orchestra.run.smithi045:> uname -r 2024-09-11T07:06:38.101 INFO:teuthology.orchestra.run.smithi045.stdout:5.14.0-505.el9.x86_64 2024-09-11T07:06:38.102 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-11T07:06:38.102 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-11T07:06:38.102 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-11T07:06:39.103 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-11T07:06:39.104 DEBUG:teuthology.orchestra.run.smithi045:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-11T07:06:39.175 INFO:teuthology.orchestra.run.smithi045.stdout:ttyS1 2024-09-11T07:06:39.195 DEBUG:teuthology.parallel:result is None 2024-09-11T07:06:39.195 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-11T07:06:39.202 INFO:teuthology.task.internal:Creating test directory... 2024-09-11T07:06:39.203 DEBUG:teuthology.orchestra.run.smithi017:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-11T07:06:39.205 DEBUG:teuthology.orchestra.run.smithi045:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-11T07:06:39.223 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-11T07:06:39.229 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-11T07:06:39.236 INFO:teuthology.task.internal:Creating archive directory... 2024-09-11T07:06:39.237 DEBUG:teuthology.orchestra.run.smithi017:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-11T07:06:39.264 DEBUG:teuthology.orchestra.run.smithi045:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-11T07:06:39.292 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-11T07:06:39.298 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-11T07:06:39.298 DEBUG:teuthology.orchestra.run.smithi017:> 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-11T07:06:39.330 DEBUG:teuthology.orchestra.run.smithi045:> 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-11T07:06:39.363 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T07:06:39.367 INFO:teuthology.orchestra.run.smithi017.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T07:06:39.374 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T07:06:39.379 INFO:teuthology.orchestra.run.smithi017.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T07:06:39.381 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-11T07:06:39.388 INFO:teuthology.task.internal:Configuring sudo... 2024-09-11T07:06:39.388 DEBUG:teuthology.orchestra.run.smithi017:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-11T07:06:39.424 DEBUG:teuthology.orchestra.run.smithi045:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-11T07:06:39.453 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-11T07:06:39.463 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-11T07:06:39.464 DEBUG:teuthology.orchestra.run.smithi017:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-11T07:06:39.495 DEBUG:teuthology.orchestra.run.smithi045:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-11T07:06:39.512 DEBUG:teuthology.orchestra.run.smithi017:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T07:06:39.597 DEBUG:teuthology.orchestra.run.smithi017:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T07:06:39.646 DEBUG:teuthology.orchestra.run.smithi017:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T07:06:39.730 DEBUG:teuthology.orchestra.run.smithi017:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T07:06:39.774 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-09-11T07:06:39.774 DEBUG:teuthology.orchestra.run.smithi017:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-11T07:06:39.840 DEBUG:teuthology.orchestra.run.smithi045:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T07:06:39.885 DEBUG:teuthology.orchestra.run.smithi045:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T07:06:39.942 DEBUG:teuthology.orchestra.run.smithi045:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T07:06:40.027 DEBUG:teuthology.orchestra.run.smithi045:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T07:06:40.070 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-09-11T07:06:40.070 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-11T07:06:40.139 DEBUG:teuthology.orchestra.run.smithi017:> sudo service rsyslog restart 2024-09-11T07:06:40.141 DEBUG:teuthology.orchestra.run.smithi045:> sudo service rsyslog restart 2024-09-11T07:06:40.185 INFO:teuthology.orchestra.run.smithi017.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-11T07:06:40.241 INFO:teuthology.orchestra.run.smithi045.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-11T07:06:40.579 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-11T07:06:40.587 INFO:teuthology.task.internal:Starting timer... 2024-09-11T07:06:40.587 INFO:teuthology.run_tasks:Running task pcp... 2024-09-11T07:06:40.611 INFO:teuthology.run_tasks:Running task selinux... 2024-09-11T07:06:40.624 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-11T07:06:40.625 DEBUG:teuthology.orchestra.run.smithi017:> sudo service auditd rotate 2024-09-11T07:06:40.694 INFO:teuthology.orchestra.run.smithi017.stdout:Rotating logs: 2024-09-11T07:06:40.696 DEBUG:teuthology.orchestra.run.smithi045:> sudo service auditd rotate 2024-09-11T07:06:40.769 INFO:teuthology.orchestra.run.smithi045.stdout:Rotating logs: 2024-09-11T07:06:40.771 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-11T07:06:40.771 DEBUG:teuthology.orchestra.run.smithi017:> /usr/sbin/getenforce 2024-09-11T07:06:40.795 INFO:teuthology.orchestra.run.smithi017.stdout:Permissive 2024-09-11T07:06:40.796 DEBUG:teuthology.orchestra.run.smithi045:> /usr/sbin/getenforce 2024-09-11T07:06:40.818 INFO:teuthology.orchestra.run.smithi045.stdout:Permissive 2024-09-11T07:06:40.818 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi017.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi045.front.sepia.ceph.com': 'permissive'} 2024-09-11T07:06:40.819 DEBUG:teuthology.orchestra.run.smithi017:> 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-11T07:06:40.863 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T07:06:40.864 DEBUG:teuthology.orchestra.run.smithi045:> 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-11T07:06:40.892 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T07:06:40.893 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-11T07:06:40.893 DEBUG:teuthology.orchestra.run.smithi017:> sudo /usr/sbin/setenforce permissive 2024-09-11T07:06:40.937 DEBUG:teuthology.orchestra.run.smithi045:> sudo /usr/sbin/setenforce permissive 2024-09-11T07:06:40.973 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-11T07:06:40.982 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-11T07:06:40.993 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-11T07:06:40.994 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi017.front.sepia.ceph.com,smithi045.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-11T07:10:31.755 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi017.front.sepia.ceph.com'), Remote(name='ubuntu@smithi045.front.sepia.ceph.com')] 2024-09-11T07:10:31.756 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi017.front.sepia.ceph.com' 2024-09-11T07:10:31.757 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi017.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:10:31.837 DEBUG:teuthology.orchestra.run.smithi017:> true 2024-09-11T07:10:31.919 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi017.front.sepia.ceph.com' 2024-09-11T07:10:31.920 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-09-11T07:10:31.920 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T07:10:31.995 DEBUG:teuthology.orchestra.run.smithi045:> true 2024-09-11T07:10:32.077 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-09-11T07:10:32.078 INFO:teuthology.run_tasks:Running task clock... 2024-09-11T07:10:32.087 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-11T07:10:32.087 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-11T07:10:32.088 DEBUG:teuthology.orchestra.run.smithi017:> 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-11T07:10:32.091 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-11T07:10:32.091 DEBUG:teuthology.orchestra.run.smithi045:> 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-11T07:10:32.124 INFO:teuthology.orchestra.run.smithi017.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-11T07:10:32.141 INFO:teuthology.orchestra.run.smithi017.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-11T07:10:32.149 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-11T07:10:32.164 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-11T07:10:32.169 INFO:teuthology.orchestra.run.smithi017.stderr:sudo: ntpd: command not found 2024-09-11T07:10:32.181 INFO:teuthology.orchestra.run.smithi017.stdout:506 Cannot talk to daemon 2024-09-11T07:10:32.190 INFO:teuthology.orchestra.run.smithi045.stderr:sudo: ntpd: command not found 2024-09-11T07:10:32.197 INFO:teuthology.orchestra.run.smithi017.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-11T07:10:32.201 INFO:teuthology.orchestra.run.smithi045.stdout:506 Cannot talk to daemon 2024-09-11T07:10:32.212 INFO:teuthology.orchestra.run.smithi017.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-11T07:10:32.215 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-11T07:10:32.230 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-11T07:10:32.277 INFO:teuthology.orchestra.run.smithi017.stderr:bash: line 1: ntpq: command not found 2024-09-11T07:10:32.280 INFO:teuthology.orchestra.run.smithi017.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-11T07:10:32.281 INFO:teuthology.orchestra.run.smithi017.stdout:=============================================================================== 2024-09-11T07:10:32.281 INFO:teuthology.orchestra.run.smithi017.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T07:10:32.281 INFO:teuthology.orchestra.run.smithi017.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T07:10:32.281 INFO:teuthology.orchestra.run.smithi017.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T07:10:32.281 INFO:teuthology.orchestra.run.smithi017.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T07:10:32.300 INFO:teuthology.orchestra.run.smithi045.stderr:bash: line 1: ntpq: command not found 2024-09-11T07:10:32.303 INFO:teuthology.orchestra.run.smithi045.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-11T07:10:32.303 INFO:teuthology.orchestra.run.smithi045.stdout:=============================================================================== 2024-09-11T07:10:32.304 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T07:10:32.304 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T07:10:32.304 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T07:10:32.304 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T07:10:32.305 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-11T07:10:32.393 INFO:tasks.cephadm:Config: {'avoid_pacific_features': True, 'cephadm_branch': 'v16.2.4', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'docker.io/ceph/ceph:v16.2.4', 'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'd0e6828a2016d48cf25ad84064e50742bb1c39b9'} 2024-09-11T07:10:32.393 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v16.2.4 2024-09-11T07:10:32.393 INFO:tasks.cephadm:Cluster fsid is ef0778be-700c-11ef-bcea-c7b262605968 2024-09-11T07:10:32.393 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-11T07:10:32.394 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-09-11T07:10:32.394 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi017': '172.21.15.17', 'mon.smithi045': '172.21.15.45'} 2024-09-11T07:10:32.394 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-11T07:10:32.394 DEBUG:teuthology.orchestra.run.smithi017:> sudo hostname $(hostname -s) 2024-09-11T07:10:32.421 DEBUG:teuthology.orchestra.run.smithi045:> sudo hostname $(hostname -s) 2024-09-11T07:10:32.447 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.4)... 2024-09-11T07:10:32.447 DEBUG:teuthology.orchestra.run.smithi017:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.4/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-11T07:10:32.747 INFO:teuthology.orchestra.run.smithi017.stdout:-rw-r--r--. 1 ubuntu ubuntu 292005 Sep 11 07:10 /home/ubuntu/cephtest/cephadm 2024-09-11T07:10:32.747 DEBUG:teuthology.orchestra.run.smithi045:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.4/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-11T07:10:32.882 INFO:teuthology.orchestra.run.smithi045.stdout:-rw-r--r--. 1 ubuntu ubuntu 292005 Sep 11 07:10 /home/ubuntu/cephtest/cephadm 2024-09-11T07:10:32.882 DEBUG:teuthology.orchestra.run.smithi017:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-11T07:10:32.900 DEBUG:teuthology.orchestra.run.smithi045:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-11T07:10:32.927 INFO:tasks.cephadm:Pulling image docker.io/ceph/ceph:v16.2.4 on all hosts... 2024-09-11T07:10:32.927 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 pull 2024-09-11T07:10:32.943 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 pull 2024-09-11T07:10:34.507 INFO:teuthology.orchestra.run.smithi045.stderr:Pulling container image docker.io/ceph/ceph:v16.2.4... 2024-09-11T07:10:34.529 INFO:teuthology.orchestra.run.smithi017.stderr:Pulling container image docker.io/ceph/ceph:v16.2.4... 2024-09-11T07:10:52.297 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2024-09-11T07:10:52.297 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph_version": "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)", 2024-09-11T07:10:52.298 INFO:teuthology.orchestra.run.smithi045.stdout: "image_id": "8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29", 2024-09-11T07:10:52.298 INFO:teuthology.orchestra.run.smithi045.stdout: "repo_digests": [ 2024-09-11T07:10:52.298 INFO:teuthology.orchestra.run.smithi045.stdout: "docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949", 2024-09-11T07:10:52.298 INFO:teuthology.orchestra.run.smithi045.stdout: "docker.io/ceph/ceph@sha256:70536e31b29a4241999ec4fd13d93e5860a5ffdc5467911e57e6bf04dfe68337" 2024-09-11T07:10:52.298 INFO:teuthology.orchestra.run.smithi045.stdout: ] 2024-09-11T07:10:52.298 INFO:teuthology.orchestra.run.smithi045.stdout:} 2024-09-11T07:10:53.006 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:10:53.006 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph_version": "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)", 2024-09-11T07:10:53.006 INFO:teuthology.orchestra.run.smithi017.stdout: "image_id": "8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29", 2024-09-11T07:10:53.006 INFO:teuthology.orchestra.run.smithi017.stdout: "repo_digests": [ 2024-09-11T07:10:53.006 INFO:teuthology.orchestra.run.smithi017.stdout: "docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949", 2024-09-11T07:10:53.006 INFO:teuthology.orchestra.run.smithi017.stdout: "docker.io/ceph/ceph@sha256:70536e31b29a4241999ec4fd13d93e5860a5ffdc5467911e57e6bf04dfe68337" 2024-09-11T07:10:53.006 INFO:teuthology.orchestra.run.smithi017.stdout: ] 2024-09-11T07:10:53.007 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:10:53.025 DEBUG:teuthology.orchestra.run.smithi017:> sudo mkdir -p /etc/ceph 2024-09-11T07:10:53.065 DEBUG:teuthology.orchestra.run.smithi045:> sudo mkdir -p /etc/ceph 2024-09-11T07:10:53.100 DEBUG:teuthology.orchestra.run.smithi017:> sudo chmod 777 /etc/ceph 2024-09-11T07:10:53.132 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod 777 /etc/ceph 2024-09-11T07:10:53.169 INFO:tasks.cephadm:Writing seed config... 2024-09-11T07:10:53.170 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-11T07:10:53.171 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-11T07:10:53.171 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-11T07:10:53.171 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-11T07:10:53.171 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-11T07:10:53.171 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-11T07:10:53.171 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-11T07:10:53.171 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-09-11T07:10:53.171 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-09-11T07:10:53.171 DEBUG:teuthology.orchestra.run.smithi017:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-11T07:10:53.188 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 = ef0778be-700c-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-11T07:10:53.189 DEBUG:teuthology.orchestra.run.smithi017:mon.smithi017> sudo journalctl -f -n 0 -u ceph-ef0778be-700c-11ef-bcea-c7b262605968@mon.smithi017.service 2024-09-11T07:10:53.231 INFO:tasks.cephadm:Bootstrapping... 2024-09-11T07:10:53.231 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 -v bootstrap --fsid ef0778be-700c-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.17 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-11T07:10:53.422 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-09-11T07:10:53.445 INFO:teuthology.orchestra.run.smithi017.stderr:/bin/podman: 5.2.2 2024-09-11T07:10:53.447 INFO:teuthology.orchestra.run.smithi017.stderr:Verifying podman|docker is present... 2024-09-11T07:10:53.447 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-09-11T07:10:53.468 INFO:teuthology.orchestra.run.smithi017.stderr:/bin/podman: 5.2.2 2024-09-11T07:10:53.470 INFO:teuthology.orchestra.run.smithi017.stderr:Verifying lvm2 is present... 2024-09-11T07:10:53.470 INFO:teuthology.orchestra.run.smithi017.stderr:Verifying time synchronization is in place... 2024-09-11T07:10:53.470 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: systemctl is-enabled chrony.service 2024-09-11T07:10:53.477 INFO:teuthology.orchestra.run.smithi017.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-09-11T07:10:53.478 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: systemctl is-active chrony.service 2024-09-11T07:10:53.484 INFO:teuthology.orchestra.run.smithi017.stderr:systemctl: inactive 2024-09-11T07:10:53.485 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: systemctl is-enabled chronyd.service 2024-09-11T07:10:53.491 INFO:teuthology.orchestra.run.smithi017.stderr:systemctl: enabled 2024-09-11T07:10:53.492 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: systemctl is-active chronyd.service 2024-09-11T07:10:53.498 INFO:teuthology.orchestra.run.smithi017.stderr:systemctl: active 2024-09-11T07:10:53.499 INFO:teuthology.orchestra.run.smithi017.stderr:Unit chronyd.service is enabled and running 2024-09-11T07:10:53.499 INFO:teuthology.orchestra.run.smithi017.stderr:Repeating the final host check... 2024-09-11T07:10:53.499 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-09-11T07:10:53.520 INFO:teuthology.orchestra.run.smithi017.stderr:/bin/podman: 5.2.2 2024-09-11T07:10:53.523 INFO:teuthology.orchestra.run.smithi017.stderr:podman|docker (/bin/podman) is present 2024-09-11T07:10:53.523 INFO:teuthology.orchestra.run.smithi017.stderr:systemctl is present 2024-09-11T07:10:53.523 INFO:teuthology.orchestra.run.smithi017.stderr:lvcreate is present 2024-09-11T07:10:53.523 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: systemctl is-enabled chrony.service 2024-09-11T07:10:53.529 INFO:teuthology.orchestra.run.smithi017.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-09-11T07:10:53.529 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: systemctl is-active chrony.service 2024-09-11T07:10:53.535 INFO:teuthology.orchestra.run.smithi017.stderr:systemctl: inactive 2024-09-11T07:10:53.536 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: systemctl is-enabled chronyd.service 2024-09-11T07:10:53.543 INFO:teuthology.orchestra.run.smithi017.stderr:systemctl: enabled 2024-09-11T07:10:53.543 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: systemctl is-active chronyd.service 2024-09-11T07:10:53.550 INFO:teuthology.orchestra.run.smithi017.stderr:systemctl: active 2024-09-11T07:10:53.551 INFO:teuthology.orchestra.run.smithi017.stderr:Unit chronyd.service is enabled and running 2024-09-11T07:10:53.551 INFO:teuthology.orchestra.run.smithi017.stderr:Host looks OK 2024-09-11T07:10:53.551 INFO:teuthology.orchestra.run.smithi017.stderr:Cluster fsid: ef0778be-700c-11ef-bcea-c7b262605968 2024-09-11T07:10:53.551 INFO:teuthology.orchestra.run.smithi017.stderr:Acquiring lock 139848580099232 on /run/cephadm/ef0778be-700c-11ef-bcea-c7b262605968.lock 2024-09-11T07:10:53.551 INFO:teuthology.orchestra.run.smithi017.stderr:Lock 139848580099232 acquired on /run/cephadm/ef0778be-700c-11ef-bcea-c7b262605968.lock 2024-09-11T07:10:53.552 INFO:teuthology.orchestra.run.smithi017.stderr:Verifying IP 172.21.15.17 port 3300 ... 2024-09-11T07:10:53.552 INFO:teuthology.orchestra.run.smithi017.stderr:Verifying IP 172.21.15.17 port 6789 ... 2024-09-11T07:10:53.552 INFO:teuthology.orchestra.run.smithi017.stderr:Base mon IP is 172.21.15.17, final addrv is [v2:172.21.15.17:3300,v1:172.21.15.17:6789] 2024-09-11T07:10:53.552 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /sbin/ip route ls 2024-09-11T07:10:53.554 INFO:teuthology.orchestra.run.smithi017.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.17 metric 100 2024-09-11T07:10:53.554 INFO:teuthology.orchestra.run.smithi017.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.17 metric 100 2024-09-11T07:10:53.555 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /sbin/ip -6 route ls 2024-09-11T07:10:53.557 INFO:teuthology.orchestra.run.smithi017.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-09-11T07:10:53.557 INFO:teuthology.orchestra.run.smithi017.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-09-11T07:10:53.557 INFO:teuthology.orchestra.run.smithi017.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1796sec hoplimit 64 pref medium 2024-09-11T07:10:53.558 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /sbin/ip -6 addr ls 2024-09-11T07:10:53.560 INFO:teuthology.orchestra.run.smithi017.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-11T07:10:53.560 INFO:teuthology.orchestra.run.smithi017.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-09-11T07:10:53.560 INFO:teuthology.orchestra.run.smithi017.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-09-11T07:10:53.560 INFO:teuthology.orchestra.run.smithi017.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2024-09-11T07:10:53.560 INFO:teuthology.orchestra.run.smithi017.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe59:d992/64 scope link 2024-09-11T07:10:53.560 INFO:teuthology.orchestra.run.smithi017.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-09-11T07:10:53.561 INFO:teuthology.orchestra.run.smithi017.stderr:Mon IP 172.21.15.17 is in CIDR network 172.21.0.0/20 2024-09-11T07:10:53.561 INFO:teuthology.orchestra.run.smithi017.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-11T07:10:53.562 INFO:teuthology.orchestra.run.smithi017.stderr:Pulling container image docker.io/ceph/ceph:v16.2.4... 2024-09-11T07:10:53.562 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v16.2.4 2024-09-11T07:10:53.665 INFO:teuthology.orchestra.run.smithi017.stderr:/bin/podman: Trying to pull docker.io/ceph/ceph:v16.2.4... 2024-09-11T07:11:00.113 INFO:teuthology.orchestra.run.smithi017.stderr:/bin/podman: Getting image source signatures 2024-09-11T07:11:00.113 INFO:teuthology.orchestra.run.smithi017.stderr:/bin/podman: Copying blob sha256:551101690791055467b1840be133b2e6b029d263771bc6c46a96bb7acdacac39 2024-09-11T07:11:00.113 INFO:teuthology.orchestra.run.smithi017.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2024-09-11T07:11:00.113 INFO:teuthology.orchestra.run.smithi017.stderr:/bin/podman: Copying config sha256:8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29 2024-09-11T07:11:00.285 INFO:teuthology.orchestra.run.smithi017.stderr:/bin/podman: Writing manifest to image destination 2024-09-11T07:11:00.437 INFO:teuthology.orchestra.run.smithi017.stderr:/bin/podman: 8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29 2024-09-11T07:11:00.441 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi017 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --version 2024-09-11T07:11:00.858 INFO:teuthology.orchestra.run.smithi017.stderr:ceph: ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable) 2024-09-11T07:11:01.404 INFO:teuthology.orchestra.run.smithi017.stderr:Ceph version: ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable) 2024-09-11T07:11:01.404 INFO:teuthology.orchestra.run.smithi017.stderr:Extracting ceph user uid/gid from container image... 2024-09-11T07:11:01.404 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi017 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 -c %u %g /var/lib/ceph 2024-09-11T07:11:01.820 INFO:teuthology.orchestra.run.smithi017.stderr:stat: 167 167 2024-09-11T07:11:02.318 INFO:teuthology.orchestra.run.smithi017.stderr:Creating initial keys... 2024-09-11T07:11:02.318 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi017 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --gen-print-key 2024-09-11T07:11:02.842 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-authtool: AQCGQuFmKswoLRAAgjvgjemdvyfxBjIcO7VMOw== 2024-09-11T07:11:03.417 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi017 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --gen-print-key 2024-09-11T07:11:03.799 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-authtool: AQCHQuFmr3qqKhAAArmKffOkLLS7X0c8ExlnXg== 2024-09-11T07:11:04.298 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi017 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.4 --gen-print-key 2024-09-11T07:11:04.739 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-authtool: AQCIQuFmuHF/JRAAGFkG7fJ+/lupSPthhUywnQ== 2024-09-11T07:11:07.822 INFO:teuthology.orchestra.run.smithi017.stderr:Creating initial monmap... 2024-09-11T07:11:07.822 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/monmaptool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi017 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmpk_o8e_a2:/tmp/monmap:z docker.io/ceph/ceph:v16.2.4 --create --clobber --fsid ef0778be-700c-11ef-bcea-c7b262605968 --addv smithi017 [v2:172.21.15.17:3300,v1:172.21.15.17:6789] /tmp/monmap 2024-09-11T07:11:11.524 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-11T07:11:11.524 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to ef0778be-700c-11ef-bcea-c7b262605968 2024-09-11T07:11:11.524 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-11T07:11:16.222 INFO:teuthology.orchestra.run.smithi017.stderr:monmaptool for smithi017 [v2:172.21.15.17:3300,v1:172.21.15.17:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-11T07:11:16.222 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/monmaptool: set fsid to ef0778be-700c-11ef-bcea-c7b262605968 2024-09-11T07:11:16.222 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-11T07:11:16.222 INFO:teuthology.orchestra.run.smithi017.stderr: 2024-09-11T07:11:16.222 INFO:teuthology.orchestra.run.smithi017.stderr:Creating mon... 2024-09-11T07:11:16.223 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph-mon --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi017 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/mon.smithi017:/var/lib/ceph/mon/ceph-smithi017:z -v /tmp/ceph-tmppwtosxk6:/tmp/keyring:z -v /tmp/ceph-tmpk_o8e_a2:/tmp/monmap:z docker.io/ceph/ceph:v16.2.4 --mkfs -i smithi017 --fsid ef0778be-700c-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-11T07:11:16.672 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.595+0000 7f277ef75700 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-11T07:11:16.672 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.596+0000 7f277ef75700 1 imported monmap: 2024-09-11T07:11:16.672 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: epoch 0 2024-09-11T07:11:16.672 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: fsid ef0778be-700c-11ef-bcea-c7b262605968 2024-09-11T07:11:16.673 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: last_changed 2024-09-11T07:11:10.624981+0000 2024-09-11T07:11:16.673 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: created 2024-09-11T07:11:10.624981+0000 2024-09-11T07:11:16.673 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-09-11T07:11:16.673 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-09-11T07:11:16.673 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0] mon.smithi017 2024-09-11T07:11:16.673 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: 2024-09-11T07:11:16.673 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.596+0000 7f277ef75700 0 /usr/bin/ceph-mon: set fsid to ef0778be-700c-11ef-bcea-c7b262605968 2024-09-11T07:11:16.673 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: RocksDB version: 6.8.1 2024-09-11T07:11:16.673 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: 2024-09-11T07:11:16.673 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-11T07:11:16.673 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Compile date May 13 2021 2024-09-11T07:11:16.673 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: DB SUMMARY 2024-09-11T07:11:16.673 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: 2024-09-11T07:11:16.674 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi017/store.db dir, Total Num: 0, files: 2024-09-11T07:11:16.674 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: 2024-09-11T07:11:16.674 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi017/store.db: 2024-09-11T07:11:16.674 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: 2024-09-11T07:11:16.674 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.error_if_exists: 0 2024-09-11T07:11:16.674 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.create_if_missing: 1 2024-09-11T07:11:16.674 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.paranoid_checks: 1 2024-09-11T07:11:16.674 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.env: 0x55f6307a11c0 2024-09-11T07:11:16.674 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.fs: Posix File System 2024-09-11T07:11:16.674 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.info_log: 0x55f631b26ec0 2024-09-11T07:11:16.674 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-11T07:11:16.674 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.statistics: (nil) 2024-09-11T07:11:16.674 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.use_fsync: 0 2024-09-11T07:11:16.674 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.max_log_file_size: 0 2024-09-11T07:11:16.675 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-11T07:11:16.675 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-11T07:11:16.675 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-11T07:11:16.675 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-11T07:11:16.675 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.allow_fallocate: 1 2024-09-11T07:11:16.675 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-11T07:11:16.675 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-11T07:11:16.675 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.use_direct_reads: 0 2024-09-11T07:11:16.675 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-11T07:11:16.675 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.create_missing_column_families: 0 2024-09-11T07:11:16.675 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.db_log_dir: 2024-09-11T07:11:16.675 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi017/store.db 2024-09-11T07:11:16.675 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-11T07:11:16.675 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.max_subcompactions: 1 2024-09-11T07:11:16.676 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.max_background_flushes: -1 2024-09-11T07:11:16.676 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-11T07:11:16.676 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-11T07:11:16.676 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-11T07:11:16.676 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-11T07:11:16.676 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-11T07:11:16.676 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.advise_random_on_open: 1 2024-09-11T07:11:16.676 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-11T07:11:16.676 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.write_buffer_manager: 0x55f631b2d530 2024-09-11T07:11:16.676 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-11T07:11:16.676 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-11T07:11:16.676 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-11T07:11:16.676 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-11T07:11:16.676 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.rate_limiter: (nil) 2024-09-11T07:11:16.677 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-11T07:11:16.677 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-11T07:11:16.677 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-11T07:11:16.677 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-11T07:11:16.677 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.unordered_write: 0 2024-09-11T07:11:16.677 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-11T07:11:16.677 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-11T07:11:16.677 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-11T07:11:16.677 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-11T07:11:16.677 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.row_cache: None 2024-09-11T07:11:16.677 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.wal_filter: None 2024-09-11T07:11:16.677 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-11T07:11:16.677 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-11T07:11:16.678 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.preserve_deletes: 0 2024-09-11T07:11:16.678 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.two_write_queues: 0 2024-09-11T07:11:16.678 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.manual_wal_flush: 0 2024-09-11T07:11:16.678 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.atomic_flush: 0 2024-09-11T07:11:16.678 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-11T07:11:16.678 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-11T07:11:16.678 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-11T07:11:16.678 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.log_readahead_size: 0 2024-09-11T07:11:16.678 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-09-11T07:11:16.678 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.max_background_jobs: 2 2024-09-11T07:11:16.678 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.max_background_compactions: -1 2024-09-11T07:11:16.678 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-11T07:11:16.678 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-11T07:11:16.679 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-11T07:11:16.679 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.max_total_wal_size: 0 2024-09-11T07:11:16.679 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-11T07:11:16.679 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-11T07:11:16.679 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-11T07:11:16.679 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-11T07:11:16.679 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.max_open_files: -1 2024-09-11T07:11:16.679 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.bytes_per_sync: 0 2024-09-11T07:11:16.679 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-11T07:11:16.679 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-11T07:11:16.679 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-11T07:11:16.679 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Compression algorithms supported: 2024-09-11T07:11:16.679 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-11T07:11:16.680 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: kZSTD supported: 0 2024-09-11T07:11:16.680 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: kXpressCompression supported: 0 2024-09-11T07:11:16.680 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-11T07:11:16.680 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: kLZ4Compression supported: 1 2024-09-11T07:11:16.680 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: kBZip2Compression supported: 0 2024-09-11T07:11:16.680 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: kZlibCompression supported: 1 2024-09-11T07:11:16.680 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: kSnappyCompression supported: 1 2024-09-11T07:11:16.680 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-11T07:11:16.680 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.597+0000 7f277ef75700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-09-11T07:11:16.680 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: 2024-09-11T07:11:16.680 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi017/store.db/MANIFEST-000001 2024-09-11T07:11:16.680 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: 2024-09-11T07:11:16.680 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-09-11T07:11:16.680 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: 2024-09-11T07:11:16.681 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-11T07:11:16.681 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.merge_operator: 2024-09-11T07:11:16.681 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.compaction_filter: None 2024-09-11T07:11:16.681 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.compaction_filter_factory: None 2024-09-11T07:11:16.681 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-11T07:11:16.681 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-11T07:11:16.681 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f631a3fcb8) 2024-09-11T07:11:16.681 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-09-11T07:11:16.681 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-11T07:11:16.681 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-11T07:11:16.681 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-09-11T07:11:16.681 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: index_type: 0 2024-09-11T07:11:16.681 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-09-11T07:11:16.682 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-09-11T07:11:16.682 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-09-11T07:11:16.682 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-09-11T07:11:16.682 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: checksum: 1 2024-09-11T07:11:16.682 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-09-11T07:11:16.682 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: block_cache: 0x55f631a74d10 2024-09-11T07:11:16.682 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-09-11T07:11:16.682 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-09-11T07:11:16.682 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-09-11T07:11:16.682 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-09-11T07:11:16.682 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-09-11T07:11:16.682 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-09-11T07:11:16.682 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-09-11T07:11:16.682 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-09-11T07:11:16.682 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-09-11T07:11:16.683 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-09-11T07:11:16.683 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-09-11T07:11:16.683 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-09-11T07:11:16.683 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-09-11T07:11:16.683 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-09-11T07:11:16.683 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-09-11T07:11:16.683 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-11T07:11:16.683 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-09-11T07:11:16.683 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-09-11T07:11:16.683 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-09-11T07:11:16.683 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: format_version: 2 2024-09-11T07:11:16.683 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-09-11T07:11:16.683 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: block_align: 0 2024-09-11T07:11:16.683 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: 2024-09-11T07:11:16.684 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-11T07:11:16.684 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-11T07:11:16.684 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.compression: NoCompression 2024-09-11T07:11:16.684 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-11T07:11:16.684 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-11T07:11:16.684 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-11T07:11:16.684 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.num_levels: 7 2024-09-11T07:11:16.684 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-11T07:11:16.684 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-11T07:11:16.684 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-11T07:11:16.684 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-11T07:11:16.684 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-11T07:11:16.684 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-11T07:11:16.684 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-11T07:11:16.685 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-11T07:11:16.685 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-11T07:11:16.685 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-11T07:11:16.685 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.compression_opts.level: 32767 2024-09-11T07:11:16.685 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-11T07:11:16.685 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-11T07:11:16.685 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-11T07:11:16.685 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.compression_opts.enabled: false 2024-09-11T07:11:16.685 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-11T07:11:16.685 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-11T07:11:16.685 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-11T07:11:16.685 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-11T07:11:16.685 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-11T07:11:16.685 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-11T07:11:16.685 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-11T07:11:16.686 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-11T07:11:16.686 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-11T07:11:16.686 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-11T07:11:16.686 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-11T07:11:16.686 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-11T07:11:16.686 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-11T07:11:16.686 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-11T07:11:16.686 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-11T07:11:16.686 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-11T07:11:16.686 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-11T07:11:16.686 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.arena_block_size: 4194304 2024-09-11T07:11:16.686 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-11T07:11:16.686 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-11T07:11:16.686 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-11T07:11:16.686 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-11T07:11:16.687 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-11T07:11:16.687 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-11T07:11:16.687 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-11T07:11:16.687 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-11T07:11:16.687 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-11T07:11:16.687 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-11T07:11:16.687 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-11T07:11:16.687 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-11T07:11:16.687 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-11T07:11:16.687 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-11T07:11:16.687 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.table_properties_collectors: 2024-09-11T07:11:16.687 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.inplace_update_support: 0 2024-09-11T07:11:16.687 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-11T07:11:16.687 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-11T07:11:16.687 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-11T07:11:16.687 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-11T07:11:16.688 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.bloom_locality: 0 2024-09-11T07:11:16.688 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.max_successive_merges: 0 2024-09-11T07:11:16.688 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-11T07:11:16.688 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-11T07:11:16.688 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.force_consistency_checks: 0 2024-09-11T07:11:16.688 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-11T07:11:16.688 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.ttl: 2592000 2024-09-11T07:11:16.688 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.598+0000 7f277ef75700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-11T07:11:16.688 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.599+0000 7f277ef75700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi017/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-11T07:11:16.688 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: 2024-09-11T07:11:16.688 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.599+0000 7f277ef75700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-09-11T07:11:16.688 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: 2024-09-11T07:11:16.688 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.600+0000 7f277ef75700 4 rocksdb: DB pointer 0x55f631b39800 2024-09-11T07:11:16.688 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.600+0000 7f2767e0e700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-09-11T07:11:16.688 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.600+0000 7f2767e0e700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-09-11T07:11:16.689 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-09-11T07:11:16.689 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T07:11:16.689 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-11T07:11:16.689 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T07:11:16.689 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T07:11:16.689 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-11T07:11:16.689 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-11T07:11:16.689 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T07:11:16.689 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: 2024-09-11T07:11:16.689 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-09-11T07:11:16.689 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-09-11T07:11:16.689 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:11:16.689 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-09-11T07:11:16.689 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-09-11T07:11:16.689 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: 2024-09-11T07:11:16.690 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-09-11T07:11:16.690 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-09-11T07:11:16.690 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:11:16.690 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T07:11:16.690 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T07:11:16.690 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T07:11:16.690 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T07:11:16.690 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T07:11:16.690 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-09-11T07:11:16.690 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T07:11:16.690 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T07:11:16.690 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-11T07:11:16.690 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: 2024-09-11T07:11:16.690 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-09-11T07:11:16.690 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: 2024-09-11T07:11:16.691 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-09-11T07:11:16.691 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-09-11T07:11:16.691 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:11:16.691 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-09-11T07:11:16.691 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-09-11T07:11:16.691 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: 2024-09-11T07:11:16.691 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-09-11T07:11:16.691 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-09-11T07:11:16.691 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:11:16.691 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T07:11:16.691 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T07:11:16.691 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T07:11:16.691 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T07:11:16.691 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T07:11:16.692 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-09-11T07:11:16.692 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T07:11:16.692 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T07:11:16.692 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-11T07:11:16.692 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: 2024-09-11T07:11:16.692 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-09-11T07:11:16.692 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: 2024-09-11T07:11:16.692 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.602+0000 7f277ef75700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-09-11T07:11:16.692 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.603+0000 7f277ef75700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-09-11T07:11:16.692 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph-mon: debug 2024-09-11T07:11:16.603+0000 7f277ef75700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi017 for mon.smithi017 2024-09-11T07:11:17.144 INFO:teuthology.orchestra.run.smithi017.stderr:create mon.smithi017 on 2024-09-11T07:11:17.145 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/ef0778be-700c-11ef-bcea-c7b262605968 2024-09-11T07:11:17.151 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: systemctl disable ceph.target 2024-09-11T07:11:17.417 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: systemctl enable ceph.target 2024-09-11T07:11:17.424 INFO:teuthology.orchestra.run.smithi017.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-09-11T07:11:17.561 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: systemctl start ceph.target 2024-09-11T07:11:17.568 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: systemctl enable ceph-ef0778be-700c-11ef-bcea-c7b262605968.target 2024-09-11T07:11:17.576 INFO:teuthology.orchestra.run.smithi017.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-ef0778be-700c-11ef-bcea-c7b262605968.target → /etc/systemd/system/ceph-ef0778be-700c-11ef-bcea-c7b262605968.target. 2024-09-11T07:11:17.576 INFO:teuthology.orchestra.run.smithi017.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-ef0778be-700c-11ef-bcea-c7b262605968.target → /etc/systemd/system/ceph-ef0778be-700c-11ef-bcea-c7b262605968.target. 2024-09-11T07:11:17.717 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: systemctl start ceph-ef0778be-700c-11ef-bcea-c7b262605968.target 2024-09-11T07:11:17.744 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: systemctl daemon-reload 2024-09-11T07:11:17.887 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: systemctl stop ceph-ef0778be-700c-11ef-bcea-c7b262605968@mon.smithi017 2024-09-11T07:11:17.903 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: systemctl reset-failed ceph-ef0778be-700c-11ef-bcea-c7b262605968@mon.smithi017 2024-09-11T07:11:17.909 INFO:teuthology.orchestra.run.smithi017.stderr:systemctl: Failed to reset failed state of unit ceph-ef0778be-700c-11ef-bcea-c7b262605968@mon.smithi017.service: Unit ceph-ef0778be-700c-11ef-bcea-c7b262605968@mon.smithi017.service not loaded. 2024-09-11T07:11:17.909 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: systemctl enable ceph-ef0778be-700c-11ef-bcea-c7b262605968@mon.smithi017 2024-09-11T07:11:17.917 INFO:teuthology.orchestra.run.smithi017.stderr:systemctl: Created symlink /etc/systemd/system/ceph-ef0778be-700c-11ef-bcea-c7b262605968.target.wants/ceph-ef0778be-700c-11ef-bcea-c7b262605968@mon.smithi017.service → /etc/systemd/system/ceph-ef0778be-700c-11ef-bcea-c7b262605968@.service. 2024-09-11T07:11:18.077 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: systemctl start ceph-ef0778be-700c-11ef-bcea-c7b262605968@mon.smithi017 2024-09-11T07:11:18.560 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: systemctl is-enabled firewalld.service 2024-09-11T07:11:18.569 INFO:teuthology.orchestra.run.smithi017.stderr:systemctl: disabled 2024-09-11T07:11:18.569 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: systemctl is-active firewalld.service 2024-09-11T07:11:18.575 INFO:teuthology.orchestra.run.smithi017.stderr:systemctl: inactive 2024-09-11T07:11:18.576 INFO:teuthology.orchestra.run.smithi017.stderr:firewalld.service is not enabled 2024-09-11T07:11:18.576 INFO:teuthology.orchestra.run.smithi017.stderr:Not possible to enable service . firewalld.service is not available 2024-09-11T07:11:18.576 INFO:teuthology.orchestra.run.smithi017.stderr:Not possible to open ports <[]>. firewalld.service is not available 2024-09-11T07:11:18.577 INFO:teuthology.orchestra.run.smithi017.stderr:Waiting for mon to start... 2024-09-11T07:11:18.577 INFO:teuthology.orchestra.run.smithi017.stderr:Waiting for mon... 2024-09-11T07:11:18.577 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi017 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/mon.smithi017:/var/lib/ceph/mon/ceph-smithi017:z -v /tmp/ceph-tmpvutnjok4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp4dwxi1tu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status 2024-09-11T07:11:19.067 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: cluster: 2024-09-11T07:11:19.068 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: id: ef0778be-700c-11ef-bcea-c7b262605968 2024-09-11T07:11:19.068 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-09-11T07:11:19.068 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: 2024-09-11T07:11:19.068 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: services: 2024-09-11T07:11:19.068 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi017 (age 0.554746s) 2024-09-11T07:11:19.068 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: mgr: no daemons active 2024-09-11T07:11:19.068 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-09-11T07:11:19.068 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: 2024-09-11T07:11:19.068 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: data: 2024-09-11T07:11:19.068 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-09-11T07:11:19.068 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-09-11T07:11:19.068 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-09-11T07:11:19.068 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: pgs: 2024-09-11T07:11:19.069 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: 2024-09-11T07:11:19.615 INFO:teuthology.orchestra.run.smithi017.stderr:mon is available 2024-09-11T07:11:19.615 INFO:teuthology.orchestra.run.smithi017.stderr:Assimilating anything we can from ceph.conf... 2024-09-11T07:11:19.615 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi017 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvutnjok4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp4dwxi1tu:/etc/ceph/ceph.conf:z -v /var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/mon.smithi017:/var/lib/ceph/mon/ceph-smithi017:z docker.io/ceph/ceph:v16.2.4 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi017/config 2024-09-11T07:11:20.141 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: 2024-09-11T07:11:20.141 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: [global] 2024-09-11T07:11:20.142 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: fsid = ef0778be-700c-11ef-bcea-c7b262605968 2024-09-11T07:11:20.142 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: log_to_journald = false 2024-09-11T07:11:20.142 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.17:3300,v1:172.21.15.17:6789] 2024-09-11T07:11:20.142 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-09-11T07:11:20.142 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-09-11T07:11:20.142 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-09-11T07:11:20.142 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-09-11T07:11:20.142 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: 2024-09-11T07:11:20.142 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: [mgr] 2024-09-11T07:11:20.142 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-09-11T07:11:20.142 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: 2024-09-11T07:11:20.142 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: [osd] 2024-09-11T07:11:20.142 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-09-11T07:11:20.143 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: osd_memory_target_autotune = true 2024-09-11T07:11:20.143 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-09-11T07:11:20.696 INFO:teuthology.orchestra.run.smithi017.stderr:Generating new minimal ceph.conf... 2024-09-11T07:11:20.696 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi017 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvutnjok4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp4dwxi1tu:/etc/ceph/ceph.conf:z -v /var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/mon.smithi017:/var/lib/ceph/mon/ceph-smithi017:z docker.io/ceph/ceph:v16.2.4 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi017/config 2024-09-11T07:11:22.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23216]: audit 2024-09-11T07:11:21.947631+0000 mon.smithi017 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.17:0/101436135' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:11:22.487 INFO:teuthology.orchestra.run.smithi017.stderr:Restarting the monitor... 2024-09-11T07:11:22.487 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@mon.smithi017 2024-09-11T07:11:22.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:22 smithi017 systemd[1]: Stopping Ceph mon.smithi017 for ef0778be-700c-11ef-bcea-c7b262605968... 2024-09-11T07:11:22.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:22 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23216]: debug 2024-09-11T07:11:22.627+0000 7fad3e832700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi017 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-09-11T07:11:22.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:22 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23216]: debug 2024-09-11T07:11:22.627+0000 7fad3e832700 -1 mon.smithi017@0(leader) e1 *** Got Signal Terminated *** 2024-09-11T07:11:23.138 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:22 smithi017 podman[23439]: 2024-09-11 07:11:22.883653371 +0000 UTC m=+0.372734686 container died 08445b10396ee647e4e128e0533a101648ba05ed4599703290a75e3153f4dbc6 (image=docker.io/ceph/ceph:v16.2.4, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , GIT_CLEAN=True, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=-16.2.4, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, ceph=True, org.label-schema.name=CentOS Base Image, RELEASE=HEAD, org.label-schema.build-date=20201204) 2024-09-11T07:11:23.530 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 podman[23439]: 2024-09-11 07:11:23.235678755 +0000 UTC m=+0.724760025 container cleanup 08445b10396ee647e4e128e0533a101648ba05ed4599703290a75e3153f4dbc6 (image=docker.io/ceph/ceph:v16.2.4, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, org.label-schema.name=CentOS Base Image, maintainer=Dimitri Savineau , org.label-schema.build-date=20201204, CEPH_POINT_RELEASE=-16.2.4, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=HEAD, org.label-schema.vendor=CentOS) 2024-09-11T07:11:23.530 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 podman[23439]: ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017 2024-09-11T07:11:23.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 podman[23452]: 2024-09-11 07:11:23.528542937 +0000 UTC m=+0.636184710 container remove 08445b10396ee647e4e128e0533a101648ba05ed4599703290a75e3153f4dbc6 (image=docker.io/ceph/ceph:v16.2.4, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017, RELEASE=HEAD, org.label-schema.name=CentOS Base Image, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=-16.2.4, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, maintainer=Dimitri Savineau , org.label-schema.build-date=20201204, org.label-schema.schema-version=1.0) 2024-09-11T07:11:23.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 systemd[1]: ceph-ef0778be-700c-11ef-bcea-c7b262605968@mon.smithi017.service: Deactivated successfully. 2024-09-11T07:11:23.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 systemd[1]: Stopped Ceph mon.smithi017 for ef0778be-700c-11ef-bcea-c7b262605968. 2024-09-11T07:11:23.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 systemd[1]: Starting Ceph mon.smithi017 for ef0778be-700c-11ef-bcea-c7b262605968... 2024-09-11T07:11:23.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 podman[23496]: 2024-09-11 07:11:23.62506833 +0000 UTC m=+0.017453583 image pull 8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29 docker.io/ceph/ceph:v16.2.4 2024-09-11T07:11:23.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 podman[23496]: 2024-09-11 07:11:23.729430155 +0000 UTC m=+0.121815395 container create a0e09aaa110195560d3e97b59bce98f83730e3965d59fa8fc31bc26a46dcbf42 (image=docker.io/ceph/ceph:v16.2.4, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, org.label-schema.schema-version=1.0, maintainer=Dimitri Savineau , org.label-schema.license=GPLv2, GIT_CLEAN=True, ceph=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-16.2.4, GIT_BRANCH=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.name=CentOS Base Image, org.label-schema.build-date=20201204, RELEASE=HEAD) 2024-09-11T07:11:24.036 INFO:teuthology.orchestra.run.smithi017.stderr:Setting mon public_network to 172.21.0.0/20 2024-09-11T07:11:24.036 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi017 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvutnjok4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp4dwxi1tu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config set mon public_network 172.21.0.0/20 2024-09-11T07:11:24.159 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 podman[23496]: 2024-09-11 07:11:23.947807102 +0000 UTC m=+0.340192340 container init a0e09aaa110195560d3e97b59bce98f83730e3965d59fa8fc31bc26a46dcbf42 (image=docker.io/ceph/ceph:v16.2.4, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017, CEPH_POINT_RELEASE=-16.2.4, GIT_BRANCH=HEAD, GIT_CLEAN=True, maintainer=Dimitri Savineau , GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, RELEASE=HEAD, org.label-schema.build-date=20201204, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.name=CentOS Base Image, org.label-schema.license=GPLv2, ceph=True) 2024-09-11T07:11:24.159 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 podman[23496]: 2024-09-11 07:11:23.95119917 +0000 UTC m=+0.343584412 container start a0e09aaa110195560d3e97b59bce98f83730e3965d59fa8fc31bc26a46dcbf42 (image=docker.io/ceph/ceph:v16.2.4, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-16.2.4, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_CLEAN=True, ceph=True, RELEASE=HEAD, org.label-schema.build-date=20201204, org.label-schema.name=CentOS Base Image) 2024-09-11T07:11:24.159 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.971+0000 7fb4d7deb700 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-11T07:11:24.159 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.971+0000 7fb4d7deb700 0 ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable), process ceph-mon, pid 2 2024-09-11T07:11:24.159 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.971+0000 7fb4d7deb700 0 pidfile_write: ignore empty --pid-file 2024-09-11T07:11:24.160 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.975+0000 7fb4d7deb700 0 load: jerasure load: lrc load: isa 2024-09-11T07:11:24.160 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: RocksDB version: 6.8.1 2024-09-11T07:11:24.160 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: 2024-09-11T07:11:24.160 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-11T07:11:24.160 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Compile date May 13 2021 2024-09-11T07:11:24.160 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: DB SUMMARY 2024-09-11T07:11:24.160 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: 2024-09-11T07:11:24.160 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: CURRENT file: CURRENT 2024-09-11T07:11:24.160 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: 2024-09-11T07:11:24.160 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: IDENTITY file: IDENTITY 2024-09-11T07:11:24.160 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: 2024-09-11T07:11:24.160 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-09-11T07:11:24.160 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: 2024-09-11T07:11:24.161 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi017/store.db dir, Total Num: 1, files: 000004.sst 2024-09-11T07:11:24.161 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: 2024-09-11T07:11:24.162 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi017/store.db: 000006.log size: 85383 ; 2024-09-11T07:11:24.162 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: 2024-09-11T07:11:24.162 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.error_if_exists: 0 2024-09-11T07:11:24.162 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.create_if_missing: 0 2024-09-11T07:11:24.162 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.paranoid_checks: 1 2024-09-11T07:11:24.162 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.env: 0x557ca7fa11c0 2024-09-11T07:11:24.162 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.fs: Posix File System 2024-09-11T07:11:24.162 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.info_log: 0x557caa87f960 2024-09-11T07:11:24.162 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-11T07:11:24.162 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.statistics: (nil) 2024-09-11T07:11:24.162 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.use_fsync: 0 2024-09-11T07:11:24.162 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.max_log_file_size: 0 2024-09-11T07:11:24.162 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-11T07:11:24.163 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-11T07:11:24.163 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-11T07:11:24.163 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-11T07:11:24.163 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.allow_fallocate: 1 2024-09-11T07:11:24.163 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-11T07:11:24.163 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-11T07:11:24.163 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.use_direct_reads: 0 2024-09-11T07:11:24.163 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-11T07:11:24.163 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.create_missing_column_families: 0 2024-09-11T07:11:24.163 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.db_log_dir: 2024-09-11T07:11:24.163 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi017/store.db 2024-09-11T07:11:24.163 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-11T07:11:24.163 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.max_subcompactions: 1 2024-09-11T07:11:24.164 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.max_background_flushes: -1 2024-09-11T07:11:24.164 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-11T07:11:24.164 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-11T07:11:24.164 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-11T07:11:24.164 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-11T07:11:24.164 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-11T07:11:24.164 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.advise_random_on_open: 1 2024-09-11T07:11:24.164 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-11T07:11:24.164 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.write_buffer_manager: 0x557cab4f4030 2024-09-11T07:11:24.164 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-11T07:11:24.164 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-11T07:11:24.164 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-11T07:11:24.164 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-11T07:11:24.165 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.rate_limiter: (nil) 2024-09-11T07:11:24.165 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-11T07:11:24.165 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-11T07:11:24.165 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-11T07:11:24.165 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-11T07:11:24.165 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.unordered_write: 0 2024-09-11T07:11:24.165 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-11T07:11:24.165 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-11T07:11:24.165 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-11T07:11:24.165 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-11T07:11:24.165 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.row_cache: None 2024-09-11T07:11:24.165 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.wal_filter: None 2024-09-11T07:11:24.166 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-11T07:11:24.166 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-11T07:11:24.166 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.preserve_deletes: 0 2024-09-11T07:11:24.166 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.two_write_queues: 0 2024-09-11T07:11:24.166 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.manual_wal_flush: 0 2024-09-11T07:11:24.166 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.atomic_flush: 0 2024-09-11T07:11:24.166 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-11T07:11:24.166 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-11T07:11:24.166 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-11T07:11:24.166 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.log_readahead_size: 0 2024-09-11T07:11:24.166 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-09-11T07:11:24.166 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.max_background_jobs: 2 2024-09-11T07:11:24.166 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.max_background_compactions: -1 2024-09-11T07:11:24.166 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-11T07:11:24.167 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-11T07:11:24.167 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-11T07:11:24.167 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.max_total_wal_size: 0 2024-09-11T07:11:24.167 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-11T07:11:24.167 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-11T07:11:24.167 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-11T07:11:24.167 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-11T07:11:24.167 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.max_open_files: -1 2024-09-11T07:11:24.167 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.bytes_per_sync: 0 2024-09-11T07:11:24.167 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-11T07:11:24.167 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-11T07:11:24.167 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-11T07:11:24.168 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Compression algorithms supported: 2024-09-11T07:11:24.168 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-11T07:11:24.168 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: kZSTD supported: 0 2024-09-11T07:11:24.168 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: kXpressCompression supported: 0 2024-09-11T07:11:24.168 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-11T07:11:24.168 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: kLZ4Compression supported: 1 2024-09-11T07:11:24.168 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: kBZip2Compression supported: 0 2024-09-11T07:11:24.168 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: kZlibCompression supported: 1 2024-09-11T07:11:24.168 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: kSnappyCompression supported: 1 2024-09-11T07:11:24.168 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-11T07:11:24.168 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi017/store.db/MANIFEST-000005 2024-09-11T07:11:24.168 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: 2024-09-11T07:11:24.168 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-09-11T07:11:24.169 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: 2024-09-11T07:11:24.169 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-11T07:11:24.169 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.merge_operator: 2024-09-11T07:11:24.169 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.compaction_filter: None 2024-09-11T07:11:24.169 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.compaction_filter_factory: None 2024-09-11T07:11:24.169 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-11T07:11:24.169 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-11T07:11:24.169 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x557caa797cb0) 2024-09-11T07:11:24.169 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cache_index_and_filter_blocks: 1 2024-09-11T07:11:24.169 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-11T07:11:24.169 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-11T07:11:24.169 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: pin_top_level_index_and_filter: 1 2024-09-11T07:11:24.169 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: index_type: 0 2024-09-11T07:11:24.170 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: data_block_index_type: 0 2024-09-11T07:11:24.171 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: index_shortening: 1 2024-09-11T07:11:24.171 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: data_block_hash_table_util_ratio: 0.750000 2024-09-11T07:11:24.171 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: hash_index_allow_collision: 1 2024-09-11T07:11:24.171 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: checksum: 1 2024-09-11T07:11:24.171 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: no_block_cache: 0 2024-09-11T07:11:24.171 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: block_cache: 0x557caa7ccf10 2024-09-11T07:11:24.172 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: block_cache_name: BinnedLRUCache 2024-09-11T07:11:24.172 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: block_cache_options: 2024-09-11T07:11:24.172 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: capacity : 536870912 2024-09-11T07:11:24.172 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: num_shard_bits : 4 2024-09-11T07:11:24.172 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: strict_capacity_limit : 0 2024-09-11T07:11:24.172 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: high_pri_pool_ratio: 0.000 2024-09-11T07:11:24.172 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: block_cache_compressed: (nil) 2024-09-11T07:11:24.172 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: persistent_cache: (nil) 2024-09-11T07:11:24.172 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: block_size: 4096 2024-09-11T07:11:24.172 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: block_size_deviation: 10 2024-09-11T07:11:24.172 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: block_restart_interval: 16 2024-09-11T07:11:24.173 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: index_block_restart_interval: 1 2024-09-11T07:11:24.173 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: metadata_block_size: 4096 2024-09-11T07:11:24.173 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: partition_filters: 0 2024-09-11T07:11:24.173 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: use_delta_encoding: 1 2024-09-11T07:11:24.173 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-11T07:11:24.173 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: whole_key_filtering: 1 2024-09-11T07:11:24.173 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: verify_compression: 0 2024-09-11T07:11:24.173 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: read_amp_bytes_per_bit: 0 2024-09-11T07:11:24.173 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: format_version: 2 2024-09-11T07:11:24.173 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: enable_index_compression: 1 2024-09-11T07:11:24.173 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: block_align: 0 2024-09-11T07:11:24.173 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: 2024-09-11T07:11:24.173 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-11T07:11:24.174 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-11T07:11:24.174 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.compression: NoCompression 2024-09-11T07:11:24.174 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-11T07:11:24.174 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-11T07:11:24.174 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-11T07:11:24.174 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.num_levels: 7 2024-09-11T07:11:24.174 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-11T07:11:24.174 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-11T07:11:24.174 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-11T07:11:24.174 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-11T07:11:24.174 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-11T07:11:24.174 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-11T07:11:24.174 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-11T07:11:24.174 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-11T07:11:24.174 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-11T07:11:24.175 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-11T07:11:24.175 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.compression_opts.level: 32767 2024-09-11T07:11:24.175 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-11T07:11:24.175 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-11T07:11:24.175 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-11T07:11:24.175 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.compression_opts.enabled: false 2024-09-11T07:11:24.175 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-11T07:11:24.175 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-11T07:11:24.175 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-11T07:11:24.175 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-11T07:11:24.175 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-11T07:11:24.175 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-11T07:11:24.175 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-11T07:11:24.175 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-11T07:11:24.176 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-11T07:11:24.176 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-11T07:11:24.176 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-11T07:11:24.176 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-11T07:11:24.176 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-11T07:11:24.176 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-11T07:11:24.176 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-11T07:11:24.176 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-11T07:11:24.176 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-11T07:11:24.176 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.arena_block_size: 4194304 2024-09-11T07:11:24.176 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-11T07:11:24.176 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-11T07:11:24.176 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-11T07:11:24.176 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-11T07:11:24.176 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-11T07:11:24.177 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-11T07:11:24.177 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-11T07:11:24.177 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-11T07:11:24.177 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-11T07:11:24.177 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-11T07:11:24.177 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-11T07:11:24.177 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-11T07:11:24.177 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-11T07:11:24.177 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-11T07:11:24.177 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.table_properties_collectors: 2024-09-11T07:11:24.177 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.inplace_update_support: 0 2024-09-11T07:11:24.177 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-11T07:11:24.177 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-11T07:11:24.178 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-11T07:11:24.178 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-11T07:11:24.178 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.bloom_locality: 0 2024-09-11T07:11:24.178 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.max_successive_merges: 0 2024-09-11T07:11:24.178 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-11T07:11:24.178 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-11T07:11:24.178 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.force_consistency_checks: 0 2024-09-11T07:11:24.178 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-11T07:11:24.178 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.ttl: 2592000 2024-09-11T07:11:24.179 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.976+0000 7fb4d7deb700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-11T07:11:24.179 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.977+0000 7fb4d7deb700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi017/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-11T07:11:24.179 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: 2024-09-11T07:11:24.179 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.977+0000 7fb4d7deb700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-09-11T07:11:24.179 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: 2024-09-11T07:11:24.179 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.978+0000 7fb4d7deb700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726038683978886, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-09-11T07:11:24.179 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.978+0000 7fb4d7deb700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-09-11T07:11:24.179 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.978+0000 7fb4d7deb700 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-09-11T07:11:24.179 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.979+0000 7fb4d7deb700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726038683980459, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 82192, "table_properties": {"data_size": 80462, "index_size": 335, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9315, "raw_average_key_size": 47, "raw_value_size": 75051, "raw_average_value_size": 379, "num_data_blocks": 11, "num_entries": 198, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1726038683, "oldest_key_time": 3, "file_creation_time": 0}} 2024-09-11T07:11:24.179 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.979+0000 7fb4d7deb700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-09-11T07:11:24.179 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: 2024-09-11T07:11:24.179 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.980+0000 7fb4d7deb700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726038683981081, "job": 1, "event": "recovery_finished"} 2024-09-11T07:11:24.179 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.981+0000 7fb4d7deb700 4 rocksdb: DB pointer 0x557caa891800 2024-09-11T07:11:24.179 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.981+0000 7fb4bec03700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-09-11T07:11:24.180 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.981+0000 7fb4bec03700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-09-11T07:11:24.180 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: ** DB Stats ** 2024-09-11T07:11:24.180 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T07:11:24.180 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: 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-11T07:11:24.180 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T07:11:24.180 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T07:11:24.180 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: 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-11T07:11:24.180 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-11T07:11:24.180 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T07:11:24.180 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: 2024-09-11T07:11:24.180 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: ** Compaction Stats [default] ** 2024-09-11T07:11:24.180 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: 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-11T07:11:24.180 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:11:24.181 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: L0 2/0 81.96 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 85.8 0.00 0.00 1 0.001 0 0 2024-09-11T07:11:24.181 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: Sum 2/0 81.96 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 85.8 0.00 0.00 1 0.001 0 0 2024-09-11T07:11:24.181 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 85.8 0.00 0.00 1 0.001 0 0 2024-09-11T07:11:24.181 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: 2024-09-11T07:11:24.181 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: ** Compaction Stats [default] ** 2024-09-11T07:11:24.181 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: 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-11T07:11:24.181 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:11:24.181 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 85.8 0.00 0.00 1 0.001 0 0 2024-09-11T07:11:24.181 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T07:11:24.181 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T07:11:24.181 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T07:11:24.181 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T07:11:24.182 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T07:11:24.182 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: AddFile(Keys): cumulative 0, interval 0 2024-09-11T07:11:24.182 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: Cumulative compaction: 0.00 GB write, 17.13 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T07:11:24.182 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: Interval compaction: 0.00 GB write, 17.13 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T07:11:24.182 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: 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-11T07:11:24.182 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: 2024-09-11T07:11:24.182 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: ** File Read Latency Histogram By Level [default] ** 2024-09-11T07:11:24.182 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: 2024-09-11T07:11:24.182 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: ** Compaction Stats [default] ** 2024-09-11T07:11:24.182 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: 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-11T07:11:24.182 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:11:24.182 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: L0 2/0 81.96 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 85.8 0.00 0.00 1 0.001 0 0 2024-09-11T07:11:24.182 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: Sum 2/0 81.96 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 85.8 0.00 0.00 1 0.001 0 0 2024-09-11T07:11:24.182 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: 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-11T07:11:24.182 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: 2024-09-11T07:11:24.183 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: ** Compaction Stats [default] ** 2024-09-11T07:11:24.183 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: 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-11T07:11:24.183 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:11:24.183 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 85.8 0.00 0.00 1 0.001 0 0 2024-09-11T07:11:24.183 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T07:11:24.183 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T07:11:24.183 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T07:11:24.183 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T07:11:24.183 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T07:11:24.183 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: AddFile(Keys): cumulative 0, interval 0 2024-09-11T07:11:24.183 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: Cumulative compaction: 0.00 GB write, 17.01 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T07:11:24.183 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: 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-11T07:11:24.183 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: 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-11T07:11:24.183 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: 2024-09-11T07:11:24.183 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: ** File Read Latency Histogram By Level [default] ** 2024-09-11T07:11:24.184 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: 2024-09-11T07:11:24.184 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.982+0000 7fb4d7deb700 0 starting mon.smithi017 rank 0 at public addrs [v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0] at bind addrs [v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi017 fsid ef0778be-700c-11ef-bcea-c7b262605968 2024-09-11T07:11:24.184 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.984+0000 7fb4d7deb700 1 mon.smithi017@-1(???) e1 preinit fsid ef0778be-700c-11ef-bcea-c7b262605968 2024-09-11T07:11:24.184 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.984+0000 7fb4d7deb700 0 mon.smithi017@-1(???).mds e1 new map 2024-09-11T07:11:24.184 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.984+0000 7fb4d7deb700 0 mon.smithi017@-1(???).mds e1 print_map 2024-09-11T07:11:24.184 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: e1 2024-09-11T07:11:24.184 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-11T07:11:24.184 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: 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-11T07:11:24.184 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: legacy client fscid: -1 2024-09-11T07:11:24.184 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: 2024-09-11T07:11:24.184 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: No filesystems configured 2024-09-11T07:11:24.184 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: 2024-09-11T07:11:24.184 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.984+0000 7fb4d7deb700 0 mon.smithi017@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-11T07:11:24.184 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.984+0000 7fb4d7deb700 0 mon.smithi017@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T07:11:24.185 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.984+0000 7fb4d7deb700 0 mon.smithi017@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T07:11:24.185 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.984+0000 7fb4d7deb700 0 mon.smithi017@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T07:11:24.185 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:21.947631+0000 mon.smithi017 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.17:0/101436135' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:11:24.185 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.984+0000 7fb4d7deb700 1 mon.smithi017@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-11T07:11:24.185 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.985+0000 7fb4d7deb700 20 expand_channel_meta expand map: {default=false} 2024-09-11T07:11:24.185 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.985+0000 7fb4d7deb700 20 expand_channel_meta from 'false' to 'false' 2024-09-11T07:11:24.185 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.985+0000 7fb4d7deb700 20 expand_channel_meta expanded map: {default=false} 2024-09-11T07:11:24.185 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.985+0000 7fb4d7deb700 20 expand_channel_meta expand map: {default=info} 2024-09-11T07:11:24.185 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.985+0000 7fb4d7deb700 20 expand_channel_meta from 'info' to 'info' 2024-09-11T07:11:24.185 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.985+0000 7fb4d7deb700 20 expand_channel_meta expanded map: {default=info} 2024-09-11T07:11:24.185 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.985+0000 7fb4d7deb700 20 expand_channel_meta expand map: {default=daemon} 2024-09-11T07:11:24.185 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.985+0000 7fb4d7deb700 20 expand_channel_meta from 'daemon' to 'daemon' 2024-09-11T07:11:24.185 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.985+0000 7fb4d7deb700 20 expand_channel_meta expanded map: {default=daemon} 2024-09-11T07:11:24.185 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.985+0000 7fb4d7deb700 20 expand_channel_meta expand map: {default=debug} 2024-09-11T07:11:24.185 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.985+0000 7fb4d7deb700 20 expand_channel_meta from 'debug' to 'debug' 2024-09-11T07:11:24.186 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:11:23.985+0000 7fb4d7deb700 20 expand_channel_meta expanded map: {default=debug} 2024-09-11T07:11:24.186 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:24 smithi017 bash[23496]: a0e09aaa110195560d3e97b59bce98f83730e3965d59fa8fc31bc26a46dcbf42 2024-09-11T07:11:24.186 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:24 smithi017 systemd[1]: Started Ceph mon.smithi017 for ef0778be-700c-11ef-bcea-c7b262605968. 2024-09-11T07:11:24.186 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:24 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:11:23.989802+0000 mon.smithi017 (mon.0) 1 : cluster [INF] mon.smithi017 is new leader, mons smithi017 in quorum (ranks 0) 2024-09-11T07:11:24.186 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:24 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:11:23.989848+0000 mon.smithi017 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi017=[v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0]} 2024-09-11T07:11:24.186 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:24 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:11:23.989895+0000 mon.smithi017 (mon.0) 3 : cluster [DBG] fsmap 2024-09-11T07:11:24.186 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:24 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:11:23.989923+0000 mon.smithi017 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-11T07:11:24.186 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:24 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:11:23.990221+0000 mon.smithi017 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-09-11T07:11:25.176 INFO:teuthology.orchestra.run.smithi017.stderr:Wrote config to /etc/ceph/ceph.conf 2024-09-11T07:11:25.176 INFO:teuthology.orchestra.run.smithi017.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-11T07:11:25.176 INFO:teuthology.orchestra.run.smithi017.stderr:Creating mgr... 2024-09-11T07:11:25.177 INFO:teuthology.orchestra.run.smithi017.stderr:Verifying port 9283 ... 2024-09-11T07:11:25.178 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: systemctl daemon-reload 2024-09-11T07:11:25.358 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: systemctl stop ceph-ef0778be-700c-11ef-bcea-c7b262605968@mgr.smithi017.qgiuqa 2024-09-11T07:11:25.359 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: systemctl reset-failed ceph-ef0778be-700c-11ef-bcea-c7b262605968@mgr.smithi017.qgiuqa 2024-09-11T07:11:25.363 INFO:teuthology.orchestra.run.smithi017.stderr:systemctl: Failed to reset failed state of unit ceph-ef0778be-700c-11ef-bcea-c7b262605968@mgr.smithi017.qgiuqa.service: Unit ceph-ef0778be-700c-11ef-bcea-c7b262605968@mgr.smithi017.qgiuqa.service not loaded. 2024-09-11T07:11:25.363 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: systemctl enable ceph-ef0778be-700c-11ef-bcea-c7b262605968@mgr.smithi017.qgiuqa 2024-09-11T07:11:25.379 INFO:teuthology.orchestra.run.smithi017.stderr:systemctl: Created symlink /etc/systemd/system/ceph-ef0778be-700c-11ef-bcea-c7b262605968.target.wants/ceph-ef0778be-700c-11ef-bcea-c7b262605968@mgr.smithi017.qgiuqa.service → /etc/systemd/system/ceph-ef0778be-700c-11ef-bcea-c7b262605968@.service. 2024-09-11T07:11:25.515 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: systemctl start ceph-ef0778be-700c-11ef-bcea-c7b262605968@mgr.smithi017.qgiuqa 2024-09-11T07:11:25.707 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:25 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:24.613585+0000 mon.smithi017 (mon.0) 6 : audit [INF] from='client.? 172.21.15.17:0/910916450' entity='client.admin' 2024-09-11T07:11:26.023 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: systemctl is-enabled firewalld.service 2024-09-11T07:11:26.032 INFO:teuthology.orchestra.run.smithi017.stderr:systemctl: disabled 2024-09-11T07:11:26.033 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: systemctl is-active firewalld.service 2024-09-11T07:11:26.039 INFO:teuthology.orchestra.run.smithi017.stderr:systemctl: inactive 2024-09-11T07:11:26.041 INFO:teuthology.orchestra.run.smithi017.stderr:firewalld.service is not enabled 2024-09-11T07:11:26.041 INFO:teuthology.orchestra.run.smithi017.stderr:Not possible to enable service . firewalld.service is not available 2024-09-11T07:11:26.041 INFO:teuthology.orchestra.run.smithi017.stderr:Not possible to open ports <[]>. firewalld.service is not available 2024-09-11T07:11:26.041 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: systemctl is-enabled firewalld.service 2024-09-11T07:11:26.049 INFO:teuthology.orchestra.run.smithi017.stderr:systemctl: disabled 2024-09-11T07:11:26.050 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: systemctl is-active firewalld.service 2024-09-11T07:11:26.057 INFO:teuthology.orchestra.run.smithi017.stderr:systemctl: inactive 2024-09-11T07:11:26.058 INFO:teuthology.orchestra.run.smithi017.stderr:firewalld.service is not enabled 2024-09-11T07:11:26.058 INFO:teuthology.orchestra.run.smithi017.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-09-11T07:11:26.058 INFO:teuthology.orchestra.run.smithi017.stderr:Waiting for mgr to start... 2024-09-11T07:11:26.058 INFO:teuthology.orchestra.run.smithi017.stderr:Waiting for mgr... 2024-09-11T07:11:26.058 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi017 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvutnjok4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp4dwxi1tu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2024-09-11T07:11:26.547 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: 2024-09-11T07:11:26.547 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: { 2024-09-11T07:11:26.547 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "fsid": "ef0778be-700c-11ef-bcea-c7b262605968", 2024-09-11T07:11:26.547 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "health": { 2024-09-11T07:11:26.547 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-09-11T07:11:26.547 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "checks": {}, 2024-09-11T07:11:26.547 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "mutes": [] 2024-09-11T07:11:26.547 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: }, 2024-09-11T07:11:26.547 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-09-11T07:11:26.548 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "quorum": [ 2024-09-11T07:11:26.548 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: 0 2024-09-11T07:11:26.548 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: ], 2024-09-11T07:11:26.548 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "quorum_names": [ 2024-09-11T07:11:26.548 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "smithi017" 2024-09-11T07:11:26.548 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: ], 2024-09-11T07:11:26.548 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-09-11T07:11:26.548 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "monmap": { 2024-09-11T07:11:26.548 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-11T07:11:26.548 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-09-11T07:11:26.548 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "num_mons": 1 2024-09-11T07:11:26.548 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: }, 2024-09-11T07:11:26.548 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "osdmap": { 2024-09-11T07:11:26.548 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-11T07:11:26.548 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "num_osds": 0, 2024-09-11T07:11:26.549 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-09-11T07:11:26.549 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-09-11T07:11:26.549 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-09-11T07:11:26.549 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-09-11T07:11:26.549 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-09-11T07:11:26.549 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: }, 2024-09-11T07:11:26.549 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "pgmap": { 2024-09-11T07:11:26.549 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-09-11T07:11:26.549 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-09-11T07:11:26.549 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "num_pools": 0, 2024-09-11T07:11:26.549 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "num_objects": 0, 2024-09-11T07:11:26.549 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-09-11T07:11:26.549 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-09-11T07:11:26.550 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-09-11T07:11:26.550 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "bytes_total": 0 2024-09-11T07:11:26.550 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: }, 2024-09-11T07:11:26.550 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "fsmap": { 2024-09-11T07:11:26.550 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-11T07:11:26.550 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "by_rank": [], 2024-09-11T07:11:26.550 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "up:standby": 0 2024-09-11T07:11:26.550 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: }, 2024-09-11T07:11:26.550 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "mgrmap": { 2024-09-11T07:11:26.550 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "available": false, 2024-09-11T07:11:26.550 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-09-11T07:11:26.550 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "modules": [ 2024-09-11T07:11:26.550 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "iostat", 2024-09-11T07:11:26.550 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "restful" 2024-09-11T07:11:26.551 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: ], 2024-09-11T07:11:26.551 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "services": {} 2024-09-11T07:11:26.551 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: }, 2024-09-11T07:11:26.551 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "servicemap": { 2024-09-11T07:11:26.551 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-11T07:11:26.551 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "modified": "2024-09-11T07:11:18.509968+0000", 2024-09-11T07:11:26.551 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "services": {} 2024-09-11T07:11:26.551 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: }, 2024-09-11T07:11:26.551 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "progress_events": {} 2024-09-11T07:11:26.551 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: } 2024-09-11T07:11:27.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:26 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:26.539261+0000 mon.smithi017 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.17:0/2520387117' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-11T07:11:27.111 INFO:teuthology.orchestra.run.smithi017.stderr:mgr not available, waiting (1/15)... 2024-09-11T07:11:29.114 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi017 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvutnjok4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp4dwxi1tu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2024-09-11T07:11:29.645 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: 2024-09-11T07:11:29.645 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: { 2024-09-11T07:11:29.645 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "fsid": "ef0778be-700c-11ef-bcea-c7b262605968", 2024-09-11T07:11:29.645 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "health": { 2024-09-11T07:11:29.645 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-09-11T07:11:29.645 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "checks": {}, 2024-09-11T07:11:29.646 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "mutes": [] 2024-09-11T07:11:29.646 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: }, 2024-09-11T07:11:29.646 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-09-11T07:11:29.646 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "quorum": [ 2024-09-11T07:11:29.646 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: 0 2024-09-11T07:11:29.646 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: ], 2024-09-11T07:11:29.646 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "quorum_names": [ 2024-09-11T07:11:29.646 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "smithi017" 2024-09-11T07:11:29.646 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: ], 2024-09-11T07:11:29.646 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "quorum_age": 5, 2024-09-11T07:11:29.646 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "monmap": { 2024-09-11T07:11:29.646 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-11T07:11:29.646 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-09-11T07:11:29.646 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "num_mons": 1 2024-09-11T07:11:29.647 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: }, 2024-09-11T07:11:29.647 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "osdmap": { 2024-09-11T07:11:29.647 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-11T07:11:29.647 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "num_osds": 0, 2024-09-11T07:11:29.647 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-09-11T07:11:29.647 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-09-11T07:11:29.647 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-09-11T07:11:29.647 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-09-11T07:11:29.647 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-09-11T07:11:29.647 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: }, 2024-09-11T07:11:29.647 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "pgmap": { 2024-09-11T07:11:29.647 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-09-11T07:11:29.647 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-09-11T07:11:29.647 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "num_pools": 0, 2024-09-11T07:11:29.647 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "num_objects": 0, 2024-09-11T07:11:29.648 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-09-11T07:11:29.648 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-09-11T07:11:29.648 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-09-11T07:11:29.648 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "bytes_total": 0 2024-09-11T07:11:29.648 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: }, 2024-09-11T07:11:29.648 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "fsmap": { 2024-09-11T07:11:29.648 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-11T07:11:29.648 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "by_rank": [], 2024-09-11T07:11:29.648 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "up:standby": 0 2024-09-11T07:11:29.648 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: }, 2024-09-11T07:11:29.648 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "mgrmap": { 2024-09-11T07:11:29.648 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "available": false, 2024-09-11T07:11:29.648 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-09-11T07:11:29.649 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "modules": [ 2024-09-11T07:11:29.649 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "iostat", 2024-09-11T07:11:29.649 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "restful" 2024-09-11T07:11:29.649 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: ], 2024-09-11T07:11:29.649 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "services": {} 2024-09-11T07:11:29.649 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: }, 2024-09-11T07:11:29.649 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "servicemap": { 2024-09-11T07:11:29.649 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-11T07:11:29.649 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "modified": "2024-09-11T07:11:18.509968+0000", 2024-09-11T07:11:29.649 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "services": {} 2024-09-11T07:11:29.649 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: }, 2024-09-11T07:11:29.649 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "progress_events": {} 2024-09-11T07:11:29.649 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: } 2024-09-11T07:11:30.209 INFO:teuthology.orchestra.run.smithi017.stderr:mgr not available, waiting (2/15)... 2024-09-11T07:11:30.253 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:29 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:29.637890+0000 mon.smithi017 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.17:0/4122394100' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-11T07:11:31.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:31 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:11:31.214199+0000 mon.smithi017 (mon.0) 9 : cluster [INF] Activating manager daemon smithi017.qgiuqa 2024-09-11T07:11:31.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:31 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:11:31.216642+0000 mon.smithi017 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi017.qgiuqa(active, starting, since 0.00251998s) 2024-09-11T07:11:31.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:31 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:31.217580+0000 mon.smithi017 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.17:0/3288888569' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T07:11:31.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:31 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:31.217766+0000 mon.smithi017 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.17:0/3288888569' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T07:11:31.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:31 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:31.217989+0000 mon.smithi017 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.17:0/3288888569' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T07:11:31.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:31 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:31.218171+0000 mon.smithi017 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.17:0/3288888569' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mon metadata", "id": "smithi017"}]: dispatch 2024-09-11T07:11:31.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:31 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:31.218400+0000 mon.smithi017 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.17:0/3288888569' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mgr metadata", "who": "smithi017.qgiuqa", "id": "smithi017.qgiuqa"}]: dispatch 2024-09-11T07:11:31.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:31 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:11:31.220238+0000 mon.smithi017 (mon.0) 16 : cluster [INF] Manager daemon smithi017.qgiuqa is now available 2024-09-11T07:11:31.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:31 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:31.227806+0000 mon.smithi017 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.17:0/3288888569' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:11:31.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:31 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:31.231781+0000 mon.smithi017 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.17:0/3288888569' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:11:31.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:31 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:31.232929+0000 mon.smithi017 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.17:0/3288888569' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/trash_purge_schedule"}]: dispatch 2024-09-11T07:11:31.542 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:31 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:31.237778+0000 mon.smithi017 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.17:0/3288888569' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:11:31.542 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:31 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:31.239448+0000 mon.smithi017 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.17:0/3288888569' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:11:32.212 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi017 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvutnjok4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp4dwxi1tu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 status -f json-pretty 2024-09-11T07:11:32.858 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: 2024-09-11T07:11:32.859 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: { 2024-09-11T07:11:32.859 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "fsid": "ef0778be-700c-11ef-bcea-c7b262605968", 2024-09-11T07:11:32.859 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "health": { 2024-09-11T07:11:32.859 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-09-11T07:11:32.859 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "checks": {}, 2024-09-11T07:11:32.859 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "mutes": [] 2024-09-11T07:11:32.859 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: }, 2024-09-11T07:11:32.859 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-09-11T07:11:32.859 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "quorum": [ 2024-09-11T07:11:32.859 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: 0 2024-09-11T07:11:32.859 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: ], 2024-09-11T07:11:32.860 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "quorum_names": [ 2024-09-11T07:11:32.860 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "smithi017" 2024-09-11T07:11:32.860 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: ], 2024-09-11T07:11:32.860 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "quorum_age": 8, 2024-09-11T07:11:32.860 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "monmap": { 2024-09-11T07:11:32.860 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-11T07:11:32.860 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-09-11T07:11:32.860 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "num_mons": 1 2024-09-11T07:11:32.860 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: }, 2024-09-11T07:11:32.860 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "osdmap": { 2024-09-11T07:11:32.860 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-11T07:11:32.860 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "num_osds": 0, 2024-09-11T07:11:32.861 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-09-11T07:11:32.861 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-09-11T07:11:32.861 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-09-11T07:11:32.864 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-09-11T07:11:32.864 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-09-11T07:11:32.864 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: }, 2024-09-11T07:11:32.864 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "pgmap": { 2024-09-11T07:11:32.864 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-09-11T07:11:32.864 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-09-11T07:11:32.864 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "num_pools": 0, 2024-09-11T07:11:32.865 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "num_objects": 0, 2024-09-11T07:11:32.865 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-09-11T07:11:32.865 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-09-11T07:11:32.865 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-09-11T07:11:32.865 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "bytes_total": 0 2024-09-11T07:11:32.865 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: }, 2024-09-11T07:11:32.865 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "fsmap": { 2024-09-11T07:11:32.865 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-11T07:11:32.865 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "by_rank": [], 2024-09-11T07:11:32.865 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "up:standby": 0 2024-09-11T07:11:32.865 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: }, 2024-09-11T07:11:32.865 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "mgrmap": { 2024-09-11T07:11:32.865 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "available": true, 2024-09-11T07:11:32.866 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-09-11T07:11:32.866 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "modules": [ 2024-09-11T07:11:32.866 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "iostat", 2024-09-11T07:11:32.866 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "restful" 2024-09-11T07:11:32.866 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: ], 2024-09-11T07:11:32.866 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "services": {} 2024-09-11T07:11:32.866 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: }, 2024-09-11T07:11:32.866 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "servicemap": { 2024-09-11T07:11:32.866 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "epoch": 1, 2024-09-11T07:11:32.866 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "modified": "2024-09-11T07:11:18.509968+0000", 2024-09-11T07:11:32.866 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "services": {} 2024-09-11T07:11:32.866 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: }, 2024-09-11T07:11:32.866 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "progress_events": {} 2024-09-11T07:11:32.866 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: } 2024-09-11T07:11:33.480 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:33 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:11:32.219968+0000 mon.smithi017 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi017.qgiuqa(active, since 1.00584s) 2024-09-11T07:11:33.480 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:33 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:32.853848+0000 mon.smithi017 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.17:0/2317977818' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-11T07:11:33.482 INFO:teuthology.orchestra.run.smithi017.stderr:mgr is available 2024-09-11T07:11:33.482 INFO:teuthology.orchestra.run.smithi017.stderr:Enabling cephadm module... 2024-09-11T07:11:33.482 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi017 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvutnjok4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp4dwxi1tu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr module enable cephadm 2024-09-11T07:11:34.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:34 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:11:33.220673+0000 mon.smithi017 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi017.qgiuqa(active, since 2s) 2024-09-11T07:11:34.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:34 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:34.078673+0000 mon.smithi017 (mon.0) 25 : audit [INF] from='client.? 172.21.15.17:0/1192996216' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-09-11T07:11:35.556 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi017 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvutnjok4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp4dwxi1tu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr stat 2024-09-11T07:11:36.172 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: { 2024-09-11T07:11:36.172 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "epoch": 5, 2024-09-11T07:11:36.172 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "available": true, 2024-09-11T07:11:36.172 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "active_name": "smithi017.qgiuqa", 2024-09-11T07:11:36.173 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "num_standby": 0 2024-09-11T07:11:36.173 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: } 2024-09-11T07:11:36.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:34.993677+0000 mon.smithi017 (mon.0) 26 : audit [INF] from='client.? 172.21.15.17:0/1192996216' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-11T07:11:36.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:11:34.993762+0000 mon.smithi017 (mon.0) 27 : cluster [DBG] mgrmap e5: smithi017.qgiuqa(active, since 3s) 2024-09-11T07:11:36.810 INFO:teuthology.orchestra.run.smithi017.stderr:Waiting for the mgr to restart... 2024-09-11T07:11:36.810 INFO:teuthology.orchestra.run.smithi017.stderr:Waiting for mgr epoch 5... 2024-09-11T07:11:36.810 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi017 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvutnjok4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp4dwxi1tu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 tell mgr mgr_status 2024-09-11T07:11:37.162 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:36 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:36.170391+0000 mon.smithi017 (mon.0) 28 : audit [DBG] from='client.? 172.21.15.17:0/2631255590' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-11T07:11:41.229 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: { 2024-09-11T07:11:41.229 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-09-11T07:11:41.229 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "initialized": true 2024-09-11T07:11:41.229 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: } 2024-09-11T07:11:41.516 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:41 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:11:40.165100+0000 mon.smithi017 (mon.0) 29 : cluster [INF] Active manager daemon smithi017.qgiuqa restarted 2024-09-11T07:11:41.516 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:41 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:11:40.165514+0000 mon.smithi017 (mon.0) 30 : cluster [INF] Activating manager daemon smithi017.qgiuqa 2024-09-11T07:11:41.516 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:41 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:11:40.167062+0000 mon.smithi017 (mon.0) 31 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-11T07:11:41.516 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:41 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:11:40.217599+0000 mon.smithi017 (mon.0) 32 : cluster [DBG] mgrmap e6: smithi017.qgiuqa(active, starting, since 0.0521984s) 2024-09-11T07:11:41.516 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:41 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:40.218525+0000 mon.smithi017 (mon.0) 33 : audit [DBG] from='mgr.14114 172.21.15.17:0/1315070877' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mon metadata", "id": "smithi017"}]: dispatch 2024-09-11T07:11:41.516 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:41 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:40.219127+0000 mon.smithi017 (mon.0) 34 : audit [DBG] from='mgr.14114 172.21.15.17:0/1315070877' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mgr metadata", "who": "smithi017.qgiuqa", "id": "smithi017.qgiuqa"}]: dispatch 2024-09-11T07:11:41.516 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:41 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:40.219808+0000 mon.smithi017 (mon.0) 35 : audit [DBG] from='mgr.14114 172.21.15.17:0/1315070877' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T07:11:41.516 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:41 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:40.219999+0000 mon.smithi017 (mon.0) 36 : audit [DBG] from='mgr.14114 172.21.15.17:0/1315070877' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T07:11:41.516 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:41 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:40.220144+0000 mon.smithi017 (mon.0) 37 : audit [DBG] from='mgr.14114 172.21.15.17:0/1315070877' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T07:11:41.517 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:41 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:11:40.221984+0000 mon.smithi017 (mon.0) 38 : cluster [INF] Manager daemon smithi017.qgiuqa is now available 2024-09-11T07:11:41.517 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:41 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:40.236241+0000 mon.smithi017 (mon.0) 39 : audit [INF] from='mgr.14114 172.21.15.17:0/1315070877' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:11:41.517 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:41 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:40.238942+0000 mon.smithi017 (mon.0) 40 : audit [INF] from='mgr.14114 172.21.15.17:0/1315070877' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:11:41.517 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:41 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:40.241308+0000 mon.smithi017 (mon.0) 41 : audit [INF] from='mgr.14114 172.21.15.17:0/1315070877' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:11:41.517 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:41 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:40.335118+0000 mon.smithi017 (mon.0) 42 : audit [INF] from='mgr.14114 172.21.15.17:0/1315070877' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:11:41.517 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:41 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:40.335817+0000 mon.smithi017 (mon.0) 43 : audit [DBG] from='mgr.14114 172.21.15.17:0/1315070877' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:11:41.517 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:41 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:40.336804+0000 mon.smithi017 (mon.0) 44 : audit [DBG] from='mgr.14114 172.21.15.17:0/1315070877' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:11:41.517 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:41 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:40.338325+0000 mon.smithi017 (mon.0) 45 : audit [DBG] from='mgr.14114 172.21.15.17:0/1315070877' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:11:41.517 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:41 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:40.348717+0000 mon.smithi017 (mon.0) 46 : audit [INF] from='mgr.14114 172.21.15.17:0/1315070877' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:11:41.517 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:41 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:40.349848+0000 mon.smithi017 (mon.0) 47 : audit [INF] from='mgr.14114 172.21.15.17:0/1315070877' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/trash_purge_schedule"}]: dispatch 2024-09-11T07:11:41.770 INFO:teuthology.orchestra.run.smithi017.stderr:mgr epoch 5 is available 2024-09-11T07:11:41.770 INFO:teuthology.orchestra.run.smithi017.stderr:Setting orchestrator backend to cephadm... 2024-09-11T07:11:41.770 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi017 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvutnjok4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp4dwxi1tu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch set backend cephadm 2024-09-11T07:11:42.401 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:41.220094+0000 mgr.smithi017.qgiuqa (mgr.14114) 1 : audit [DBG] from='client.14118 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-11T07:11:42.402 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:11:41.220692+0000 mon.smithi017 (mon.0) 48 : cluster [DBG] mgrmap e7: smithi017.qgiuqa(active, since 1.05529s) 2024-09-11T07:11:42.402 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:41.227101+0000 mgr.smithi017.qgiuqa (mgr.14114) 2 : audit [DBG] from='client.14118 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-11T07:11:42.950 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi017 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvutnjok4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp4dwxi1tu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 cephadm set-user root 2024-09-11T07:11:43.530 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:43 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:11:42.221939+0000 mon.smithi017 (mon.0) 49 : cluster [DBG] mgrmap e8: smithi017.qgiuqa(active, since 2s) 2024-09-11T07:11:43.531 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:43 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:42.383173+0000 mgr.smithi017.qgiuqa (mgr.14114) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:11:43.531 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:43 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:42.386897+0000 mon.smithi017 (mon.0) 50 : audit [INF] from='mgr.14114 172.21.15.17:0/1315070877' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:11:43.531 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:43 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:42.390280+0000 mon.smithi017 (mon.0) 51 : audit [DBG] from='mgr.14114 172.21.15.17:0/1315070877' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:11:43.531 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: value unchanged 2024-09-11T07:11:44.090 INFO:teuthology.orchestra.run.smithi017.stderr:Generating ssh key... 2024-09-11T07:11:44.090 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi017 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvutnjok4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp4dwxi1tu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 cephadm generate-key 2024-09-11T07:11:45.243 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:43.529261+0000 mgr.smithi017.qgiuqa (mgr.14114) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:11:45.244 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:44.889560+0000 mon.smithi017 (mon.0) 52 : audit [INF] from='mgr.14114 172.21.15.17:0/1315070877' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:11:45.244 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:44.891152+0000 mon.smithi017 (mon.0) 53 : audit [INF] from='mgr.14114 172.21.15.17:0/1315070877' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:11:45.521 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi017 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvutnjok4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp4dwxi1tu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 cephadm get-pub-key 2024-09-11T07:11:46.109 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:45 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:11:44.681314+0000 mgr.smithi017.qgiuqa (mgr.14114) 6 : cephadm [INF] Generating ssh key... 2024-09-11T07:11:46.109 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCuKSR7S6M6TyI/Q9eCIHSUEbsvXiDzWa31oYrkXhiqQ3+s5gMNbqiMZMYBIyhjdsHRWFX+ywBt0sq5z0PSAoOLNy7d3IHJj0hJOVgsyXgi9QjqOSZcasAtGHJwMb/ZaG1LarkngRrsfF4TdpS1sTaaVH84EnsRYgeP6r5oLcB60/AQM1j8GYwDtPVe9rQDo+Hzgq97gtMPKQOBlf6v/fg9Zo96T+HWm3bFjMyir3l/bPnDqiTNFfufKTK0NkwYnaffVPkCunJj6BtahBDz0n9RY2fRHuK5s6gBdtf/BnJQ/5VOa6mGPSjqZ7bGqcihotovMPNciVX7GRsdzCcmaESVcHiNDwjGOn9x/wMOFtBI6qJEkCt4Zx5uQYIuzcQ5AXPqe+IOVfJvSRw2ahfmqjBurTk4oGzHuyU/2tn5p/iP+/gw7F8HTFdBNYV1usMOcixXmk84E9aKNYrlqJ9/jGry8X2YnbG2SEZmhADQFPDAQZtFb9Z/tbCef+1dKzpId+0= ceph-ef0778be-700c-11ef-bcea-c7b262605968 2024-09-11T07:11:46.670 INFO:teuthology.orchestra.run.smithi017.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-11T07:11:46.670 INFO:teuthology.orchestra.run.smithi017.stderr:Adding key to root@localhost authorized_keys... 2024-09-11T07:11:46.679 INFO:teuthology.orchestra.run.smithi017.stderr:Adding host smithi017... 2024-09-11T07:11:46.679 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi017 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvutnjok4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp4dwxi1tu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch host add smithi017 172.21.15.17 2024-09-11T07:11:47.279 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:47 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:46.106781+0000 mgr.smithi017.qgiuqa (mgr.14114) 7 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:11:47.874 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: Added host 'smithi017' 2024-09-11T07:11:48.451 INFO:teuthology.orchestra.run.smithi017.stderr:Deploying mon service with default placement... 2024-09-11T07:11:48.451 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi017 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvutnjok4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp4dwxi1tu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply mon 2024-09-11T07:11:49.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:48 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:47.252986+0000 mgr.smithi017.qgiuqa (mgr.14114) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi017", "addr": "172.21.15.17", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:11:49.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:48 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:47.870745+0000 mon.smithi017 (mon.0) 54 : audit [INF] from='mgr.14114 172.21.15.17:0/1315070877' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:11:49.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:48 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:11:47.871091+0000 mgr.smithi017.qgiuqa (mgr.14114) 9 : cephadm [INF] Added host smithi017 2024-09-11T07:11:49.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:48 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:47.871310+0000 mon.smithi017 (mon.0) 55 : audit [DBG] from='mgr.14114 172.21.15.17:0/1315070877' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:11:49.058 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: Scheduled mon update... 2024-09-11T07:11:49.667 INFO:teuthology.orchestra.run.smithi017.stderr:Deploying mgr service with default placement... 2024-09-11T07:11:49.667 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi017 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvutnjok4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp4dwxi1tu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply mgr 2024-09-11T07:11:50.279 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:50 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:49.054359+0000 mgr.smithi017.qgiuqa (mgr.14114) 10 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:11:50.279 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:50 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:11:49.055113+0000 mgr.smithi017.qgiuqa (mgr.14114) 11 : cephadm [INF] Saving service mon spec with placement count:5 2024-09-11T07:11:50.279 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:50 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:49.057046+0000 mon.smithi017 (mon.0) 56 : audit [INF] from='mgr.14114 172.21.15.17:0/1315070877' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:11:50.279 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-09-11T07:11:50.839 INFO:teuthology.orchestra.run.smithi017.stderr:Deploying crash service with default placement... 2024-09-11T07:11:50.839 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi017 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvutnjok4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp4dwxi1tu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply crash 2024-09-11T07:11:51.437 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:51 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:50.275021+0000 mgr.smithi017.qgiuqa (mgr.14114) 12 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:11:51.437 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:51 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:11:50.275506+0000 mgr.smithi017.qgiuqa (mgr.14114) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2024-09-11T07:11:51.437 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:51 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:50.277488+0000 mon.smithi017 (mon.0) 57 : audit [INF] from='mgr.14114 172.21.15.17:0/1315070877' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:11:51.437 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: Scheduled crash update... 2024-09-11T07:11:52.015 INFO:teuthology.orchestra.run.smithi017.stderr:Enabling mgr prometheus module... 2024-09-11T07:11:52.015 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi017 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvutnjok4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp4dwxi1tu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr module enable prometheus 2024-09-11T07:11:52.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:52 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:51.432503+0000 mgr.smithi017.qgiuqa (mgr.14114) 14 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:11:52.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:52 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:11:51.433168+0000 mgr.smithi017.qgiuqa (mgr.14114) 15 : cephadm [INF] Saving service crash spec with placement * 2024-09-11T07:11:52.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:52 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:51.435391+0000 mon.smithi017 (mon.0) 58 : audit [INF] from='mgr.14114 172.21.15.17:0/1315070877' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:11:53.766 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:53 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:52.690923+0000 mon.smithi017 (mon.0) 59 : audit [INF] from='client.? 172.21.15.17:0/738378457' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-09-11T07:11:54.018 INFO:teuthology.orchestra.run.smithi017.stderr:Deploying prometheus service with default placement... 2024-09-11T07:11:54.019 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi017 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvutnjok4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp4dwxi1tu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply prometheus 2024-09-11T07:11:54.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:53.440342+0000 mon.smithi017 (mon.0) 60 : audit [INF] from='client.? 172.21.15.17:0/738378457' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-11T07:11:54.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:11:53.440433+0000 mon.smithi017 (mon.0) 61 : cluster [DBG] mgrmap e9: smithi017.qgiuqa(active, since 13s) 2024-09-11T07:11:59.734 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-09-11T07:12:00.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:59 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:11:58.672860+0000 mon.smithi017 (mon.0) 62 : cluster [INF] Active manager daemon smithi017.qgiuqa restarted 2024-09-11T07:12:00.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:59 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:11:58.673339+0000 mon.smithi017 (mon.0) 63 : cluster [INF] Activating manager daemon smithi017.qgiuqa 2024-09-11T07:12:00.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:59 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:11:58.674838+0000 mon.smithi017 (mon.0) 64 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-11T07:12:00.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:59 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:11:58.725557+0000 mon.smithi017 (mon.0) 65 : cluster [DBG] mgrmap e10: smithi017.qgiuqa(active, starting, since 0.0523066s) 2024-09-11T07:12:00.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:59 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:58.726658+0000 mon.smithi017 (mon.0) 66 : audit [DBG] from='mgr.14142 172.21.15.17:0/612428157' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mon metadata", "id": "smithi017"}]: dispatch 2024-09-11T07:12:00.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:59 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:58.727318+0000 mon.smithi017 (mon.0) 67 : audit [DBG] from='mgr.14142 172.21.15.17:0/612428157' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mgr metadata", "who": "smithi017.qgiuqa", "id": "smithi017.qgiuqa"}]: dispatch 2024-09-11T07:12:00.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:59 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:58.728132+0000 mon.smithi017 (mon.0) 68 : audit [DBG] from='mgr.14142 172.21.15.17:0/612428157' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T07:12:00.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:59 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:58.728350+0000 mon.smithi017 (mon.0) 69 : audit [DBG] from='mgr.14142 172.21.15.17:0/612428157' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T07:12:00.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:59 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:58.728552+0000 mon.smithi017 (mon.0) 70 : audit [DBG] from='mgr.14142 172.21.15.17:0/612428157' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T07:12:00.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:59 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:11:58.730377+0000 mon.smithi017 (mon.0) 71 : cluster [INF] Manager daemon smithi017.qgiuqa is now available 2024-09-11T07:12:00.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:59 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:58.833905+0000 mon.smithi017 (mon.0) 72 : audit [DBG] from='mgr.14142 172.21.15.17:0/612428157' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:12:00.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:59 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:58.835816+0000 mon.smithi017 (mon.0) 73 : audit [DBG] from='mgr.14142 172.21.15.17:0/612428157' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:12:00.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:59 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:58.850285+0000 mon.smithi017 (mon.0) 74 : audit [INF] from='mgr.14142 172.21.15.17:0/612428157' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:12:00.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:11:59 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:58.852399+0000 mon.smithi017 (mon.0) 75 : audit [INF] from='mgr.14142 172.21.15.17:0/612428157' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/trash_purge_schedule"}]: dispatch 2024-09-11T07:12:00.317 INFO:teuthology.orchestra.run.smithi017.stderr:Deploying grafana service with default placement... 2024-09-11T07:12:00.318 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi017 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvutnjok4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp4dwxi1tu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply grafana 2024-09-11T07:12:00.970 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:00 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:11:59.727822+0000 mon.smithi017 (mon.0) 76 : cluster [DBG] mgrmap e11: smithi017.qgiuqa(active, since 1.05457s) 2024-09-11T07:12:00.970 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:00 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:11:59.729176+0000 mgr.smithi017.qgiuqa (mgr.14142) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-11T07:12:00.970 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:00 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:11:59.731119+0000 mon.smithi017 (mon.0) 77 : audit [INF] from='mgr.14142 172.21.15.17:0/612428157' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:12:00.970 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-09-11T07:12:01.590 INFO:teuthology.orchestra.run.smithi017.stderr:Deploying node-exporter service with default placement... 2024-09-11T07:12:01.590 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi017 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvutnjok4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp4dwxi1tu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply node-exporter 2024-09-11T07:12:01.899 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:01 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:12:00.732712+0000 mon.smithi017 (mon.0) 78 : cluster [DBG] mgrmap e12: smithi017.qgiuqa(active, since 2s) 2024-09-11T07:12:01.899 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:01 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:00.965487+0000 mgr.smithi017.qgiuqa (mgr.14142) 3 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:12:01.899 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:01 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:12:00.966000+0000 mgr.smithi017.qgiuqa (mgr.14142) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-11T07:12:01.899 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:01 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:00.968194+0000 mon.smithi017 (mon.0) 79 : audit [INF] from='mgr.14142 172.21.15.17:0/612428157' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:12:02.199 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-09-11T07:12:02.772 INFO:teuthology.orchestra.run.smithi017.stderr:Deploying alertmanager service with default placement... 2024-09-11T07:12:02.772 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi017 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvutnjok4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp4dwxi1tu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 orch apply alertmanager 2024-09-11T07:12:03.366 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:03 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:02.194931+0000 mgr.smithi017.qgiuqa (mgr.14142) 5 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:12:03.366 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:03 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:12:02.195584+0000 mgr.smithi017.qgiuqa (mgr.14142) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-11T07:12:03.366 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:03 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:02.197766+0000 mon.smithi017 (mon.0) 80 : audit [INF] from='mgr.14142 172.21.15.17:0/612428157' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:12:03.366 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-09-11T07:12:03.970 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi017 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvutnjok4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp4dwxi1tu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config set mgr mgr/cephadm/container_init True --force 2024-09-11T07:12:04.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:03.361962+0000 mgr.smithi017.qgiuqa (mgr.14142) 7 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:12:04.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:12:03.362479+0000 mgr.smithi017.qgiuqa (mgr.14142) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-11T07:12:04.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:03.364528+0000 mon.smithi017 (mon.0) 81 : audit [INF] from='mgr.14142 172.21.15.17:0/612428157' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:12:05.161 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi017 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvutnjok4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp4dwxi1tu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config set mgr mgr/dashboard/ssl_server_port 8443 2024-09-11T07:12:06.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:05 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:04.559360+0000 mon.smithi017 (mon.0) 82 : audit [INF] from='client.? 172.21.15.17:0/2109658609' entity='client.admin' 2024-09-11T07:12:06.587 INFO:teuthology.orchestra.run.smithi017.stderr:Enabling the dashboard module... 2024-09-11T07:12:06.587 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi017 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvutnjok4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp4dwxi1tu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr module enable dashboard 2024-09-11T07:12:06.839 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:06 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:05.763783+0000 mon.smithi017 (mon.0) 83 : audit [INF] from='client.? 172.21.15.17:0/3910071698' entity='client.admin' 2024-09-11T07:12:08.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:07.438445+0000 mon.smithi017 (mon.0) 84 : audit [INF] from='client.? 172.21.15.17:0/865744421' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-09-11T07:12:08.732 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi017 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvutnjok4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp4dwxi1tu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 mgr stat 2024-09-11T07:12:09.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:08 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:07.766780+0000 mon.smithi017 (mon.0) 85 : audit [INF] from='client.? 172.21.15.17:0/865744421' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-11T07:12:09.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:08 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:12:07.766829+0000 mon.smithi017 (mon.0) 86 : cluster [DBG] mgrmap e13: smithi017.qgiuqa(active, since 9s) 2024-09-11T07:12:09.407 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: { 2024-09-11T07:12:09.407 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "epoch": 13, 2024-09-11T07:12:09.408 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "available": true, 2024-09-11T07:12:09.408 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "active_name": "smithi017.qgiuqa", 2024-09-11T07:12:09.408 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "num_standby": 0 2024-09-11T07:12:09.408 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: } 2024-09-11T07:12:10.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:09 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:09.404743+0000 mon.smithi017 (mon.0) 87 : audit [DBG] from='client.? 172.21.15.17:0/2883336270' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-11T07:12:10.072 INFO:teuthology.orchestra.run.smithi017.stderr:Waiting for the mgr to restart... 2024-09-11T07:12:10.072 INFO:teuthology.orchestra.run.smithi017.stderr:Waiting for mgr epoch 13... 2024-09-11T07:12:10.072 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi017 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvutnjok4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp4dwxi1tu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 tell mgr mgr_status 2024-09-11T07:12:14.061 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: { 2024-09-11T07:12:14.061 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2024-09-11T07:12:14.062 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: "initialized": true 2024-09-11T07:12:14.062 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: } 2024-09-11T07:12:14.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:13 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:12:12.997532+0000 mon.smithi017 (mon.0) 88 : cluster [INF] Active manager daemon smithi017.qgiuqa restarted 2024-09-11T07:12:14.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:13 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:12:12.997997+0000 mon.smithi017 (mon.0) 89 : cluster [INF] Activating manager daemon smithi017.qgiuqa 2024-09-11T07:12:14.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:13 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:12:12.999525+0000 mon.smithi017 (mon.0) 90 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-11T07:12:14.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:13 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:12:13.050190+0000 mon.smithi017 (mon.0) 91 : cluster [DBG] mgrmap e14: smithi017.qgiuqa(active, starting, since 0.052287s) 2024-09-11T07:12:14.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:13 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:13.051207+0000 mon.smithi017 (mon.0) 92 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mon metadata", "id": "smithi017"}]: dispatch 2024-09-11T07:12:14.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:13 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:13.051834+0000 mon.smithi017 (mon.0) 93 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mgr metadata", "who": "smithi017.qgiuqa", "id": "smithi017.qgiuqa"}]: dispatch 2024-09-11T07:12:14.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:13 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:13.052512+0000 mon.smithi017 (mon.0) 94 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T07:12:14.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:13 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:13.052662+0000 mon.smithi017 (mon.0) 95 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T07:12:14.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:13 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:13.052804+0000 mon.smithi017 (mon.0) 96 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T07:12:14.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:13 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:12:13.054940+0000 mon.smithi017 (mon.0) 97 : cluster [INF] Manager daemon smithi017.qgiuqa is now available 2024-09-11T07:12:14.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:13 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:13.158553+0000 mon.smithi017 (mon.0) 98 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:12:14.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:13 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:13.159537+0000 mon.smithi017 (mon.0) 99 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:12:14.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:13 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:13.183146+0000 mon.smithi017 (mon.0) 100 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:12:14.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:13 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:13.186044+0000 mon.smithi017 (mon.0) 101 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/trash_purge_schedule"}]: dispatch 2024-09-11T07:12:14.670 INFO:teuthology.orchestra.run.smithi017.stderr:mgr epoch 13 is available 2024-09-11T07:12:14.670 INFO:teuthology.orchestra.run.smithi017.stderr:Generating a dashboard self-signed certificate... 2024-09-11T07:12:14.670 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi017 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvutnjok4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp4dwxi1tu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 dashboard create-self-signed-cert 2024-09-11T07:12:15.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:15 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:14.052252+0000 mgr.smithi017.qgiuqa (mgr.14162) 1 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-11T07:12:15.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:15 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:12:14.052930+0000 mon.smithi017 (mon.0) 102 : cluster [DBG] mgrmap e15: smithi017.qgiuqa(active, since 1.05502s) 2024-09-11T07:12:15.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:15 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:14.058752+0000 mgr.smithi017.qgiuqa (mgr.14162) 2 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-11T07:12:15.393 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: Self-signed certificate created 2024-09-11T07:12:16.001 INFO:teuthology.orchestra.run.smithi017.stderr:Creating initial admin user... 2024-09-11T07:12:16.002 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi017 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvutnjok4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp4dwxi1tu:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpt68vx8ib:/tmp/dashboard.pw:z docker.io/ceph/ceph:v16.2.4 dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2024-09-11T07:12:16.251 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:12:15.055313+0000 mon.smithi017 (mon.0) 103 : cluster [DBG] mgrmap e16: smithi017.qgiuqa(active, since 2s) 2024-09-11T07:12:16.251 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:15.304265+0000 mgr.smithi017.qgiuqa (mgr.14162) 3 : audit [DBG] from='client.14172 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:12:16.251 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:15.389426+0000 mon.smithi017 (mon.0) 104 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:12:16.251 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:15.391115+0000 mon.smithi017 (mon.0) 105 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:12:16.917 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$JBMgLhcRc68JC52qTti8COnVsTx4DijhOG.BOAZSqJRiKlmUZsbjC", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726038736, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-11T07:12:17.379 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:17 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:16.667427+0000 mgr.smithi017.qgiuqa (mgr.14162) 4 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:12:17.379 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:17 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:16.915159+0000 mon.smithi017 (mon.0) 106 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:12:17.381 INFO:teuthology.orchestra.run.smithi017.stderr:Fetching dashboard port number... 2024-09-11T07:12:17.381 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /bin/podman run --rm --ipc=host --no-hosts --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.4 -e NODE_NAME=smithi017 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpvutnjok4:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp4dwxi1tu:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.4 config get mgr mgr/dashboard/ssl_server_port 2024-09-11T07:12:17.972 INFO:teuthology.orchestra.run.smithi017.stderr:/usr/bin/ceph: 8443 2024-09-11T07:12:18.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:18 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:17.970841+0000 mon.smithi017 (mon.0) 107 : audit [DBG] from='client.? 172.21.15.17:0/2611679614' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-09-11T07:12:18.529 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: systemctl is-enabled firewalld.service 2024-09-11T07:12:18.539 INFO:teuthology.orchestra.run.smithi017.stderr:systemctl: disabled 2024-09-11T07:12:18.540 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: systemctl is-active firewalld.service 2024-09-11T07:12:18.546 INFO:teuthology.orchestra.run.smithi017.stderr:systemctl: inactive 2024-09-11T07:12:18.547 INFO:teuthology.orchestra.run.smithi017.stderr:firewalld.service is not enabled 2024-09-11T07:12:18.547 INFO:teuthology.orchestra.run.smithi017.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-11T07:12:18.550 INFO:teuthology.orchestra.run.smithi017.stderr:Ceph Dashboard is now available at: 2024-09-11T07:12:18.550 INFO:teuthology.orchestra.run.smithi017.stderr: 2024-09-11T07:12:18.550 INFO:teuthology.orchestra.run.smithi017.stderr: URL: https://smithi017.front.sepia.ceph.com:8443/ 2024-09-11T07:12:18.550 INFO:teuthology.orchestra.run.smithi017.stderr: User: admin 2024-09-11T07:12:18.550 INFO:teuthology.orchestra.run.smithi017.stderr: Password: l9r11inysi 2024-09-11T07:12:18.550 INFO:teuthology.orchestra.run.smithi017.stderr: 2024-09-11T07:12:18.551 INFO:teuthology.orchestra.run.smithi017.stderr:You can access the Ceph CLI with: 2024-09-11T07:12:18.551 INFO:teuthology.orchestra.run.smithi017.stderr: 2024-09-11T07:12:18.551 INFO:teuthology.orchestra.run.smithi017.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid ef0778be-700c-11ef-bcea-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-11T07:12:18.551 INFO:teuthology.orchestra.run.smithi017.stderr: 2024-09-11T07:12:18.551 INFO:teuthology.orchestra.run.smithi017.stderr:Please consider enabling telemetry to help improve Ceph: 2024-09-11T07:12:18.551 INFO:teuthology.orchestra.run.smithi017.stderr: 2024-09-11T07:12:18.551 INFO:teuthology.orchestra.run.smithi017.stderr: ceph telemetry on 2024-09-11T07:12:18.551 INFO:teuthology.orchestra.run.smithi017.stderr: 2024-09-11T07:12:18.551 INFO:teuthology.orchestra.run.smithi017.stderr:For more information see: 2024-09-11T07:12:18.551 INFO:teuthology.orchestra.run.smithi017.stderr: 2024-09-11T07:12:18.551 INFO:teuthology.orchestra.run.smithi017.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2024-09-11T07:12:18.551 INFO:teuthology.orchestra.run.smithi017.stderr: 2024-09-11T07:12:18.552 INFO:teuthology.orchestra.run.smithi017.stderr:Bootstrap complete. 2024-09-11T07:12:18.552 INFO:teuthology.orchestra.run.smithi017.stderr:Releasing lock 139848580099232 on /run/cephadm/ef0778be-700c-11ef-bcea-c7b262605968.lock 2024-09-11T07:12:18.552 INFO:teuthology.orchestra.run.smithi017.stderr:Lock 139848580099232 released on /run/cephadm/ef0778be-700c-11ef-bcea-c7b262605968.lock 2024-09-11T07:12:18.583 INFO:tasks.cephadm:Fetching config... 2024-09-11T07:12:18.584 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-09-11T07:12:18.584 DEBUG:teuthology.orchestra.run.smithi017:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-11T07:12:18.600 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-11T07:12:18.600 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-09-11T07:12:18.600 DEBUG:teuthology.orchestra.run.smithi017:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-11T07:12:18.657 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-11T07:12:18.657 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-09-11T07:12:18.657 DEBUG:teuthology.orchestra.run.smithi017:> sudo dd if=/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/mon.smithi017/keyring of=/dev/stdout 2024-09-11T07:12:18.723 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-11T07:12:18.723 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-09-11T07:12:18.723 DEBUG:teuthology.orchestra.run.smithi017:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-11T07:12:18.779 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-11T07:12:18.780 DEBUG:teuthology.orchestra.run.smithi017:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCuKSR7S6M6TyI/Q9eCIHSUEbsvXiDzWa31oYrkXhiqQ3+s5gMNbqiMZMYBIyhjdsHRWFX+ywBt0sq5z0PSAoOLNy7d3IHJj0hJOVgsyXgi9QjqOSZcasAtGHJwMb/ZaG1LarkngRrsfF4TdpS1sTaaVH84EnsRYgeP6r5oLcB60/AQM1j8GYwDtPVe9rQDo+Hzgq97gtMPKQOBlf6v/fg9Zo96T+HWm3bFjMyir3l/bPnDqiTNFfufKTK0NkwYnaffVPkCunJj6BtahBDz0n9RY2fRHuK5s6gBdtf/BnJQ/5VOa6mGPSjqZ7bGqcihotovMPNciVX7GRsdzCcmaESVcHiNDwjGOn9x/wMOFtBI6qJEkCt4Zx5uQYIuzcQ5AXPqe+IOVfJvSRw2ahfmqjBurTk4oGzHuyU/2tn5p/iP+/gw7F8HTFdBNYV1usMOcixXmk84E9aKNYrlqJ9/jGry8X2YnbG2SEZmhADQFPDAQZtFb9Z/tbCef+1dKzpId+0= ceph-ef0778be-700c-11ef-bcea-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-11T07:12:18.854 INFO:teuthology.orchestra.run.smithi017.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCuKSR7S6M6TyI/Q9eCIHSUEbsvXiDzWa31oYrkXhiqQ3+s5gMNbqiMZMYBIyhjdsHRWFX+ywBt0sq5z0PSAoOLNy7d3IHJj0hJOVgsyXgi9QjqOSZcasAtGHJwMb/ZaG1LarkngRrsfF4TdpS1sTaaVH84EnsRYgeP6r5oLcB60/AQM1j8GYwDtPVe9rQDo+Hzgq97gtMPKQOBlf6v/fg9Zo96T+HWm3bFjMyir3l/bPnDqiTNFfufKTK0NkwYnaffVPkCunJj6BtahBDz0n9RY2fRHuK5s6gBdtf/BnJQ/5VOa6mGPSjqZ7bGqcihotovMPNciVX7GRsdzCcmaESVcHiNDwjGOn9x/wMOFtBI6qJEkCt4Zx5uQYIuzcQ5AXPqe+IOVfJvSRw2ahfmqjBurTk4oGzHuyU/2tn5p/iP+/gw7F8HTFdBNYV1usMOcixXmk84E9aKNYrlqJ9/jGry8X2YnbG2SEZmhADQFPDAQZtFb9Z/tbCef+1dKzpId+0= ceph-ef0778be-700c-11ef-bcea-c7b262605968 2024-09-11T07:12:18.867 DEBUG:teuthology.orchestra.run.smithi045:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCuKSR7S6M6TyI/Q9eCIHSUEbsvXiDzWa31oYrkXhiqQ3+s5gMNbqiMZMYBIyhjdsHRWFX+ywBt0sq5z0PSAoOLNy7d3IHJj0hJOVgsyXgi9QjqOSZcasAtGHJwMb/ZaG1LarkngRrsfF4TdpS1sTaaVH84EnsRYgeP6r5oLcB60/AQM1j8GYwDtPVe9rQDo+Hzgq97gtMPKQOBlf6v/fg9Zo96T+HWm3bFjMyir3l/bPnDqiTNFfufKTK0NkwYnaffVPkCunJj6BtahBDz0n9RY2fRHuK5s6gBdtf/BnJQ/5VOa6mGPSjqZ7bGqcihotovMPNciVX7GRsdzCcmaESVcHiNDwjGOn9x/wMOFtBI6qJEkCt4Zx5uQYIuzcQ5AXPqe+IOVfJvSRw2ahfmqjBurTk4oGzHuyU/2tn5p/iP+/gw7F8HTFdBNYV1usMOcixXmk84E9aKNYrlqJ9/jGry8X2YnbG2SEZmhADQFPDAQZtFb9Z/tbCef+1dKzpId+0= ceph-ef0778be-700c-11ef-bcea-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-11T07:12:18.921 INFO:teuthology.orchestra.run.smithi045.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCuKSR7S6M6TyI/Q9eCIHSUEbsvXiDzWa31oYrkXhiqQ3+s5gMNbqiMZMYBIyhjdsHRWFX+ywBt0sq5z0PSAoOLNy7d3IHJj0hJOVgsyXgi9QjqOSZcasAtGHJwMb/ZaG1LarkngRrsfF4TdpS1sTaaVH84EnsRYgeP6r5oLcB60/AQM1j8GYwDtPVe9rQDo+Hzgq97gtMPKQOBlf6v/fg9Zo96T+HWm3bFjMyir3l/bPnDqiTNFfufKTK0NkwYnaffVPkCunJj6BtahBDz0n9RY2fRHuK5s6gBdtf/BnJQ/5VOa6mGPSjqZ7bGqcihotovMPNciVX7GRsdzCcmaESVcHiNDwjGOn9x/wMOFtBI6qJEkCt4Zx5uQYIuzcQ5AXPqe+IOVfJvSRw2ahfmqjBurTk4oGzHuyU/2tn5p/iP+/gw7F8HTFdBNYV1usMOcixXmk84E9aKNYrlqJ9/jGry8X2YnbG2SEZmhADQFPDAQZtFb9Z/tbCef+1dKzpId+0= ceph-ef0778be-700c-11ef-bcea-c7b262605968 2024-09-11T07:12:18.934 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-11T07:12:21.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:20 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:12:20.000480+0000 mon.smithi017 (mon.0) 108 : cluster [DBG] mgrmap e17: smithi017.qgiuqa(active, since 7s) 2024-09-11T07:12:21.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:20 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:20.970154+0000 mon.smithi017 (mon.0) 109 : audit [INF] from='client.? 172.21.15.17:0/141186397' entity='client.admin' 2024-09-11T07:12:21.551 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi045 2024-09-11T07:12:21.551 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-09-11T07:12:21.551 DEBUG:teuthology.orchestra.run.smithi045:> dd of=/etc/ceph/ceph.conf 2024-09-11T07:12:21.571 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-09-11T07:12:21.625 DEBUG:teuthology.orchestra.run.smithi045:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-11T07:12:21.646 INFO:tasks.cephadm:Adding host smithi045 to orchestrator... 2024-09-11T07:12:21.646 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph orch host add smithi045 2024-09-11T07:12:23.713 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:22.669414+0000 mon.smithi017 (mon.0) 110 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:12:23.713 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:23.064531+0000 mon.smithi017 (mon.0) 111 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:12:24.803 INFO:teuthology.orchestra.run.smithi017.stdout:Added host 'smithi045' 2024-09-11T07:12:25.412 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph orch host ls --format=json 2024-09-11T07:12:26.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:25 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:24.677411+0000 mon.smithi017 (mon.0) 112 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:12:26.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:25 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:24.801587+0000 mon.smithi017 (mon.0) 113 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:12:26.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:25 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:12:24.801958+0000 mgr.smithi017.qgiuqa (mgr.14162) 6 : cephadm [INF] Added host smithi045 2024-09-11T07:12:28.796 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-11T07:12:28.796 INFO:teuthology.orchestra.run.smithi017.stdout:[{"addr": "172.21.15.17", "hostname": "smithi017", "labels": [], "status": ""}, {"addr": "smithi045", "hostname": "smithi045", "labels": [], "status": ""}] 2024-09-11T07:12:29.175 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:28 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:28.794723+0000 mgr.smithi017.qgiuqa (mgr.14162) 7 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:12:29.793 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-11T07:12:29.794 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph osd crush tunables default 2024-09-11T07:12:30.743 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:30 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:29.465317+0000 mon.smithi017 (mon.0) 114 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:12:30.743 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:30 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:29.917516+0000 mon.smithi017 (mon.0) 115 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:12:30.743 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:30 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:29.919592+0000 mon.smithi017 (mon.0) 116 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:12:31.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:31 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:12:29.925693+0000 mgr.smithi017.qgiuqa (mgr.14162) 8 : cephadm [INF] Deploying daemon alertmanager.smithi017 on smithi017 2024-09-11T07:12:32.474 INFO:teuthology.orchestra.run.smithi017.stderr:adjusted tunables profile to default 2024-09-11T07:12:32.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:32 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:31.659284+0000 mon.smithi017 (mon.0) 117 : audit [INF] from='client.? 172.21.15.17:0/4007526479' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-11T07:12:33.086 INFO:tasks.cephadm:Adding mon.smithi017 on smithi017 2024-09-11T07:12:33.086 INFO:tasks.cephadm:Adding mon.smithi045 on smithi045 2024-09-11T07:12:33.086 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph orch apply mon '2;smithi017:172.21.15.17=smithi017;smithi045:172.21.15.45=smithi045' 2024-09-11T07:12:33.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:33 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:32.469810+0000 mon.smithi017 (mon.0) 118 : audit [INF] from='client.? 172.21.15.17:0/4007526479' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-11T07:12:33.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:33 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:12:32.469876+0000 mon.smithi017 (mon.0) 119 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-11T07:12:34.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:34 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:12:33.053796+0000 mgr.smithi017.qgiuqa (mgr.14162) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:12:34.859 INFO:teuthology.orchestra.run.smithi045.stdout:Scheduled mon update... 2024-09-11T07:12:35.410 DEBUG:teuthology.orchestra.run.smithi045:mon.smithi045> sudo journalctl -f -n 0 -u ceph-ef0778be-700c-11ef-bcea-c7b262605968@mon.smithi045.service 2024-09-11T07:12:35.413 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-11T07:12:35.413 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T07:12:36.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:34.853365+0000 mgr.smithi017.qgiuqa (mgr.14162) 10 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi017:172.21.15.17=smithi017;smithi045:172.21.15.45=smithi045", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:12:36.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:12:34.854806+0000 mgr.smithi017.qgiuqa (mgr.14162) 11 : cephadm [INF] Saving service mon spec with placement smithi017:172.21.15.17=smithi017;smithi045:172.21.15.45=smithi045;count:2 2024-09-11T07:12:36.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:34.857166+0000 mon.smithi017 (mon.0) 120 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:12:36.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:12:35.054144+0000 mgr.smithi017.qgiuqa (mgr.14162) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:12:37.150 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-11T07:12:37.151 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":1,"fsid":"ef0778be-700c-11ef-bcea-c7b262605968","modified":"2024-09-11T07:11:10.624981Z","created":"2024-09-11T07:11:10.624981Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi017","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:3300","nonce":0},{"type":"v1","addr":"172.21.15.17:6789","nonce":0}]},"addr":"172.21.15.17:6789/0","public_addr":"172.21.15.17:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-11T07:12:37.152 INFO:teuthology.orchestra.run.smithi045.stderr:dumped monmap epoch 1 2024-09-11T07:12:38.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:38 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:12:37.054502+0000 mgr.smithi017.qgiuqa (mgr.14162) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:12:38.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:38 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:37.148732+0000 mon.smithi017 (mon.0) 121 : audit [DBG] from='client.? 172.21.15.45:0/1035156072' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:12:38.781 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-11T07:12:38.781 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T07:12:40.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:12:39.054710+0000 mgr.smithi017.qgiuqa (mgr.14162) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:12:40.782 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-11T07:12:40.782 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":1,"fsid":"ef0778be-700c-11ef-bcea-c7b262605968","modified":"2024-09-11T07:11:10.624981Z","created":"2024-09-11T07:11:10.624981Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi017","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:3300","nonce":0},{"type":"v1","addr":"172.21.15.17:6789","nonce":0}]},"addr":"172.21.15.17:6789/0","public_addr":"172.21.15.17:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-11T07:12:40.783 INFO:teuthology.orchestra.run.smithi045.stderr:dumped monmap epoch 1 2024-09-11T07:12:41.073 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:41 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:40.779798+0000 mon.smithi017 (mon.0) 122 : audit [DBG] from='client.? 172.21.15.45:0/3806847455' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:12:42.165 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:12:41.055074+0000 mgr.smithi017.qgiuqa (mgr.14162) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:12:42.326 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-11T07:12:42.327 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T07:12:44.083 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-11T07:12:44.083 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":1,"fsid":"ef0778be-700c-11ef-bcea-c7b262605968","modified":"2024-09-11T07:11:10.624981Z","created":"2024-09-11T07:11:10.624981Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi017","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:3300","nonce":0},{"type":"v1","addr":"172.21.15.17:6789","nonce":0}]},"addr":"172.21.15.17:6789/0","public_addr":"172.21.15.17:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-11T07:12:44.085 INFO:teuthology.orchestra.run.smithi045.stderr:dumped monmap epoch 1 2024-09-11T07:12:44.538 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:12:43.055423+0000 mgr.smithi017.qgiuqa (mgr.14162) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:12:44.539 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:44.081459+0000 mon.smithi017 (mon.0) 123 : audit [DBG] from='client.? 172.21.15.45:0/4258699196' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:12:45.469 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:45 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:44.208941+0000 mon.smithi017 (mon.0) 124 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:12:45.469 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:45 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:44.209890+0000 mon.smithi017 (mon.0) 125 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi017", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-11T07:12:45.469 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:45 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:44.211323+0000 mon.smithi017 (mon.0) 126 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi017", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-11T07:12:45.469 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:45 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:44.211921+0000 mon.smithi017 (mon.0) 127 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:12:45.469 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:45 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:12:44.212477+0000 mgr.smithi017.qgiuqa (mgr.14162) 17 : cephadm [INF] Deploying daemon crash.smithi017 on smithi017 2024-09-11T07:12:45.752 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-11T07:12:45.752 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T07:12:46.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:46 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:12:45.055707+0000 mgr.smithi017.qgiuqa (mgr.14162) 18 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:12:47.624 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-11T07:12:47.624 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":1,"fsid":"ef0778be-700c-11ef-bcea-c7b262605968","modified":"2024-09-11T07:11:10.624981Z","created":"2024-09-11T07:11:10.624981Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi017","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:3300","nonce":0},{"type":"v1","addr":"172.21.15.17:6789","nonce":0}]},"addr":"172.21.15.17:6789/0","public_addr":"172.21.15.17:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-11T07:12:47.626 INFO:teuthology.orchestra.run.smithi045.stderr:dumped monmap epoch 1 2024-09-11T07:12:47.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:47 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:46.364496+0000 mon.smithi017 (mon.0) 128 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:12:47.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:47 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:46.437390+0000 mon.smithi017 (mon.0) 129 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:12:47.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:47 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:46.439276+0000 mon.smithi017 (mon.0) 130 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:12:47.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:47 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:46.439732+0000 mon.smithi017 (mon.0) 131 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-11T07:12:47.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:47 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:46.440185+0000 mgr.smithi017.qgiuqa (mgr.14162) 19 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-11T07:12:47.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:47 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:46.442469+0000 mon.smithi017 (mon.0) 132 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:12:47.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:47 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:12:46.445935+0000 mgr.smithi017.qgiuqa (mgr.14162) 20 : cephadm [INF] Deploying daemon grafana.smithi017 on smithi017 2024-09-11T07:12:48.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:48 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:12:47.056093+0000 mgr.smithi017.qgiuqa (mgr.14162) 21 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:12:48.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:48 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:47.622476+0000 mon.smithi017 (mon.0) 133 : audit [DBG] from='client.? 172.21.15.45:0/3204584893' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:12:49.229 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-11T07:12:49.230 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T07:12:50.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:50 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:12:49.056381+0000 mgr.smithi017.qgiuqa (mgr.14162) 22 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:12:51.001 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-11T07:12:51.001 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":1,"fsid":"ef0778be-700c-11ef-bcea-c7b262605968","modified":"2024-09-11T07:11:10.624981Z","created":"2024-09-11T07:11:10.624981Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi017","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:3300","nonce":0},{"type":"v1","addr":"172.21.15.17:6789","nonce":0}]},"addr":"172.21.15.17:6789/0","public_addr":"172.21.15.17:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-11T07:12:51.002 INFO:teuthology.orchestra.run.smithi045.stderr:dumped monmap epoch 1 2024-09-11T07:12:51.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:51 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:50.999279+0000 mon.smithi017 (mon.0) 134 : audit [DBG] from='client.? 172.21.15.45:0/3233721921' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:12:52.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:52 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:12:51.056773+0000 mgr.smithi017.qgiuqa (mgr.14162) 23 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:12:52.601 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-11T07:12:52.601 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T07:12:54.479 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-11T07:12:54.479 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":1,"fsid":"ef0778be-700c-11ef-bcea-c7b262605968","modified":"2024-09-11T07:11:10.624981Z","created":"2024-09-11T07:11:10.624981Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi017","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:3300","nonce":0},{"type":"v1","addr":"172.21.15.17:6789","nonce":0}]},"addr":"172.21.15.17:6789/0","public_addr":"172.21.15.17:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-11T07:12:54.481 INFO:teuthology.orchestra.run.smithi045.stderr:dumped monmap epoch 1 2024-09-11T07:12:54.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:12:53.057049+0000 mgr.smithi017.qgiuqa (mgr.14162) 24 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:12:55.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:55 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:54.476782+0000 mon.smithi017 (mon.0) 135 : audit [DBG] from='client.? 172.21.15.45:0/617100101' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:12:56.030 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-11T07:12:56.030 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T07:12:56.391 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:12:55.057284+0000 mgr.smithi017.qgiuqa (mgr.14162) 25 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:12:57.845 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-11T07:12:57.845 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":1,"fsid":"ef0778be-700c-11ef-bcea-c7b262605968","modified":"2024-09-11T07:11:10.624981Z","created":"2024-09-11T07:11:10.624981Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi017","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:3300","nonce":0},{"type":"v1","addr":"172.21.15.17:6789","nonce":0}]},"addr":"172.21.15.17:6789/0","public_addr":"172.21.15.17:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-11T07:12:57.847 INFO:teuthology.orchestra.run.smithi045.stderr:dumped monmap epoch 1 2024-09-11T07:12:58.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:58 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:12:57.057499+0000 mgr.smithi017.qgiuqa (mgr.14162) 26 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:12:58.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:12:58 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:12:57.843622+0000 mon.smithi017 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.45:0/862583024' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:12:59.419 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-11T07:12:59.419 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T07:13:00.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:00 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:12:59.057844+0000 mgr.smithi017.qgiuqa (mgr.14162) 27 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:13:01.291 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-11T07:13:01.291 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":1,"fsid":"ef0778be-700c-11ef-bcea-c7b262605968","modified":"2024-09-11T07:11:10.624981Z","created":"2024-09-11T07:11:10.624981Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi017","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:3300","nonce":0},{"type":"v1","addr":"172.21.15.17:6789","nonce":0}]},"addr":"172.21.15.17:6789/0","public_addr":"172.21.15.17:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-11T07:13:01.293 INFO:teuthology.orchestra.run.smithi045.stderr:dumped monmap epoch 1 2024-09-11T07:13:02.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:02 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:13:01.058063+0000 mgr.smithi017.qgiuqa (mgr.14162) 28 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:13:02.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:02 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:01.290087+0000 mon.smithi017 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.45:0/2855984856' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:13:02.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:02 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:02.024261+0000 mon.smithi017 (mon.0) 138 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:13:02.889 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-11T07:13:02.889 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T07:13:03.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:03 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:13:02.025536+0000 mgr.smithi017.qgiuqa (mgr.14162) 29 : cephadm [INF] Deploying daemon node-exporter.smithi017 on smithi017 2024-09-11T07:13:04.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:13:03.058245+0000 mgr.smithi017.qgiuqa (mgr.14162) 30 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:13:04.580 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-11T07:13:04.580 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":1,"fsid":"ef0778be-700c-11ef-bcea-c7b262605968","modified":"2024-09-11T07:11:10.624981Z","created":"2024-09-11T07:11:10.624981Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi017","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:3300","nonce":0},{"type":"v1","addr":"172.21.15.17:6789","nonce":0}]},"addr":"172.21.15.17:6789/0","public_addr":"172.21.15.17:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-11T07:13:04.582 INFO:teuthology.orchestra.run.smithi045.stderr:dumped monmap epoch 1 2024-09-11T07:13:05.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:05 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:04.578755+0000 mon.smithi017 (mon.0) 139 : audit [DBG] from='client.? 172.21.15.45:0/1708364105' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:13:06.169 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-11T07:13:06.169 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T07:13:06.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:06 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:13:05.058557+0000 mgr.smithi017.qgiuqa (mgr.14162) 31 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:13:07.914 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-11T07:13:07.914 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":1,"fsid":"ef0778be-700c-11ef-bcea-c7b262605968","modified":"2024-09-11T07:11:10.624981Z","created":"2024-09-11T07:11:10.624981Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi017","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:3300","nonce":0},{"type":"v1","addr":"172.21.15.17:6789","nonce":0}]},"addr":"172.21.15.17:6789/0","public_addr":"172.21.15.17:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-11T07:13:07.916 INFO:teuthology.orchestra.run.smithi045.stderr:dumped monmap epoch 1 2024-09-11T07:13:08.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:08 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:13:07.058979+0000 mgr.smithi017.qgiuqa (mgr.14162) 32 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:13:08.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:08 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:07.912697+0000 mon.smithi017 (mon.0) 140 : audit [DBG] from='client.? 172.21.15.45:0/267440685' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:13:09.478 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-11T07:13:09.478 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T07:13:10.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:10 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:13:09.059345+0000 mgr.smithi017.qgiuqa (mgr.14162) 33 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:13:11.217 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-11T07:13:11.217 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":1,"fsid":"ef0778be-700c-11ef-bcea-c7b262605968","modified":"2024-09-11T07:11:10.624981Z","created":"2024-09-11T07:11:10.624981Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi017","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:3300","nonce":0},{"type":"v1","addr":"172.21.15.17:6789","nonce":0}]},"addr":"172.21.15.17:6789/0","public_addr":"172.21.15.17:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-11T07:13:11.219 INFO:teuthology.orchestra.run.smithi045.stderr:dumped monmap epoch 1 2024-09-11T07:13:12.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:12 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:13:11.059635+0000 mgr.smithi017.qgiuqa (mgr.14162) 34 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:13:12.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:12 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:11.215706+0000 mon.smithi017 (mon.0) 141 : audit [DBG] from='client.? 172.21.15.45:0/2762423315' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:13:12.793 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-11T07:13:12.793 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T07:13:14.497 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:14 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:13:13.059949+0000 mgr.smithi017.qgiuqa (mgr.14162) 35 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:13:14.497 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:14 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:13.185477+0000 mon.smithi017 (mon.0) 142 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:13:14.497 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:14 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:13.187704+0000 mon.smithi017 (mon.0) 143 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/trash_purge_schedule"}]: dispatch 2024-09-11T07:13:14.638 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-11T07:13:14.639 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":1,"fsid":"ef0778be-700c-11ef-bcea-c7b262605968","modified":"2024-09-11T07:11:10.624981Z","created":"2024-09-11T07:11:10.624981Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi017","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:3300","nonce":0},{"type":"v1","addr":"172.21.15.17:6789","nonce":0}]},"addr":"172.21.15.17:6789/0","public_addr":"172.21.15.17:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-11T07:13:14.641 INFO:teuthology.orchestra.run.smithi045.stderr:dumped monmap epoch 1 2024-09-11T07:13:15.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:15 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:14.637347+0000 mon.smithi017 (mon.0) 144 : audit [DBG] from='client.? 172.21.15.45:0/1549918610' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:13:16.297 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-11T07:13:16.297 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T07:13:16.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:13:15.060174+0000 mgr.smithi017.qgiuqa (mgr.14162) 36 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:13:16.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:15.229350+0000 mon.smithi017 (mon.0) 145 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:13:16.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:13:15.234973+0000 mgr.smithi017.qgiuqa (mgr.14162) 37 : cephadm [INF] Deploying daemon prometheus.smithi017 on smithi017 2024-09-11T07:13:18.077 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-11T07:13:18.077 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":1,"fsid":"ef0778be-700c-11ef-bcea-c7b262605968","modified":"2024-09-11T07:11:10.624981Z","created":"2024-09-11T07:11:10.624981Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi017","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:3300","nonce":0},{"type":"v1","addr":"172.21.15.17:6789","nonce":0}]},"addr":"172.21.15.17:6789/0","public_addr":"172.21.15.17:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-11T07:13:18.078 INFO:teuthology.orchestra.run.smithi045.stderr:dumped monmap epoch 1 2024-09-11T07:13:18.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:18 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:13:17.060507+0000 mgr.smithi017.qgiuqa (mgr.14162) 38 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:13:18.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:18 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:18.075489+0000 mon.smithi017 (mon.0) 146 : audit [DBG] from='client.? 172.21.15.45:0/1701414995' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:13:19.626 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-11T07:13:19.627 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T07:13:20.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:20 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:13:19.060891+0000 mgr.smithi017.qgiuqa (mgr.14162) 39 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:13:21.381 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-11T07:13:21.381 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":1,"fsid":"ef0778be-700c-11ef-bcea-c7b262605968","modified":"2024-09-11T07:11:10.624981Z","created":"2024-09-11T07:11:10.624981Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi017","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:3300","nonce":0},{"type":"v1","addr":"172.21.15.17:6789","nonce":0}]},"addr":"172.21.15.17:6789/0","public_addr":"172.21.15.17:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-11T07:13:21.383 INFO:teuthology.orchestra.run.smithi045.stderr:dumped monmap epoch 1 2024-09-11T07:13:22.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:22 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:13:21.061233+0000 mgr.smithi017.qgiuqa (mgr.14162) 40 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:13:22.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:22 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:21.379509+0000 mon.smithi017 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.45:0/1904900001' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:13:22.982 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-11T07:13:22.982 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T07:13:24.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:24 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:13:23.061428+0000 mgr.smithi017.qgiuqa (mgr.14162) 41 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:13:24.778 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-11T07:13:24.779 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":1,"fsid":"ef0778be-700c-11ef-bcea-c7b262605968","modified":"2024-09-11T07:11:10.624981Z","created":"2024-09-11T07:11:10.624981Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi017","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:3300","nonce":0},{"type":"v1","addr":"172.21.15.17:6789","nonce":0}]},"addr":"172.21.15.17:6789/0","public_addr":"172.21.15.17:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-11T07:13:24.781 INFO:teuthology.orchestra.run.smithi045.stderr:dumped monmap epoch 1 2024-09-11T07:13:25.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:25 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:24.777269+0000 mon.smithi017 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.45:0/612459425' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:13:26.377 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-11T07:13:26.377 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T07:13:26.418 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:26 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:13:25.061686+0000 mgr.smithi017.qgiuqa (mgr.14162) 42 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:13:28.117 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-11T07:13:28.117 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":1,"fsid":"ef0778be-700c-11ef-bcea-c7b262605968","modified":"2024-09-11T07:11:10.624981Z","created":"2024-09-11T07:11:10.624981Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi017","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:3300","nonce":0},{"type":"v1","addr":"172.21.15.17:6789","nonce":0}]},"addr":"172.21.15.17:6789/0","public_addr":"172.21.15.17:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-11T07:13:28.119 INFO:teuthology.orchestra.run.smithi045.stderr:dumped monmap epoch 1 2024-09-11T07:13:28.408 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:28 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:13:27.062004+0000 mgr.smithi017.qgiuqa (mgr.14162) 43 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:13:28.408 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:28 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:28.115782+0000 mon.smithi017 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.45:0/3201515081' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:13:29.738 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-11T07:13:29.739 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T07:13:30.967 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:30 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:13:29.062237+0000 mgr.smithi017.qgiuqa (mgr.14162) 44 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:13:30.967 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:30 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:29.618311+0000 mon.smithi017 (mon.0) 150 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:13:30.968 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:30 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:29.618819+0000 mon.smithi017 (mon.0) 151 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:13:30.968 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:30 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:29.849411+0000 mon.smithi017 (mon.0) 152 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:13:31.644 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-11T07:13:31.644 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":1,"fsid":"ef0778be-700c-11ef-bcea-c7b262605968","modified":"2024-09-11T07:11:10.624981Z","created":"2024-09-11T07:11:10.624981Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi017","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:3300","nonce":0},{"type":"v1","addr":"172.21.15.17:6789","nonce":0}]},"addr":"172.21.15.17:6789/0","public_addr":"172.21.15.17:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-11T07:13:31.646 INFO:teuthology.orchestra.run.smithi045.stderr:dumped monmap epoch 1 2024-09-11T07:13:32.288 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:31 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:30.975227+0000 mon.smithi017 (mon.0) 153 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:13:32.288 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:31 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:13:31.062563+0000 mgr.smithi017.qgiuqa (mgr.14162) 45 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:13:32.289 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:31 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:31.642557+0000 mon.smithi017 (mon.0) 154 : audit [DBG] from='client.? 172.21.15.45:0/201925208' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:13:33.574 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-11T07:13:33.574 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T07:13:34.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:34 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:13:33.062952+0000 mgr.smithi017.qgiuqa (mgr.14162) 46 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:13:34.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:34 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:33.419701+0000 mon.smithi017 (mon.0) 155 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:13:35.621 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-11T07:13:35.622 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":1,"fsid":"ef0778be-700c-11ef-bcea-c7b262605968","modified":"2024-09-11T07:11:10.624981Z","created":"2024-09-11T07:11:10.624981Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi017","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:3300","nonce":0},{"type":"v1","addr":"172.21.15.17:6789","nonce":0}]},"addr":"172.21.15.17:6789/0","public_addr":"172.21.15.17:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-11T07:13:35.622 INFO:teuthology.orchestra.run.smithi045.stderr:dumped monmap epoch 1 2024-09-11T07:13:35.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:35.323371+0000 mon.smithi017 (mon.0) 156 : audit [DBG] from='client.? 172.21.15.45:0/3374478750' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:13:37.116 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-11T07:13:37.116 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T07:13:37.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:36 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:13:35.063321+0000 mgr.smithi017.qgiuqa (mgr.14162) 47 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:13:37.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:36 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:35.797102+0000 mon.smithi017 (mon.0) 157 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:13:37.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:36 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:36.245201+0000 mon.smithi017 (mon.0) 158 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:13:37.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:36 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:36.247971+0000 mon.smithi017 (mon.0) 159 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:13:37.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:36 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:36.249275+0000 mon.smithi017 (mon.0) 160 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi045", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-11T07:13:37.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:36 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:36.251282+0000 mon.smithi017 (mon.0) 161 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi045", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-11T07:13:37.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:36 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:36.252156+0000 mon.smithi017 (mon.0) 162 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:13:38.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:37 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:13:36.253019+0000 mgr.smithi017.qgiuqa (mgr.14162) 48 : cephadm [INF] Deploying daemon crash.smithi045 on smithi045 2024-09-11T07:13:39.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:38 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:13:37.063683+0000 mgr.smithi017.qgiuqa (mgr.14162) 49 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:13:39.488 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-11T07:13:39.488 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":1,"fsid":"ef0778be-700c-11ef-bcea-c7b262605968","modified":"2024-09-11T07:11:10.624981Z","created":"2024-09-11T07:11:10.624981Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi017","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:3300","nonce":0},{"type":"v1","addr":"172.21.15.17:6789","nonce":0}]},"addr":"172.21.15.17:6789/0","public_addr":"172.21.15.17:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-11T07:13:39.490 INFO:teuthology.orchestra.run.smithi045.stderr:dumped monmap epoch 1 2024-09-11T07:13:40.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:13:39.064044+0000 mgr.smithi017.qgiuqa (mgr.14162) 50 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:13:40.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:39.486441+0000 mon.smithi017 (mon.0) 163 : audit [DBG] from='client.? 172.21.15.45:0/431770054' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:13:40.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:39.931897+0000 mon.smithi017 (mon.0) 164 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:13:40.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:39.933446+0000 mon.smithi017 (mon.0) 165 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi045.wavrrv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:13:40.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:39.935381+0000 mon.smithi017 (mon.0) 166 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi045.wavrrv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-11T07:13:40.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:39.936206+0000 mon.smithi017 (mon.0) 167 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:13:40.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:39.937140+0000 mon.smithi017 (mon.0) 168 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:13:41.181 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-11T07:13:41.182 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T07:13:41.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:41 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:13:39.938081+0000 mgr.smithi017.qgiuqa (mgr.14162) 51 : cephadm [INF] Deploying daemon mgr.smithi045.wavrrv on smithi045 2024-09-11T07:13:42.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:13:41.064365+0000 mgr.smithi017.qgiuqa (mgr.14162) 52 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:13:43.059 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-11T07:13:43.060 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":1,"fsid":"ef0778be-700c-11ef-bcea-c7b262605968","modified":"2024-09-11T07:11:10.624981Z","created":"2024-09-11T07:11:10.624981Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi017","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:3300","nonce":0},{"type":"v1","addr":"172.21.15.17:6789","nonce":0}]},"addr":"172.21.15.17:6789/0","public_addr":"172.21.15.17:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-11T07:13:43.061 INFO:teuthology.orchestra.run.smithi045.stderr:dumped monmap epoch 1 2024-09-11T07:13:43.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:43 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:43.057486+0000 mon.smithi017 (mon.0) 169 : audit [DBG] from='client.? 172.21.15.45:0/2289150473' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:13:44.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:13:43.064612+0000 mgr.smithi017.qgiuqa (mgr.14162) 53 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:13:44.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:43.275268+0000 mon.smithi017 (mon.0) 170 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:13:44.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:43.276658+0000 mon.smithi017 (mon.0) 171 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:13:44.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:43.277520+0000 mon.smithi017 (mon.0) 172 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:13:44.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:13:43.278431+0000 mgr.smithi017.qgiuqa (mgr.14162) 54 : cephadm [INF] Deploying daemon mon.smithi045 on smithi045 2024-09-11T07:13:44.834 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-11T07:13:44.835 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T07:13:46.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:46 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:13:45.064821+0000 mgr.smithi017.qgiuqa (mgr.14162) 55 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:13:48.113 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:47 smithi045 systemd[1]: Starting Ceph mon.smithi045 for ef0778be-700c-11ef-bcea-c7b262605968... 2024-09-11T07:13:48.113 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-11T07:13:48.113 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":1,"fsid":"ef0778be-700c-11ef-bcea-c7b262605968","modified":"2024-09-11T07:11:10.624981Z","created":"2024-09-11T07:11:10.624981Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi017","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:3300","nonce":0},{"type":"v1","addr":"172.21.15.17:6789","nonce":0}]},"addr":"172.21.15.17:6789/0","public_addr":"172.21.15.17:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-11T07:13:48.114 INFO:teuthology.orchestra.run.smithi045.stderr:dumped monmap epoch 1 2024-09-11T07:13:48.466 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 podman[26471]: 2024-09-11 07:13:48.070733034 +0000 UTC m=+0.022631921 image pull 8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29 docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949 2024-09-11T07:13:48.466 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 podman[26471]: 2024-09-11 07:13:48.201396708 +0000 UTC m=+0.153295578 container create 275188c394abeb8e95157d4879f855eb59c5b6cc2319a3039b2ea5d84bd8d902 (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=-16.2.4, ceph=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, org.label-schema.build-date=20201204, org.label-schema.name=CentOS Base Image, RELEASE=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_CLEAN=True, maintainer=Dimitri Savineau ) 2024-09-11T07:13:48.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:48 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:13:47.065178+0000 mgr.smithi017.qgiuqa (mgr.14162) 56 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:13:48.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:48 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:48.110223+0000 mon.smithi017 (mon.0) 173 : audit [DBG] from='client.? 172.21.15.45:0/1441179130' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:13:48.729 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 podman[26471]: 2024-09-11 07:13:48.704686666 +0000 UTC m=+0.656585538 container init 275188c394abeb8e95157d4879f855eb59c5b6cc2319a3039b2ea5d84bd8d902 (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.build-date=20201204, RELEASE=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.license=GPLv2, ceph=True, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-16.2.4, GIT_BRANCH=HEAD) 2024-09-11T07:13:48.729 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 podman[26471]: 2024-09-11 07:13:48.707856614 +0000 UTC m=+0.659755484 container start 275188c394abeb8e95157d4879f855eb59c5b6cc2319a3039b2ea5d84bd8d902 (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, CEPH_POINT_RELEASE=-16.2.4, RELEASE=HEAD, ceph=True, maintainer=Dimitri Savineau , GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.build-date=20201204, org.label-schema.name=CentOS Base Image, GIT_BRANCH=HEAD) 2024-09-11T07:13:49.034 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.726+0000 7f8135144700 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-11T07:13:49.034 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.726+0000 7f8135144700 0 ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable), process ceph-mon, pid 2 2024-09-11T07:13:49.034 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.727+0000 7f8135144700 0 pidfile_write: ignore empty --pid-file 2024-09-11T07:13:49.034 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.731+0000 7f8135144700 0 load: jerasure load: lrc load: isa 2024-09-11T07:13:49.034 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: RocksDB version: 6.8.1 2024-09-11T07:13:49.034 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: 2024-09-11T07:13:49.034 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-11T07:13:49.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Compile date May 13 2021 2024-09-11T07:13:49.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: DB SUMMARY 2024-09-11T07:13:49.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: 2024-09-11T07:13:49.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: CURRENT file: CURRENT 2024-09-11T07:13:49.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: 2024-09-11T07:13:49.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: IDENTITY file: IDENTITY 2024-09-11T07:13:49.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: 2024-09-11T07:13:49.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-09-11T07:13:49.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: 2024-09-11T07:13:49.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi045/store.db dir, Total Num: 0, files: 2024-09-11T07:13:49.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: 2024-09-11T07:13:49.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi045/store.db: 000003.log size: 511 ; 2024-09-11T07:13:49.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: 2024-09-11T07:13:49.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.error_if_exists: 0 2024-09-11T07:13:49.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.create_if_missing: 0 2024-09-11T07:13:49.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.paranoid_checks: 1 2024-09-11T07:13:49.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.env: 0x55b2f8fa11c0 2024-09-11T07:13:49.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.fs: Posix File System 2024-09-11T07:13:49.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.info_log: 0x55b2faac7960 2024-09-11T07:13:49.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-11T07:13:49.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.statistics: (nil) 2024-09-11T07:13:49.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.use_fsync: 0 2024-09-11T07:13:49.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.max_log_file_size: 0 2024-09-11T07:13:49.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-11T07:13:49.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-11T07:13:49.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-11T07:13:49.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-11T07:13:49.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.allow_fallocate: 1 2024-09-11T07:13:49.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-11T07:13:49.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-11T07:13:49.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.use_direct_reads: 0 2024-09-11T07:13:49.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-11T07:13:49.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.create_missing_column_families: 0 2024-09-11T07:13:49.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.db_log_dir: 2024-09-11T07:13:49.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi045/store.db 2024-09-11T07:13:49.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-11T07:13:49.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.max_subcompactions: 1 2024-09-11T07:13:49.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.max_background_flushes: -1 2024-09-11T07:13:49.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-11T07:13:49.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-11T07:13:49.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-11T07:13:49.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-11T07:13:49.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-11T07:13:49.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.advise_random_on_open: 1 2024-09-11T07:13:49.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-11T07:13:49.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.write_buffer_manager: 0x55b2fb73c030 2024-09-11T07:13:49.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-11T07:13:49.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-11T07:13:49.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-11T07:13:49.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-11T07:13:49.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.rate_limiter: (nil) 2024-09-11T07:13:49.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-11T07:13:49.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-11T07:13:49.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-11T07:13:49.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-11T07:13:49.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.unordered_write: 0 2024-09-11T07:13:49.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-11T07:13:49.042 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-11T07:13:49.042 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-11T07:13:49.042 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-11T07:13:49.042 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.row_cache: None 2024-09-11T07:13:49.042 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.wal_filter: None 2024-09-11T07:13:49.042 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-11T07:13:49.042 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-11T07:13:49.042 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.preserve_deletes: 0 2024-09-11T07:13:49.042 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.two_write_queues: 0 2024-09-11T07:13:49.042 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.manual_wal_flush: 0 2024-09-11T07:13:49.042 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.atomic_flush: 0 2024-09-11T07:13:49.042 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-11T07:13:49.042 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-11T07:13:49.043 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-11T07:13:49.043 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.log_readahead_size: 0 2024-09-11T07:13:49.043 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-09-11T07:13:49.043 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.max_background_jobs: 2 2024-09-11T07:13:49.043 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.max_background_compactions: -1 2024-09-11T07:13:49.043 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-11T07:13:49.043 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-11T07:13:49.043 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-11T07:13:49.043 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.max_total_wal_size: 0 2024-09-11T07:13:49.043 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-11T07:13:49.043 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-11T07:13:49.043 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-11T07:13:49.043 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-11T07:13:49.043 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.max_open_files: -1 2024-09-11T07:13:49.044 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.bytes_per_sync: 0 2024-09-11T07:13:49.044 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-11T07:13:49.044 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-11T07:13:49.044 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-11T07:13:49.044 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Compression algorithms supported: 2024-09-11T07:13:49.044 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-11T07:13:49.044 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: kZSTD supported: 0 2024-09-11T07:13:49.044 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: kXpressCompression supported: 0 2024-09-11T07:13:49.044 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-11T07:13:49.044 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: kLZ4Compression supported: 1 2024-09-11T07:13:49.044 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: kBZip2Compression supported: 0 2024-09-11T07:13:49.044 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: kZlibCompression supported: 1 2024-09-11T07:13:49.044 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: kSnappyCompression supported: 1 2024-09-11T07:13:49.044 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-11T07:13:49.045 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi045/store.db/MANIFEST-000001 2024-09-11T07:13:49.045 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: 2024-09-11T07:13:49.045 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-09-11T07:13:49.045 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: 2024-09-11T07:13:49.045 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-11T07:13:49.045 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.merge_operator: 2024-09-11T07:13:49.045 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.compaction_filter: None 2024-09-11T07:13:49.045 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.compaction_filter_factory: None 2024-09-11T07:13:49.045 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-11T07:13:49.045 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-11T07:13:49.045 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b2fa9dfcb0) 2024-09-11T07:13:49.045 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cache_index_and_filter_blocks: 1 2024-09-11T07:13:49.045 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-11T07:13:49.046 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-11T07:13:49.046 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: pin_top_level_index_and_filter: 1 2024-09-11T07:13:49.046 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: index_type: 0 2024-09-11T07:13:49.046 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: data_block_index_type: 0 2024-09-11T07:13:49.046 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: index_shortening: 1 2024-09-11T07:13:49.046 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: data_block_hash_table_util_ratio: 0.750000 2024-09-11T07:13:49.046 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: hash_index_allow_collision: 1 2024-09-11T07:13:49.046 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: checksum: 1 2024-09-11T07:13:49.046 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: no_block_cache: 0 2024-09-11T07:13:49.046 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: block_cache: 0x55b2faa14f10 2024-09-11T07:13:49.046 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: block_cache_name: BinnedLRUCache 2024-09-11T07:13:49.046 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: block_cache_options: 2024-09-11T07:13:49.046 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: capacity : 536870912 2024-09-11T07:13:49.046 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: num_shard_bits : 4 2024-09-11T07:13:49.047 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: strict_capacity_limit : 0 2024-09-11T07:13:49.047 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: high_pri_pool_ratio: 0.000 2024-09-11T07:13:49.047 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: block_cache_compressed: (nil) 2024-09-11T07:13:49.047 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: persistent_cache: (nil) 2024-09-11T07:13:49.047 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: block_size: 4096 2024-09-11T07:13:49.047 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: block_size_deviation: 10 2024-09-11T07:13:49.047 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: block_restart_interval: 16 2024-09-11T07:13:49.047 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: index_block_restart_interval: 1 2024-09-11T07:13:49.047 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: metadata_block_size: 4096 2024-09-11T07:13:49.047 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: partition_filters: 0 2024-09-11T07:13:49.047 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: use_delta_encoding: 1 2024-09-11T07:13:49.047 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-11T07:13:49.047 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: whole_key_filtering: 1 2024-09-11T07:13:49.047 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: verify_compression: 0 2024-09-11T07:13:49.048 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: read_amp_bytes_per_bit: 0 2024-09-11T07:13:49.048 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: format_version: 2 2024-09-11T07:13:49.048 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: enable_index_compression: 1 2024-09-11T07:13:49.048 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: block_align: 0 2024-09-11T07:13:49.048 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: 2024-09-11T07:13:49.048 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-11T07:13:49.048 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-11T07:13:49.048 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.compression: NoCompression 2024-09-11T07:13:49.048 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-11T07:13:49.048 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-11T07:13:49.048 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-11T07:13:49.048 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.num_levels: 7 2024-09-11T07:13:49.048 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-11T07:13:49.048 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-11T07:13:49.049 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-11T07:13:49.049 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-11T07:13:49.049 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-11T07:13:49.049 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-11T07:13:49.049 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-11T07:13:49.049 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-11T07:13:49.049 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-11T07:13:49.049 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-11T07:13:49.049 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.compression_opts.level: 32767 2024-09-11T07:13:49.049 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-11T07:13:49.049 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-11T07:13:49.049 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-11T07:13:49.049 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.compression_opts.enabled: false 2024-09-11T07:13:49.049 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-11T07:13:49.050 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-11T07:13:49.050 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-11T07:13:49.050 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-11T07:13:49.050 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-11T07:13:49.050 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-11T07:13:49.050 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-11T07:13:49.050 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-11T07:13:49.050 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-11T07:13:49.050 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-11T07:13:49.050 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-11T07:13:49.050 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-11T07:13:49.050 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-11T07:13:49.050 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-11T07:13:49.050 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-11T07:13:49.051 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-11T07:13:49.051 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-11T07:13:49.051 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.arena_block_size: 4194304 2024-09-11T07:13:49.051 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-11T07:13:49.051 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-11T07:13:49.051 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-11T07:13:49.051 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-11T07:13:49.051 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-11T07:13:49.051 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-11T07:13:49.051 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-11T07:13:49.051 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-11T07:13:49.051 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-11T07:13:49.051 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-11T07:13:49.051 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-11T07:13:49.052 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-11T07:13:49.052 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-11T07:13:49.052 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-11T07:13:49.052 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.table_properties_collectors: 2024-09-11T07:13:49.052 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.inplace_update_support: 0 2024-09-11T07:13:49.052 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-11T07:13:49.052 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-11T07:13:49.052 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-11T07:13:49.052 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-11T07:13:49.052 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.bloom_locality: 0 2024-09-11T07:13:49.052 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.max_successive_merges: 0 2024-09-11T07:13:49.052 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-11T07:13:49.052 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-11T07:13:49.053 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.force_consistency_checks: 0 2024-09-11T07:13:49.053 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-11T07:13:49.053 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.ttl: 2592000 2024-09-11T07:13:49.053 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.732+0000 7f8135144700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-11T07:13:49.053 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.733+0000 7f8135144700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi045/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-11T07:13:49.053 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: 2024-09-11T07:13:49.053 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.733+0000 7f8135144700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-09-11T07:13:49.053 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: 2024-09-11T07:13:49.053 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.733+0000 7f8135144700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726038828734216, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-09-11T07:13:49.053 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.733+0000 7f8135144700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-09-11T07:13:49.053 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.733+0000 7f8135144700 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-09-11T07:13:49.053 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.734+0000 7f8135144700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726038828734876, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 4, "file_size": 1437, "table_properties": {"data_size": 523, "index_size": 40, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1726038828, "oldest_key_time": 3, "file_creation_time": 0}} 2024-09-11T07:13:49.053 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.734+0000 7f8135144700 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-09-11T07:13:49.054 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: 2024-09-11T07:13:49.054 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.734+0000 7f8135144700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726038828735400, "job": 1, "event": "recovery_finished"} 2024-09-11T07:13:49.054 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.735+0000 7f8135144700 4 rocksdb: DB pointer 0x55b2faad9800 2024-09-11T07:13:49.054 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.736+0000 7f811bf5c700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-09-11T07:13:49.054 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.736+0000 7f811bf5c700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-09-11T07:13:49.054 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: ** DB Stats ** 2024-09-11T07:13:49.054 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T07:13:49.054 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: 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-11T07:13:49.054 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T07:13:49.054 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T07:13:49.055 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: 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-11T07:13:49.055 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-11T07:13:49.055 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T07:13:49.055 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: 2024-09-11T07:13:49.055 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: ** Compaction Stats [default] ** 2024-09-11T07:13:49.055 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: 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-11T07:13:49.055 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:13:49.056 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2024-09-11T07:13:49.056 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2024-09-11T07:13:49.056 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2024-09-11T07:13:49.056 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: 2024-09-11T07:13:49.056 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: ** Compaction Stats [default] ** 2024-09-11T07:13:49.056 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: 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-11T07:13:49.056 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:13:49.056 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2024-09-11T07:13:49.056 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T07:13:49.056 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T07:13:49.056 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T07:13:49.056 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T07:13:49.056 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T07:13:49.057 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: AddFile(Keys): cumulative 0, interval 0 2024-09-11T07:13:49.057 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Cumulative compaction: 0.00 GB write, 0.41 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T07:13:49.057 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Interval compaction: 0.00 GB write, 0.41 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T07:13:49.057 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: 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-11T07:13:49.057 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: 2024-09-11T07:13:49.057 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: ** File Read Latency Histogram By Level [default] ** 2024-09-11T07:13:49.057 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: 2024-09-11T07:13:49.057 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: ** Compaction Stats [default] ** 2024-09-11T07:13:49.057 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: 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-11T07:13:49.057 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:13:49.057 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2024-09-11T07:13:49.057 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2024-09-11T07:13:49.057 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: 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-11T07:13:49.058 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: 2024-09-11T07:13:49.058 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: ** Compaction Stats [default] ** 2024-09-11T07:13:49.058 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: 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-11T07:13:49.058 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:13:49.058 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2024-09-11T07:13:49.058 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T07:13:49.058 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T07:13:49.058 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T07:13:49.058 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T07:13:49.058 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T07:13:49.058 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: AddFile(Keys): cumulative 0, interval 0 2024-09-11T07:13:49.058 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Cumulative compaction: 0.00 GB write, 0.40 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T07:13:49.059 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: 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-11T07:13:49.059 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: 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-11T07:13:49.059 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: 2024-09-11T07:13:49.059 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: ** File Read Latency Histogram By Level [default] ** 2024-09-11T07:13:49.059 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: 2024-09-11T07:13:49.059 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.736+0000 7f8135144700 0 mon.smithi045 does not exist in monmap, will attempt to join an existing cluster 2024-09-11T07:13:49.059 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.736+0000 7f8135144700 0 using public_addr v2:172.21.15.45:0/0 -> [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] 2024-09-11T07:13:49.059 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.737+0000 7f8135144700 0 starting mon.smithi045 rank -1 at public addrs [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] at bind addrs [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi045 fsid ef0778be-700c-11ef-bcea-c7b262605968 2024-09-11T07:13:49.059 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.738+0000 7f8135144700 1 mon.smithi045@-1(???) e0 preinit fsid ef0778be-700c-11ef-bcea-c7b262605968 2024-09-11T07:13:49.059 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.767+0000 7f811e761700 0 mon.smithi045@-1(synchronizing).mds e1 new map 2024-09-11T07:13:49.059 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.767+0000 7f811e761700 0 mon.smithi045@-1(synchronizing).mds e1 print_map 2024-09-11T07:13:49.060 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: e1 2024-09-11T07:13:49.060 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-11T07:13:49.060 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: 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-11T07:13:49.060 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: legacy client fscid: -1 2024-09-11T07:13:49.060 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: 2024-09-11T07:13:49.060 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: No filesystems configured 2024-09-11T07:13:49.060 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: 2024-09-11T07:13:49.060 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.767+0000 7f811e761700 1 mon.smithi045@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-11T07:13:49.060 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.768+0000 7f811e761700 1 mon.smithi045@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-09-11T07:13:49.060 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.768+0000 7f811e761700 1 mon.smithi045@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-11T07:13:49.060 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.768+0000 7f811e761700 1 mon.smithi045@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-11T07:13:49.060 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.768+0000 7f811e761700 1 mon.smithi045@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-11T07:13:49.060 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.768+0000 7f811e761700 1 mon.smithi045@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-11T07:13:49.060 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.768+0000 7f811e761700 1 mon.smithi045@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-09-11T07:13:49.061 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.768+0000 7f811e761700 0 mon.smithi045@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-11T07:13:49.061 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.768+0000 7f811e761700 0 mon.smithi045@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T07:13:49.061 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.768+0000 7f811e761700 0 mon.smithi045@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T07:13:49.061 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.768+0000 7f811e761700 0 mon.smithi045@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T07:13:49.061 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:13:47.065178+0000 mgr.smithi017.qgiuqa (mgr.14162) 56 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:13:49.061 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:13:48.110223+0000 mon.smithi017 (mon.0) 173 : audit [DBG] from='client.? 172.21.15.45:0/1441179130' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:13:49.061 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:13:48.768+0000 7f811e761700 1 mon.smithi045@-1(synchronizing).paxosservice(auth 1..7) refresh upgraded, format 0 -> 3 2024-09-11T07:13:49.061 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 bash[26471]: 275188c394abeb8e95157d4879f855eb59c5b6cc2319a3039b2ea5d84bd8d902 2024-09-11T07:13:49.061 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:48 smithi045 systemd[1]: Started Ceph mon.smithi045 for ef0778be-700c-11ef-bcea-c7b262605968. 2024-09-11T07:13:50.345 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-11T07:13:50.345 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T07:13:54.202 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:53 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:13:48.775563+0000 mon.smithi017 (mon.0) 180 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mon metadata", "id": "smithi017"}]: dispatch 2024-09-11T07:13:54.202 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:53 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:13:48.775780+0000 mon.smithi017 (mon.0) 181 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2024-09-11T07:13:54.203 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:53 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:13:48.775959+0000 mon.smithi017 (mon.0) 182 : cluster [INF] mon.smithi017 calling monitor election 2024-09-11T07:13:54.203 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:53 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:13:49.065576+0000 mgr.smithi017.qgiuqa (mgr.14162) 57 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:13:54.203 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:53 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:13:49.772771+0000 mon.smithi017 (mon.0) 183 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2024-09-11T07:13:54.203 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:53 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:13:50.773287+0000 mon.smithi017 (mon.0) 184 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2024-09-11T07:13:54.203 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:53 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:13:50.773785+0000 mon.smithi045 (mon.1) 1 : cluster [INF] mon.smithi045 calling monitor election 2024-09-11T07:13:54.203 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:53 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:13:51.066058+0000 mgr.smithi017.qgiuqa (mgr.14162) 58 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:13:54.203 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:53 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:13:51.773291+0000 mon.smithi017 (mon.0) 185 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2024-09-11T07:13:54.203 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:53 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:13:52.773070+0000 mon.smithi017 (mon.0) 186 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2024-09-11T07:13:54.203 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:53 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:13:53.773546+0000 mon.smithi017 (mon.0) 187 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2024-09-11T07:13:54.203 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:53 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:13:53.779313+0000 mon.smithi017 (mon.0) 188 : cluster [INF] mon.smithi017 is new leader, mons smithi017,smithi045 in quorum (ranks 0,1) 2024-09-11T07:13:54.203 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:53 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:13:53.782320+0000 mon.smithi017 (mon.0) 189 : cluster [DBG] monmap e2: 2 mons at {smithi017=[v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0],smithi045=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0]} 2024-09-11T07:13:54.203 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:53 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:13:53.782369+0000 mon.smithi017 (mon.0) 190 : cluster [DBG] fsmap 2024-09-11T07:13:54.203 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:53 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:13:53.782396+0000 mon.smithi017 (mon.0) 191 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-11T07:13:54.204 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:53 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:13:53.782696+0000 mon.smithi017 (mon.0) 192 : cluster [DBG] mgrmap e17: smithi017.qgiuqa(active, since 100s) 2024-09-11T07:13:54.204 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:53 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:13:53.783067+0000 mon.smithi017 (mon.0) 193 : cluster [DBG] Standby manager daemon smithi045.wavrrv started 2024-09-11T07:13:54.204 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:53 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:13:53.785997+0000 mon.smithi017 (mon.0) 194 : cluster [INF] overall HEALTH_OK 2024-09-11T07:13:54.204 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:53 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:13:53.787961+0000 mon.smithi017 (mon.0) 195 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:13:54.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:53 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:48.775563+0000 mon.smithi017 (mon.0) 180 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mon metadata", "id": "smithi017"}]: dispatch 2024-09-11T07:13:54.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:53 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:48.775780+0000 mon.smithi017 (mon.0) 181 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2024-09-11T07:13:54.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:53 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:13:48.775959+0000 mon.smithi017 (mon.0) 182 : cluster [INF] mon.smithi017 calling monitor election 2024-09-11T07:13:54.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:53 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:13:49.065576+0000 mgr.smithi017.qgiuqa (mgr.14162) 57 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:13:54.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:53 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:49.772771+0000 mon.smithi017 (mon.0) 183 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2024-09-11T07:13:54.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:53 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:50.773287+0000 mon.smithi017 (mon.0) 184 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2024-09-11T07:13:54.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:53 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:13:50.773785+0000 mon.smithi045 (mon.1) 1 : cluster [INF] mon.smithi045 calling monitor election 2024-09-11T07:13:54.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:53 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:13:51.066058+0000 mgr.smithi017.qgiuqa (mgr.14162) 58 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:13:54.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:53 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:51.773291+0000 mon.smithi017 (mon.0) 185 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2024-09-11T07:13:54.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:53 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:52.773070+0000 mon.smithi017 (mon.0) 186 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2024-09-11T07:13:54.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:53 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:53.773546+0000 mon.smithi017 (mon.0) 187 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2024-09-11T07:13:54.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:53 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:13:53.779313+0000 mon.smithi017 (mon.0) 188 : cluster [INF] mon.smithi017 is new leader, mons smithi017,smithi045 in quorum (ranks 0,1) 2024-09-11T07:13:54.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:53 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:13:53.782320+0000 mon.smithi017 (mon.0) 189 : cluster [DBG] monmap e2: 2 mons at {smithi017=[v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0],smithi045=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0]} 2024-09-11T07:13:54.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:53 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:13:53.782369+0000 mon.smithi017 (mon.0) 190 : cluster [DBG] fsmap 2024-09-11T07:13:54.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:53 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:13:53.782396+0000 mon.smithi017 (mon.0) 191 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-11T07:13:54.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:53 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:13:53.782696+0000 mon.smithi017 (mon.0) 192 : cluster [DBG] mgrmap e17: smithi017.qgiuqa(active, since 100s) 2024-09-11T07:13:54.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:53 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:13:53.783067+0000 mon.smithi017 (mon.0) 193 : cluster [DBG] Standby manager daemon smithi045.wavrrv started 2024-09-11T07:13:54.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:53 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:13:53.785997+0000 mon.smithi017 (mon.0) 194 : cluster [INF] overall HEALTH_OK 2024-09-11T07:13:54.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:53 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:53.787961+0000 mon.smithi017 (mon.0) 195 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:13:55.174 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:13:53.066504+0000 mgr.smithi017.qgiuqa (mgr.14162) 59 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:13:55.174 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:13:53.788989+0000 mgr.smithi017.qgiuqa (mgr.14162) 60 : cephadm [INF] Deploying daemon node-exporter.smithi045 on smithi045 2024-09-11T07:13:55.174 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:13:53.839554+0000 mon.smithi017 (mon.0) 196 : cluster [DBG] mgrmap e18: smithi017.qgiuqa(active, since 100s), standbys: smithi045.wavrrv 2024-09-11T07:13:55.174 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:53.839994+0000 mon.smithi017 (mon.0) 197 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mgr metadata", "who": "smithi045.wavrrv", "id": "smithi045.wavrrv"}]: dispatch 2024-09-11T07:13:55.174 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:54.773519+0000 mon.smithi017 (mon.0) 198 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2024-09-11T07:13:55.211 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:13:53.066504+0000 mgr.smithi017.qgiuqa (mgr.14162) 59 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:13:55.211 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:13:53.788989+0000 mgr.smithi017.qgiuqa (mgr.14162) 60 : cephadm [INF] Deploying daemon node-exporter.smithi045 on smithi045 2024-09-11T07:13:55.211 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:13:53.839554+0000 mon.smithi017 (mon.0) 196 : cluster [DBG] mgrmap e18: smithi017.qgiuqa(active, since 100s), standbys: smithi045.wavrrv 2024-09-11T07:13:55.212 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:13:53.839994+0000 mon.smithi017 (mon.0) 197 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mgr metadata", "who": "smithi045.wavrrv", "id": "smithi045.wavrrv"}]: dispatch 2024-09-11T07:13:55.212 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:13:54.773519+0000 mon.smithi017 (mon.0) 198 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2024-09-11T07:13:55.212 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-11T07:13:55.213 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":2,"fsid":"ef0778be-700c-11ef-bcea-c7b262605968","modified":"2024-09-11T07:13:48.772846Z","created":"2024-09-11T07:11:10.624981Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi017","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:3300","nonce":0},{"type":"v1","addr":"172.21.15.17:6789","nonce":0}]},"addr":"172.21.15.17:6789/0","public_addr":"172.21.15.17:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi045","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-11T07:13:55.213 INFO:teuthology.orchestra.run.smithi045.stderr:dumped monmap epoch 2 2024-09-11T07:13:55.755 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-11T07:13:55.756 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph config generate-minimal-conf 2024-09-11T07:13:56.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:55 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:13:55.066883+0000 mgr.smithi017.qgiuqa (mgr.14162) 61 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:13:56.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:55 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:13:55.207996+0000 mon.smithi017 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.45:0/3070084115' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:13:56.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:55 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:13:55.066883+0000 mgr.smithi017.qgiuqa (mgr.14162) 61 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:13:56.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:55 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:55.207996+0000 mon.smithi017 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.45:0/3070084115' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-11T07:13:57.726 INFO:teuthology.orchestra.run.smithi017.stdout:# minimal ceph.conf for ef0778be-700c-11ef-bcea-c7b262605968 2024-09-11T07:13:57.726 INFO:teuthology.orchestra.run.smithi017.stdout:[global] 2024-09-11T07:13:57.726 INFO:teuthology.orchestra.run.smithi017.stdout: fsid = ef0778be-700c-11ef-bcea-c7b262605968 2024-09-11T07:13:57.726 INFO:teuthology.orchestra.run.smithi017.stdout: mon_host = [v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0] [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] 2024-09-11T07:13:58.309 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-11T07:13:58.310 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-09-11T07:13:58.310 DEBUG:teuthology.orchestra.run.smithi017:> sudo dd of=/etc/ceph/ceph.conf 2024-09-11T07:13:58.327 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:58 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:13:57.067137+0000 mgr.smithi017.qgiuqa (mgr.14162) 62 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:13:58.327 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:13:58 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:13:57.724564+0000 mon.smithi017 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.17:0/688865362' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:13:58.339 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-09-11T07:13:58.339 DEBUG:teuthology.orchestra.run.smithi017:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-11T07:13:58.406 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-09-11T07:13:58.406 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/ceph/ceph.conf 2024-09-11T07:13:58.435 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:13:57.067137+0000 mgr.smithi017.qgiuqa (mgr.14162) 62 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:13:58.436 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:13:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:13:57.724564+0000 mon.smithi017 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.17:0/688865362' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:13:58.441 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-09-11T07:13:58.441 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-11T07:13:58.511 INFO:tasks.cephadm:Deploying OSDs... 2024-09-11T07:13:58.511 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-09-11T07:13:58.512 DEBUG:teuthology.orchestra.run.smithi017:> dd if=/scratch_devs of=/dev/stdout 2024-09-11T07:13:58.528 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-11T07:13:58.528 DEBUG:teuthology.orchestra.run.smithi017:> stat /dev/vg_nvme/lv_1 2024-09-11T07:13:58.586 INFO:teuthology.orchestra.run.smithi017.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-11T07:13:58.586 INFO:teuthology.orchestra.run.smithi017.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T07:13:58.586 INFO:teuthology.orchestra.run.smithi017.stdout:Device: 5h/5d Inode: 668 Links: 1 2024-09-11T07:13:58.586 INFO:teuthology.orchestra.run.smithi017.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T07:13:58.587 INFO:teuthology.orchestra.run.smithi017.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T07:13:58.587 INFO:teuthology.orchestra.run.smithi017.stdout:Access: 2024-09-11 07:13:29.031161890 +0000 2024-09-11T07:13:58.587 INFO:teuthology.orchestra.run.smithi017.stdout:Modify: 2024-09-11 07:10:10.440276899 +0000 2024-09-11T07:13:58.587 INFO:teuthology.orchestra.run.smithi017.stdout:Change: 2024-09-11 07:10:10.440276899 +0000 2024-09-11T07:13:58.587 INFO:teuthology.orchestra.run.smithi017.stdout: Birth: 2024-09-11 07:10:10.440276899 +0000 2024-09-11T07:13:58.587 DEBUG:teuthology.orchestra.run.smithi017:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-11T07:13:58.652 INFO:teuthology.orchestra.run.smithi017.stderr:1+0 records in 2024-09-11T07:13:58.652 INFO:teuthology.orchestra.run.smithi017.stderr:1+0 records out 2024-09-11T07:13:58.652 INFO:teuthology.orchestra.run.smithi017.stderr:512 bytes copied, 0.000105522 s, 4.9 MB/s 2024-09-11T07:13:58.653 DEBUG:teuthology.orchestra.run.smithi017:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-11T07:13:58.711 DEBUG:teuthology.orchestra.run.smithi017:> stat /dev/vg_nvme/lv_2 2024-09-11T07:13:58.767 INFO:teuthology.orchestra.run.smithi017.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-11T07:13:58.767 INFO:teuthology.orchestra.run.smithi017.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T07:13:58.767 INFO:teuthology.orchestra.run.smithi017.stdout:Device: 5h/5d Inode: 684 Links: 1 2024-09-11T07:13:58.767 INFO:teuthology.orchestra.run.smithi017.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T07:13:58.767 INFO:teuthology.orchestra.run.smithi017.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T07:13:58.767 INFO:teuthology.orchestra.run.smithi017.stdout:Access: 2024-09-11 07:13:29.031161890 +0000 2024-09-11T07:13:58.767 INFO:teuthology.orchestra.run.smithi017.stdout:Modify: 2024-09-11 07:10:10.755273655 +0000 2024-09-11T07:13:58.767 INFO:teuthology.orchestra.run.smithi017.stdout:Change: 2024-09-11 07:10:10.755273655 +0000 2024-09-11T07:13:58.767 INFO:teuthology.orchestra.run.smithi017.stdout: Birth: 2024-09-11 07:10:10.755273655 +0000 2024-09-11T07:13:58.768 DEBUG:teuthology.orchestra.run.smithi017:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-11T07:13:58.831 INFO:teuthology.orchestra.run.smithi017.stderr:1+0 records in 2024-09-11T07:13:58.831 INFO:teuthology.orchestra.run.smithi017.stderr:1+0 records out 2024-09-11T07:13:58.831 INFO:teuthology.orchestra.run.smithi017.stderr:512 bytes copied, 9.7866e-05 s, 5.2 MB/s 2024-09-11T07:13:58.833 DEBUG:teuthology.orchestra.run.smithi017:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-11T07:13:58.890 DEBUG:teuthology.orchestra.run.smithi017:> stat /dev/vg_nvme/lv_3 2024-09-11T07:13:58.946 INFO:teuthology.orchestra.run.smithi017.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-11T07:13:58.947 INFO:teuthology.orchestra.run.smithi017.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T07:13:58.947 INFO:teuthology.orchestra.run.smithi017.stdout:Device: 5h/5d Inode: 704 Links: 1 2024-09-11T07:13:58.947 INFO:teuthology.orchestra.run.smithi017.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T07:13:58.947 INFO:teuthology.orchestra.run.smithi017.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T07:13:58.947 INFO:teuthology.orchestra.run.smithi017.stdout:Access: 2024-09-11 07:13:29.031161890 +0000 2024-09-11T07:13:58.947 INFO:teuthology.orchestra.run.smithi017.stdout:Modify: 2024-09-11 07:10:11.079270318 +0000 2024-09-11T07:13:58.947 INFO:teuthology.orchestra.run.smithi017.stdout:Change: 2024-09-11 07:10:11.079270318 +0000 2024-09-11T07:13:58.947 INFO:teuthology.orchestra.run.smithi017.stdout: Birth: 2024-09-11 07:10:11.079270318 +0000 2024-09-11T07:13:58.947 DEBUG:teuthology.orchestra.run.smithi017:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-11T07:13:59.010 INFO:teuthology.orchestra.run.smithi017.stderr:1+0 records in 2024-09-11T07:13:59.010 INFO:teuthology.orchestra.run.smithi017.stderr:1+0 records out 2024-09-11T07:13:59.010 INFO:teuthology.orchestra.run.smithi017.stderr:512 bytes copied, 9.5595e-05 s, 5.4 MB/s 2024-09-11T07:13:59.012 DEBUG:teuthology.orchestra.run.smithi017:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-11T07:13:59.068 DEBUG:teuthology.orchestra.run.smithi017:> stat /dev/vg_nvme/lv_4 2024-09-11T07:13:59.124 INFO:teuthology.orchestra.run.smithi017.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-11T07:13:59.124 INFO:teuthology.orchestra.run.smithi017.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T07:13:59.124 INFO:teuthology.orchestra.run.smithi017.stdout:Device: 5h/5d Inode: 724 Links: 1 2024-09-11T07:13:59.124 INFO:teuthology.orchestra.run.smithi017.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T07:13:59.124 INFO:teuthology.orchestra.run.smithi017.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T07:13:59.124 INFO:teuthology.orchestra.run.smithi017.stdout:Access: 2024-09-11 07:13:29.032161880 +0000 2024-09-11T07:13:59.124 INFO:teuthology.orchestra.run.smithi017.stdout:Modify: 2024-09-11 07:10:11.400267011 +0000 2024-09-11T07:13:59.124 INFO:teuthology.orchestra.run.smithi017.stdout:Change: 2024-09-11 07:10:11.400267011 +0000 2024-09-11T07:13:59.124 INFO:teuthology.orchestra.run.smithi017.stdout: Birth: 2024-09-11 07:10:11.400267011 +0000 2024-09-11T07:13:59.125 DEBUG:teuthology.orchestra.run.smithi017:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-11T07:13:59.187 INFO:teuthology.orchestra.run.smithi017.stderr:1+0 records in 2024-09-11T07:13:59.187 INFO:teuthology.orchestra.run.smithi017.stderr:1+0 records out 2024-09-11T07:13:59.187 INFO:teuthology.orchestra.run.smithi017.stderr:512 bytes copied, 0.000106643 s, 4.8 MB/s 2024-09-11T07:13:59.188 DEBUG:teuthology.orchestra.run.smithi017:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-11T07:13:59.245 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-09-11T07:13:59.245 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/scratch_devs of=/dev/stdout 2024-09-11T07:13:59.265 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-11T07:13:59.265 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_1 2024-09-11T07:13:59.324 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-11T07:13:59.325 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T07:13:59.325 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 5h/5d Inode: 668 Links: 1 2024-09-11T07:13:59.325 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T07:13:59.325 INFO:teuthology.orchestra.run.smithi045.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T07:13:59.325 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2024-09-11 07:13:54.319212501 +0000 2024-09-11T07:13:59.325 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2024-09-11 07:10:10.443583199 +0000 2024-09-11T07:13:59.325 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2024-09-11 07:10:10.443583199 +0000 2024-09-11T07:13:59.325 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: 2024-09-11 07:10:10.443583199 +0000 2024-09-11T07:13:59.325 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-11T07:13:59.393 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2024-09-11T07:13:59.393 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2024-09-11T07:13:59.394 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 0.000129617 s, 4.0 MB/s 2024-09-11T07:13:59.395 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-11T07:13:59.456 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_2 2024-09-11T07:13:59.515 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-11T07:13:59.515 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T07:13:59.515 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 5h/5d Inode: 686 Links: 1 2024-09-11T07:13:59.516 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T07:13:59.516 INFO:teuthology.orchestra.run.smithi045.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T07:13:59.516 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2024-09-11 07:13:54.320212484 +0000 2024-09-11T07:13:59.516 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2024-09-11 07:10:10.775577781 +0000 2024-09-11T07:13:59.516 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2024-09-11 07:10:10.775577781 +0000 2024-09-11T07:13:59.516 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: 2024-09-11 07:10:10.775577781 +0000 2024-09-11T07:13:59.516 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-11T07:13:59.584 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2024-09-11T07:13:59.585 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2024-09-11T07:13:59.585 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 0.000129574 s, 4.0 MB/s 2024-09-11T07:13:59.586 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-11T07:13:59.646 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_3 2024-09-11T07:13:59.704 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-11T07:13:59.705 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T07:13:59.705 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 5h/5d Inode: 705 Links: 1 2024-09-11T07:13:59.705 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T07:13:59.705 INFO:teuthology.orchestra.run.smithi045.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T07:13:59.705 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2024-09-11 07:13:54.320212484 +0000 2024-09-11T07:13:59.705 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2024-09-11 07:10:11.107572363 +0000 2024-09-11T07:13:59.705 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2024-09-11 07:10:11.107572363 +0000 2024-09-11T07:13:59.705 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: 2024-09-11 07:10:11.107572363 +0000 2024-09-11T07:13:59.708 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-11T07:13:59.772 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2024-09-11T07:13:59.772 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2024-09-11T07:13:59.772 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 0.000113223 s, 4.5 MB/s 2024-09-11T07:13:59.774 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-11T07:13:59.835 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_4 2024-09-11T07:13:59.894 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-11T07:13:59.894 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T07:13:59.894 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 5h/5d Inode: 724 Links: 1 2024-09-11T07:13:59.895 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T07:13:59.895 INFO:teuthology.orchestra.run.smithi045.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T07:13:59.895 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2024-09-11 07:13:54.321212468 +0000 2024-09-11T07:13:59.895 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2024-09-11 07:10:11.439566945 +0000 2024-09-11T07:13:59.895 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2024-09-11 07:10:11.439566945 +0000 2024-09-11T07:13:59.895 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: 2024-09-11 07:10:11.439566945 +0000 2024-09-11T07:13:59.895 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-11T07:13:59.962 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2024-09-11T07:13:59.963 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2024-09-11T07:13:59.963 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 0.000129924 s, 3.9 MB/s 2024-09-11T07:13:59.964 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-11T07:14:00.024 INFO:tasks.cephadm:Deploying osd.0 on smithi017 with /dev/vg_nvme/lv_4... 2024-09-11T07:14:00.024 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-09-11T07:14:00.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:00 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:13:59.067385+0000 mgr.smithi017.qgiuqa (mgr.14162) 63 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:14:00.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:00 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:13:59.067385+0000 mgr.smithi017.qgiuqa (mgr.14162) 63 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:14:02.115 INFO:teuthology.orchestra.run.smithi017.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-09-11T07:14:02.116 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-09-11T07:14:02.116 INFO:teuthology.orchestra.run.smithi017.stderr: stderr: 10+0 records in 2024-09-11T07:14:02.116 INFO:teuthology.orchestra.run.smithi017.stderr:10+0 records out 2024-09-11T07:14:02.116 INFO:teuthology.orchestra.run.smithi017.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00830408 s, 1.3 GB/s 2024-09-11T07:14:02.116 INFO:teuthology.orchestra.run.smithi017.stderr:--> Zapping successful for: 2024-09-11T07:14:02.432 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:02 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:14:01.067730+0000 mgr.smithi017.qgiuqa (mgr.14162) 64 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:14:02.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:02 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:14:01.067730+0000 mgr.smithi017.qgiuqa (mgr.14162) 64 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:14:02.717 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi017:vg_nvme/lv_4 2024-09-11T07:14:05.025 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:14:03.068053+0000 mgr.smithi017.qgiuqa (mgr.14162) 65 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:14:05.026 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:03.802772+0000 mon.smithi017 (mon.0) 201 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:14:05.026 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:03.803838+0000 mon.smithi017 (mon.0) 202 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:14:05.026 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:04.512048+0000 mon.smithi017 (mon.0) 203 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:14:05.026 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:04.513498+0000 mon.smithi017 (mon.0) 204 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:14:05.026 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:04.514024+0000 mon.smithi017 (mon.0) 205 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:14:05.054 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:14:03.068053+0000 mgr.smithi017.qgiuqa (mgr.14162) 65 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:14:05.054 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:03.802772+0000 mon.smithi017 (mon.0) 201 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:14:05.054 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:03.803838+0000 mon.smithi017 (mon.0) 202 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:14:05.054 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:04.512048+0000 mon.smithi017 (mon.0) 203 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:14:05.054 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:04.513498+0000 mon.smithi017 (mon.0) 204 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:14:05.054 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:04.514024+0000 mon.smithi017 (mon.0) 205 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:14:06.191 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:05 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:04.511165+0000 mgr.smithi017.qgiuqa (mgr.14162) 66 : audit [DBG] from='client.14242 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi017:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:14:06.191 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:05 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:14:04.513286+0000 mgr.smithi017.qgiuqa (mgr.14162) 67 : cephadm [INF] Applying service osd.None on host smithi017... 2024-09-11T07:14:06.191 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:05 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:05.731628+0000 mon.smithi017 (mon.0) 206 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:14:06.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:05 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:04.511165+0000 mgr.smithi017.qgiuqa (mgr.14162) 66 : audit [DBG] from='client.14242 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi017:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:14:06.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:05 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:14:04.513286+0000 mgr.smithi017.qgiuqa (mgr.14162) 67 : cephadm [INF] Applying service osd.None on host smithi017... 2024-09-11T07:14:06.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:05 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:05.731628+0000 mon.smithi017 (mon.0) 206 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:14:07.064 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:06 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:14:05.068376+0000 mgr.smithi017.qgiuqa (mgr.14162) 68 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:14:07.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:06 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:14:05.068376+0000 mgr.smithi017.qgiuqa (mgr.14162) 68 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:14:08.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:07.194628+0000 mon.smithi017 (mon.0) 207 : audit [INF] from='client.? 172.21.15.17:0/2742489951' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2d858653-5059-4ac9-ad57-9101370b4a60"}]: dispatch 2024-09-11T07:14:08.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:07.197994+0000 mon.smithi017 (mon.0) 208 : audit [INF] from='client.? 172.21.15.17:0/2742489951' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2d858653-5059-4ac9-ad57-9101370b4a60"}]': finished 2024-09-11T07:14:08.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:14:07.198066+0000 mon.smithi017 (mon.0) 209 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-11T07:14:08.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:07.198163+0000 mon.smithi017 (mon.0) 210 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:14:08.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:07.627266+0000 mon.smithi017 (mon.0) 211 : audit [DBG] from='client.? 172.21.15.17:0/2192608522' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:14:08.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:07.194628+0000 mon.smithi017 (mon.0) 207 : audit [INF] from='client.? 172.21.15.17:0/2742489951' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2d858653-5059-4ac9-ad57-9101370b4a60"}]: dispatch 2024-09-11T07:14:08.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:07.197994+0000 mon.smithi017 (mon.0) 208 : audit [INF] from='client.? 172.21.15.17:0/2742489951' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2d858653-5059-4ac9-ad57-9101370b4a60"}]': finished 2024-09-11T07:14:08.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:14:07.198066+0000 mon.smithi017 (mon.0) 209 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-11T07:14:08.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:07.198163+0000 mon.smithi017 (mon.0) 210 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:14:08.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:07.627266+0000 mon.smithi017 (mon.0) 211 : audit [DBG] from='client.? 172.21.15.17:0/2192608522' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:14:09.194 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:08 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:14:07.068633+0000 mgr.smithi017.qgiuqa (mgr.14162) 69 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:14:09.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:08 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:14:07.068633+0000 mgr.smithi017.qgiuqa (mgr.14162) 69 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:14:10.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:10 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:14:09.068863+0000 mgr.smithi017.qgiuqa (mgr.14162) 70 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:14:10.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:10 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:09.502230+0000 mon.smithi017 (mon.0) 212 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:14:10.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:10 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:09.505184+0000 mon.smithi017 (mon.0) 213 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:14:10.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:10 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:14:09.506802+0000 mgr.smithi017.qgiuqa (mgr.14162) 71 : cephadm [INF] Reconfiguring mon.smithi017 (unknown last config time)... 2024-09-11T07:14:10.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:10 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:09.507011+0000 mon.smithi017 (mon.0) 214 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:14:10.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:10 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:09.507540+0000 mon.smithi017 (mon.0) 215 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:14:10.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:10 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:09.508046+0000 mon.smithi017 (mon.0) 216 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:14:10.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:10 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:14:09.508479+0000 mgr.smithi017.qgiuqa (mgr.14162) 72 : cephadm [INF] Reconfiguring daemon mon.smithi017 on smithi017 2024-09-11T07:14:10.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:10 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:14:09.068863+0000 mgr.smithi017.qgiuqa (mgr.14162) 70 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:14:10.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:10 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:09.502230+0000 mon.smithi017 (mon.0) 212 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:14:10.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:10 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:09.505184+0000 mon.smithi017 (mon.0) 213 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:14:10.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:10 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:14:09.506802+0000 mgr.smithi017.qgiuqa (mgr.14162) 71 : cephadm [INF] Reconfiguring mon.smithi017 (unknown last config time)... 2024-09-11T07:14:10.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:10 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:09.507011+0000 mon.smithi017 (mon.0) 214 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:14:10.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:10 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:09.507540+0000 mon.smithi017 (mon.0) 215 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:14:10.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:10 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:09.508046+0000 mon.smithi017 (mon.0) 216 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:14:10.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:10 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:14:09.508479+0000 mgr.smithi017.qgiuqa (mgr.14162) 72 : cephadm [INF] Reconfiguring daemon mon.smithi017 on smithi017 2024-09-11T07:14:12.675 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:12 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:14:11.069196+0000 mgr.smithi017.qgiuqa (mgr.14162) 73 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:14:12.675 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:12 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:11.858449+0000 mon.smithi017 (mon.0) 217 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:14:12.675 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:12 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:11.859277+0000 mon.smithi017 (mon.0) 218 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi017.qgiuqa", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:14:12.675 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:12 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:11.860021+0000 mon.smithi017 (mon.0) 219 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:14:12.675 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:12 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:11.860608+0000 mon.smithi017 (mon.0) 220 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:14:12.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:12 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:14:11.069196+0000 mgr.smithi017.qgiuqa (mgr.14162) 73 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:14:12.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:12 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:11.858449+0000 mon.smithi017 (mon.0) 217 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:14:12.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:12 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:11.859277+0000 mon.smithi017 (mon.0) 218 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi017.qgiuqa", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:14:12.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:12 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:11.860021+0000 mon.smithi017 (mon.0) 219 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:14:12.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:12 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:11.860608+0000 mon.smithi017 (mon.0) 220 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:14:13.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:14:11.858996+0000 mgr.smithi017.qgiuqa (mgr.14162) 74 : cephadm [INF] Reconfiguring mgr.smithi017.qgiuqa (unknown last config time)... 2024-09-11T07:14:13.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:14:11.861146+0000 mgr.smithi017.qgiuqa (mgr.14162) 75 : cephadm [INF] Reconfiguring daemon mgr.smithi017.qgiuqa on smithi017 2024-09-11T07:14:13.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:13.186673+0000 mon.smithi017 (mon.0) 221 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:14:13.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:13.188566+0000 mon.smithi017 (mon.0) 222 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/trash_purge_schedule"}]: dispatch 2024-09-11T07:14:13.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:13 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:14:11.858996+0000 mgr.smithi017.qgiuqa (mgr.14162) 74 : cephadm [INF] Reconfiguring mgr.smithi017.qgiuqa (unknown last config time)... 2024-09-11T07:14:13.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:13 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:14:11.861146+0000 mgr.smithi017.qgiuqa (mgr.14162) 75 : cephadm [INF] Reconfiguring daemon mgr.smithi017.qgiuqa on smithi017 2024-09-11T07:14:13.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:13 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:13.186673+0000 mon.smithi017 (mon.0) 221 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:14:13.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:13 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:13.188566+0000 mon.smithi017 (mon.0) 222 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/trash_purge_schedule"}]: dispatch 2024-09-11T07:14:14.978 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:14 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:14:13.069534+0000 mgr.smithi017.qgiuqa (mgr.14162) 76 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:14:14.979 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:14 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:13.652231+0000 mon.smithi017 (mon.0) 223 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:14:14.979 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:14 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:14:13.652855+0000 mgr.smithi017.qgiuqa (mgr.14162) 77 : cephadm [INF] Reconfiguring alertmanager.smithi017 (dependencies changed)... 2024-09-11T07:14:14.979 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:14 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:14:13.654941+0000 mgr.smithi017.qgiuqa (mgr.14162) 78 : cephadm [INF] Reconfiguring daemon alertmanager.smithi017 on smithi017 2024-09-11T07:14:15.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:14:13.069534+0000 mgr.smithi017.qgiuqa (mgr.14162) 76 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:14:15.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:13.652231+0000 mon.smithi017 (mon.0) 223 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:14:15.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:14:13.652855+0000 mgr.smithi017.qgiuqa (mgr.14162) 77 : cephadm [INF] Reconfiguring alertmanager.smithi017 (dependencies changed)... 2024-09-11T07:14:15.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:14:13.654941+0000 mgr.smithi017.qgiuqa (mgr.14162) 78 : cephadm [INF] Reconfiguring daemon alertmanager.smithi017 on smithi017 2024-09-11T07:14:16.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:15 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:15.000822+0000 mon.smithi017 (mon.0) 224 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T07:14:16.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:15 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:15.001403+0000 mon.smithi017 (mon.0) 225 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:14:16.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:15 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:15.000822+0000 mon.smithi017 (mon.0) 224 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T07:14:16.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:15 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:15.001403+0000 mon.smithi017 (mon.0) 225 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:14:16.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:14:15.001858+0000 mgr.smithi017.qgiuqa (mgr.14162) 79 : cephadm [INF] Deploying daemon osd.0 on smithi017 2024-09-11T07:14:16.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:14:15.069747+0000 mgr.smithi017.qgiuqa (mgr.14162) 80 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:14:17.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:14:15.001858+0000 mgr.smithi017.qgiuqa (mgr.14162) 79 : cephadm [INF] Deploying daemon osd.0 on smithi017 2024-09-11T07:14:17.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:14:15.069747+0000 mgr.smithi017.qgiuqa (mgr.14162) 80 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:14:18.700 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:18 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:14:17.070118+0000 mgr.smithi017.qgiuqa (mgr.14162) 81 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:14:19.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:18 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:14:17.070118+0000 mgr.smithi017.qgiuqa (mgr.14162) 81 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:14:20.418 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:20 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:14:19.070416+0000 mgr.smithi017.qgiuqa (mgr.14162) 82 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:14:20.418 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:20 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:19.223237+0000 mon.smithi017 (mon.0) 226 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:14:20.418 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:20 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:14:19.223721+0000 mgr.smithi017.qgiuqa (mgr.14162) 83 : cephadm [INF] Reconfiguring crash.smithi017 (monmap changed)... 2024-09-11T07:14:20.418 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:20 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:19.223984+0000 mon.smithi017 (mon.0) 227 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi017", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-11T07:14:20.418 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:20 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:19.224708+0000 mon.smithi017 (mon.0) 228 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:14:20.418 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:20 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:14:19.225235+0000 mgr.smithi017.qgiuqa (mgr.14162) 84 : cephadm [INF] Reconfiguring daemon crash.smithi017 on smithi017 2024-09-11T07:14:20.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:20 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:14:19.070416+0000 mgr.smithi017.qgiuqa (mgr.14162) 82 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:14:20.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:20 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:19.223237+0000 mon.smithi017 (mon.0) 226 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:14:20.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:20 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:14:19.223721+0000 mgr.smithi017.qgiuqa (mgr.14162) 83 : cephadm [INF] Reconfiguring crash.smithi017 (monmap changed)... 2024-09-11T07:14:20.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:20 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:19.223984+0000 mon.smithi017 (mon.0) 227 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi017", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-11T07:14:20.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:20 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:19.224708+0000 mon.smithi017 (mon.0) 228 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:14:20.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:20 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:14:19.225235+0000 mgr.smithi017.qgiuqa (mgr.14162) 84 : cephadm [INF] Reconfiguring daemon crash.smithi017 on smithi017 2024-09-11T07:14:22.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:22 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:14:21.070642+0000 mgr.smithi017.qgiuqa (mgr.14162) 85 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:14:22.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:22 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:14:21.070642+0000 mgr.smithi017.qgiuqa (mgr.14162) 85 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:14:22.795 INFO:teuthology.orchestra.run.smithi017.stdout:Created osd(s) 0 on host 'smithi017' 2024-09-11T07:14:23.406 DEBUG:teuthology.orchestra.run.smithi017:osd.0> sudo journalctl -f -n 0 -u ceph-ef0778be-700c-11ef-bcea-c7b262605968@osd.0.service 2024-09-11T07:14:23.409 INFO:tasks.cephadm:Deploying osd.1 on smithi017 with /dev/vg_nvme/lv_3... 2024-09-11T07:14:23.409 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-09-11T07:14:24.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:22.787583+0000 mon.smithi017 (mon.0) 229 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:14:24.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:22.790932+0000 mon.smithi017 (mon.0) 230 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:14:24.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:22.787583+0000 mon.smithi017 (mon.0) 229 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:14:24.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:22.790932+0000 mon.smithi017 (mon.0) 230 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:14:25.111 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:24 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:14:23.070909+0000 mgr.smithi017.qgiuqa (mgr.14162) 86 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:14:25.111 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:24 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:24.577558+0000 mon.smithi017 (mon.0) 231 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:14:25.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:24 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:14:23.070909+0000 mgr.smithi017.qgiuqa (mgr.14162) 86 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:14:25.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:24 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:24.577558+0000 mon.smithi017 (mon.0) 231 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:14:25.702 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:14:25 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.0[31804]: debug 2024-09-11T07:14:25.660+0000 7f2f8bc4e080 -1 osd.0 0 log_to_monitors {default=true} 2024-09-11T07:14:26.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:25 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:14:24.578207+0000 mgr.smithi017.qgiuqa (mgr.14162) 87 : cephadm [INF] Reconfiguring grafana.smithi017 (dependencies changed)... 2024-09-11T07:14:26.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:25 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:14:24.582539+0000 mgr.smithi017.qgiuqa (mgr.14162) 88 : cephadm [INF] Reconfiguring daemon grafana.smithi017 on smithi017 2024-09-11T07:14:26.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:25 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:25.664806+0000 mon.smithi017 (mon.0) 232 : audit [INF] from='osd.0 [v2:172.21.15.17:6802/4041286219,v1:172.21.15.17:6803/4041286219]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T07:14:26.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:25 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:14:24.578207+0000 mgr.smithi017.qgiuqa (mgr.14162) 87 : cephadm [INF] Reconfiguring grafana.smithi017 (dependencies changed)... 2024-09-11T07:14:26.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:25 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:14:24.582539+0000 mgr.smithi017.qgiuqa (mgr.14162) 88 : cephadm [INF] Reconfiguring daemon grafana.smithi017 on smithi017 2024-09-11T07:14:26.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:25 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:25.664806+0000 mon.smithi017 (mon.0) 232 : audit [INF] from='osd.0 [v2:172.21.15.17:6802/4041286219,v1:172.21.15.17:6803/4041286219]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T07:14:27.101 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:14:26 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.0[31804]: debug 2024-09-11T07:14:26.803+0000 7f2f821bf700 -1 osd.0 0 waiting for initial osdmap 2024-09-11T07:14:27.102 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:14:26 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.0[31804]: debug 2024-09-11T07:14:26.806+0000 7f2f7c937700 -1 osd.0 8 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-09-11T07:14:27.102 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:26 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:14:25.071214+0000 mgr.smithi017.qgiuqa (mgr.14162) 89 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:14:27.102 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:26 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:25.797226+0000 mon.smithi017 (mon.0) 233 : audit [INF] from='osd.0 [v2:172.21.15.17:6802/4041286219,v1:172.21.15.17:6803/4041286219]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-11T07:14:27.102 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:26 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:14:25.797272+0000 mon.smithi017 (mon.0) 234 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-11T07:14:27.102 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:26 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:25.797495+0000 mon.smithi017 (mon.0) 235 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:14:27.102 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:26 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:25.797854+0000 mon.smithi017 (mon.0) 236 : audit [INF] from='osd.0 [v2:172.21.15.17:6802/4041286219,v1:172.21.15.17:6803/4041286219]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi017", "root=default"]}]: dispatch 2024-09-11T07:14:27.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:26 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:14:25.071214+0000 mgr.smithi017.qgiuqa (mgr.14162) 89 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:14:27.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:26 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:25.797226+0000 mon.smithi017 (mon.0) 233 : audit [INF] from='osd.0 [v2:172.21.15.17:6802/4041286219,v1:172.21.15.17:6803/4041286219]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-11T07:14:27.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:26 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:14:25.797272+0000 mon.smithi017 (mon.0) 234 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-11T07:14:27.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:26 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:25.797495+0000 mon.smithi017 (mon.0) 235 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:14:27.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:26 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:25.797854+0000 mon.smithi017 (mon.0) 236 : audit [INF] from='osd.0 [v2:172.21.15.17:6802/4041286219,v1:172.21.15.17:6803/4041286219]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi017", "root=default"]}]: dispatch 2024-09-11T07:14:27.960 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:27 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:26.799582+0000 mon.smithi017 (mon.0) 237 : audit [INF] from='osd.0 [v2:172.21.15.17:6802/4041286219,v1:172.21.15.17:6803/4041286219]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi017", "root=default"]}]': finished 2024-09-11T07:14:27.960 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:27 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:14:26.799686+0000 mon.smithi017 (mon.0) 238 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2024-09-11T07:14:27.960 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:27 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:26.800090+0000 mon.smithi017 (mon.0) 239 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:14:27.960 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:27 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:26.804234+0000 mon.smithi017 (mon.0) 240 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:14:28.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:27 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:26.799582+0000 mon.smithi017 (mon.0) 237 : audit [INF] from='osd.0 [v2:172.21.15.17:6802/4041286219,v1:172.21.15.17:6803/4041286219]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi017", "root=default"]}]': finished 2024-09-11T07:14:28.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:27 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:14:26.799686+0000 mon.smithi017 (mon.0) 238 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2024-09-11T07:14:28.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:27 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:26.800090+0000 mon.smithi017 (mon.0) 239 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:14:28.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:27 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:26.804234+0000 mon.smithi017 (mon.0) 240 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:14:28.539 INFO:teuthology.orchestra.run.smithi017.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-09-11T07:14:28.539 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-09-11T07:14:28.539 INFO:teuthology.orchestra.run.smithi017.stderr: stderr: 10+0 records in 2024-09-11T07:14:28.539 INFO:teuthology.orchestra.run.smithi017.stderr:10+0 records out 2024-09-11T07:14:28.539 INFO:teuthology.orchestra.run.smithi017.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0137973 s, 760 MB/s 2024-09-11T07:14:28.539 INFO:teuthology.orchestra.run.smithi017.stderr:--> Zapping successful for: 2024-09-11T07:14:29.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:28 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:14:26.641273+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:14:29.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:28 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:14:26.641485+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:14:29.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:28 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:14:27.071628+0000 mgr.smithi017.qgiuqa (mgr.14162) 90 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:14:29.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:28 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:27.805043+0000 mon.smithi017 (mon.0) 241 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:14:29.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:28 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:14:27.808567+0000 mon.smithi017 (mon.0) 242 : cluster [INF] osd.0 [v2:172.21.15.17:6802/4041286219,v1:172.21.15.17:6803/4041286219] boot 2024-09-11T07:14:29.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:28 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:14:27.808602+0000 mon.smithi017 (mon.0) 243 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-11T07:14:29.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:28 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:27.808938+0000 mon.smithi017 (mon.0) 244 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:14:29.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:28 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:14:26.641273+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:14:29.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:28 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:14:26.641485+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:14:29.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:28 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:14:27.071628+0000 mgr.smithi017.qgiuqa (mgr.14162) 90 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T07:14:29.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:28 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:27.805043+0000 mon.smithi017 (mon.0) 241 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:14:29.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:28 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:14:27.808567+0000 mon.smithi017 (mon.0) 242 : cluster [INF] osd.0 [v2:172.21.15.17:6802/4041286219,v1:172.21.15.17:6803/4041286219] boot 2024-09-11T07:14:29.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:28 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:14:27.808602+0000 mon.smithi017 (mon.0) 243 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-11T07:14:29.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:28 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:27.808938+0000 mon.smithi017 (mon.0) 244 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:14:29.417 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi017:vg_nvme/lv_3 2024-09-11T07:14:29.929 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:29 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:14:28.808953+0000 mon.smithi017 (mon.0) 245 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-09-11T07:14:30.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:29 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:14:28.808953+0000 mon.smithi017 (mon.0) 245 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-09-11T07:14:30.947 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:30 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:14:29.072026+0000 mgr.smithi017.qgiuqa (mgr.14162) 91 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:14:31.261 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:30 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:14:29.072026+0000 mgr.smithi017.qgiuqa (mgr.14162) 91 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:14:32.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:32 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:14:31.072366+0000 mgr.smithi017.qgiuqa (mgr.14162) 92 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:14:32.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:32 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:31.464169+0000 mon.smithi017 (mon.0) 246 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:14:32.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:32 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:14:31.464786+0000 mgr.smithi017.qgiuqa (mgr.14162) 93 : cephadm [INF] Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:14:32.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:32 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:14:31.466743+0000 mgr.smithi017.qgiuqa (mgr.14162) 94 : cephadm [INF] Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:14:32.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:32 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:31.554084+0000 mgr.smithi017.qgiuqa (mgr.14162) 95 : audit [DBG] from='client.14260 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi017:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:14:32.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:32 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:31.555016+0000 mon.smithi017 (mon.0) 247 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:14:32.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:32 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:14:31.556313+0000 mgr.smithi017.qgiuqa (mgr.14162) 96 : cephadm [INF] Applying service osd.None on host smithi017... 2024-09-11T07:14:32.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:32 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:31.556520+0000 mon.smithi017 (mon.0) 248 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:14:32.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:32 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:31.557049+0000 mon.smithi017 (mon.0) 249 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:14:32.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:32 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:14:31.072366+0000 mgr.smithi017.qgiuqa (mgr.14162) 92 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:14:32.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:32 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:31.464169+0000 mon.smithi017 (mon.0) 246 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:14:32.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:32 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:14:31.464786+0000 mgr.smithi017.qgiuqa (mgr.14162) 93 : cephadm [INF] Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:14:32.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:32 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:14:31.466743+0000 mgr.smithi017.qgiuqa (mgr.14162) 94 : cephadm [INF] Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:14:32.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:32 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:31.554084+0000 mgr.smithi017.qgiuqa (mgr.14162) 95 : audit [DBG] from='client.14260 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi017:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:14:32.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:32 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:31.555016+0000 mon.smithi017 (mon.0) 247 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:14:32.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:32 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:14:31.556313+0000 mgr.smithi017.qgiuqa (mgr.14162) 96 : cephadm [INF] Applying service osd.None on host smithi017... 2024-09-11T07:14:32.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:32 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:31.556520+0000 mon.smithi017 (mon.0) 248 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:14:32.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:32 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:31.557049+0000 mon.smithi017 (mon.0) 249 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:14:34.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:34 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:14:33.072608+0000 mgr.smithi017.qgiuqa (mgr.14162) 97 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:14:34.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:34 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:14:33.072608+0000 mgr.smithi017.qgiuqa (mgr.14162) 97 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:14:36.757 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:36 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:14:35.072952+0000 mgr.smithi017.qgiuqa (mgr.14162) 98 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:14:36.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:36 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:14:35.072952+0000 mgr.smithi017.qgiuqa (mgr.14162) 98 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:14:37.919 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:37 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:36.637887+0000 mon.smithi017 (mon.0) 250 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:14:37.920 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:37 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:14:36.638537+0000 mgr.smithi017.qgiuqa (mgr.14162) 99 : cephadm [INF] Reconfiguring crash.smithi045 (monmap changed)... 2024-09-11T07:14:37.920 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:37 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:36.638818+0000 mon.smithi017 (mon.0) 251 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi045", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-11T07:14:37.920 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:37 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:36.639617+0000 mon.smithi017 (mon.0) 252 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:14:37.920 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:37 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:14:36.640316+0000 mgr.smithi017.qgiuqa (mgr.14162) 100 : cephadm [INF] Reconfiguring daemon crash.smithi045 on smithi045 2024-09-11T07:14:37.920 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:37 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:37.623683+0000 mon.smithi017 (mon.0) 253 : audit [INF] from='client.? 172.21.15.17:0/836881195' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4f72714a-13d4-46f9-9dfb-b55538366916"}]: dispatch 2024-09-11T07:14:37.920 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:37 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:37.627634+0000 mon.smithi017 (mon.0) 254 : audit [INF] from='client.? 172.21.15.17:0/836881195' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4f72714a-13d4-46f9-9dfb-b55538366916"}]': finished 2024-09-11T07:14:37.920 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:37 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:14:37.627697+0000 mon.smithi017 (mon.0) 255 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-11T07:14:37.920 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:37 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:37.627789+0000 mon.smithi017 (mon.0) 256 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:14:38.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:37 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:36.637887+0000 mon.smithi017 (mon.0) 250 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:14:38.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:37 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:14:36.638537+0000 mgr.smithi017.qgiuqa (mgr.14162) 99 : cephadm [INF] Reconfiguring crash.smithi045 (monmap changed)... 2024-09-11T07:14:38.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:37 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:36.638818+0000 mon.smithi017 (mon.0) 251 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi045", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-11T07:14:38.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:37 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:36.639617+0000 mon.smithi017 (mon.0) 252 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:14:38.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:37 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:14:36.640316+0000 mgr.smithi017.qgiuqa (mgr.14162) 100 : cephadm [INF] Reconfiguring daemon crash.smithi045 on smithi045 2024-09-11T07:14:38.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:37 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:37.623683+0000 mon.smithi017 (mon.0) 253 : audit [INF] from='client.? 172.21.15.17:0/836881195' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4f72714a-13d4-46f9-9dfb-b55538366916"}]: dispatch 2024-09-11T07:14:38.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:37 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:37.627634+0000 mon.smithi017 (mon.0) 254 : audit [INF] from='client.? 172.21.15.17:0/836881195' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4f72714a-13d4-46f9-9dfb-b55538366916"}]': finished 2024-09-11T07:14:38.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:37 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:14:37.627697+0000 mon.smithi017 (mon.0) 255 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-11T07:14:38.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:37 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:37.627789+0000 mon.smithi017 (mon.0) 256 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:14:38.950 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:38 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:14:37.073193+0000 mgr.smithi017.qgiuqa (mgr.14162) 101 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:14:38.950 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:38 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:37.971993+0000 mon.smithi017 (mon.0) 257 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:14:38.950 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:38 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:37.972720+0000 mon.smithi017 (mon.0) 258 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi045.wavrrv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:14:38.951 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:38 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:37.973522+0000 mon.smithi017 (mon.0) 259 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:14:38.951 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:38 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:37.974152+0000 mon.smithi017 (mon.0) 260 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:14:38.951 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:38 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:38.048242+0000 mon.smithi017 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.17:0/1656927884' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:14:39.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:38 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:14:37.073193+0000 mgr.smithi017.qgiuqa (mgr.14162) 101 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:14:39.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:38 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:37.971993+0000 mon.smithi017 (mon.0) 257 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:14:39.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:38 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:37.972720+0000 mon.smithi017 (mon.0) 258 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi045.wavrrv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:14:39.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:38 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:37.973522+0000 mon.smithi017 (mon.0) 259 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:14:39.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:38 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:37.974152+0000 mon.smithi017 (mon.0) 260 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:14:39.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:38 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:38.048242+0000 mon.smithi017 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.17:0/1656927884' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:14:39.778 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:39 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:14:37.972447+0000 mgr.smithi017.qgiuqa (mgr.14162) 102 : cephadm [INF] Reconfiguring mgr.smithi045.wavrrv (monmap changed)... 2024-09-11T07:14:39.778 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:39 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:14:37.974697+0000 mgr.smithi017.qgiuqa (mgr.14162) 103 : cephadm [INF] Reconfiguring daemon mgr.smithi045.wavrrv on smithi045 2024-09-11T07:14:39.778 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:39 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:39.190689+0000 mon.smithi017 (mon.0) 262 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:14:39.778 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:39 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:39.191508+0000 mon.smithi017 (mon.0) 263 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:14:39.778 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:39 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:39.192300+0000 mon.smithi017 (mon.0) 264 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:14:39.778 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:39 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:39.192999+0000 mon.smithi017 (mon.0) 265 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:14:40.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:39 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:14:37.972447+0000 mgr.smithi017.qgiuqa (mgr.14162) 102 : cephadm [INF] Reconfiguring mgr.smithi045.wavrrv (monmap changed)... 2024-09-11T07:14:40.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:39 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:14:37.974697+0000 mgr.smithi017.qgiuqa (mgr.14162) 103 : cephadm [INF] Reconfiguring daemon mgr.smithi045.wavrrv on smithi045 2024-09-11T07:14:40.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:39 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:39.190689+0000 mon.smithi017 (mon.0) 262 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:14:40.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:39 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:39.191508+0000 mon.smithi017 (mon.0) 263 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:14:40.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:39 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:39.192300+0000 mon.smithi017 (mon.0) 264 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:14:40.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:39 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:39.192999+0000 mon.smithi017 (mon.0) 265 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:14:40.874 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:14:39.073459+0000 mgr.smithi017.qgiuqa (mgr.14162) 104 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:14:40.875 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:14:39.191214+0000 mgr.smithi017.qgiuqa (mgr.14162) 105 : cephadm [INF] Reconfiguring mon.smithi045 (monmap changed)... 2024-09-11T07:14:40.875 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:14:39.193572+0000 mgr.smithi017.qgiuqa (mgr.14162) 106 : cephadm [INF] Reconfiguring daemon mon.smithi045 on smithi045 2024-09-11T07:14:40.875 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:40.430410+0000 mon.smithi017 (mon.0) 266 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:14:40.875 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:40.432980+0000 mon.smithi017 (mon.0) 267 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T07:14:41.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:40 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:14:39.073459+0000 mgr.smithi017.qgiuqa (mgr.14162) 104 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:14:41.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:40 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:14:39.191214+0000 mgr.smithi017.qgiuqa (mgr.14162) 105 : cephadm [INF] Reconfiguring mon.smithi045 (monmap changed)... 2024-09-11T07:14:41.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:40 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:14:39.193572+0000 mgr.smithi017.qgiuqa (mgr.14162) 106 : cephadm [INF] Reconfiguring daemon mon.smithi045 on smithi045 2024-09-11T07:14:41.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:40 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:40.430410+0000 mon.smithi017 (mon.0) 266 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:14:41.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:40 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:40.432980+0000 mon.smithi017 (mon.0) 267 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T07:14:41.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:41 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:40.433349+0000 mgr.smithi017.qgiuqa (mgr.14162) 107 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T07:14:42.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:41 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:40.433349+0000 mgr.smithi017.qgiuqa (mgr.14162) 107 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-11T07:14:42.957 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:14:41.073726+0000 mgr.smithi017.qgiuqa (mgr.14162) 108 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:14:43.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:42 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:14:41.073726+0000 mgr.smithi017.qgiuqa (mgr.14162) 108 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:14:43.904 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:43 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:43.576936+0000 mon.smithi017 (mon.0) 268 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T07:14:43.904 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:43 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:43.577544+0000 mon.smithi017 (mon.0) 269 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:14:44.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:43 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:43.576936+0000 mon.smithi017 (mon.0) 268 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T07:14:44.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:43 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:43.577544+0000 mon.smithi017 (mon.0) 269 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:14:44.993 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:14:43.074088+0000 mgr.smithi017.qgiuqa (mgr.14162) 109 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:14:44.993 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:14:43.578028+0000 mgr.smithi017.qgiuqa (mgr.14162) 110 : cephadm [INF] Deploying daemon osd.1 on smithi017 2024-09-11T07:14:45.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:14:43.074088+0000 mgr.smithi017.qgiuqa (mgr.14162) 109 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:14:45.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:14:43.578028+0000 mgr.smithi017.qgiuqa (mgr.14162) 110 : cephadm [INF] Deploying daemon osd.1 on smithi017 2024-09-11T07:14:46.925 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:46 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:14:45.074425+0000 mgr.smithi017.qgiuqa (mgr.14162) 111 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:14:47.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:46 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:14:45.074425+0000 mgr.smithi017.qgiuqa (mgr.14162) 111 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:14:47.075 INFO:teuthology.orchestra.run.smithi017.stdout:Created osd(s) 1 on host 'smithi017' 2024-09-11T07:14:47.813 DEBUG:teuthology.orchestra.run.smithi017:osd.1> sudo journalctl -f -n 0 -u ceph-ef0778be-700c-11ef-bcea-c7b262605968@osd.1.service 2024-09-11T07:14:47.815 INFO:tasks.cephadm:Deploying osd.2 on smithi017 with /dev/vg_nvme/lv_2... 2024-09-11T07:14:47.816 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-09-11T07:14:48.403 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:47.067537+0000 mon.smithi017 (mon.0) 270 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:14:48.403 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:47.071423+0000 mon.smithi017 (mon.0) 271 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:14:48.404 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:14:47.074678+0000 mgr.smithi017.qgiuqa (mgr.14162) 112 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:14:48.404 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:47.086473+0000 mon.smithi017 (mon.0) 272 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.17:9093"}]: dispatch 2024-09-11T07:14:48.404 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:47.086788+0000 mgr.smithi017.qgiuqa (mgr.14162) 113 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.17:9093"}]: dispatch 2024-09-11T07:14:48.404 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:47.090843+0000 mon.smithi017 (mon.0) 273 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:14:48.404 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:47.093836+0000 mon.smithi017 (mon.0) 274 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-11T07:14:48.404 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:47.094311+0000 mgr.smithi017.qgiuqa (mgr.14162) 114 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-11T07:14:48.404 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:47.099094+0000 mon.smithi017 (mon.0) 275 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.17:3000"}]: dispatch 2024-09-11T07:14:48.404 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:47.099416+0000 mgr.smithi017.qgiuqa (mgr.14162) 115 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.17:3000"}]: dispatch 2024-09-11T07:14:48.404 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:47.103064+0000 mon.smithi017 (mon.0) 276 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:14:48.404 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:47.107130+0000 mon.smithi017 (mon.0) 277 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T07:14:48.404 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:47.107649+0000 mgr.smithi017.qgiuqa (mgr.14162) 116 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T07:14:48.404 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:47.111455+0000 mon.smithi017 (mon.0) 278 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.17:9095"}]: dispatch 2024-09-11T07:14:48.405 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:47.111850+0000 mgr.smithi017.qgiuqa (mgr.14162) 117 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.17:9095"}]: dispatch 2024-09-11T07:14:48.405 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:47.115757+0000 mon.smithi017 (mon.0) 279 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:14:48.405 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:47.117442+0000 mon.smithi017 (mon.0) 280 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:14:48.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:48 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:47.067537+0000 mon.smithi017 (mon.0) 270 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:14:48.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:48 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:47.071423+0000 mon.smithi017 (mon.0) 271 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:14:48.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:48 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:14:47.074678+0000 mgr.smithi017.qgiuqa (mgr.14162) 112 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:14:48.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:48 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:47.086473+0000 mon.smithi017 (mon.0) 272 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.17:9093"}]: dispatch 2024-09-11T07:14:48.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:48 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:47.086788+0000 mgr.smithi017.qgiuqa (mgr.14162) 113 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.17:9093"}]: dispatch 2024-09-11T07:14:48.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:48 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:47.090843+0000 mon.smithi017 (mon.0) 273 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:14:48.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:48 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:47.093836+0000 mon.smithi017 (mon.0) 274 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-11T07:14:48.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:48 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:47.094311+0000 mgr.smithi017.qgiuqa (mgr.14162) 114 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-11T07:14:48.542 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:48 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:47.099094+0000 mon.smithi017 (mon.0) 275 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.17:3000"}]: dispatch 2024-09-11T07:14:48.542 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:48 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:47.099416+0000 mgr.smithi017.qgiuqa (mgr.14162) 115 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.17:3000"}]: dispatch 2024-09-11T07:14:48.542 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:48 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:47.103064+0000 mon.smithi017 (mon.0) 276 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:14:48.542 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:48 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:47.107130+0000 mon.smithi017 (mon.0) 277 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T07:14:48.542 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:48 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:47.107649+0000 mgr.smithi017.qgiuqa (mgr.14162) 116 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T07:14:48.542 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:48 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:47.111455+0000 mon.smithi017 (mon.0) 278 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.17:9095"}]: dispatch 2024-09-11T07:14:48.542 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:48 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:47.111850+0000 mgr.smithi017.qgiuqa (mgr.14162) 117 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.17:9095"}]: dispatch 2024-09-11T07:14:48.542 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:48 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:47.115757+0000 mon.smithi017 (mon.0) 279 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:14:48.542 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:48 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:47.117442+0000 mon.smithi017 (mon.0) 280 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:14:50.183 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:49 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:48.831877+0000 mon.smithi017 (mon.0) 281 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:14:50.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:49 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:48.831877+0000 mon.smithi017 (mon.0) 281 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:14:50.508 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:14:50 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.1[34308]: debug 2024-09-11T07:14:50.180+0000 7ff160a30080 -1 osd.1 0 log_to_monitors {default=true} 2024-09-11T07:14:51.036 INFO:teuthology.orchestra.run.smithi017.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-09-11T07:14:51.036 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-09-11T07:14:51.036 INFO:teuthology.orchestra.run.smithi017.stderr: stderr: 10+0 records in 2024-09-11T07:14:51.036 INFO:teuthology.orchestra.run.smithi017.stderr:10+0 records out 2024-09-11T07:14:51.036 INFO:teuthology.orchestra.run.smithi017.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0113013 s, 928 MB/s 2024-09-11T07:14:51.037 INFO:teuthology.orchestra.run.smithi017.stderr:--> Zapping successful for: 2024-09-11T07:14:51.142 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:50 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:14:49.074975+0000 mgr.smithi017.qgiuqa (mgr.14162) 118 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:14:51.142 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:50 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:50.184852+0000 mon.smithi017 (mon.0) 282 : audit [INF] from='osd.1 [v2:172.21.15.17:6810/3594800246,v1:172.21.15.17:6811/3594800246]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T07:14:51.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:50 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:14:49.074975+0000 mgr.smithi017.qgiuqa (mgr.14162) 118 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:14:51.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:50 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:50.184852+0000 mon.smithi017 (mon.0) 282 : audit [INF] from='osd.1 [v2:172.21.15.17:6810/3594800246,v1:172.21.15.17:6811/3594800246]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T07:14:51.689 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi017:vg_nvme/lv_2 2024-09-11T07:14:52.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:52 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:51.031379+0000 mon.smithi017 (mon.0) 283 : audit [INF] from='osd.1 [v2:172.21.15.17:6810/3594800246,v1:172.21.15.17:6811/3594800246]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-11T07:14:52.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:52 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:14:51.031488+0000 mon.smithi017 (mon.0) 284 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-11T07:14:52.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:52 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:51.031624+0000 mon.smithi017 (mon.0) 285 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:14:52.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:52 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:51.032151+0000 mon.smithi017 (mon.0) 286 : audit [INF] from='osd.1 [v2:172.21.15.17:6810/3594800246,v1:172.21.15.17:6811/3594800246]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi017", "root=default"]}]: dispatch 2024-09-11T07:14:52.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:52 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:14:51.075227+0000 mgr.smithi017.qgiuqa (mgr.14162) 119 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:14:52.290 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:14:52 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.1[34308]: debug 2024-09-11T07:14:52.035+0000 7ff156fa1700 -1 osd.1 0 waiting for initial osdmap 2024-09-11T07:14:52.290 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:14:52 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.1[34308]: debug 2024-09-11T07:14:52.038+0000 7ff15371d700 -1 osd.1 13 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-09-11T07:14:52.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:52 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:51.031379+0000 mon.smithi017 (mon.0) 283 : audit [INF] from='osd.1 [v2:172.21.15.17:6810/3594800246,v1:172.21.15.17:6811/3594800246]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-11T07:14:52.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:52 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:14:51.031488+0000 mon.smithi017 (mon.0) 284 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-11T07:14:52.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:52 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:51.031624+0000 mon.smithi017 (mon.0) 285 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:14:52.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:52 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:51.032151+0000 mon.smithi017 (mon.0) 286 : audit [INF] from='osd.1 [v2:172.21.15.17:6810/3594800246,v1:172.21.15.17:6811/3594800246]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi017", "root=default"]}]: dispatch 2024-09-11T07:14:52.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:52 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:14:51.075227+0000 mgr.smithi017.qgiuqa (mgr.14162) 119 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-09-11T07:14:53.180 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:53 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:52.033127+0000 mon.smithi017 (mon.0) 287 : audit [INF] from='osd.1 [v2:172.21.15.17:6810/3594800246,v1:172.21.15.17:6811/3594800246]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi017", "root=default"]}]': finished 2024-09-11T07:14:53.180 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:53 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:14:52.033175+0000 mon.smithi017 (mon.0) 288 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2024-09-11T07:14:53.180 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:53 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:52.033396+0000 mon.smithi017 (mon.0) 289 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:14:53.181 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:53 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:52.036208+0000 mon.smithi017 (mon.0) 290 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:14:53.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:53 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:52.033127+0000 mon.smithi017 (mon.0) 287 : audit [INF] from='osd.1 [v2:172.21.15.17:6810/3594800246,v1:172.21.15.17:6811/3594800246]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi017", "root=default"]}]': finished 2024-09-11T07:14:53.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:53 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:14:52.033175+0000 mon.smithi017 (mon.0) 288 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2024-09-11T07:14:53.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:53 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:52.033396+0000 mon.smithi017 (mon.0) 289 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:14:53.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:53 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:52.036208+0000 mon.smithi017 (mon.0) 290 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:14:54.421 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:14:51.154258+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:14:54.421 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:14:51.154452+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:14:54.421 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:14:53.035006+0000 mon.smithi017 (mon.0) 291 : cluster [INF] osd.1 [v2:172.21.15.17:6810/3594800246,v1:172.21.15.17:6811/3594800246] boot 2024-09-11T07:14:54.421 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:14:53.035033+0000 mon.smithi017 (mon.0) 292 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-11T07:14:54.421 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:53.035530+0000 mon.smithi017 (mon.0) 293 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:14:54.421 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:14:53.075649+0000 mgr.smithi017.qgiuqa (mgr.14162) 120 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:14:54.421 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:53.595743+0000 mgr.smithi017.qgiuqa (mgr.14162) 121 : audit [DBG] from='client.14278 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi017:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:14:54.421 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:53.596500+0000 mon.smithi017 (mon.0) 294 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:14:54.421 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:14:53.597539+0000 mgr.smithi017.qgiuqa (mgr.14162) 122 : cephadm [INF] Applying service osd.None on host smithi017... 2024-09-11T07:14:54.422 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:53.597751+0000 mon.smithi017 (mon.0) 295 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:14:54.422 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:53.598277+0000 mon.smithi017 (mon.0) 296 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:14:54.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:14:51.154258+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:14:54.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:14:51.154452+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:14:54.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:14:53.035006+0000 mon.smithi017 (mon.0) 291 : cluster [INF] osd.1 [v2:172.21.15.17:6810/3594800246,v1:172.21.15.17:6811/3594800246] boot 2024-09-11T07:14:54.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:14:53.035033+0000 mon.smithi017 (mon.0) 292 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-11T07:14:54.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:53.035530+0000 mon.smithi017 (mon.0) 293 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:14:54.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:14:53.075649+0000 mgr.smithi017.qgiuqa (mgr.14162) 120 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:14:54.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:53.595743+0000 mgr.smithi017.qgiuqa (mgr.14162) 121 : audit [DBG] from='client.14278 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi017:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:14:54.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:53.596500+0000 mon.smithi017 (mon.0) 294 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:14:54.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:14:53.597539+0000 mgr.smithi017.qgiuqa (mgr.14162) 122 : cephadm [INF] Applying service osd.None on host smithi017... 2024-09-11T07:14:54.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:53.597751+0000 mon.smithi017 (mon.0) 295 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:14:54.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:53.598277+0000 mon.smithi017 (mon.0) 296 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:14:55.433 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:55 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:14:54.044525+0000 mon.smithi017 (mon.0) 297 : cluster [DBG] osdmap e15: 2 total, 2 up, 2 in 2024-09-11T07:14:55.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:55 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:14:54.044525+0000 mon.smithi017 (mon.0) 297 : cluster [DBG] osdmap e15: 2 total, 2 up, 2 in 2024-09-11T07:14:56.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:14:55.076123+0000 mgr.smithi017.qgiuqa (mgr.14162) 123 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:14:56.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:14:55.076123+0000 mgr.smithi017.qgiuqa (mgr.14162) 123 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:14:57.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:57 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:56.206830+0000 mon.smithi017 (mon.0) 298 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:14:57.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:57 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:56.732416+0000 mon.smithi017 (mon.0) 299 : audit [INF] from='client.? 172.21.15.17:0/500111377' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4116a959-7706-4e5f-ba60-3d60f1d49f27"}]: dispatch 2024-09-11T07:14:57.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:57 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:56.736194+0000 mon.smithi017 (mon.0) 300 : audit [INF] from='client.? 172.21.15.17:0/500111377' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4116a959-7706-4e5f-ba60-3d60f1d49f27"}]': finished 2024-09-11T07:14:57.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:57 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:14:56.736249+0000 mon.smithi017 (mon.0) 301 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-11T07:14:57.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:57 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:56.736340+0000 mon.smithi017 (mon.0) 302 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:14:57.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:57 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:14:57.203235+0000 mon.smithi017 (mon.0) 303 : audit [DBG] from='client.? 172.21.15.17:0/755249769' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:14:57.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:57 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:56.206830+0000 mon.smithi017 (mon.0) 298 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:14:57.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:57 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:56.732416+0000 mon.smithi017 (mon.0) 299 : audit [INF] from='client.? 172.21.15.17:0/500111377' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4116a959-7706-4e5f-ba60-3d60f1d49f27"}]: dispatch 2024-09-11T07:14:57.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:57 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:56.736194+0000 mon.smithi017 (mon.0) 300 : audit [INF] from='client.? 172.21.15.17:0/500111377' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4116a959-7706-4e5f-ba60-3d60f1d49f27"}]': finished 2024-09-11T07:14:57.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:57 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:14:56.736249+0000 mon.smithi017 (mon.0) 301 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-11T07:14:57.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:57 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:56.736340+0000 mon.smithi017 (mon.0) 302 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:14:57.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:57 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:14:57.203235+0000 mon.smithi017 (mon.0) 303 : audit [DBG] from='client.? 172.21.15.17:0/755249769' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:14:59.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:14:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:14:57.076438+0000 mgr.smithi017.qgiuqa (mgr.14162) 124 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:14:59.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:14:58 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:14:57.076438+0000 mgr.smithi017.qgiuqa (mgr.14162) 124 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:15:00.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:00 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:14:59.076782+0000 mgr.smithi017.qgiuqa (mgr.14162) 125 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:15:00.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:00 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:14:59.076782+0000 mgr.smithi017.qgiuqa (mgr.14162) 125 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:15:02.228 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:02 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:01.077027+0000 mgr.smithi017.qgiuqa (mgr.14162) 126 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:15:02.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:02 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:01.077027+0000 mgr.smithi017.qgiuqa (mgr.14162) 126 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:15:03.655 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:03 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:15:02.544443+0000 mgr.smithi017.qgiuqa (mgr.14162) 127 : cephadm [INF] Detected new or changed devices on smithi017 2024-09-11T07:15:03.655 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:03 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:02.548981+0000 mon.smithi017 (mon.0) 304 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:15:03.655 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:03 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:02.842848+0000 mon.smithi017 (mon.0) 305 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:15:03.655 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:03 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:02.845945+0000 mon.smithi017 (mon.0) 306 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:15:03.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:03 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:15:02.544443+0000 mgr.smithi017.qgiuqa (mgr.14162) 127 : cephadm [INF] Detected new or changed devices on smithi017 2024-09-11T07:15:03.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:03 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:02.548981+0000 mon.smithi017 (mon.0) 304 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:15:03.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:03 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:02.842848+0000 mon.smithi017 (mon.0) 305 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:15:03.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:03 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:02.845945+0000 mon.smithi017 (mon.0) 306 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:15:05.167 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:03.077270+0000 mgr.smithi017.qgiuqa (mgr.14162) 128 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:15:05.167 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:04.355618+0000 mon.smithi017 (mon.0) 307 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T07:15:05.167 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:04.356339+0000 mon.smithi017 (mon.0) 308 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:15:05.167 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:04.620097+0000 mon.smithi017 (mon.0) 309 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:15:05.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:03.077270+0000 mgr.smithi017.qgiuqa (mgr.14162) 128 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:15:05.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:04.355618+0000 mon.smithi017 (mon.0) 307 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T07:15:05.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:04.356339+0000 mon.smithi017 (mon.0) 308 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:15:05.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:04.620097+0000 mon.smithi017 (mon.0) 309 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:15:06.164 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:05 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:15:04.356982+0000 mgr.smithi017.qgiuqa (mgr.14162) 129 : cephadm [INF] Deploying daemon osd.2 on smithi017 2024-09-11T07:15:06.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:05 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:15:04.356982+0000 mgr.smithi017.qgiuqa (mgr.14162) 129 : cephadm [INF] Deploying daemon osd.2 on smithi017 2024-09-11T07:15:07.193 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:06 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:05.077553+0000 mgr.smithi017.qgiuqa (mgr.14162) 130 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:15:07.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:06 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:05.077553+0000 mgr.smithi017.qgiuqa (mgr.14162) 130 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:15:08.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:07.077824+0000 mgr.smithi017.qgiuqa (mgr.14162) 131 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:15:08.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:07.077824+0000 mgr.smithi017.qgiuqa (mgr.14162) 131 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:15:09.715 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:09 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:08.606882+0000 mon.smithi017 (mon.0) 310 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:15:10.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:09 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:08.606882+0000 mon.smithi017 (mon.0) 310 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:15:10.652 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:10 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:09.078041+0000 mgr.smithi017.qgiuqa (mgr.14162) 132 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:15:10.944 INFO:teuthology.orchestra.run.smithi017.stdout:Created osd(s) 2 on host 'smithi017' 2024-09-11T07:15:11.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:10 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:09.078041+0000 mgr.smithi017.qgiuqa (mgr.14162) 132 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:15:12.146 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:11 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:10.937644+0000 mon.smithi017 (mon.0) 311 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:15:12.146 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:11 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:10.941758+0000 mon.smithi017 (mon.0) 312 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:15:12.146 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:11 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:11.078330+0000 mgr.smithi017.qgiuqa (mgr.14162) 133 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:15:12.170 DEBUG:teuthology.orchestra.run.smithi017:osd.2> sudo journalctl -f -n 0 -u ceph-ef0778be-700c-11ef-bcea-c7b262605968@osd.2.service 2024-09-11T07:15:12.173 INFO:tasks.cephadm:Deploying osd.3 on smithi017 with /dev/vg_nvme/lv_1... 2024-09-11T07:15:12.173 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-09-11T07:15:12.285 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:11 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:10.937644+0000 mon.smithi017 (mon.0) 311 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:15:12.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:11 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:10.941758+0000 mon.smithi017 (mon.0) 312 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:15:12.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:11 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:11.078330+0000 mgr.smithi017.qgiuqa (mgr.14162) 133 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:15:14.133 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:15:14 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.2[37510]: debug 2024-09-11T07:15:14.062+0000 7f040be5c080 -1 osd.2 0 log_to_monitors {default=true} 2024-09-11T07:15:14.385 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:14 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:13.078657+0000 mgr.smithi017.qgiuqa (mgr.14162) 134 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:15:14.385 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:14 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:13.187636+0000 mon.smithi017 (mon.0) 313 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:15:14.385 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:14 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:13.189379+0000 mon.smithi017 (mon.0) 314 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/trash_purge_schedule"}]: dispatch 2024-09-11T07:15:14.385 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:14 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:13.722842+0000 mon.smithi017 (mon.0) 315 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:15:14.385 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:14 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:13.725603+0000 mon.smithi017 (mon.0) 316 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:15:14.385 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:14 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:13.727887+0000 mon.smithi017 (mon.0) 317 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:15:14.385 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:14 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:14.066781+0000 mon.smithi017 (mon.0) 318 : audit [INF] from='osd.2 [v2:172.21.15.17:6818/3383802560,v1:172.21.15.17:6819/3383802560]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-11T07:15:14.386 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:13.078657+0000 mgr.smithi017.qgiuqa (mgr.14162) 134 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:15:14.386 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:13.187636+0000 mon.smithi017 (mon.0) 313 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:15:14.386 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:13.189379+0000 mon.smithi017 (mon.0) 314 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/trash_purge_schedule"}]: dispatch 2024-09-11T07:15:14.386 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:13.722842+0000 mon.smithi017 (mon.0) 315 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:15:14.386 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:13.725603+0000 mon.smithi017 (mon.0) 316 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:15:14.386 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:13.727887+0000 mon.smithi017 (mon.0) 317 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:15:14.386 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:14.066781+0000 mon.smithi017 (mon.0) 318 : audit [INF] from='osd.2 [v2:172.21.15.17:6818/3383802560,v1:172.21.15.17:6819/3383802560]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-11T07:15:14.908 INFO:teuthology.orchestra.run.smithi017.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-09-11T07:15:14.909 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-09-11T07:15:14.909 INFO:teuthology.orchestra.run.smithi017.stderr: stderr: 10+0 records in 2024-09-11T07:15:14.909 INFO:teuthology.orchestra.run.smithi017.stderr:10+0 records out 2024-09-11T07:15:14.909 INFO:teuthology.orchestra.run.smithi017.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00978845 s, 1.1 GB/s 2024-09-11T07:15:14.909 INFO:teuthology.orchestra.run.smithi017.stderr: stderr: 2024-09-11T07:15:14.909 INFO:teuthology.orchestra.run.smithi017.stderr:--> Zapping successful for: 2024-09-11T07:15:15.667 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi017:vg_nvme/lv_1 2024-09-11T07:15:16.228 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:15:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.2[37510]: debug 2024-09-11T07:15:16.039+0000 7f04023cd700 -1 osd.2 0 waiting for initial osdmap 2024-09-11T07:15:16.228 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:15:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.2[37510]: debug 2024-09-11T07:15:16.043+0000 7f03fcb45700 -1 osd.2 18 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-09-11T07:15:16.229 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:15.034180+0000 mon.smithi017 (mon.0) 319 : audit [INF] from='osd.2 [v2:172.21.15.17:6818/3383802560,v1:172.21.15.17:6819/3383802560]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-11T07:15:16.229 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:15.034229+0000 mon.smithi017 (mon.0) 320 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-11T07:15:16.229 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:15.034360+0000 mon.smithi017 (mon.0) 321 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:15:16.229 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:15.034695+0000 mon.smithi017 (mon.0) 322 : audit [INF] from='osd.2 [v2:172.21.15.17:6818/3383802560,v1:172.21.15.17:6819/3383802560]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi017", "root=default"]}]: dispatch 2024-09-11T07:15:16.229 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:15.078937+0000 mgr.smithi017.qgiuqa (mgr.14162) 135 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:15:16.229 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:15.442512+0000 mon.smithi017 (mon.0) 323 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:15:16.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:15.034180+0000 mon.smithi017 (mon.0) 319 : audit [INF] from='osd.2 [v2:172.21.15.17:6818/3383802560,v1:172.21.15.17:6819/3383802560]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-11T07:15:16.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:15.034229+0000 mon.smithi017 (mon.0) 320 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-11T07:15:16.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:15.034360+0000 mon.smithi017 (mon.0) 321 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:15:16.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:15.034695+0000 mon.smithi017 (mon.0) 322 : audit [INF] from='osd.2 [v2:172.21.15.17:6818/3383802560,v1:172.21.15.17:6819/3383802560]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi017", "root=default"]}]: dispatch 2024-09-11T07:15:16.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:15.078937+0000 mgr.smithi017.qgiuqa (mgr.14162) 135 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:15:16.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:15.442512+0000 mon.smithi017 (mon.0) 323 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:15:17.124 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:17 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:16.035247+0000 mon.smithi017 (mon.0) 324 : audit [INF] from='osd.2 [v2:172.21.15.17:6818/3383802560,v1:172.21.15.17:6819/3383802560]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi017", "root=default"]}]': finished 2024-09-11T07:15:17.125 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:17 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:16.035328+0000 mon.smithi017 (mon.0) 325 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2024-09-11T07:15:17.125 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:17 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:16.035740+0000 mon.smithi017 (mon.0) 326 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:15:17.125 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:17 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:16.040685+0000 mon.smithi017 (mon.0) 327 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:15:17.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:17 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:16.035247+0000 mon.smithi017 (mon.0) 324 : audit [INF] from='osd.2 [v2:172.21.15.17:6818/3383802560,v1:172.21.15.17:6819/3383802560]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi017", "root=default"]}]': finished 2024-09-11T07:15:17.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:17 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:16.035328+0000 mon.smithi017 (mon.0) 325 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2024-09-11T07:15:17.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:17 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:16.035740+0000 mon.smithi017 (mon.0) 326 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:15:17.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:17 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:16.040685+0000 mon.smithi017 (mon.0) 327 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:15:18.339 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:18 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:15.093530+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:15:18.340 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:18 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:15.093634+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:15:18.340 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:18 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:17.040861+0000 mon.smithi017 (mon.0) 328 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:15:18.340 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:18 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:17.043356+0000 mon.smithi017 (mon.0) 329 : cluster [INF] osd.2 [v2:172.21.15.17:6818/3383802560,v1:172.21.15.17:6819/3383802560] boot 2024-09-11T07:15:18.340 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:18 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:17.043380+0000 mon.smithi017 (mon.0) 330 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-11T07:15:18.340 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:18 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:17.043455+0000 mon.smithi017 (mon.0) 331 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:15:18.340 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:18 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:17.043874+0000 mon.smithi017 (mon.0) 332 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-09-11T07:15:18.340 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:18 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:17.079151+0000 mgr.smithi017.qgiuqa (mgr.14162) 136 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:15:18.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:18 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:15.093530+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:15:18.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:18 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:15.093634+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:15:18.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:18 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:17.040861+0000 mon.smithi017 (mon.0) 328 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:15:18.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:18 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:17.043356+0000 mon.smithi017 (mon.0) 329 : cluster [INF] osd.2 [v2:172.21.15.17:6818/3383802560,v1:172.21.15.17:6819/3383802560] boot 2024-09-11T07:15:18.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:18 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:17.043380+0000 mon.smithi017 (mon.0) 330 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-11T07:15:18.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:18 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:17.043455+0000 mon.smithi017 (mon.0) 331 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:15:18.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:18 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:17.043874+0000 mon.smithi017 (mon.0) 332 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-09-11T07:15:18.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:18 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:17.079151+0000 mgr.smithi017.qgiuqa (mgr.14162) 136 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-09-11T07:15:19.375 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:19 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:18.049163+0000 mon.smithi017 (mon.0) 333 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-09-11T07:15:19.375 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:19 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:18.049251+0000 mon.smithi017 (mon.0) 334 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-11T07:15:19.375 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:19 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:18.049889+0000 mon.smithi017 (mon.0) 335 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-09-11T07:15:19.375 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:19 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:18.562484+0000 mgr.smithi017.qgiuqa (mgr.14162) 137 : audit [DBG] from='client.14296 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi017:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:15:19.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:19 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:18.049163+0000 mon.smithi017 (mon.0) 333 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-09-11T07:15:19.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:19 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:18.049251+0000 mon.smithi017 (mon.0) 334 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-11T07:15:19.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:19 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:18.049889+0000 mon.smithi017 (mon.0) 335 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-09-11T07:15:19.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:19 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:18.562484+0000 mgr.smithi017.qgiuqa (mgr.14162) 137 : audit [DBG] from='client.14296 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi017:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:15:20.358 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:20 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:19.050059+0000 mon.smithi017 (mon.0) 336 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-09-11T07:15:20.358 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:20 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:19.050143+0000 mon.smithi017 (mon.0) 337 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-11T07:15:20.358 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:20 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:19.055094+0000 mon.smithi017 (mon.0) 338 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:15:20.358 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:20 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:15:19.056138+0000 mgr.smithi017.qgiuqa (mgr.14162) 138 : cephadm [INF] Applying service osd.None on host smithi017... 2024-09-11T07:15:20.358 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:20 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:19.056363+0000 mon.smithi017 (mon.0) 339 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:15:20.358 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:20 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:19.057003+0000 mon.smithi017 (mon.0) 340 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:15:20.359 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:20 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:19.079422+0000 mgr.smithi017.qgiuqa (mgr.14162) 139 : cluster [DBG] pgmap v103: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-09-11T07:15:20.438 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:20 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:19.050059+0000 mon.smithi017 (mon.0) 336 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-09-11T07:15:20.438 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:20 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:19.050143+0000 mon.smithi017 (mon.0) 337 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-11T07:15:20.438 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:20 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:19.055094+0000 mon.smithi017 (mon.0) 338 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:15:20.438 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:20 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:15:19.056138+0000 mgr.smithi017.qgiuqa (mgr.14162) 138 : cephadm [INF] Applying service osd.None on host smithi017... 2024-09-11T07:15:20.438 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:20 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:19.056363+0000 mon.smithi017 (mon.0) 339 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:15:20.438 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:20 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:19.057003+0000 mon.smithi017 (mon.0) 340 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:15:20.438 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:20 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:19.079422+0000 mgr.smithi017.qgiuqa (mgr.14162) 139 : cluster [DBG] pgmap v103: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-09-11T07:15:21.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:20.057348+0000 mon.smithi017 (mon.0) 341 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-11T07:15:21.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:20.057348+0000 mon.smithi017 (mon.0) 341 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-11T07:15:22.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:22 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:21.079695+0000 mgr.smithi017.qgiuqa (mgr.14162) 140 : cluster [DBG] pgmap v105: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-09-11T07:15:22.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:22 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:22.006937+0000 mon.smithi017 (mon.0) 342 : audit [INF] from='client.? 172.21.15.17:0/2223644876' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e7b31524-4751-4749-961a-677ecf6f16c4"}]: dispatch 2024-09-11T07:15:22.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:22 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:22.010506+0000 mon.smithi017 (mon.0) 343 : audit [INF] from='client.? 172.21.15.17:0/2223644876' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e7b31524-4751-4749-961a-677ecf6f16c4"}]': finished 2024-09-11T07:15:22.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:22 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:22.010542+0000 mon.smithi017 (mon.0) 344 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-09-11T07:15:22.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:22 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:22.010648+0000 mon.smithi017 (mon.0) 345 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:15:22.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:22 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:21.079695+0000 mgr.smithi017.qgiuqa (mgr.14162) 140 : cluster [DBG] pgmap v105: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-09-11T07:15:22.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:22 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:22.006937+0000 mon.smithi017 (mon.0) 342 : audit [INF] from='client.? 172.21.15.17:0/2223644876' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e7b31524-4751-4749-961a-677ecf6f16c4"}]: dispatch 2024-09-11T07:15:22.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:22 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:22.010506+0000 mon.smithi017 (mon.0) 343 : audit [INF] from='client.? 172.21.15.17:0/2223644876' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e7b31524-4751-4749-961a-677ecf6f16c4"}]': finished 2024-09-11T07:15:22.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:22 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:22.010542+0000 mon.smithi017 (mon.0) 344 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-09-11T07:15:22.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:22 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:22.010648+0000 mon.smithi017 (mon.0) 345 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:15:23.656 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:22.336811+0000 mon.smithi017 (mon.0) 346 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:15:23.657 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:22.468469+0000 mon.smithi017 (mon.0) 347 : audit [DBG] from='client.? 172.21.15.17:0/2375149173' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:15:23.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:22.336811+0000 mon.smithi017 (mon.0) 346 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:15:23.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:22.468469+0000 mon.smithi017 (mon.0) 347 : audit [DBG] from='client.? 172.21.15.17:0/2375149173' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:15:24.691 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:24 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:23.080123+0000 mgr.smithi017.qgiuqa (mgr.14162) 141 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-11T07:15:24.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:24 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:23.080123+0000 mgr.smithi017.qgiuqa (mgr.14162) 141 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-11T07:15:26.563 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:26 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:25.080357+0000 mgr.smithi017.qgiuqa (mgr.14162) 142 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-11T07:15:26.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:26 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:25.080357+0000 mgr.smithi017.qgiuqa (mgr.14162) 142 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-11T07:15:28.689 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:28 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:27.080658+0000 mgr.smithi017.qgiuqa (mgr.14162) 143 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-11T07:15:28.690 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:28 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:27.925703+0000 mon.smithi017 (mon.0) 348 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:15:28.690 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:28 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:27.928989+0000 mon.smithi017 (mon.0) 349 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:15:28.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:28 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:27.080658+0000 mgr.smithi017.qgiuqa (mgr.14162) 143 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-11T07:15:28.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:28 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:27.925703+0000 mon.smithi017 (mon.0) 348 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:15:28.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:28 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:27.928989+0000 mon.smithi017 (mon.0) 349 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:15:29.684 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:29 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:15:27.921026+0000 mgr.smithi017.qgiuqa (mgr.14162) 144 : cephadm [INF] Detected new or changed devices on smithi017 2024-09-11T07:15:29.685 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:29 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:29.065098+0000 mon.smithi017 (mon.0) 350 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-11T07:15:29.685 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:29 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:29.065748+0000 mon.smithi017 (mon.0) 351 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:15:29.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:29 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:15:27.921026+0000 mgr.smithi017.qgiuqa (mgr.14162) 144 : cephadm [INF] Detected new or changed devices on smithi017 2024-09-11T07:15:29.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:29 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:29.065098+0000 mon.smithi017 (mon.0) 350 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-11T07:15:29.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:29 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:29.065748+0000 mon.smithi017 (mon.0) 351 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:15:30.740 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:30 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:15:29.066256+0000 mgr.smithi017.qgiuqa (mgr.14162) 145 : cephadm [INF] Deploying daemon osd.3 on smithi017 2024-09-11T07:15:30.741 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:30 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:29.080972+0000 mgr.smithi017.qgiuqa (mgr.14162) 146 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-11T07:15:30.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:30 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:15:29.066256+0000 mgr.smithi017.qgiuqa (mgr.14162) 145 : cephadm [INF] Deploying daemon osd.3 on smithi017 2024-09-11T07:15:30.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:30 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:29.080972+0000 mgr.smithi017.qgiuqa (mgr.14162) 146 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-11T07:15:32.615 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:32 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:31.081209+0000 mgr.smithi017.qgiuqa (mgr.14162) 147 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-11T07:15:32.616 INFO:teuthology.orchestra.run.smithi017.stdout:Created osd(s) 3 on host 'smithi017' 2024-09-11T07:15:32.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:32 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:31.081209+0000 mgr.smithi017.qgiuqa (mgr.14162) 147 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-11T07:15:33.326 DEBUG:teuthology.orchestra.run.smithi017:osd.3> sudo journalctl -f -n 0 -u ceph-ef0778be-700c-11ef-bcea-c7b262605968@osd.3.service 2024-09-11T07:15:33.328 INFO:tasks.cephadm:Deploying osd.4 on smithi045 with /dev/vg_nvme/lv_4... 2024-09-11T07:15:33.328 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-09-11T07:15:33.598 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:33 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:32.601625+0000 mon.smithi017 (mon.0) 352 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:15:33.598 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:33 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:32.605585+0000 mon.smithi017 (mon.0) 353 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:15:33.598 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:33 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:32.611978+0000 mon.smithi017 (mon.0) 354 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:15:33.639 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:33 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:32.601625+0000 mon.smithi017 (mon.0) 352 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:15:33.639 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:33 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:32.605585+0000 mon.smithi017 (mon.0) 353 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:15:33.639 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:33 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:32.611978+0000 mon.smithi017 (mon.0) 354 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:15:34.731 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:34 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:33.081480+0000 mgr.smithi017.qgiuqa (mgr.14162) 148 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-11T07:15:35.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:34 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:33.081480+0000 mgr.smithi017.qgiuqa (mgr.14162) 148 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-11T07:15:35.499 INFO:teuthology.orchestra.run.smithi045.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-09-11T07:15:35.499 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-09-11T07:15:35.499 INFO:teuthology.orchestra.run.smithi045.stderr: stderr: 10+0 records in 2024-09-11T07:15:35.499 INFO:teuthology.orchestra.run.smithi045.stderr:10+0 records out 2024-09-11T07:15:35.499 INFO:teuthology.orchestra.run.smithi045.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00841998 s, 1.2 GB/s 2024-09-11T07:15:35.499 INFO:teuthology.orchestra.run.smithi045.stderr:--> Zapping successful for: 2024-09-11T07:15:35.965 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:15:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.3[40325]: debug 2024-09-11T07:15:35.705+0000 7f13411ae080 -1 osd.3 0 log_to_monitors {default=true} 2024-09-11T07:15:36.365 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi045:vg_nvme/lv_4 2024-09-11T07:15:36.878 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:36 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:35.081743+0000 mgr.smithi017.qgiuqa (mgr.14162) 149 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-11T07:15:36.878 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:36 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:35.709713+0000 mon.smithi017 (mon.0) 355 : audit [INF] from='osd.3 [v2:172.21.15.17:6826/3592809189,v1:172.21.15.17:6827/3592809189]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-11T07:15:36.901 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:36 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:35.081743+0000 mgr.smithi017.qgiuqa (mgr.14162) 149 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-11T07:15:36.901 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:36 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:35.709713+0000 mon.smithi017 (mon.0) 355 : audit [INF] from='osd.3 [v2:172.21.15.17:6826/3592809189,v1:172.21.15.17:6827/3592809189]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-11T07:15:37.889 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:37 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:36.618976+0000 mon.smithi017 (mon.0) 356 : audit [INF] from='osd.3 [v2:172.21.15.17:6826/3592809189,v1:172.21.15.17:6827/3592809189]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-11T07:15:37.889 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:37 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:36.619025+0000 mon.smithi017 (mon.0) 357 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-09-11T07:15:37.889 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:37 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:36.619145+0000 mon.smithi017 (mon.0) 358 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:15:37.889 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:37 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:36.619444+0000 mon.smithi017 (mon.0) 359 : audit [INF] from='osd.3 [v2:172.21.15.17:6826/3592809189,v1:172.21.15.17:6827/3592809189]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi017", "root=default"]}]: dispatch 2024-09-11T07:15:37.889 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:37 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:37.283595+0000 mon.smithi017 (mon.0) 360 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:15:37.889 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:15:37 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.3[40325]: debug 2024-09-11T07:15:37.623+0000 7f133771f700 -1 osd.3 0 waiting for initial osdmap 2024-09-11T07:15:37.890 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:15:37 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.3[40325]: debug 2024-09-11T07:15:37.627+0000 7f1332e99700 -1 osd.3 25 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-09-11T07:15:37.890 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:37 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:36.618976+0000 mon.smithi017 (mon.0) 356 : audit [INF] from='osd.3 [v2:172.21.15.17:6826/3592809189,v1:172.21.15.17:6827/3592809189]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-11T07:15:37.890 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:37 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:36.619025+0000 mon.smithi017 (mon.0) 357 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-09-11T07:15:37.890 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:37 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:36.619145+0000 mon.smithi017 (mon.0) 358 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:15:37.890 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:37 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:36.619444+0000 mon.smithi017 (mon.0) 359 : audit [INF] from='osd.3 [v2:172.21.15.17:6826/3592809189,v1:172.21.15.17:6827/3592809189]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi017", "root=default"]}]: dispatch 2024-09-11T07:15:37.890 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:37 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:37.283595+0000 mon.smithi017 (mon.0) 360 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:15:38.765 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:38 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:37.082010+0000 mgr.smithi017.qgiuqa (mgr.14162) 150 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-11T07:15:38.765 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:38 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:37.621047+0000 mon.smithi017 (mon.0) 361 : audit [INF] from='osd.3 [v2:172.21.15.17:6826/3592809189,v1:172.21.15.17:6827/3592809189]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi017", "root=default"]}]': finished 2024-09-11T07:15:38.765 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:38 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:37.621099+0000 mon.smithi017 (mon.0) 362 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-09-11T07:15:38.765 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:38 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:37.621439+0000 mon.smithi017 (mon.0) 363 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:15:38.765 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:38 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:37.625237+0000 mon.smithi017 (mon.0) 364 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:15:38.765 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:38 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:38.274070+0000 mon.smithi017 (mon.0) 365 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:15:38.765 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:38 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:38.275517+0000 mon.smithi017 (mon.0) 366 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:15:38.765 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:38 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:38.276118+0000 mon.smithi017 (mon.0) 367 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:15:38.878 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:38 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:37.082010+0000 mgr.smithi017.qgiuqa (mgr.14162) 150 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-11T07:15:38.878 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:38 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:37.621047+0000 mon.smithi017 (mon.0) 361 : audit [INF] from='osd.3 [v2:172.21.15.17:6826/3592809189,v1:172.21.15.17:6827/3592809189]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi017", "root=default"]}]': finished 2024-09-11T07:15:38.879 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:38 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:37.621099+0000 mon.smithi017 (mon.0) 362 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-09-11T07:15:38.879 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:38 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:37.621439+0000 mon.smithi017 (mon.0) 363 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:15:38.879 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:38 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:37.625237+0000 mon.smithi017 (mon.0) 364 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:15:38.879 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:38 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:38.274070+0000 mon.smithi017 (mon.0) 365 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:15:38.879 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:38 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:38.275517+0000 mon.smithi017 (mon.0) 366 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:15:38.879 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:38 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:38.276118+0000 mon.smithi017 (mon.0) 367 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:15:39.867 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:39 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:36.720613+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:15:39.868 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:39 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:36.720706+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:15:39.868 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:39 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:38.273247+0000 mgr.smithi017.qgiuqa (mgr.14162) 151 : audit [DBG] from='client.24135 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:15:39.868 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:39 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:15:38.275295+0000 mgr.smithi017.qgiuqa (mgr.14162) 152 : cephadm [INF] Applying service osd.None on host smithi045... 2024-09-11T07:15:39.868 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:39 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:38.626359+0000 mon.smithi017 (mon.0) 368 : cluster [INF] osd.3 [v2:172.21.15.17:6826/3592809189,v1:172.21.15.17:6827/3592809189] boot 2024-09-11T07:15:39.868 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:39 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:38.626388+0000 mon.smithi017 (mon.0) 369 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-09-11T07:15:39.868 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:39 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:38.626738+0000 mon.smithi017 (mon.0) 370 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:15:39.949 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:39 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:36.720613+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:15:39.949 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:39 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:36.720706+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:15:39.949 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:39 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:38.273247+0000 mgr.smithi017.qgiuqa (mgr.14162) 151 : audit [DBG] from='client.24135 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:15:39.949 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:39 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:15:38.275295+0000 mgr.smithi017.qgiuqa (mgr.14162) 152 : cephadm [INF] Applying service osd.None on host smithi045... 2024-09-11T07:15:39.949 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:39 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:38.626359+0000 mon.smithi017 (mon.0) 368 : cluster [INF] osd.3 [v2:172.21.15.17:6826/3592809189,v1:172.21.15.17:6827/3592809189] boot 2024-09-11T07:15:39.949 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:39 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:38.626388+0000 mon.smithi017 (mon.0) 369 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-09-11T07:15:39.949 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:39 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:38.626738+0000 mon.smithi017 (mon.0) 370 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:15:40.910 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:39.082309+0000 mgr.smithi017.qgiuqa (mgr.14162) 153 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-11T07:15:40.911 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:39.635001+0000 mon.smithi017 (mon.0) 371 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-11T07:15:40.911 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:40.426789+0000 mon.smithi045 (mon.1) 2 : audit [INF] from='client.? 172.21.15.45:0/3515401693' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "91995781-8375-4662-81ca-246ec04b5b22"}]: dispatch 2024-09-11T07:15:40.911 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:40.427257+0000 mon.smithi017 (mon.0) 372 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "91995781-8375-4662-81ca-246ec04b5b22"}]: dispatch 2024-09-11T07:15:40.911 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:40.430977+0000 mon.smithi017 (mon.0) 373 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "91995781-8375-4662-81ca-246ec04b5b22"}]': finished 2024-09-11T07:15:40.911 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:40.431026+0000 mon.smithi017 (mon.0) 374 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-09-11T07:15:40.911 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:40.431122+0000 mon.smithi017 (mon.0) 375 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:15:40.911 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:40.434073+0000 mon.smithi017 (mon.0) 376 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:15:40.911 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:40.436750+0000 mon.smithi017 (mon.0) 377 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:15:40.911 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:40.438917+0000 mon.smithi017 (mon.0) 378 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:15:41.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:40 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:39.082309+0000 mgr.smithi017.qgiuqa (mgr.14162) 153 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-09-11T07:15:41.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:40 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:39.635001+0000 mon.smithi017 (mon.0) 371 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-11T07:15:41.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:40 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:40.426789+0000 mon.smithi045 (mon.1) 2 : audit [INF] from='client.? 172.21.15.45:0/3515401693' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "91995781-8375-4662-81ca-246ec04b5b22"}]: dispatch 2024-09-11T07:15:41.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:40 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:40.427257+0000 mon.smithi017 (mon.0) 372 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "91995781-8375-4662-81ca-246ec04b5b22"}]: dispatch 2024-09-11T07:15:41.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:40 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:40.430977+0000 mon.smithi017 (mon.0) 373 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "91995781-8375-4662-81ca-246ec04b5b22"}]': finished 2024-09-11T07:15:41.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:40 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:40.431026+0000 mon.smithi017 (mon.0) 374 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-09-11T07:15:41.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:40 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:40.431122+0000 mon.smithi017 (mon.0) 375 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:15:41.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:40 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:40.434073+0000 mon.smithi017 (mon.0) 376 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:15:41.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:40 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:40.436750+0000 mon.smithi017 (mon.0) 377 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:15:41.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:40 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:40.438917+0000 mon.smithi017 (mon.0) 378 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:15:41.905 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:41 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:40.857567+0000 mon.smithi045 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.45:0/3129336287' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:15:42.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:41 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:40.857567+0000 mon.smithi045 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.45:0/3129336287' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:15:42.691 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:41.082720+0000 mgr.smithi017.qgiuqa (mgr.14162) 154 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-11T07:15:43.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:42 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:41.082720+0000 mgr.smithi017.qgiuqa (mgr.14162) 154 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-11T07:15:44.970 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:43.083176+0000 mgr.smithi017.qgiuqa (mgr.14162) 155 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-11T07:15:44.971 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:44.402379+0000 mon.smithi017 (mon.0) 379 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:15:44.971 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:44.405101+0000 mon.smithi017 (mon.0) 380 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:15:45.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:43.083176+0000 mgr.smithi017.qgiuqa (mgr.14162) 155 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-11T07:15:45.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:44.402379+0000 mon.smithi017 (mon.0) 379 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:15:45.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:44.405101+0000 mon.smithi017 (mon.0) 380 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:15:46.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:46 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:45.083604+0000 mgr.smithi017.qgiuqa (mgr.14162) 156 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-11T07:15:46.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:46 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:46.232377+0000 mon.smithi017 (mon.0) 381 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-11T07:15:46.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:46 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:46.232950+0000 mon.smithi017 (mon.0) 382 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:15:46.877 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:46 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:45.083604+0000 mgr.smithi017.qgiuqa (mgr.14162) 156 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-11T07:15:46.878 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:46 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:46.232377+0000 mon.smithi017 (mon.0) 381 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-11T07:15:46.878 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:46 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:46.232950+0000 mon.smithi017 (mon.0) 382 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:15:47.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:47 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:15:46.233394+0000 mgr.smithi017.qgiuqa (mgr.14162) 157 : cephadm [INF] Deploying daemon osd.4 on smithi045 2024-09-11T07:15:48.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:47 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:15:46.233394+0000 mgr.smithi017.qgiuqa (mgr.14162) 157 : cephadm [INF] Deploying daemon osd.4 on smithi045 2024-09-11T07:15:48.914 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:47.084026+0000 mgr.smithi017.qgiuqa (mgr.14162) 158 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-11T07:15:49.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:48 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:47.084026+0000 mgr.smithi017.qgiuqa (mgr.14162) 158 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-11T07:15:49.745 INFO:teuthology.orchestra.run.smithi045.stdout:Created osd(s) 4 on host 'smithi045' 2024-09-11T07:15:50.388 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:50 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:49.084488+0000 mgr.smithi017.qgiuqa (mgr.14162) 159 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-11T07:15:50.388 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:50 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:49.732457+0000 mon.smithi017 (mon.0) 383 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:15:50.388 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:50 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:49.736991+0000 mon.smithi017 (mon.0) 384 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:15:50.388 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:50 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:49.741796+0000 mon.smithi017 (mon.0) 385 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:15:50.395 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:50 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:49.084488+0000 mgr.smithi017.qgiuqa (mgr.14162) 159 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-11T07:15:50.395 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:50 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:49.732457+0000 mon.smithi017 (mon.0) 383 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:15:50.395 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:50 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:49.736991+0000 mon.smithi017 (mon.0) 384 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:15:50.395 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:50 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:49.741796+0000 mon.smithi017 (mon.0) 385 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:15:50.418 DEBUG:teuthology.orchestra.run.smithi045:osd.4> sudo journalctl -f -n 0 -u ceph-ef0778be-700c-11ef-bcea-c7b262605968@osd.4.service 2024-09-11T07:15:50.421 INFO:tasks.cephadm:Deploying osd.5 on smithi045 with /dev/vg_nvme/lv_3... 2024-09-11T07:15:50.421 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-09-11T07:15:52.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:52 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:51.084901+0000 mgr.smithi017.qgiuqa (mgr.14162) 160 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-11T07:15:52.398 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:52 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:51.084901+0000 mgr.smithi017.qgiuqa (mgr.14162) 160 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-11T07:15:52.899 INFO:teuthology.orchestra.run.smithi045.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-09-11T07:15:52.899 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-09-11T07:15:52.899 INFO:teuthology.orchestra.run.smithi045.stderr: stderr: 10+0 records in 2024-09-11T07:15:52.899 INFO:teuthology.orchestra.run.smithi045.stderr:10+0 records out 2024-09-11T07:15:52.899 INFO:teuthology.orchestra.run.smithi045.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00999782 s, 1.0 GB/s 2024-09-11T07:15:52.899 INFO:teuthology.orchestra.run.smithi045.stderr:--> Zapping successful for: 2024-09-11T07:15:53.141 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:15:52 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.4[29776]: debug 2024-09-11T07:15:52.842+0000 7f3b11d13080 -1 osd.4 0 log_to_monitors {default=true} 2024-09-11T07:15:53.415 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:53 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:52.845839+0000 mon.smithi045 (mon.1) 4 : audit [INF] from='osd.4 [v2:172.21.15.45:6800/3845371272,v1:172.21.15.45:6801/3845371272]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T07:15:53.415 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:53 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:52.846195+0000 mon.smithi017 (mon.0) 386 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T07:15:53.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:53 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:52.845839+0000 mon.smithi045 (mon.1) 4 : audit [INF] from='osd.4 [v2:172.21.15.45:6800/3845371272,v1:172.21.15.45:6801/3845371272]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T07:15:53.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:53 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:52.846195+0000 mon.smithi017 (mon.0) 386 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T07:15:53.948 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi045:vg_nvme/lv_3 2024-09-11T07:15:54.270 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:15:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.4[29776]: debug 2024-09-11T07:15:54.150+0000 7f3b09a87700 -1 osd.4 0 waiting for initial osdmap 2024-09-11T07:15:54.270 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:15:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.4[29776]: debug 2024-09-11T07:15:54.155+0000 7f3b021fb700 -1 osd.4 30 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-09-11T07:15:54.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:53.085358+0000 mgr.smithi017.qgiuqa (mgr.14162) 161 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-11T07:15:54.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:53.143885+0000 mon.smithi017 (mon.0) 387 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-11T07:15:54.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:53.143949+0000 mon.smithi017 (mon.0) 388 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-09-11T07:15:54.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:53.144049+0000 mon.smithi017 (mon.0) 389 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:15:54.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:53.144483+0000 mon.smithi045 (mon.1) 5 : audit [INF] from='osd.4 [v2:172.21.15.45:6800/3845371272,v1:172.21.15.45:6801/3845371272]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2024-09-11T07:15:54.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:53.144825+0000 mon.smithi017 (mon.0) 390 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2024-09-11T07:15:54.270 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:53.824253+0000 mon.smithi017 (mon.0) 391 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:15:54.271 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:53.987060+0000 mon.smithi017 (mon.0) 392 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:15:54.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:53.085358+0000 mgr.smithi017.qgiuqa (mgr.14162) 161 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-11T07:15:54.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:53.143885+0000 mon.smithi017 (mon.0) 387 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-11T07:15:54.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:53.143949+0000 mon.smithi017 (mon.0) 388 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-09-11T07:15:54.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:53.144049+0000 mon.smithi017 (mon.0) 389 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:15:54.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:53.144483+0000 mon.smithi045 (mon.1) 5 : audit [INF] from='osd.4 [v2:172.21.15.45:6800/3845371272,v1:172.21.15.45:6801/3845371272]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2024-09-11T07:15:54.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:53.144825+0000 mon.smithi017 (mon.0) 390 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2024-09-11T07:15:54.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:53.824253+0000 mon.smithi017 (mon.0) 391 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:15:54.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:53.987060+0000 mon.smithi017 (mon.0) 392 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:15:55.488 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:55 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:54.145432+0000 mon.smithi017 (mon.0) 393 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2024-09-11T07:15:55.488 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:55 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:54.145538+0000 mon.smithi017 (mon.0) 394 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-09-11T07:15:55.488 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:55 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:54.145912+0000 mon.smithi017 (mon.0) 395 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:15:55.488 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:55 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:54.150644+0000 mon.smithi017 (mon.0) 396 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:15:55.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:55 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:54.145432+0000 mon.smithi017 (mon.0) 393 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2024-09-11T07:15:55.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:55 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:54.145538+0000 mon.smithi017 (mon.0) 394 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-09-11T07:15:55.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:55 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:54.145912+0000 mon.smithi017 (mon.0) 395 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:15:55.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:55 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:54.150644+0000 mon.smithi017 (mon.0) 396 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:15:56.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:53.817162+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:15:56.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:53.817276+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:15:56.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:55.085725+0000 mgr.smithi017.qgiuqa (mgr.14162) 162 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-11T07:15:56.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:55.147795+0000 mon.smithi017 (mon.0) 397 : cluster [INF] osd.4 [v2:172.21.15.45:6800/3845371272,v1:172.21.15.45:6801/3845371272] boot 2024-09-11T07:15:56.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:55.147838+0000 mon.smithi017 (mon.0) 398 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-09-11T07:15:56.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:55.148022+0000 mon.smithi017 (mon.0) 399 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:15:56.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:56.154140+0000 mon.smithi017 (mon.0) 400 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-09-11T07:15:56.451 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:53.817162+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:15:56.451 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:53.817276+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:15:56.451 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:55.085725+0000 mgr.smithi017.qgiuqa (mgr.14162) 162 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-09-11T07:15:56.451 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:55.147795+0000 mon.smithi017 (mon.0) 397 : cluster [INF] osd.4 [v2:172.21.15.45:6800/3845371272,v1:172.21.15.45:6801/3845371272] boot 2024-09-11T07:15:56.451 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:55.147838+0000 mon.smithi017 (mon.0) 398 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-09-11T07:15:56.451 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:55.148022+0000 mon.smithi017 (mon.0) 399 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:15:56.452 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:56.154140+0000 mon.smithi017 (mon.0) 400 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-09-11T07:15:57.424 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:57 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:57.135764+0000 mon.smithi017 (mon.0) 401 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:15:57.424 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:57 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:57.137436+0000 mon.smithi017 (mon.0) 402 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:15:57.424 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:57 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:57.138199+0000 mon.smithi017 (mon.0) 403 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:15:57.424 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:57 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:57.155179+0000 mon.smithi017 (mon.0) 404 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-09-11T07:15:57.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:57 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:57.135764+0000 mon.smithi017 (mon.0) 401 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:15:57.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:57 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:57.137436+0000 mon.smithi017 (mon.0) 402 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:15:57.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:57 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:57.138199+0000 mon.smithi017 (mon.0) 403 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:15:57.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:57 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:57.155179+0000 mon.smithi017 (mon.0) 404 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-09-11T07:15:58.384 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:57.086182+0000 mgr.smithi017.qgiuqa (mgr.14162) 163 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-11T07:15:58.385 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:57.134850+0000 mgr.smithi017.qgiuqa (mgr.14162) 164 : audit [DBG] from='client.24153 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:15:58.385 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:15:57.137164+0000 mgr.smithi017.qgiuqa (mgr.14162) 165 : cephadm [INF] Applying service osd.None on host smithi045... 2024-09-11T07:15:58.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:58 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:57.086182+0000 mgr.smithi017.qgiuqa (mgr.14162) 163 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-11T07:15:58.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:58 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:57.134850+0000 mgr.smithi017.qgiuqa (mgr.14162) 164 : audit [DBG] from='client.24153 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:15:58.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:58 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:15:57.137164+0000 mgr.smithi017.qgiuqa (mgr.14162) 165 : cephadm [INF] Applying service osd.None on host smithi045... 2024-09-11T07:16:00.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:59 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:15:58.664835+0000 mgr.smithi017.qgiuqa (mgr.14162) 166 : cephadm [INF] Detected new or changed devices on smithi045 2024-09-11T07:16:00.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:59 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:58.669647+0000 mon.smithi017 (mon.0) 405 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:00.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:59 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:59.129573+0000 mon.smithi017 (mon.0) 406 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:00.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:15:59 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:15:59.132549+0000 mon.smithi017 (mon.0) 407 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:16:00.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:59 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:15:58.664835+0000 mgr.smithi017.qgiuqa (mgr.14162) 166 : cephadm [INF] Detected new or changed devices on smithi045 2024-09-11T07:16:00.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:59 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:58.669647+0000 mon.smithi017 (mon.0) 405 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:00.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:59 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:59.129573+0000 mon.smithi017 (mon.0) 406 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:00.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:15:59 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:15:59.132549+0000 mon.smithi017 (mon.0) 407 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:16:01.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:00 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:15:59.086581+0000 mgr.smithi017.qgiuqa (mgr.14162) 167 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-11T07:16:01.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:00 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:00.013138+0000 mon.smithi045 (mon.1) 6 : audit [INF] from='client.? 172.21.15.45:0/1817293776' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ad45175c-7f24-4798-b4a3-b8eaf5276a2d"}]: dispatch 2024-09-11T07:16:01.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:00 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:00.013708+0000 mon.smithi017 (mon.0) 408 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ad45175c-7f24-4798-b4a3-b8eaf5276a2d"}]: dispatch 2024-09-11T07:16:01.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:00 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:00.017169+0000 mon.smithi017 (mon.0) 409 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ad45175c-7f24-4798-b4a3-b8eaf5276a2d"}]': finished 2024-09-11T07:16:01.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:00 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:00.017221+0000 mon.smithi017 (mon.0) 410 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-09-11T07:16:01.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:00 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:00.017332+0000 mon.smithi017 (mon.0) 411 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:16:01.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:00 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:00.445139+0000 mon.smithi045 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.45:0/448235452' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:16:01.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:00 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:15:59.086581+0000 mgr.smithi017.qgiuqa (mgr.14162) 167 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-11T07:16:01.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:00 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:00.013138+0000 mon.smithi045 (mon.1) 6 : audit [INF] from='client.? 172.21.15.45:0/1817293776' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ad45175c-7f24-4798-b4a3-b8eaf5276a2d"}]: dispatch 2024-09-11T07:16:01.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:00 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:00.013708+0000 mon.smithi017 (mon.0) 408 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ad45175c-7f24-4798-b4a3-b8eaf5276a2d"}]: dispatch 2024-09-11T07:16:01.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:00 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:00.017169+0000 mon.smithi017 (mon.0) 409 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ad45175c-7f24-4798-b4a3-b8eaf5276a2d"}]': finished 2024-09-11T07:16:01.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:00 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:00.017221+0000 mon.smithi017 (mon.0) 410 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-09-11T07:16:01.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:00 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:00.017332+0000 mon.smithi017 (mon.0) 411 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:16:01.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:00 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:00.445139+0000 mon.smithi045 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.45:0/448235452' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:16:02.977 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:02 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:01.086910+0000 mgr.smithi017.qgiuqa (mgr.14162) 168 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-11T07:16:03.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:02 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:01.086910+0000 mgr.smithi017.qgiuqa (mgr.14162) 168 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-11T07:16:04.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:03.087216+0000 mgr.smithi017.qgiuqa (mgr.14162) 169 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-11T07:16:04.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:03.156787+0000 mon.smithi017 (mon.0) 412 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:04.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:03.383716+0000 mon.smithi017 (mon.0) 413 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:04.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:03.087216+0000 mgr.smithi017.qgiuqa (mgr.14162) 169 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-11T07:16:04.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:03.156787+0000 mon.smithi017 (mon.0) 412 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:04.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:03.383716+0000 mon.smithi017 (mon.0) 413 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:06.450 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:06 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:05.087583+0000 mgr.smithi017.qgiuqa (mgr.14162) 170 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-11T07:16:06.450 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:06 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:05.847798+0000 mon.smithi017 (mon.0) 414 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T07:16:06.450 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:06 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:05.848612+0000 mon.smithi017 (mon.0) 415 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:16:06.450 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:06 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:16:05.849258+0000 mgr.smithi017.qgiuqa (mgr.14162) 171 : cephadm [INF] Deploying daemon osd.5 on smithi045 2024-09-11T07:16:06.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:06 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:05.087583+0000 mgr.smithi017.qgiuqa (mgr.14162) 170 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-11T07:16:06.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:06 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:05.847798+0000 mon.smithi017 (mon.0) 414 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T07:16:06.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:06 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:05.848612+0000 mon.smithi017 (mon.0) 415 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:16:06.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:06 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:16:05.849258+0000 mgr.smithi017.qgiuqa (mgr.14162) 171 : cephadm [INF] Deploying daemon osd.5 on smithi045 2024-09-11T07:16:08.468 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:08 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:07.088156+0000 mgr.smithi017.qgiuqa (mgr.14162) 172 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-11T07:16:08.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:08 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:07.088156+0000 mgr.smithi017.qgiuqa (mgr.14162) 172 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-11T07:16:09.320 INFO:teuthology.orchestra.run.smithi045.stdout:Created osd(s) 5 on host 'smithi045' 2024-09-11T07:16:09.935 DEBUG:teuthology.orchestra.run.smithi045:osd.5> sudo journalctl -f -n 0 -u ceph-ef0778be-700c-11ef-bcea-c7b262605968@osd.5.service 2024-09-11T07:16:09.937 INFO:tasks.cephadm:Deploying osd.6 on smithi045 with /dev/vg_nvme/lv_2... 2024-09-11T07:16:09.938 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-09-11T07:16:10.228 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:10 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:09.088731+0000 mgr.smithi017.qgiuqa (mgr.14162) 173 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-11T07:16:10.228 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:10 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:09.306959+0000 mon.smithi017 (mon.0) 416 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:16:10.229 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:10 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:09.311336+0000 mon.smithi017 (mon.0) 417 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:10.229 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:10 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:09.315956+0000 mon.smithi017 (mon.0) 418 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:10.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:10 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:09.088731+0000 mgr.smithi017.qgiuqa (mgr.14162) 173 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-11T07:16:10.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:10 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:09.306959+0000 mon.smithi017 (mon.0) 416 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:16:10.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:10 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:09.311336+0000 mon.smithi017 (mon.0) 417 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:10.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:10 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:09.315956+0000 mon.smithi017 (mon.0) 418 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:12.441 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:12 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:11.089040+0000 mgr.smithi017.qgiuqa (mgr.14162) 174 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-11T07:16:12.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:12 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:11.089040+0000 mgr.smithi017.qgiuqa (mgr.14162) 174 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-11T07:16:12.723 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:16:12 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.5[32248]: debug 2024-09-11T07:16:12.438+0000 7f04ff8e8080 -1 osd.5 0 log_to_monitors {default=true} 2024-09-11T07:16:13.109 INFO:teuthology.orchestra.run.smithi045.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-09-11T07:16:13.109 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-09-11T07:16:13.109 INFO:teuthology.orchestra.run.smithi045.stderr: stderr: 10+0 records in 2024-09-11T07:16:13.109 INFO:teuthology.orchestra.run.smithi045.stderr:10+0 records out 2024-09-11T07:16:13.109 INFO:teuthology.orchestra.run.smithi045.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00974673 s, 1.1 GB/s 2024-09-11T07:16:13.109 INFO:teuthology.orchestra.run.smithi045.stderr:--> Zapping successful for: 2024-09-11T07:16:13.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:12.403136+0000 mon.smithi017 (mon.0) 419 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:13.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:12.442942+0000 mon.smithi045 (mon.1) 8 : audit [INF] from='osd.5 [v2:172.21.15.45:6808/2302530526,v1:172.21.15.45:6809/2302530526]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T07:16:13.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:12.443575+0000 mon.smithi017 (mon.0) 420 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T07:16:13.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:13.191830+0000 mon.smithi017 (mon.0) 421 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:16:13.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:13.192059+0000 mon.smithi017 (mon.0) 422 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/trash_purge_schedule"}]: dispatch 2024-09-11T07:16:13.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:13 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:12.403136+0000 mon.smithi017 (mon.0) 419 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:13.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:13 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:12.442942+0000 mon.smithi045 (mon.1) 8 : audit [INF] from='osd.5 [v2:172.21.15.45:6808/2302530526,v1:172.21.15.45:6809/2302530526]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T07:16:13.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:13 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:12.443575+0000 mon.smithi017 (mon.0) 420 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T07:16:13.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:13 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:13.191830+0000 mon.smithi017 (mon.0) 421 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:16:13.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:13 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:13.192059+0000 mon.smithi017 (mon.0) 422 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/trash_purge_schedule"}]: dispatch 2024-09-11T07:16:13.939 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi045:vg_nvme/lv_2 2024-09-11T07:16:14.609 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:16:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.5[32248]: debug 2024-09-11T07:16:14.413+0000 7f04f5e59700 -1 osd.5 0 waiting for initial osdmap 2024-09-11T07:16:14.609 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:16:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.5[32248]: debug 2024-09-11T07:16:14.418+0000 7f04f0dd2700 -1 osd.5 36 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-09-11T07:16:14.609 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:13.089379+0000 mgr.smithi017.qgiuqa (mgr.14162) 175 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-11T07:16:14.609 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:13.408353+0000 mon.smithi017 (mon.0) 423 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-11T07:16:14.609 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:13.408440+0000 mon.smithi017 (mon.0) 424 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-09-11T07:16:14.609 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:13.408690+0000 mon.smithi017 (mon.0) 425 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:16:14.609 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:13.409159+0000 mon.smithi045 (mon.1) 9 : audit [INF] from='osd.5 [v2:172.21.15.45:6808/2302530526,v1:172.21.15.45:6809/2302530526]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2024-09-11T07:16:14.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:13.409561+0000 mon.smithi017 (mon.0) 426 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2024-09-11T07:16:14.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:13.471233+0000 mon.smithi017 (mon.0) 427 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:14.692 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:14 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:13.089379+0000 mgr.smithi017.qgiuqa (mgr.14162) 175 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-11T07:16:14.692 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:14 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:13.408353+0000 mon.smithi017 (mon.0) 423 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-11T07:16:14.693 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:14 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:13.408440+0000 mon.smithi017 (mon.0) 424 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-09-11T07:16:14.693 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:14 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:13.408690+0000 mon.smithi017 (mon.0) 425 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:16:14.693 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:14 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:13.409159+0000 mon.smithi045 (mon.1) 9 : audit [INF] from='osd.5 [v2:172.21.15.45:6808/2302530526,v1:172.21.15.45:6809/2302530526]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2024-09-11T07:16:14.693 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:14 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:13.409561+0000 mon.smithi017 (mon.0) 426 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2024-09-11T07:16:14.693 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:14 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:13.471233+0000 mon.smithi017 (mon.0) 427 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:15.443 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:15 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:14.409736+0000 mon.smithi017 (mon.0) 428 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2024-09-11T07:16:15.443 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:15 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:14.409848+0000 mon.smithi017 (mon.0) 429 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-09-11T07:16:15.443 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:15 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:14.410332+0000 mon.smithi017 (mon.0) 430 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:16:15.443 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:15 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:14.415326+0000 mon.smithi017 (mon.0) 431 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:16:15.708 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:15 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:14.409736+0000 mon.smithi017 (mon.0) 428 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2024-09-11T07:16:15.708 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:15 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:14.409848+0000 mon.smithi017 (mon.0) 429 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-09-11T07:16:15.709 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:15 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:14.410332+0000 mon.smithi017 (mon.0) 430 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:16:15.709 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:15 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:14.415326+0000 mon.smithi017 (mon.0) 431 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:16:16.486 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:13.474816+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:16:16.486 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:13.474900+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:16:16.486 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:15.089759+0000 mgr.smithi017.qgiuqa (mgr.14162) 176 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-11T07:16:16.486 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:15.415064+0000 mon.smithi017 (mon.0) 432 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:16:16.487 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:15.418529+0000 mon.smithi017 (mon.0) 433 : cluster [INF] osd.5 [v2:172.21.15.45:6808/2302530526,v1:172.21.15.45:6809/2302530526] boot 2024-09-11T07:16:16.487 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:15.418587+0000 mon.smithi017 (mon.0) 434 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-09-11T07:16:16.487 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:15.419027+0000 mon.smithi017 (mon.0) 435 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:16:16.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:13.474816+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:16:16.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:13.474900+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:16:16.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:15.089759+0000 mgr.smithi017.qgiuqa (mgr.14162) 176 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-09-11T07:16:16.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:15.415064+0000 mon.smithi017 (mon.0) 432 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:16:16.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:15.418529+0000 mon.smithi017 (mon.0) 433 : cluster [INF] osd.5 [v2:172.21.15.45:6808/2302530526,v1:172.21.15.45:6809/2302530526] boot 2024-09-11T07:16:16.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:15.418587+0000 mon.smithi017 (mon.0) 434 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-09-11T07:16:16.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:15.419027+0000 mon.smithi017 (mon.0) 435 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:16:17.680 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:17 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:16.419249+0000 mon.smithi017 (mon.0) 436 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-09-11T07:16:17.681 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:17 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:16:16.806734+0000 mgr.smithi017.qgiuqa (mgr.14162) 177 : cephadm [INF] Detected new or changed devices on smithi045 2024-09-11T07:16:17.681 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:17 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:16.810898+0000 mon.smithi017 (mon.0) 437 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:17.681 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:17 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:16.813905+0000 mon.smithi017 (mon.0) 438 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:17.681 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:17 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:16.816179+0000 mon.smithi017 (mon.0) 439 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:16:17.681 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:17 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:17.182086+0000 mon.smithi017 (mon.0) 440 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:16:17.681 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:17 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:17.183399+0000 mon.smithi017 (mon.0) 441 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:16:17.681 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:17 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:17.183957+0000 mon.smithi017 (mon.0) 442 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:16:17.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:17 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:16.419249+0000 mon.smithi017 (mon.0) 436 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-09-11T07:16:17.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:17 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:16:16.806734+0000 mgr.smithi017.qgiuqa (mgr.14162) 177 : cephadm [INF] Detected new or changed devices on smithi045 2024-09-11T07:16:17.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:17 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:16.810898+0000 mon.smithi017 (mon.0) 437 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:17.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:17 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:16.813905+0000 mon.smithi017 (mon.0) 438 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:17.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:17 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:16.816179+0000 mon.smithi017 (mon.0) 439 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:16:17.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:17 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:17.182086+0000 mon.smithi017 (mon.0) 440 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:16:17.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:17 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:17.183399+0000 mon.smithi017 (mon.0) 441 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:16:17.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:17 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:17.183957+0000 mon.smithi017 (mon.0) 442 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:16:18.646 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:18 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:17.090058+0000 mgr.smithi017.qgiuqa (mgr.14162) 178 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-09-11T07:16:18.646 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:18 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:17.181332+0000 mgr.smithi017.qgiuqa (mgr.14162) 179 : audit [DBG] from='client.24171 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:16:18.646 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:18 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:16:17.183159+0000 mgr.smithi017.qgiuqa (mgr.14162) 180 : cephadm [INF] Applying service osd.None on host smithi045... 2024-09-11T07:16:18.646 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:18 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:17.423643+0000 mon.smithi017 (mon.0) 443 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-09-11T07:16:18.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:18 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:17.090058+0000 mgr.smithi017.qgiuqa (mgr.14162) 178 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-09-11T07:16:18.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:18 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:17.181332+0000 mgr.smithi017.qgiuqa (mgr.14162) 179 : audit [DBG] from='client.24171 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:16:18.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:18 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:16:17.183159+0000 mgr.smithi017.qgiuqa (mgr.14162) 180 : cephadm [INF] Applying service osd.None on host smithi045... 2024-09-11T07:16:18.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:18 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:17.423643+0000 mon.smithi017 (mon.0) 443 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-09-11T07:16:20.382 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:20 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:19.090561+0000 mgr.smithi017.qgiuqa (mgr.14162) 181 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-09-11T07:16:20.382 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:20 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:19.406206+0000 mon.smithi045 (mon.1) 10 : audit [INF] from='client.? 172.21.15.45:0/703426418' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a60d65a1-a0e0-4578-bbaf-b23f8fcdeb9e"}]: dispatch 2024-09-11T07:16:20.382 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:20 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:19.406683+0000 mon.smithi017 (mon.0) 444 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a60d65a1-a0e0-4578-bbaf-b23f8fcdeb9e"}]: dispatch 2024-09-11T07:16:20.382 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:20 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:19.411079+0000 mon.smithi017 (mon.0) 445 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a60d65a1-a0e0-4578-bbaf-b23f8fcdeb9e"}]': finished 2024-09-11T07:16:20.382 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:20 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:19.411155+0000 mon.smithi017 (mon.0) 446 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2024-09-11T07:16:20.382 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:20 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:19.411264+0000 mon.smithi017 (mon.0) 447 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:16:20.382 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:20 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:19.858462+0000 mon.smithi045 (mon.1) 11 : audit [DBG] from='client.? 172.21.15.45:0/3888838035' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:16:20.403 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:20 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:19.090561+0000 mgr.smithi017.qgiuqa (mgr.14162) 181 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-09-11T07:16:20.404 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:20 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:19.406206+0000 mon.smithi045 (mon.1) 10 : audit [INF] from='client.? 172.21.15.45:0/703426418' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a60d65a1-a0e0-4578-bbaf-b23f8fcdeb9e"}]: dispatch 2024-09-11T07:16:20.404 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:20 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:19.406683+0000 mon.smithi017 (mon.0) 444 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a60d65a1-a0e0-4578-bbaf-b23f8fcdeb9e"}]: dispatch 2024-09-11T07:16:20.404 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:20 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:19.411079+0000 mon.smithi017 (mon.0) 445 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a60d65a1-a0e0-4578-bbaf-b23f8fcdeb9e"}]': finished 2024-09-11T07:16:20.404 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:20 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:19.411155+0000 mon.smithi017 (mon.0) 446 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2024-09-11T07:16:20.404 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:20 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:19.411264+0000 mon.smithi017 (mon.0) 447 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:16:20.404 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:20 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:19.858462+0000 mon.smithi045 (mon.1) 11 : audit [DBG] from='client.? 172.21.15.45:0/3888838035' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:16:22.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:20.922347+0000 mon.smithi017 (mon.0) 448 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:22.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:20.925076+0000 mon.smithi017 (mon.0) 449 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:22.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:21.090938+0000 mgr.smithi017.qgiuqa (mgr.14162) 182 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-09-11T07:16:22.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:20.922347+0000 mon.smithi017 (mon.0) 448 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:22.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:20.925076+0000 mon.smithi017 (mon.0) 449 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:22.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:21.090938+0000 mgr.smithi017.qgiuqa (mgr.14162) 182 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-09-11T07:16:24.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:24 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:23.091427+0000 mgr.smithi017.qgiuqa (mgr.14162) 183 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-11T07:16:24.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:24 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:23.091427+0000 mgr.smithi017.qgiuqa (mgr.14162) 183 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-11T07:16:26.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:26 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:25.091840+0000 mgr.smithi017.qgiuqa (mgr.14162) 184 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-11T07:16:26.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:26 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:25.272552+0000 mon.smithi017 (mon.0) 450 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-11T07:16:26.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:26 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:25.273487+0000 mon.smithi017 (mon.0) 451 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:16:26.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:26 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:16:25.274245+0000 mgr.smithi017.qgiuqa (mgr.14162) 185 : cephadm [INF] Deploying daemon osd.6 on smithi045 2024-09-11T07:16:26.421 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:26 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:25.091840+0000 mgr.smithi017.qgiuqa (mgr.14162) 184 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-11T07:16:26.421 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:26 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:25.272552+0000 mon.smithi017 (mon.0) 450 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-11T07:16:26.421 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:26 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:25.273487+0000 mon.smithi017 (mon.0) 451 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:16:26.421 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:26 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:16:25.274245+0000 mgr.smithi017.qgiuqa (mgr.14162) 185 : cephadm [INF] Deploying daemon osd.6 on smithi045 2024-09-11T07:16:28.475 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:28 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:27.092206+0000 mgr.smithi017.qgiuqa (mgr.14162) 186 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-11T07:16:28.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:28 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:27.092206+0000 mgr.smithi017.qgiuqa (mgr.14162) 186 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-11T07:16:28.640 INFO:teuthology.orchestra.run.smithi045.stdout:Created osd(s) 6 on host 'smithi045' 2024-09-11T07:16:29.254 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:29 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:28.626218+0000 mon.smithi017 (mon.0) 452 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:16:29.254 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:29 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:28.631211+0000 mon.smithi017 (mon.0) 453 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:29.254 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:29 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:28.636677+0000 mon.smithi017 (mon.0) 454 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:29.277 DEBUG:teuthology.orchestra.run.smithi045:osd.6> sudo journalctl -f -n 0 -u ceph-ef0778be-700c-11ef-bcea-c7b262605968@osd.6.service 2024-09-11T07:16:29.280 INFO:tasks.cephadm:Deploying osd.7 on smithi045 with /dev/vg_nvme/lv_1... 2024-09-11T07:16:29.280 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-09-11T07:16:29.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:29 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:28.626218+0000 mon.smithi017 (mon.0) 452 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:16:29.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:29 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:28.631211+0000 mon.smithi017 (mon.0) 453 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:29.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:29 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:28.636677+0000 mon.smithi017 (mon.0) 454 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:30.467 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:30 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:29.092528+0000 mgr.smithi017.qgiuqa (mgr.14162) 187 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-11T07:16:30.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:30 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:29.092528+0000 mgr.smithi017.qgiuqa (mgr.14162) 187 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-11T07:16:31.894 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:16:31 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.6[34715]: debug 2024-09-11T07:16:31.698+0000 7ff892387080 -1 osd.6 0 log_to_monitors {default=true} 2024-09-11T07:16:32.432 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:32 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:31.092887+0000 mgr.smithi017.qgiuqa (mgr.14162) 188 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-11T07:16:32.432 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:32 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:31.702509+0000 mon.smithi045 (mon.1) 12 : audit [INF] from='osd.6 [v2:172.21.15.45:6816/1326935374,v1:172.21.15.45:6817/1326935374]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T07:16:32.432 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:32 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:31.703015+0000 mon.smithi017 (mon.0) 455 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T07:16:32.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:32 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:31.092887+0000 mgr.smithi017.qgiuqa (mgr.14162) 188 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-11T07:16:32.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:32 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:31.702509+0000 mon.smithi045 (mon.1) 12 : audit [INF] from='osd.6 [v2:172.21.15.45:6816/1326935374,v1:172.21.15.45:6817/1326935374]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T07:16:32.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:32 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:31.703015+0000 mon.smithi017 (mon.0) 455 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T07:16:32.543 INFO:teuthology.orchestra.run.smithi045.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-09-11T07:16:32.543 INFO:teuthology.orchestra.run.smithi045.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-09-11T07:16:32.543 INFO:teuthology.orchestra.run.smithi045.stderr: stderr: 10+0 records in 2024-09-11T07:16:32.543 INFO:teuthology.orchestra.run.smithi045.stderr:10+0 records out 2024-09-11T07:16:32.543 INFO:teuthology.orchestra.run.smithi045.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0100278 s, 1.0 GB/s 2024-09-11T07:16:32.543 INFO:teuthology.orchestra.run.smithi045.stderr:--> Zapping successful for: 2024-09-11T07:16:33.442 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:16:33 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.6[34715]: debug 2024-09-11T07:16:33.167+0000 7ff8888f8700 -1 osd.6 0 waiting for initial osdmap 2024-09-11T07:16:33.442 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:16:33 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.6[34715]: debug 2024-09-11T07:16:33.173+0000 7ff885074700 -1 osd.6 42 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-09-11T07:16:33.442 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:33 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:32.162933+0000 mon.smithi017 (mon.0) 456 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-11T07:16:33.443 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:33 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:32.163027+0000 mon.smithi017 (mon.0) 457 : cluster [DBG] osdmap e41: 7 total, 6 up, 7 in 2024-09-11T07:16:33.443 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:33 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:32.163172+0000 mon.smithi017 (mon.0) 458 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:16:33.443 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:33 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:32.163578+0000 mon.smithi045 (mon.1) 13 : audit [INF] from='osd.6 [v2:172.21.15.45:6816/1326935374,v1:172.21.15.45:6817/1326935374]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2024-09-11T07:16:33.443 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:33 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:32.163968+0000 mon.smithi017 (mon.0) 459 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2024-09-11T07:16:33.443 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:33 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:32.337403+0000 mon.smithi017 (mon.0) 460 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:33.443 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:33 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:32.829575+0000 mon.smithi017 (mon.0) 461 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:33.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:33 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:32.162933+0000 mon.smithi017 (mon.0) 456 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-11T07:16:33.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:33 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:32.163027+0000 mon.smithi017 (mon.0) 457 : cluster [DBG] osdmap e41: 7 total, 6 up, 7 in 2024-09-11T07:16:33.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:33 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:32.163172+0000 mon.smithi017 (mon.0) 458 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:16:33.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:33 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:32.163578+0000 mon.smithi045 (mon.1) 13 : audit [INF] from='osd.6 [v2:172.21.15.45:6816/1326935374,v1:172.21.15.45:6817/1326935374]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2024-09-11T07:16:33.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:33 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:32.163968+0000 mon.smithi017 (mon.0) 459 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2024-09-11T07:16:33.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:33 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:32.337403+0000 mon.smithi017 (mon.0) 460 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:33.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:33 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:32.829575+0000 mon.smithi017 (mon.0) 461 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:34.362 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:34 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:33.093327+0000 mgr.smithi017.qgiuqa (mgr.14162) 189 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-11T07:16:34.362 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:34 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:33.164741+0000 mon.smithi017 (mon.0) 462 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2024-09-11T07:16:34.362 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:34 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:33.164843+0000 mon.smithi017 (mon.0) 463 : cluster [DBG] osdmap e42: 7 total, 6 up, 7 in 2024-09-11T07:16:34.362 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:34 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:33.165242+0000 mon.smithi017 (mon.0) 464 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:16:34.362 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:34 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:33.169055+0000 mon.smithi017 (mon.0) 465 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:16:34.362 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:34 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:34.050577+0000 mon.smithi017 (mon.0) 466 : cluster [INF] osd.6 [v2:172.21.15.45:6816/1326935374,v1:172.21.15.45:6817/1326935374] boot 2024-09-11T07:16:34.362 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:34 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:34.050758+0000 mon.smithi017 (mon.0) 467 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-09-11T07:16:34.362 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:34 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:34.051224+0000 mon.smithi017 (mon.0) 468 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:16:34.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:34 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:33.093327+0000 mgr.smithi017.qgiuqa (mgr.14162) 189 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-09-11T07:16:34.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:34 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:33.164741+0000 mon.smithi017 (mon.0) 462 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2024-09-11T07:16:34.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:34 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:33.164843+0000 mon.smithi017 (mon.0) 463 : cluster [DBG] osdmap e42: 7 total, 6 up, 7 in 2024-09-11T07:16:34.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:34 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:33.165242+0000 mon.smithi017 (mon.0) 464 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:16:34.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:34 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:33.169055+0000 mon.smithi017 (mon.0) 465 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:16:34.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:34 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:34.050577+0000 mon.smithi017 (mon.0) 466 : cluster [INF] osd.6 [v2:172.21.15.45:6816/1326935374,v1:172.21.15.45:6817/1326935374] boot 2024-09-11T07:16:34.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:34 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:34.050758+0000 mon.smithi017 (mon.0) 467 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-09-11T07:16:34.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:34 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:34.051224+0000 mon.smithi017 (mon.0) 468 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:16:34.645 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi045:vg_nvme/lv_1 2024-09-11T07:16:35.432 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:32.650988+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:16:35.432 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:32.651157+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:16:35.432 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:35.051811+0000 mon.smithi017 (mon.0) 469 : cluster [DBG] osdmap e44: 7 total, 7 up, 7 in 2024-09-11T07:16:35.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:32.650988+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:16:35.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:32.651157+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:16:35.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:35.051811+0000 mon.smithi017 (mon.0) 469 : cluster [DBG] osdmap e44: 7 total, 7 up, 7 in 2024-09-11T07:16:36.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:36 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:35.093725+0000 mgr.smithi017.qgiuqa (mgr.14162) 190 : cluster [DBG] pgmap v164: 1 pgs: 1 peering; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-11T07:16:36.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:36 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:36.056753+0000 mon.smithi017 (mon.0) 470 : cluster [DBG] osdmap e45: 7 total, 7 up, 7 in 2024-09-11T07:16:36.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:36 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:35.093725+0000 mgr.smithi017.qgiuqa (mgr.14162) 190 : cluster [DBG] pgmap v164: 1 pgs: 1 peering; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-11T07:16:36.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:36 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:36.056753+0000 mon.smithi017 (mon.0) 470 : cluster [DBG] osdmap e45: 7 total, 7 up, 7 in 2024-09-11T07:16:37.620 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:37 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:16:36.320680+0000 mgr.smithi017.qgiuqa (mgr.14162) 191 : cephadm [INF] Detected new or changed devices on smithi045 2024-09-11T07:16:37.620 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:37 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:36.325343+0000 mon.smithi017 (mon.0) 471 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:37.620 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:37 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:36.328765+0000 mon.smithi017 (mon.0) 472 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:37.620 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:37 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:36.332001+0000 mon.smithi017 (mon.0) 473 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:16:37.620 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:37 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:36.336232+0000 mon.smithi017 (mon.0) 474 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:37.620 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:37 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:37.038711+0000 mon.smithi017 (mon.0) 475 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:16:37.620 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:37 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:37.040350+0000 mon.smithi017 (mon.0) 476 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:16:37.620 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:37 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:37.041092+0000 mon.smithi017 (mon.0) 477 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:16:37.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:37 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:16:36.320680+0000 mgr.smithi017.qgiuqa (mgr.14162) 191 : cephadm [INF] Detected new or changed devices on smithi045 2024-09-11T07:16:37.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:37 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:36.325343+0000 mon.smithi017 (mon.0) 471 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:37.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:37 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:36.328765+0000 mon.smithi017 (mon.0) 472 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:37.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:37 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:36.332001+0000 mon.smithi017 (mon.0) 473 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:16:37.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:37 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:36.336232+0000 mon.smithi017 (mon.0) 474 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:37.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:37 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:37.038711+0000 mon.smithi017 (mon.0) 475 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-11T07:16:37.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:37 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:37.040350+0000 mon.smithi017 (mon.0) 476 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-11T07:16:37.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:37 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:37.041092+0000 mon.smithi017 (mon.0) 477 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:16:38.482 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:38 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:37.037853+0000 mgr.smithi017.qgiuqa (mgr.14162) 192 : audit [DBG] from='client.24189 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:16:38.482 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:38 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:16:37.040068+0000 mgr.smithi017.qgiuqa (mgr.14162) 193 : cephadm [INF] Applying service osd.None on host smithi045... 2024-09-11T07:16:38.482 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:38 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:37.094177+0000 mgr.smithi017.qgiuqa (mgr.14162) 194 : cluster [DBG] pgmap v166: 1 pgs: 1 peering; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-11T07:16:38.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:38 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:37.037853+0000 mgr.smithi017.qgiuqa (mgr.14162) 192 : audit [DBG] from='client.24189 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:16:38.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:38 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:16:37.040068+0000 mgr.smithi017.qgiuqa (mgr.14162) 193 : cephadm [INF] Applying service osd.None on host smithi045... 2024-09-11T07:16:38.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:38 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:37.094177+0000 mgr.smithi017.qgiuqa (mgr.14162) 194 : cluster [DBG] pgmap v166: 1 pgs: 1 peering; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-11T07:16:40.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:40 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:39.094452+0000 mgr.smithi017.qgiuqa (mgr.14162) 195 : cluster [DBG] pgmap v167: 1 pgs: 1 peering; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-11T07:16:40.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:40 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:39.213229+0000 mon.smithi045 (mon.1) 14 : audit [INF] from='client.? 172.21.15.45:0/3312246211' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0737440e-836b-4dda-81d4-87489baf81a5"}]: dispatch 2024-09-11T07:16:40.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:40 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:39.213756+0000 mon.smithi017 (mon.0) 478 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0737440e-836b-4dda-81d4-87489baf81a5"}]: dispatch 2024-09-11T07:16:40.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:40 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:39.218090+0000 mon.smithi017 (mon.0) 479 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0737440e-836b-4dda-81d4-87489baf81a5"}]': finished 2024-09-11T07:16:40.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:40 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:39.218160+0000 mon.smithi017 (mon.0) 480 : cluster [DBG] osdmap e46: 8 total, 7 up, 8 in 2024-09-11T07:16:40.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:40 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:39.218292+0000 mon.smithi017 (mon.0) 481 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:16:40.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:40 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:39.649039+0000 mon.smithi045 (mon.1) 15 : audit [DBG] from='client.? 172.21.15.45:0/1883868480' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:16:40.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:39.094452+0000 mgr.smithi017.qgiuqa (mgr.14162) 195 : cluster [DBG] pgmap v167: 1 pgs: 1 peering; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-11T07:16:40.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:39.213229+0000 mon.smithi045 (mon.1) 14 : audit [INF] from='client.? 172.21.15.45:0/3312246211' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0737440e-836b-4dda-81d4-87489baf81a5"}]: dispatch 2024-09-11T07:16:40.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:39.213756+0000 mon.smithi017 (mon.0) 478 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0737440e-836b-4dda-81d4-87489baf81a5"}]: dispatch 2024-09-11T07:16:40.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:39.218090+0000 mon.smithi017 (mon.0) 479 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0737440e-836b-4dda-81d4-87489baf81a5"}]': finished 2024-09-11T07:16:40.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:39.218160+0000 mon.smithi017 (mon.0) 480 : cluster [DBG] osdmap e46: 8 total, 7 up, 8 in 2024-09-11T07:16:40.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:39.218292+0000 mon.smithi017 (mon.0) 481 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:16:40.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:39.649039+0000 mon.smithi045 (mon.1) 15 : audit [DBG] from='client.? 172.21.15.45:0/1883868480' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-11T07:16:42.496 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:42 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:41.094849+0000 mgr.smithi017.qgiuqa (mgr.14162) 196 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-11T07:16:42.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:41.094849+0000 mgr.smithi017.qgiuqa (mgr.14162) 196 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-11T07:16:44.453 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:43.095295+0000 mgr.smithi017.qgiuqa (mgr.14162) 197 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-11T07:16:44.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:43.095295+0000 mgr.smithi017.qgiuqa (mgr.14162) 197 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-11T07:16:45.416 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:45 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:45.090825+0000 mon.smithi017 (mon.0) 482 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-11T07:16:45.416 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:45 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:45.091503+0000 mon.smithi017 (mon.0) 483 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:16:45.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:45 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:45.090825+0000 mon.smithi017 (mon.0) 482 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-11T07:16:45.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:45 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:45.091503+0000 mon.smithi017 (mon.0) 483 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:16:46.478 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:46 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:16:45.092030+0000 mgr.smithi017.qgiuqa (mgr.14162) 198 : cephadm [INF] Deploying daemon osd.7 on smithi045 2024-09-11T07:16:46.478 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:46 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:45.095531+0000 mgr.smithi017.qgiuqa (mgr.14162) 199 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-11T07:16:46.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:46 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:16:45.092030+0000 mgr.smithi017.qgiuqa (mgr.14162) 198 : cephadm [INF] Deploying daemon osd.7 on smithi045 2024-09-11T07:16:46.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:46 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:45.095531+0000 mgr.smithi017.qgiuqa (mgr.14162) 199 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-11T07:16:48.267 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:47.095968+0000 mgr.smithi017.qgiuqa (mgr.14162) 200 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-11T07:16:48.476 INFO:teuthology.orchestra.run.smithi045.stdout:Created osd(s) 7 on host 'smithi045' 2024-09-11T07:16:48.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:48 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:47.095968+0000 mgr.smithi017.qgiuqa (mgr.14162) 200 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-11T07:16:49.033 DEBUG:teuthology.orchestra.run.smithi045:osd.7> sudo journalctl -f -n 0 -u ceph-ef0778be-700c-11ef-bcea-c7b262605968@osd.7.service 2024-09-11T07:16:49.036 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-09-11T07:16:49.036 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-11T07:16:49.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:49 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:48.463472+0000 mon.smithi017 (mon.0) 484 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:16:49.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:49 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:48.467562+0000 mon.smithi017 (mon.0) 485 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:49.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:49 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:48.472445+0000 mon.smithi017 (mon.0) 486 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:49.354 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:49 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:48.463472+0000 mon.smithi017 (mon.0) 484 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:16:49.354 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:49 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:48.467562+0000 mon.smithi017 (mon.0) 485 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:49.354 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:49 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:48.472445+0000 mon.smithi017 (mon.0) 486 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:50.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:50 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:49.096242+0000 mgr.smithi017.qgiuqa (mgr.14162) 201 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-11T07:16:50.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:50 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:49.096242+0000 mgr.smithi017.qgiuqa (mgr.14162) 201 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-11T07:16:51.015 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-11T07:16:51.749 INFO:teuthology.orchestra.run.smithi017.stdout:{"epoch":46,"num_osds":8,"num_up_osds":7,"osd_up_since":1726038994,"num_in_osds":8,"osd_in_since":1726038999,"num_remapped_pgs":0} 2024-09-11T07:16:51.786 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:16:51 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.7[37195]: debug 2024-09-11T07:16:51.612+0000 7f335be6f080 -1 osd.7 0 log_to_monitors {default=true} 2024-09-11T07:16:52.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:51 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:50.833388+0000 mon.smithi017 (mon.0) 487 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:52.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:51 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:51.013293+0000 mon.smithi017 (mon.0) 488 : audit [DBG] from='client.? 172.21.15.17:0/1653785630' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T07:16:52.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:51 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:51.615787+0000 mon.smithi045 (mon.1) 16 : audit [INF] from='osd.7 [v2:172.21.15.45:6824/2682990407,v1:172.21.15.45:6825/2682990407]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T07:16:52.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:51 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:51.616286+0000 mon.smithi017 (mon.0) 489 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T07:16:52.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:51 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:50.833388+0000 mon.smithi017 (mon.0) 487 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:52.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:51 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:51.013293+0000 mon.smithi017 (mon.0) 488 : audit [DBG] from='client.? 172.21.15.17:0/1653785630' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T07:16:52.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:51 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:51.615787+0000 mon.smithi045 (mon.1) 16 : audit [INF] from='osd.7 [v2:172.21.15.45:6824/2682990407,v1:172.21.15.45:6825/2682990407]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T07:16:52.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:51 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:51.616286+0000 mon.smithi017 (mon.0) 489 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T07:16:52.751 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-11T07:16:53.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:52 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:51.096620+0000 mgr.smithi017.qgiuqa (mgr.14162) 202 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-11T07:16:53.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:52 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:51.838527+0000 mon.smithi017 (mon.0) 490 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-11T07:16:53.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:52 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:51.838635+0000 mon.smithi017 (mon.0) 491 : cluster [DBG] osdmap e47: 8 total, 7 up, 8 in 2024-09-11T07:16:53.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:52 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:51.838814+0000 mon.smithi017 (mon.0) 492 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:16:53.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:52 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:51.839140+0000 mon.smithi045 (mon.1) 17 : audit [INF] from='osd.7 [v2:172.21.15.45:6824/2682990407,v1:172.21.15.45:6825/2682990407]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2024-09-11T07:16:53.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:52 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:51.839491+0000 mon.smithi017 (mon.0) 493 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2024-09-11T07:16:53.201 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:16:52 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.7[37195]: debug 2024-09-11T07:16:52.843+0000 7f33523e0700 -1 osd.7 0 waiting for initial osdmap 2024-09-11T07:16:53.201 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:16:52 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.7[37195]: debug 2024-09-11T07:16:52.849+0000 7f334eb5c700 -1 osd.7 48 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-09-11T07:16:53.202 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:52 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:51.096620+0000 mgr.smithi017.qgiuqa (mgr.14162) 202 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-11T07:16:53.202 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:52 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:51.838527+0000 mon.smithi017 (mon.0) 490 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-11T07:16:53.202 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:52 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:51.838635+0000 mon.smithi017 (mon.0) 491 : cluster [DBG] osdmap e47: 8 total, 7 up, 8 in 2024-09-11T07:16:53.202 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:52 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:51.838814+0000 mon.smithi017 (mon.0) 492 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:16:53.202 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:52 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:51.839140+0000 mon.smithi045 (mon.1) 17 : audit [INF] from='osd.7 [v2:172.21.15.45:6824/2682990407,v1:172.21.15.45:6825/2682990407]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2024-09-11T07:16:53.202 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:52 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:51.839491+0000 mon.smithi017 (mon.0) 493 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2024-09-11T07:16:54.256 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:53 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:52.839546+0000 mon.smithi017 (mon.0) 494 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2024-09-11T07:16:54.256 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:53 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:52.839610+0000 mon.smithi017 (mon.0) 495 : cluster [DBG] osdmap e48: 8 total, 7 up, 8 in 2024-09-11T07:16:54.256 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:53 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:52.839954+0000 mon.smithi017 (mon.0) 496 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:16:54.256 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:53 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:52.843740+0000 mon.smithi017 (mon.0) 497 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:16:54.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:53 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:52.839546+0000 mon.smithi017 (mon.0) 494 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2024-09-11T07:16:54.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:53 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:52.839610+0000 mon.smithi017 (mon.0) 495 : cluster [DBG] osdmap e48: 8 total, 7 up, 8 in 2024-09-11T07:16:54.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:53 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:52.839954+0000 mon.smithi017 (mon.0) 496 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:16:54.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:53 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:52.843740+0000 mon.smithi017 (mon.0) 497 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:16:54.928 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-11T07:16:54.928 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:52.641273+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:16:54.928 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:52.641367+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:16:54.928 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:53.097179+0000 mgr.smithi017.qgiuqa (mgr.14162) 203 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-11T07:16:54.928 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:53.844391+0000 mon.smithi017 (mon.0) 498 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:16:54.928 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:53.848055+0000 mon.smithi017 (mon.0) 499 : cluster [INF] osd.7 [v2:172.21.15.45:6824/2682990407,v1:172.21.15.45:6825/2682990407] boot 2024-09-11T07:16:54.928 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:53.848148+0000 mon.smithi017 (mon.0) 500 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-09-11T07:16:54.928 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:53.848359+0000 mon.smithi017 (mon.0) 501 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:16:54.929 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:54.018496+0000 mon.smithi017 (mon.0) 502 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:54.929 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:54.022277+0000 mon.smithi017 (mon.0) 503 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:54.929 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:54.025416+0000 mon.smithi017 (mon.0) 504 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:16:54.929 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:54.029983+0000 mon.smithi017 (mon.0) 505 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:54.929 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:54.054371+0000 mon.smithi017 (mon.0) 506 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-09-11T07:16:55.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:52.641273+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-11T07:16:55.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:52.641367+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-11T07:16:55.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:53.097179+0000 mgr.smithi017.qgiuqa (mgr.14162) 203 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-09-11T07:16:55.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:53.844391+0000 mon.smithi017 (mon.0) 498 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:16:55.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:53.848055+0000 mon.smithi017 (mon.0) 499 : cluster [INF] osd.7 [v2:172.21.15.45:6824/2682990407,v1:172.21.15.45:6825/2682990407] boot 2024-09-11T07:16:55.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:53.848148+0000 mon.smithi017 (mon.0) 500 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-09-11T07:16:55.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:53.848359+0000 mon.smithi017 (mon.0) 501 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:16:55.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:54.018496+0000 mon.smithi017 (mon.0) 502 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:55.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:54.022277+0000 mon.smithi017 (mon.0) 503 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:55.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:54.025416+0000 mon.smithi017 (mon.0) 504 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:16:55.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:54.029983+0000 mon.smithi017 (mon.0) 505 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:16:55.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:54.054371+0000 mon.smithi017 (mon.0) 506 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-09-11T07:16:55.706 INFO:teuthology.orchestra.run.smithi017.stdout:{"epoch":50,"num_osds":8,"num_up_osds":8,"osd_up_since":1726039013,"num_in_osds":8,"osd_in_since":1726038999,"num_remapped_pgs":0} 2024-09-11T07:16:55.707 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-11T07:16:55.923 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/mon.smithi017/config 2024-09-11T07:16:56.039 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:55 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:16:54.012800+0000 mgr.smithi017.qgiuqa (mgr.14162) 204 : cephadm [INF] Detected new or changed devices on smithi045 2024-09-11T07:16:56.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:55 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:54.926242+0000 mon.smithi017 (mon.0) 507 : audit [DBG] from='client.? 172.21.15.17:0/1612109810' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T07:16:56.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:55 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:55.058706+0000 mon.smithi017 (mon.0) 508 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-09-11T07:16:56.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:55 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:16:54.012800+0000 mgr.smithi017.qgiuqa (mgr.14162) 204 : cephadm [INF] Detected new or changed devices on smithi045 2024-09-11T07:16:56.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:55 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:54.926242+0000 mon.smithi017 (mon.0) 507 : audit [DBG] from='client.? 172.21.15.17:0/1612109810' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-11T07:16:56.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:55 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:55.058706+0000 mon.smithi017 (mon.0) 508 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-09-11T07:16:56.995 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:55.097654+0000 mgr.smithi017.qgiuqa (mgr.14162) 205 : cluster [DBG] pgmap v181: 1 pgs: 1 peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:16:57.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:55.097654+0000 mgr.smithi017.qgiuqa (mgr.14162) 205 : cluster [DBG] pgmap v181: 1 pgs: 1 peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:16:57.675 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-11T07:16:57.675 INFO:teuthology.orchestra.run.smithi017.stdout:{"epoch":51,"fsid":"ef0778be-700c-11ef-bcea-c7b262605968","created":"2024-09-11T07:11:18.509503+0000","modified":"2024-09-11T07:16:55.055208+0000","last_up_change":"2024-09-11T07:16:53.841215+0000","last_in_change":"2024-09-11T07:16:39.214378+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-09-11T07:15:17.494349+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"2d858653-5059-4ac9-ad57-9101370b4a60","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6802","nonce":4041286219},{"type":"v1","addr":"172.21.15.17:6803","nonce":4041286219}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6804","nonce":4041286219},{"type":"v1","addr":"172.21.15.17:6805","nonce":4041286219}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6808","nonce":4041286219},{"type":"v1","addr":"172.21.15.17:6809","nonce":4041286219}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6806","nonce":4041286219},{"type":"v1","addr":"172.21.15.17:6807","nonce":4041286219}]},"public_addr":"172.21.15.17:6803/4041286219","cluster_addr":"172.21.15.17:6805/4041286219","heartbeat_back_addr":"172.21.15.17:6809/4041286219","heartbeat_front_addr":"172.21.15.17:6807/4041286219","state":["exists","up"]},{"osd":1,"uuid":"4f72714a-13d4-46f9-9dfb-b55538366916","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6810","nonce":3594800246},{"type":"v1","addr":"172.21.15.17:6811","nonce":3594800246}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6812","nonce":3594800246},{"type":"v1","addr":"172.21.15.17:6813","nonce":3594800246}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6816","nonce":3594800246},{"type":"v1","addr":"172.21.15.17:6817","nonce":3594800246}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6814","nonce":3594800246},{"type":"v1","addr":"172.21.15.17:6815","nonce":3594800246}]},"public_addr":"172.21.15.17:6811/3594800246","cluster_addr":"172.21.15.17:6813/3594800246","heartbeat_back_addr":"172.21.15.17:6817/3594800246","heartbeat_front_addr":"172.21.15.17:6815/3594800246","state":["exists","up"]},{"osd":2,"uuid":"4116a959-7706-4e5f-ba60-3d60f1d49f27","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6818","nonce":3383802560},{"type":"v1","addr":"172.21.15.17:6819","nonce":3383802560}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6820","nonce":3383802560},{"type":"v1","addr":"172.21.15.17:6821","nonce":3383802560}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6824","nonce":3383802560},{"type":"v1","addr":"172.21.15.17:6825","nonce":3383802560}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6822","nonce":3383802560},{"type":"v1","addr":"172.21.15.17:6823","nonce":3383802560}]},"public_addr":"172.21.15.17:6819/3383802560","cluster_addr":"172.21.15.17:6821/3383802560","heartbeat_back_addr":"172.21.15.17:6825/3383802560","heartbeat_front_addr":"172.21.15.17:6823/3383802560","state":["exists","up"]},{"osd":3,"uuid":"e7b31524-4751-4749-961a-677ecf6f16c4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6826","nonce":3592809189},{"type":"v1","addr":"172.21.15.17:6827","nonce":3592809189}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6828","nonce":3592809189},{"type":"v1","addr":"172.21.15.17:6829","nonce":3592809189}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6832","nonce":3592809189},{"type":"v1","addr":"172.21.15.17:6833","nonce":3592809189}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6830","nonce":3592809189},{"type":"v1","addr":"172.21.15.17:6831","nonce":3592809189}]},"public_addr":"172.21.15.17:6827/3592809189","cluster_addr":"172.21.15.17:6829/3592809189","heartbeat_back_addr":"172.21.15.17:6833/3592809189","heartbeat_front_addr":"172.21.15.17:6831/3592809189","state":["exists","up"]},{"osd":4,"uuid":"91995781-8375-4662-81ca-246ec04b5b22","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6800","nonce":3845371272},{"type":"v1","addr":"172.21.15.45:6801","nonce":3845371272}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6802","nonce":3845371272},{"type":"v1","addr":"172.21.15.45:6803","nonce":3845371272}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6806","nonce":3845371272},{"type":"v1","addr":"172.21.15.45:6807","nonce":3845371272}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6804","nonce":3845371272},{"type":"v1","addr":"172.21.15.45:6805","nonce":3845371272}]},"public_addr":"172.21.15.45:6801/3845371272","cluster_addr":"172.21.15.45:6803/3845371272","heartbeat_back_addr":"172.21.15.45:6807/3845371272","heartbeat_front_addr":"172.21.15.45:6805/3845371272","state":["exists","up"]},{"osd":5,"uuid":"ad45175c-7f24-4798-b4a3-b8eaf5276a2d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6808","nonce":2302530526},{"type":"v1","addr":"172.21.15.45:6809","nonce":2302530526}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6810","nonce":2302530526},{"type":"v1","addr":"172.21.15.45:6811","nonce":2302530526}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6814","nonce":2302530526},{"type":"v1","addr":"172.21.15.45:6815","nonce":2302530526}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6812","nonce":2302530526},{"type":"v1","addr":"172.21.15.45:6813","nonce":2302530526}]},"public_addr":"172.21.15.45:6809/2302530526","cluster_addr":"172.21.15.45:6811/2302530526","heartbeat_back_addr":"172.21.15.45:6815/2302530526","heartbeat_front_addr":"172.21.15.45:6813/2302530526","state":["exists","up"]},{"osd":6,"uuid":"a60d65a1-a0e0-4578-bbaf-b23f8fcdeb9e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6816","nonce":1326935374},{"type":"v1","addr":"172.21.15.45:6817","nonce":1326935374}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6818","nonce":1326935374},{"type":"v1","addr":"172.21.15.45:6819","nonce":1326935374}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6822","nonce":1326935374},{"type":"v1","addr":"172.21.15.45:6823","nonce":1326935374}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6820","nonce":1326935374},{"type":"v1","addr":"172.21.15.45:6821","nonce":1326935374}]},"public_addr":"172.21.15.45:6817/1326935374","cluster_addr":"172.21.15.45:6819/1326935374","heartbeat_back_addr":"172.21.15.45:6823/1326935374","heartbeat_front_addr":"172.21.15.45:6821/1326935374","state":["exists","up"]},{"osd":7,"uuid":"0737440e-836b-4dda-81d4-87489baf81a5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":49,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6824","nonce":2682990407},{"type":"v1","addr":"172.21.15.45:6825","nonce":2682990407}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6826","nonce":2682990407},{"type":"v1","addr":"172.21.15.45:6827","nonce":2682990407}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6830","nonce":2682990407},{"type":"v1","addr":"172.21.15.45:6831","nonce":2682990407}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6828","nonce":2682990407},{"type":"v1","addr":"172.21.15.45:6829","nonce":2682990407}]},"public_addr":"172.21.15.45:6825/2682990407","cluster_addr":"172.21.15.45:6827/2682990407","heartbeat_back_addr":"172.21.15.45:6831/2682990407","heartbeat_front_addr":"172.21.15.45:6829/2682990407","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:14:26.641491+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:14:51.154458+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:15:15.093636+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:15:36.720709+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:15:53.817279+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:16:13.474902+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:16:32.651160+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:16:52.641369+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.17:6800/2978420964":"2024-09-12T07:12:12.997557+0000","172.21.15.17:0/1620357741":"2024-09-12T07:12:12.997557+0000","172.21.15.17:6801/2978420964":"2024-09-12T07:12:12.997557+0000","172.21.15.17:0/825529598":"2024-09-12T07:11:58.672892+0000","172.21.15.17:0/2750296744":"2024-09-12T07:12:12.997557+0000","172.21.15.17:6800/3784747585":"2024-09-12T07:11:58.672892+0000","172.21.15.17:6800/2360139825":"2024-09-12T07:11:40.165119+0000","172.21.15.17:6801/3784747585":"2024-09-12T07:11:58.672892+0000","172.21.15.17:0/662672925":"2024-09-12T07:11:58.672892+0000","172.21.15.17:6801/2360139825":"2024-09-12T07:11:40.165119+0000","172.21.15.17:0/2945449621":"2024-09-12T07:11:40.165119+0000","172.21.15.17:0/1901163165":"2024-09-12T07:11:40.165119+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-11T07:16:58.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:57 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:16:57.673201+0000 mon.smithi017 (mon.0) 509 : audit [DBG] from='client.? 172.21.15.17:0/2006219480' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T07:16:58.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:57 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:16:57.673201+0000 mon.smithi017 (mon.0) 509 : audit [DBG] from='client.? 172.21.15.17:0/2006219480' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T07:16:58.369 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-09-11T07:15:17.494349+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2024-09-11T07:16:58.370 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph osd pool get device_health_metrics pg_num 2024-09-11T07:16:58.579 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/mon.smithi017/config 2024-09-11T07:16:58.997 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:16:58 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:57.097911+0000 mgr.smithi017.qgiuqa (mgr.14162) 206 : cluster [DBG] pgmap v182: 1 pgs: 1 peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:16:59.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:16:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:57.097911+0000 mgr.smithi017.qgiuqa (mgr.14162) 206 : cluster [DBG] pgmap v182: 1 pgs: 1 peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:00.272 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:00 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:16:59.098205+0000 mgr.smithi017.qgiuqa (mgr.14162) 207 : cluster [DBG] pgmap v183: 1 pgs: 1 peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:00.481 INFO:teuthology.orchestra.run.smithi017.stdout:pg_num: 1 2024-09-11T07:17:00.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:00 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:16:59.098205+0000 mgr.smithi017.qgiuqa (mgr.14162) 207 : cluster [DBG] pgmap v183: 1 pgs: 1 peering; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:01.233 INFO:tasks.cephadm:Setting up client nodes... 2024-09-11T07:17:01.234 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-11T07:17:01.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:01 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:17:00.479821+0000 mon.smithi017 (mon.0) 510 : audit [DBG] from='client.? 172.21.15.17:0/907527926' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-09-11T07:17:01.536 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:01 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:17:00.479821+0000 mon.smithi017 (mon.0) 510 : audit [DBG] from='client.? 172.21.15.17:0/907527926' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-09-11T07:17:02.183 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:02 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:17:01.098505+0000 mgr.smithi017.qgiuqa (mgr.14162) 208 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:02.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:02 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:17:01.098505+0000 mgr.smithi017.qgiuqa (mgr.14162) 208 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:03.361 INFO:teuthology.orchestra.run.smithi017.stdout:[client.0] 2024-09-11T07:17:03.361 INFO:teuthology.orchestra.run.smithi017.stdout: key = AQDvQ+Fm/dFCFRAAoVR0KJyEXe4ARoSuuKhgUA== 2024-09-11T07:17:04.186 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-09-11T07:17:04.186 DEBUG:teuthology.orchestra.run.smithi017:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-09-11T07:17:04.186 DEBUG:teuthology.orchestra.run.smithi017:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-09-11T07:17:04.227 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-11T07:17:04.227 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-11T07:17:04.227 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph mgr dump --format=json 2024-09-11T07:17:04.477 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/mon.smithi017/config 2024-09-11T07:17:04.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:17:03.098769+0000 mgr.smithi017.qgiuqa (mgr.14162) 209 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:04.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:17:03.356544+0000 mon.smithi017 (mon.0) 511 : audit [INF] from='client.? 172.21.15.17:0/1878184105' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-11T07:17:04.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:17:03.359529+0000 mon.smithi017 (mon.0) 512 : audit [INF] from='client.? 172.21.15.17:0/1878184105' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-11T07:17:04.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:17:03.098769+0000 mgr.smithi017.qgiuqa (mgr.14162) 209 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:04.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:17:03.356544+0000 mon.smithi017 (mon.0) 511 : audit [INF] from='client.? 172.21.15.17:0/1878184105' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-11T07:17:04.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:17:03.359529+0000 mon.smithi017 (mon.0) 512 : audit [INF] from='client.? 172.21.15.17:0/1878184105' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-11T07:17:06.318 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-11T07:17:06.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:06 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:17:05.099032+0000 mgr.smithi017.qgiuqa (mgr.14162) 210 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:06.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:06 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:17:05.099032+0000 mgr.smithi017.qgiuqa (mgr.14162) 210 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:06.873 INFO:teuthology.orchestra.run.smithi017.stdout:{"epoch":18,"active_gid":14162,"active_name":"smithi017.qgiuqa","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6800","nonce":2089139649},{"type":"v1","addr":"172.21.15.17:6801","nonce":2089139649}]},"active_addr":"172.21.15.17:6801/2089139649","active_change":"2024-09-11T07:12:12.997895+0000","active_mgr_features":4540138297136906239,"available":true,"standbys":[{"gid":14228,"name":"smithi045.wavrrv","mgr_features":4540138297136906239,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/alertmanager:v0.20.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"docker.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"docker.io/ceph/ceph-grafana:6.7.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"haproxy","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/node-exporter:v0.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/prometheus:v2.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Registry to which we should normalize unqualified image names","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository url","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_HOST":{"name":"RGW_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_PORT":{"name":"RGW_API_PORT","type":"str","level":"advanced","flags":0,"default_value":"80","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SCHEME":{"name":"RGW_API_SCHEME","type":"str","level":"advanced","flags":0,"default_value":"http","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_USER_ID":{"name":"RGW_API_USER_ID","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"persist_interval":{"name":"persist_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how frequently to persist completed events","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"str","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","prometheus","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/alertmanager:v0.20.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"docker.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"docker.io/ceph/ceph-grafana:6.7.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"haproxy","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/node-exporter:v0.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/prometheus:v2.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Registry to which we should normalize unqualified image names","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository url","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_HOST":{"name":"RGW_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_PORT":{"name":"RGW_API_PORT","type":"str","level":"advanced","flags":0,"default_value":"80","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SCHEME":{"name":"RGW_API_SCHEME","type":"str","level":"advanced","flags":0,"default_value":"http","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_USER_ID":{"name":"RGW_API_USER_ID","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"persist_interval":{"name":"persist_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how frequently to persist completed events","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"str","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://smithi017.front.sepia.ceph.com:8443/","prometheus":"http://smithi017.front.sepia.ceph.com:9283/"},"always_on_modules":{"nautilus":["balancer","crash","devicehealth","orchestrator_cli","progress","rbd_support","status","volumes"],"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"last_failure_osd_epoch":4,"active_clients":[{"addrvec":[{"type":"v2","addr":"172.21.15.17:0","nonce":500092887}]},{"addrvec":[{"type":"v2","addr":"172.21.15.17:0","nonce":403871365}]}]}} 2024-09-11T07:17:06.876 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-11T07:17:06.876 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-11T07:17:06.876 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-11T07:17:07.088 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/mon.smithi017/config 2024-09-11T07:17:07.418 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:17:06.311310+0000 mon.smithi017 (mon.0) 513 : audit [DBG] from='client.? 172.21.15.17:0/4216967670' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-11T07:17:07.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:17:06.311310+0000 mon.smithi017 (mon.0) 513 : audit [DBG] from='client.? 172.21.15.17:0/4216967670' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-11T07:17:08.415 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:08 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:17:07.099388+0000 mgr.smithi017.qgiuqa (mgr.14162) 211 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:08.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:08 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:17:07.099388+0000 mgr.smithi017.qgiuqa (mgr.14162) 211 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:08.945 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-11T07:17:08.945 INFO:teuthology.orchestra.run.smithi017.stdout:{"epoch":51,"fsid":"ef0778be-700c-11ef-bcea-c7b262605968","created":"2024-09-11T07:11:18.509503+0000","modified":"2024-09-11T07:16:55.055208+0000","last_up_change":"2024-09-11T07:16:53.841215+0000","last_in_change":"2024-09-11T07:16:39.214378+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-09-11T07:15:17.494349+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"2d858653-5059-4ac9-ad57-9101370b4a60","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6802","nonce":4041286219},{"type":"v1","addr":"172.21.15.17:6803","nonce":4041286219}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6804","nonce":4041286219},{"type":"v1","addr":"172.21.15.17:6805","nonce":4041286219}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6808","nonce":4041286219},{"type":"v1","addr":"172.21.15.17:6809","nonce":4041286219}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6806","nonce":4041286219},{"type":"v1","addr":"172.21.15.17:6807","nonce":4041286219}]},"public_addr":"172.21.15.17:6803/4041286219","cluster_addr":"172.21.15.17:6805/4041286219","heartbeat_back_addr":"172.21.15.17:6809/4041286219","heartbeat_front_addr":"172.21.15.17:6807/4041286219","state":["exists","up"]},{"osd":1,"uuid":"4f72714a-13d4-46f9-9dfb-b55538366916","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6810","nonce":3594800246},{"type":"v1","addr":"172.21.15.17:6811","nonce":3594800246}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6812","nonce":3594800246},{"type":"v1","addr":"172.21.15.17:6813","nonce":3594800246}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6816","nonce":3594800246},{"type":"v1","addr":"172.21.15.17:6817","nonce":3594800246}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6814","nonce":3594800246},{"type":"v1","addr":"172.21.15.17:6815","nonce":3594800246}]},"public_addr":"172.21.15.17:6811/3594800246","cluster_addr":"172.21.15.17:6813/3594800246","heartbeat_back_addr":"172.21.15.17:6817/3594800246","heartbeat_front_addr":"172.21.15.17:6815/3594800246","state":["exists","up"]},{"osd":2,"uuid":"4116a959-7706-4e5f-ba60-3d60f1d49f27","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6818","nonce":3383802560},{"type":"v1","addr":"172.21.15.17:6819","nonce":3383802560}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6820","nonce":3383802560},{"type":"v1","addr":"172.21.15.17:6821","nonce":3383802560}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6824","nonce":3383802560},{"type":"v1","addr":"172.21.15.17:6825","nonce":3383802560}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6822","nonce":3383802560},{"type":"v1","addr":"172.21.15.17:6823","nonce":3383802560}]},"public_addr":"172.21.15.17:6819/3383802560","cluster_addr":"172.21.15.17:6821/3383802560","heartbeat_back_addr":"172.21.15.17:6825/3383802560","heartbeat_front_addr":"172.21.15.17:6823/3383802560","state":["exists","up"]},{"osd":3,"uuid":"e7b31524-4751-4749-961a-677ecf6f16c4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6826","nonce":3592809189},{"type":"v1","addr":"172.21.15.17:6827","nonce":3592809189}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6828","nonce":3592809189},{"type":"v1","addr":"172.21.15.17:6829","nonce":3592809189}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6832","nonce":3592809189},{"type":"v1","addr":"172.21.15.17:6833","nonce":3592809189}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6830","nonce":3592809189},{"type":"v1","addr":"172.21.15.17:6831","nonce":3592809189}]},"public_addr":"172.21.15.17:6827/3592809189","cluster_addr":"172.21.15.17:6829/3592809189","heartbeat_back_addr":"172.21.15.17:6833/3592809189","heartbeat_front_addr":"172.21.15.17:6831/3592809189","state":["exists","up"]},{"osd":4,"uuid":"91995781-8375-4662-81ca-246ec04b5b22","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6800","nonce":3845371272},{"type":"v1","addr":"172.21.15.45:6801","nonce":3845371272}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6802","nonce":3845371272},{"type":"v1","addr":"172.21.15.45:6803","nonce":3845371272}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6806","nonce":3845371272},{"type":"v1","addr":"172.21.15.45:6807","nonce":3845371272}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6804","nonce":3845371272},{"type":"v1","addr":"172.21.15.45:6805","nonce":3845371272}]},"public_addr":"172.21.15.45:6801/3845371272","cluster_addr":"172.21.15.45:6803/3845371272","heartbeat_back_addr":"172.21.15.45:6807/3845371272","heartbeat_front_addr":"172.21.15.45:6805/3845371272","state":["exists","up"]},{"osd":5,"uuid":"ad45175c-7f24-4798-b4a3-b8eaf5276a2d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6808","nonce":2302530526},{"type":"v1","addr":"172.21.15.45:6809","nonce":2302530526}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6810","nonce":2302530526},{"type":"v1","addr":"172.21.15.45:6811","nonce":2302530526}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6814","nonce":2302530526},{"type":"v1","addr":"172.21.15.45:6815","nonce":2302530526}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6812","nonce":2302530526},{"type":"v1","addr":"172.21.15.45:6813","nonce":2302530526}]},"public_addr":"172.21.15.45:6809/2302530526","cluster_addr":"172.21.15.45:6811/2302530526","heartbeat_back_addr":"172.21.15.45:6815/2302530526","heartbeat_front_addr":"172.21.15.45:6813/2302530526","state":["exists","up"]},{"osd":6,"uuid":"a60d65a1-a0e0-4578-bbaf-b23f8fcdeb9e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6816","nonce":1326935374},{"type":"v1","addr":"172.21.15.45:6817","nonce":1326935374}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6818","nonce":1326935374},{"type":"v1","addr":"172.21.15.45:6819","nonce":1326935374}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6822","nonce":1326935374},{"type":"v1","addr":"172.21.15.45:6823","nonce":1326935374}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6820","nonce":1326935374},{"type":"v1","addr":"172.21.15.45:6821","nonce":1326935374}]},"public_addr":"172.21.15.45:6817/1326935374","cluster_addr":"172.21.15.45:6819/1326935374","heartbeat_back_addr":"172.21.15.45:6823/1326935374","heartbeat_front_addr":"172.21.15.45:6821/1326935374","state":["exists","up"]},{"osd":7,"uuid":"0737440e-836b-4dda-81d4-87489baf81a5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":49,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6824","nonce":2682990407},{"type":"v1","addr":"172.21.15.45:6825","nonce":2682990407}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6826","nonce":2682990407},{"type":"v1","addr":"172.21.15.45:6827","nonce":2682990407}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6830","nonce":2682990407},{"type":"v1","addr":"172.21.15.45:6831","nonce":2682990407}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6828","nonce":2682990407},{"type":"v1","addr":"172.21.15.45:6829","nonce":2682990407}]},"public_addr":"172.21.15.45:6825/2682990407","cluster_addr":"172.21.15.45:6827/2682990407","heartbeat_back_addr":"172.21.15.45:6831/2682990407","heartbeat_front_addr":"172.21.15.45:6829/2682990407","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:14:26.641491+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:14:51.154458+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:15:15.093636+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:15:36.720709+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:15:53.817279+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:16:13.474902+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:16:32.651160+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:16:52.641369+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.17:6800/2978420964":"2024-09-12T07:12:12.997557+0000","172.21.15.17:0/1620357741":"2024-09-12T07:12:12.997557+0000","172.21.15.17:6801/2978420964":"2024-09-12T07:12:12.997557+0000","172.21.15.17:0/825529598":"2024-09-12T07:11:58.672892+0000","172.21.15.17:0/2750296744":"2024-09-12T07:12:12.997557+0000","172.21.15.17:6800/3784747585":"2024-09-12T07:11:58.672892+0000","172.21.15.17:6800/2360139825":"2024-09-12T07:11:40.165119+0000","172.21.15.17:6801/3784747585":"2024-09-12T07:11:58.672892+0000","172.21.15.17:0/662672925":"2024-09-12T07:11:58.672892+0000","172.21.15.17:6801/2360139825":"2024-09-12T07:11:40.165119+0000","172.21.15.17:0/2945449621":"2024-09-12T07:11:40.165119+0000","172.21.15.17:0/1901163165":"2024-09-12T07:11:40.165119+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-11T07:17:09.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:09 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:17:08.943001+0000 mon.smithi017 (mon.0) 514 : audit [DBG] from='client.? 172.21.15.17:0/363648691' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T07:17:09.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:09 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:17:08.943001+0000 mon.smithi017 (mon.0) 514 : audit [DBG] from='client.? 172.21.15.17:0/363648691' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T07:17:09.758 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-11T07:17:09.758 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-11T07:17:09.972 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/mon.smithi017/config 2024-09-11T07:17:10.392 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:10 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:17:09.099846+0000 mgr.smithi017.qgiuqa (mgr.14162) 212 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:10.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:10 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:17:09.099846+0000 mgr.smithi017.qgiuqa (mgr.14162) 212 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:11.680 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-11T07:17:11.681 INFO:teuthology.orchestra.run.smithi017.stdout:{"epoch":51,"fsid":"ef0778be-700c-11ef-bcea-c7b262605968","created":"2024-09-11T07:11:18.509503+0000","modified":"2024-09-11T07:16:55.055208+0000","last_up_change":"2024-09-11T07:16:53.841215+0000","last_in_change":"2024-09-11T07:16:39.214378+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-09-11T07:15:17.494349+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"2d858653-5059-4ac9-ad57-9101370b4a60","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6802","nonce":4041286219},{"type":"v1","addr":"172.21.15.17:6803","nonce":4041286219}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6804","nonce":4041286219},{"type":"v1","addr":"172.21.15.17:6805","nonce":4041286219}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6808","nonce":4041286219},{"type":"v1","addr":"172.21.15.17:6809","nonce":4041286219}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6806","nonce":4041286219},{"type":"v1","addr":"172.21.15.17:6807","nonce":4041286219}]},"public_addr":"172.21.15.17:6803/4041286219","cluster_addr":"172.21.15.17:6805/4041286219","heartbeat_back_addr":"172.21.15.17:6809/4041286219","heartbeat_front_addr":"172.21.15.17:6807/4041286219","state":["exists","up"]},{"osd":1,"uuid":"4f72714a-13d4-46f9-9dfb-b55538366916","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6810","nonce":3594800246},{"type":"v1","addr":"172.21.15.17:6811","nonce":3594800246}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6812","nonce":3594800246},{"type":"v1","addr":"172.21.15.17:6813","nonce":3594800246}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6816","nonce":3594800246},{"type":"v1","addr":"172.21.15.17:6817","nonce":3594800246}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6814","nonce":3594800246},{"type":"v1","addr":"172.21.15.17:6815","nonce":3594800246}]},"public_addr":"172.21.15.17:6811/3594800246","cluster_addr":"172.21.15.17:6813/3594800246","heartbeat_back_addr":"172.21.15.17:6817/3594800246","heartbeat_front_addr":"172.21.15.17:6815/3594800246","state":["exists","up"]},{"osd":2,"uuid":"4116a959-7706-4e5f-ba60-3d60f1d49f27","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6818","nonce":3383802560},{"type":"v1","addr":"172.21.15.17:6819","nonce":3383802560}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6820","nonce":3383802560},{"type":"v1","addr":"172.21.15.17:6821","nonce":3383802560}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6824","nonce":3383802560},{"type":"v1","addr":"172.21.15.17:6825","nonce":3383802560}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6822","nonce":3383802560},{"type":"v1","addr":"172.21.15.17:6823","nonce":3383802560}]},"public_addr":"172.21.15.17:6819/3383802560","cluster_addr":"172.21.15.17:6821/3383802560","heartbeat_back_addr":"172.21.15.17:6825/3383802560","heartbeat_front_addr":"172.21.15.17:6823/3383802560","state":["exists","up"]},{"osd":3,"uuid":"e7b31524-4751-4749-961a-677ecf6f16c4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6826","nonce":3592809189},{"type":"v1","addr":"172.21.15.17:6827","nonce":3592809189}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6828","nonce":3592809189},{"type":"v1","addr":"172.21.15.17:6829","nonce":3592809189}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6832","nonce":3592809189},{"type":"v1","addr":"172.21.15.17:6833","nonce":3592809189}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6830","nonce":3592809189},{"type":"v1","addr":"172.21.15.17:6831","nonce":3592809189}]},"public_addr":"172.21.15.17:6827/3592809189","cluster_addr":"172.21.15.17:6829/3592809189","heartbeat_back_addr":"172.21.15.17:6833/3592809189","heartbeat_front_addr":"172.21.15.17:6831/3592809189","state":["exists","up"]},{"osd":4,"uuid":"91995781-8375-4662-81ca-246ec04b5b22","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6800","nonce":3845371272},{"type":"v1","addr":"172.21.15.45:6801","nonce":3845371272}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6802","nonce":3845371272},{"type":"v1","addr":"172.21.15.45:6803","nonce":3845371272}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6806","nonce":3845371272},{"type":"v1","addr":"172.21.15.45:6807","nonce":3845371272}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6804","nonce":3845371272},{"type":"v1","addr":"172.21.15.45:6805","nonce":3845371272}]},"public_addr":"172.21.15.45:6801/3845371272","cluster_addr":"172.21.15.45:6803/3845371272","heartbeat_back_addr":"172.21.15.45:6807/3845371272","heartbeat_front_addr":"172.21.15.45:6805/3845371272","state":["exists","up"]},{"osd":5,"uuid":"ad45175c-7f24-4798-b4a3-b8eaf5276a2d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6808","nonce":2302530526},{"type":"v1","addr":"172.21.15.45:6809","nonce":2302530526}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6810","nonce":2302530526},{"type":"v1","addr":"172.21.15.45:6811","nonce":2302530526}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6814","nonce":2302530526},{"type":"v1","addr":"172.21.15.45:6815","nonce":2302530526}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6812","nonce":2302530526},{"type":"v1","addr":"172.21.15.45:6813","nonce":2302530526}]},"public_addr":"172.21.15.45:6809/2302530526","cluster_addr":"172.21.15.45:6811/2302530526","heartbeat_back_addr":"172.21.15.45:6815/2302530526","heartbeat_front_addr":"172.21.15.45:6813/2302530526","state":["exists","up"]},{"osd":6,"uuid":"a60d65a1-a0e0-4578-bbaf-b23f8fcdeb9e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6816","nonce":1326935374},{"type":"v1","addr":"172.21.15.45:6817","nonce":1326935374}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6818","nonce":1326935374},{"type":"v1","addr":"172.21.15.45:6819","nonce":1326935374}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6822","nonce":1326935374},{"type":"v1","addr":"172.21.15.45:6823","nonce":1326935374}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6820","nonce":1326935374},{"type":"v1","addr":"172.21.15.45:6821","nonce":1326935374}]},"public_addr":"172.21.15.45:6817/1326935374","cluster_addr":"172.21.15.45:6819/1326935374","heartbeat_back_addr":"172.21.15.45:6823/1326935374","heartbeat_front_addr":"172.21.15.45:6821/1326935374","state":["exists","up"]},{"osd":7,"uuid":"0737440e-836b-4dda-81d4-87489baf81a5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":49,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6824","nonce":2682990407},{"type":"v1","addr":"172.21.15.45:6825","nonce":2682990407}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6826","nonce":2682990407},{"type":"v1","addr":"172.21.15.45:6827","nonce":2682990407}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6830","nonce":2682990407},{"type":"v1","addr":"172.21.15.45:6831","nonce":2682990407}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6828","nonce":2682990407},{"type":"v1","addr":"172.21.15.45:6829","nonce":2682990407}]},"public_addr":"172.21.15.45:6825/2682990407","cluster_addr":"172.21.15.45:6827/2682990407","heartbeat_back_addr":"172.21.15.45:6831/2682990407","heartbeat_front_addr":"172.21.15.45:6829/2682990407","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:14:26.641491+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:14:51.154458+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:15:15.093636+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:15:36.720709+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:15:53.817279+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:16:13.474902+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:16:32.651160+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T07:16:52.641369+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.17:6800/2978420964":"2024-09-12T07:12:12.997557+0000","172.21.15.17:0/1620357741":"2024-09-12T07:12:12.997557+0000","172.21.15.17:6801/2978420964":"2024-09-12T07:12:12.997557+0000","172.21.15.17:0/825529598":"2024-09-12T07:11:58.672892+0000","172.21.15.17:0/2750296744":"2024-09-12T07:12:12.997557+0000","172.21.15.17:6800/3784747585":"2024-09-12T07:11:58.672892+0000","172.21.15.17:6800/2360139825":"2024-09-12T07:11:40.165119+0000","172.21.15.17:6801/3784747585":"2024-09-12T07:11:58.672892+0000","172.21.15.17:0/662672925":"2024-09-12T07:11:58.672892+0000","172.21.15.17:6801/2360139825":"2024-09-12T07:11:40.165119+0000","172.21.15.17:0/2945449621":"2024-09-12T07:11:40.165119+0000","172.21.15.17:0/1901163165":"2024-09-12T07:11:40.165119+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-11T07:17:12.428 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:12 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:17:11.100187+0000 mgr.smithi017.qgiuqa (mgr.14162) 213 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:12.428 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:12 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:17:11.678206+0000 mon.smithi017 (mon.0) 515 : audit [DBG] from='client.? 172.21.15.17:0/720600871' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T07:17:12.457 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-11T07:17:12.458 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-11T07:17:12.458 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-11T07:17:12.459 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-09-11T07:17:12.459 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-09-11T07:17:12.460 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-09-11T07:17:12.460 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph tell osd.6 flush_pg_stats 2024-09-11T07:17:12.460 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph tell osd.7 flush_pg_stats 2024-09-11T07:17:12.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:12 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:17:11.100187+0000 mgr.smithi017.qgiuqa (mgr.14162) 213 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:12.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:12 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:17:11.678206+0000 mon.smithi017 (mon.0) 515 : audit [DBG] from='client.? 172.21.15.17:0/720600871' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-11T07:17:12.890 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/mon.smithi017/config 2024-09-11T07:17:12.891 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/mon.smithi017/config 2024-09-11T07:17:12.894 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/mon.smithi017/config 2024-09-11T07:17:12.894 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/mon.smithi017/config 2024-09-11T07:17:12.903 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/mon.smithi017/config 2024-09-11T07:17:12.903 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/mon.smithi017/config 2024-09-11T07:17:12.905 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/mon.smithi017/config 2024-09-11T07:17:12.908 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/mon.smithi017/config 2024-09-11T07:17:14.333 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:14 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:17:13.100656+0000 mgr.smithi017.qgiuqa (mgr.14162) 214 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:14.334 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:14 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:17:13.195823+0000 mon.smithi017 (mon.0) 516 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:17:14.334 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:14 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:17:13.196025+0000 mon.smithi017 (mon.0) 517 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/trash_purge_schedule"}]: dispatch 2024-09-11T07:17:14.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:17:13.100656+0000 mgr.smithi017.qgiuqa (mgr.14162) 214 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:14.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:17:13.195823+0000 mon.smithi017 (mon.0) 516 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:17:14.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:17:13.196025+0000 mon.smithi017 (mon.0) 517 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/trash_purge_schedule"}]: dispatch 2024-09-11T07:17:16.255 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:17:15.100935+0000 mgr.smithi017.qgiuqa (mgr.14162) 215 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:16.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:17:15.100935+0000 mgr.smithi017.qgiuqa (mgr.14162) 215 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:18.265 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:18 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:17:17.101207+0000 mgr.smithi017.qgiuqa (mgr.14162) 216 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:18.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:18 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:17:17.101207+0000 mgr.smithi017.qgiuqa (mgr.14162) 216 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:19.853 INFO:teuthology.orchestra.run.smithi017.stdout:111669149718 2024-09-11T07:17:19.854 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-09-11T07:17:20.262 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:20 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:17:19.101496+0000 mgr.smithi017.qgiuqa (mgr.14162) 217 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:20.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:20 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:17:19.101496+0000 mgr.smithi017.qgiuqa (mgr.14162) 217 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:21.153 INFO:teuthology.orchestra.run.smithi017.stdout:158913789967 2024-09-11T07:17:21.153 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-09-11T07:17:22.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:22 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:17:21.101956+0000 mgr.smithi017.qgiuqa (mgr.14162) 218 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:22.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:22 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:17:21.101956+0000 mgr.smithi017.qgiuqa (mgr.14162) 218 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:24.363 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:24 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:17:23.102219+0000 mgr.smithi017.qgiuqa (mgr.14162) 219 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:24.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:24 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:17:23.102219+0000 mgr.smithi017.qgiuqa (mgr.14162) 219 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:24.783 INFO:teuthology.orchestra.run.smithi017.stdout:60129542176 2024-09-11T07:17:24.783 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-11T07:17:25.012 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/mon.smithi017/config 2024-09-11T07:17:26.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:26 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:17:25.102519+0000 mgr.smithi017.qgiuqa (mgr.14162) 220 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:26.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:26 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:17:25.102519+0000 mgr.smithi017.qgiuqa (mgr.14162) 220 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:27.037 INFO:teuthology.orchestra.run.smithi017.stdout:184683593741 2024-09-11T07:17:27.038 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.6 2024-09-11T07:17:27.506 INFO:teuthology.orchestra.run.smithi017.stdout:210453397514 2024-09-11T07:17:27.507 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.7 2024-09-11T07:17:28.108 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/mon.smithi017/config 2024-09-11T07:17:28.131 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/mon.smithi017/config 2024-09-11T07:17:28.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:28 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:17:27.102862+0000 mgr.smithi017.qgiuqa (mgr.14162) 221 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:28.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:28 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:17:27.102862+0000 mgr.smithi017.qgiuqa (mgr.14162) 221 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:28.645 INFO:teuthology.orchestra.run.smithi017.stdout:38654705703 2024-09-11T07:17:28.646 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-11T07:17:30.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:30 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:17:29.103251+0000 mgr.smithi017.qgiuqa (mgr.14162) 222 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:30.296 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/mon.smithi017/config 2024-09-11T07:17:30.298 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/mon.smithi017/config 2024-09-11T07:17:30.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:30 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:17:29.103251+0000 mgr.smithi017.qgiuqa (mgr.14162) 222 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:32.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:32 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:17:31.103703+0000 mgr.smithi017.qgiuqa (mgr.14162) 223 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:32.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:32 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:17:31.103703+0000 mgr.smithi017.qgiuqa (mgr.14162) 223 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:32.973 INFO:teuthology.orchestra.run.smithi017.stdout:81604378653 2024-09-11T07:17:32.973 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-11T07:17:34.463 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:34 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:17:33.104007+0000 mgr.smithi017.qgiuqa (mgr.14162) 224 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:34.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:34 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:17:33.104007+0000 mgr.smithi017.qgiuqa (mgr.14162) 224 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:36.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:36 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:17:35.104333+0000 mgr.smithi017.qgiuqa (mgr.14162) 225 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:36.381 INFO:teuthology.orchestra.run.smithi017.stdout:158913789971 2024-09-11T07:17:36.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:36 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:17:35.104333+0000 mgr.smithi017.qgiuqa (mgr.14162) 225 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:36.834 INFO:teuthology.orchestra.run.smithi017.stdout:133143986197 2024-09-11T07:17:36.835 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-09-11T07:17:37.078 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/mon.smithi017/config 2024-09-11T07:17:37.472 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:37 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:17:36.380208+0000 mon.smithi017 (mon.0) 518 : audit [DBG] from='client.? 172.21.15.17:0/2599174202' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-11T07:17:37.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:37 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:17:36.380208+0000 mon.smithi017 (mon.0) 518 : audit [DBG] from='client.? 172.21.15.17:0/2599174202' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-11T07:17:38.380 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:38 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:17:37.104772+0000 mgr.smithi017.qgiuqa (mgr.14162) 226 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:38.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:38 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:17:37.104772+0000 mgr.smithi017.qgiuqa (mgr.14162) 226 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:38.563 INFO:teuthology.orchestra.run.smithi017.stdout:111669149722 2024-09-11T07:17:38.782 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789967 got 158913789971 for osd.5 2024-09-11T07:17:38.782 DEBUG:teuthology.parallel:result is None 2024-09-11T07:17:39.179 INFO:teuthology.orchestra.run.smithi017.stdout:184683593743 2024-09-11T07:17:39.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:39 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:17:38.562291+0000 mon.smithi017 (mon.0) 519 : audit [DBG] from='client.? 172.21.15.17:0/581323872' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-11T07:17:39.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:39 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:17:38.562291+0000 mon.smithi017 (mon.0) 519 : audit [DBG] from='client.? 172.21.15.17:0/581323872' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-11T07:17:39.597 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149718 got 111669149722 for osd.3 2024-09-11T07:17:39.597 DEBUG:teuthology.parallel:result is None 2024-09-11T07:17:40.357 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/mon.smithi017/config 2024-09-11T07:17:40.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:40 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:17:39.105048+0000 mgr.smithi017.qgiuqa (mgr.14162) 227 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:40.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:40 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:17:39.178503+0000 mon.smithi017 (mon.0) 520 : audit [DBG] from='client.? 172.21.15.17:0/1473882010' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-11T07:17:40.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:17:39.105048+0000 mgr.smithi017.qgiuqa (mgr.14162) 227 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:40.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:17:39.178503+0000 mon.smithi017 (mon.0) 520 : audit [DBG] from='client.? 172.21.15.17:0/1473882010' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-11T07:17:40.789 INFO:tasks.cephadm.ceph_manager.ceph:need seq 184683593741 got 184683593743 for osd.6 2024-09-11T07:17:40.789 DEBUG:teuthology.parallel:result is None 2024-09-11T07:17:40.856 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/mon.smithi017/config 2024-09-11T07:17:42.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:42 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:17:41.105455+0000 mgr.smithi017.qgiuqa (mgr.14162) 228 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:42.539 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:17:41.105455+0000 mgr.smithi017.qgiuqa (mgr.14162) 228 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:42.843 INFO:teuthology.orchestra.run.smithi017.stdout:38654705706 2024-09-11T07:17:43.511 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:43 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:17:42.841946+0000 mon.smithi017 (mon.0) 521 : audit [DBG] from='client.? 172.21.15.17:0/524512508' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-11T07:17:43.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:43 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:17:42.841946+0000 mon.smithi017 (mon.0) 521 : audit [DBG] from='client.? 172.21.15.17:0/524512508' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-11T07:17:44.386 INFO:teuthology.orchestra.run.smithi017.stdout:133143986199 2024-09-11T07:17:44.433 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:17:43.105722+0000 mgr.smithi017.qgiuqa (mgr.14162) 229 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:44.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:17:43.105722+0000 mgr.smithi017.qgiuqa (mgr.14162) 229 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:45.438 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:45 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:17:44.384984+0000 mon.smithi017 (mon.0) 522 : audit [DBG] from='client.? 172.21.15.17:0/865920396' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-11T07:17:45.480 INFO:teuthology.orchestra.run.smithi017.stdout:60129542181 2024-09-11T07:17:45.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:45 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:17:44.384984+0000 mon.smithi017 (mon.0) 522 : audit [DBG] from='client.? 172.21.15.17:0/865920396' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-11T07:17:46.322 INFO:teuthology.orchestra.run.smithi017.stdout:210453397518 2024-09-11T07:17:46.322 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:46 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:17:45.105993+0000 mgr.smithi017.qgiuqa (mgr.14162) 230 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:46.322 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:46 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:17:45.478558+0000 mon.smithi017 (mon.0) 523 : audit [DBG] from='client.? 172.21.15.17:0/747541270' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-11T07:17:46.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:46 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:17:45.105993+0000 mgr.smithi017.qgiuqa (mgr.14162) 230 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:46.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:46 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:17:45.478558+0000 mon.smithi017 (mon.0) 523 : audit [DBG] from='client.? 172.21.15.17:0/747541270' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-11T07:17:46.946 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705703 got 38654705706 for osd.0 2024-09-11T07:17:46.947 DEBUG:teuthology.parallel:result is None 2024-09-11T07:17:47.367 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986197 got 133143986199 for osd.4 2024-09-11T07:17:47.367 DEBUG:teuthology.parallel:result is None 2024-09-11T07:17:47.466 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:47 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:17:46.320225+0000 mon.smithi017 (mon.0) 524 : audit [DBG] from='client.? 172.21.15.17:0/520678990' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-11T07:17:47.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:47 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:17:46.320225+0000 mon.smithi017 (mon.0) 524 : audit [DBG] from='client.? 172.21.15.17:0/520678990' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-11T07:17:47.768 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542176 got 60129542181 for osd.1 2024-09-11T07:17:47.768 DEBUG:teuthology.parallel:result is None 2024-09-11T07:17:48.221 INFO:tasks.cephadm.ceph_manager.ceph:need seq 210453397514 got 210453397518 for osd.7 2024-09-11T07:17:48.221 DEBUG:teuthology.parallel:result is None 2024-09-11T07:17:48.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:17:47.106296+0000 mgr.smithi017.qgiuqa (mgr.14162) 231 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:48.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:48 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:17:47.106296+0000 mgr.smithi017.qgiuqa (mgr.14162) 231 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:49.235 INFO:teuthology.orchestra.run.smithi017.stdout:81604378656 2024-09-11T07:17:49.859 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378653 got 81604378656 for osd.2 2024-09-11T07:17:49.860 DEBUG:teuthology.parallel:result is None 2024-09-11T07:17:49.860 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-11T07:17:49.860 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph pg dump --format=json 2024-09-11T07:17:50.075 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/mon.smithi017/config 2024-09-11T07:17:50.196 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:50 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:17:49.106571+0000 mgr.smithi017.qgiuqa (mgr.14162) 232 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:50.197 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:50 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:17:49.233670+0000 mon.smithi017 (mon.0) 525 : audit [DBG] from='client.? 172.21.15.17:0/1146576182' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-11T07:17:50.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:50 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:17:49.106571+0000 mgr.smithi017.qgiuqa (mgr.14162) 232 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:50.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:50 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:17:49.233670+0000 mon.smithi017 (mon.0) 525 : audit [DBG] from='client.? 172.21.15.17:0/1146576182' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-11T07:17:51.803 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-11T07:17:51.804 INFO:teuthology.orchestra.run.smithi017.stderr:dumped all 2024-09-11T07:17:52.427 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:52 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:17:51.106935+0000 mgr.smithi017.qgiuqa (mgr.14162) 233 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:52.427 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:52 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:17:51.798717+0000 mgr.smithi017.qgiuqa (mgr.14162) 234 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:17:52.428 INFO:teuthology.orchestra.run.smithi017.stdout:{"pg_ready":true,"pg_map":{"version":209,"stamp":"2024-09-11T07:17:51.106748+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":43300,"kb_used_data":3876,"kb_used_omap":0,"kb_used_meta":39360,"kb_avail":749917916,"statfs":{"total":767960285184,"available":767915945984,"internally_reserved":0,"allocated":3969024,"data_stored":1586888,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":40304640},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":"10","reported_epoch":"51","state":"active+clean","last_fresh":"2024-09-11T07:16:55.349965+0000","last_change":"2024-09-11T07:16:55.349965+0000","last_active":"2024-09-11T07:16:55.349965+0000","last_peered":"2024-09-11T07:16:55.349965+0000","last_clean":"2024-09-11T07:16:55.349965+0000","last_became_active":"2024-09-11T07:16:55.349533+0000","last_became_peered":"2024-09-11T07:16:55.349533+0000","last_unstale":"2024-09-11T07:16:55.349965+0000","last_undegraded":"2024-09-11T07:16:55.349965+0000","last_fullsized":"2024-09-11T07:16:55.349965+0000","mapping_epoch":50,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":51,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-11T07:15:18.044382+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-11T07:15:18.044382+0000","last_clean_scrub_stamp":"2024-09-11T07:15:18.044382+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":49,"seq":210453397519,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5232,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93739920,"statfs":{"total":95995035648,"available":95989678080,"internally_reserved":0,"allocated":499712,"data_stored":198680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4849664},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.70999999999999996}]},{"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.66300000000000003}]},{"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.57199999999999995}]},{"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.58499999999999996}]},{"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.46300000000000002}]},{"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.48399999999999999}]},{"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.63200000000000001}]}]},{"osd":6,"up_from":43,"seq":184683593746,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5292,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739860,"statfs":{"total":95995035648,"available":95989616640,"internally_reserved":0,"allocated":495616,"data_stored":198365,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Sep 11 07:17:34 2024","interfaces":[{"interface":"back","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.53600000000000003},{"interface":"front","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.58999999999999997}]},{"osd":1,"last update":"Wed Sep 11 07:17:34 2024","interfaces":[{"interface":"back","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.61799999999999999},{"interface":"front","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.42099999999999999}]},{"osd":2,"last update":"Wed Sep 11 07:17:34 2024","interfaces":[{"interface":"back","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.50800000000000001},{"interface":"front","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.51700000000000002}]},{"osd":3,"last update":"Wed Sep 11 07:17:34 2024","interfaces":[{"interface":"back","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.48999999999999999},{"interface":"front","average":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":0.77700000000000002,"5min":0.77700000000000002,"15min":0.77700000000000002},"last":0.47499999999999998}]},{"osd":4,"last update":"Wed Sep 11 07:17:34 2024","interfaces":[{"interface":"back","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.437},{"interface":"front","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.57199999999999995}]},{"osd":5,"last update":"Wed Sep 11 07:17:34 2024","interfaces":[{"interface":"back","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"last":0.63100000000000001},{"interface":"front","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.84899999999999998,"5min":0.84899999999999998,"15min":0.84899999999999998},"last":0.44800000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54300000000000004}]}]},{"osd":1,"up_from":14,"seq":60129542182,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5544,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739608,"statfs":{"total":95995035648,"available":95989358592,"internally_reserved":0,"allocated":491520,"data_stored":198050,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Sep 11 07:16:57 2024","interfaces":[{"interface":"back","average":{"1min":0.378,"5min":0.34799999999999998,"15min":0.34300000000000003},"min":{"1min":0.26300000000000001,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"last":0.42999999999999999},{"interface":"front","average":{"1min":0.39900000000000002,"5min":0.38500000000000001,"15min":0.38300000000000001},"min":{"1min":0.311,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.56499999999999995,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.497}]},{"osd":2,"last update":"Wed Sep 11 07:17:23 2024","interfaces":[{"interface":"back","average":{"1min":0.379,"5min":0.372,"15min":0.371},"min":{"1min":0.23999999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.53000000000000003,"5min":0.55300000000000005,"15min":0.55300000000000005},"last":0.52400000000000002},{"interface":"front","average":{"1min":0.45700000000000002,"5min":0.39900000000000002,"15min":0.38900000000000001},"min":{"1min":0.29299999999999998,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.45100000000000001}]},{"osd":3,"last update":"Wed Sep 11 07:17:44 2024","interfaces":[{"interface":"back","average":{"1min":0.47099999999999997,"5min":0.46000000000000002,"15min":0.45800000000000002},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.55600000000000005},{"interface":"front","average":{"1min":0.44800000000000001,"5min":0.43099999999999999,"15min":0.42799999999999999},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.63300000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.59999999999999998}]},{"osd":4,"last update":"Wed Sep 11 07:16:57 2024","interfaces":[{"interface":"back","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.82199999999999995},{"interface":"front","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.76300000000000001}]},{"osd":5,"last update":"Wed Sep 11 07:17:17 2024","interfaces":[{"interface":"back","average":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"last":0.751},{"interface":"front","average":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"min":{"1min":0.438,"5min":0.438,"15min":0.438},"max":{"1min":0.85099999999999998,"5min":0.85099999999999998,"15min":0.85099999999999998},"last":0.85599999999999998}]},{"osd":6,"last update":"Wed Sep 11 07:17:34 2024","interfaces":[{"interface":"back","average":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"min":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":0.89400000000000002,"5min":0.89400000000000002,"15min":0.89400000000000002},"last":0.73899999999999999},{"interface":"front","average":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"min":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":0.90200000000000002,"5min":0.90200000000000002,"15min":0.90200000000000002},"last":0.80000000000000004}]},{"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.72599999999999998}]}]},{"osd":0,"up_from":9,"seq":38654705708,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5552,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739600,"statfs":{"total":95995035648,"available":95989350400,"internally_reserved":0,"allocated":499712,"data_stored":198680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Wed Sep 11 07:16:56 2024","interfaces":[{"interface":"back","average":{"1min":0.36499999999999999,"5min":0.34799999999999998,"15min":0.34499999999999997},"min":{"1min":0.16900000000000001,"5min":0.16900000000000001,"15min":0.16900000000000001},"max":{"1min":0.51800000000000002,"5min":0.61899999999999999,"15min":0.61899999999999999},"last":0.35799999999999998},{"interface":"front","average":{"1min":0.39700000000000002,"5min":0.34899999999999998,"15min":0.34100000000000003},"min":{"1min":0.216,"5min":0.216,"15min":0.216},"max":{"1min":0.51700000000000002,"5min":0.54400000000000004,"15min":0.54400000000000004},"last":0.28999999999999998}]},{"osd":2,"last update":"Wed Sep 11 07:17:19 2024","interfaces":[{"interface":"back","average":{"1min":0.42199999999999999,"5min":0.373,"15min":0.36499999999999999},"min":{"1min":0.27600000000000002,"5min":0.20499999999999999,"15min":0.20499999999999999},"max":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"last":0.30499999999999999},{"interface":"front","average":{"1min":0.46200000000000002,"5min":0.39400000000000002,"15min":0.38300000000000001},"min":{"1min":0.33100000000000002,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.33000000000000002}]},{"osd":3,"last update":"Wed Sep 11 07:17:40 2024","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.432,"15min":0.42399999999999999},"min":{"1min":0.33500000000000002,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.38},{"interface":"front","average":{"1min":0.44,"5min":0.432,"15min":0.42999999999999999},"min":{"1min":0.314,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.34499999999999997}]},{"osd":4,"last update":"Wed Sep 11 07:16:56 2024","interfaces":[{"interface":"back","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":1.016,"5min":1.016,"15min":1.016},"last":0.60799999999999998},{"interface":"front","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":1.109,"5min":1.109,"15min":1.109},"last":0.63800000000000001}]},{"osd":5,"last update":"Wed Sep 11 07:17:19 2024","interfaces":[{"interface":"back","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.93600000000000005,"5min":0.93600000000000005,"15min":0.93600000000000005},"last":0.57499999999999996},{"interface":"front","average":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":1.0089999999999999,"5min":1.0089999999999999,"15min":1.0089999999999999},"last":0.752}]},{"osd":6,"last update":"Wed Sep 11 07:17:37 2024","interfaces":[{"interface":"back","average":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.98499999999999999,"5min":0.98499999999999999,"15min":0.98499999999999999},"last":0.66300000000000003},{"interface":"front","average":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.89800000000000002,"5min":0.89800000000000002,"15min":0.89800000000000002},"last":0.622}]},{"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.71799999999999997}]}]},{"osd":2,"up_from":19,"seq":81604378657,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5480,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739672,"statfs":{"total":95995035648,"available":95989424128,"internally_reserved":0,"allocated":491520,"data_stored":197703,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Sep 11 07:17:23 2024","interfaces":[{"interface":"back","average":{"1min":0.435,"5min":0.375,"15min":0.36499999999999999},"min":{"1min":0.26900000000000002,"5min":0.249,"15min":0.249},"max":{"1min":1.0309999999999999,"5min":1.0309999999999999,"15min":1.0309999999999999},"last":0.32700000000000001},{"interface":"front","average":{"1min":0.45000000000000001,"5min":0.38600000000000001,"15min":0.376},"min":{"1min":0.316,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"last":0.36599999999999999}]},{"osd":1,"last update":"Wed Sep 11 07:17:23 2024","interfaces":[{"interface":"back","average":{"1min":0.47599999999999998,"5min":0.40000000000000002,"15min":0.38700000000000001},"min":{"1min":0.30599999999999999,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":1.069,"5min":1.069,"15min":1.069},"last":0.38700000000000001},{"interface":"front","average":{"1min":0.45500000000000002,"5min":0.39100000000000001,"15min":0.38100000000000001},"min":{"1min":0.29499999999999998,"5min":0.252,"15min":0.252},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.34999999999999998}]},{"osd":3,"last update":"Wed Sep 11 07:17:42 2024","interfaces":[{"interface":"back","average":{"1min":0.45500000000000002,"5min":0.434,"15min":0.42999999999999999},"min":{"1min":0.33300000000000002,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.40300000000000002},{"interface":"front","average":{"1min":0.46400000000000002,"5min":0.436,"15min":0.43099999999999999},"min":{"1min":0.312,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.64100000000000001,"5min":0.68300000000000005,"15min":0.68300000000000005},"last":0.312}]},{"osd":4,"last update":"Wed Sep 11 07:16:58 2024","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.755,"5min":0.755,"15min":0.755},"last":0.42199999999999999},{"interface":"front","average":{"1min":1.2370000000000001,"5min":1.2370000000000001,"15min":1.2370000000000001},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":14.403,"5min":14.403,"15min":14.403},"last":0.59199999999999997}]},{"osd":5,"last update":"Wed Sep 11 07:17:18 2024","interfaces":[{"interface":"back","average":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":1.232,"5min":1.232,"15min":1.232},"last":0.68999999999999995},{"interface":"front","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.48299999999999998}]},{"osd":6,"last update":"Wed Sep 11 07:17:37 2024","interfaces":[{"interface":"back","average":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"min":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"max":{"1min":1.1859999999999999,"5min":1.1859999999999999,"15min":1.1859999999999999},"last":0.66000000000000003},{"interface":"front","average":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"min":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"max":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"last":0.51000000000000001}]},{"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.45200000000000001}]}]},{"osd":3,"up_from":26,"seq":111669149725,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5424,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739728,"statfs":{"total":95995035648,"available":95989481472,"internally_reserved":0,"allocated":499712,"data_stored":198680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Sep 11 07:17:40 2024","interfaces":[{"interface":"back","average":{"1min":0.42399999999999999,"5min":0.39900000000000002,"15min":0.39500000000000002},"min":{"1min":0.26300000000000001,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.66000000000000003,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.48999999999999999},{"interface":"front","average":{"1min":0.437,"5min":0.41699999999999998,"15min":0.41399999999999998},"min":{"1min":0.22700000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.36499999999999999}]},{"osd":1,"last update":"Wed Sep 11 07:17:40 2024","interfaces":[{"interface":"back","average":{"1min":0.42699999999999999,"5min":0.41999999999999998,"15min":0.41899999999999998},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.433},{"interface":"front","average":{"1min":0.44400000000000001,"5min":0.42399999999999999,"15min":0.41999999999999998},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.89100000000000001,"5min":0.89100000000000001,"15min":0.89100000000000001},"last":0.378}]},{"osd":2,"last update":"Wed Sep 11 07:17:40 2024","interfaces":[{"interface":"back","average":{"1min":0.51800000000000002,"5min":0.48599999999999999,"15min":0.47999999999999998},"min":{"1min":0.33300000000000002,"5min":0.31,"15min":0.31},"max":{"1min":1.3979999999999999,"5min":1.3979999999999999,"15min":1.3979999999999999},"last":0.45000000000000001},{"interface":"front","average":{"1min":0.51200000000000001,"5min":0.46899999999999997,"15min":0.46200000000000002},"min":{"1min":0.33100000000000002,"5min":0.311,"15min":0.311},"max":{"1min":1.3149999999999999,"5min":1.3149999999999999,"15min":1.3149999999999999},"last":0.39700000000000002}]},{"osd":4,"last update":"Wed Sep 11 07:16:55 2024","interfaces":[{"interface":"back","average":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"min":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":0.97999999999999998,"5min":0.97999999999999998,"15min":0.97999999999999998},"last":0.71599999999999997},{"interface":"front","average":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"min":{"1min":0.501,"5min":0.501,"15min":0.501},"max":{"1min":1.0009999999999999,"5min":1.0009999999999999,"15min":1.0009999999999999},"last":0.64500000000000002}]},{"osd":5,"last update":"Wed Sep 11 07:17:18 2024","interfaces":[{"interface":"back","average":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.97199999999999998,"5min":0.97199999999999998,"15min":0.97199999999999998},"last":0.68300000000000005},{"interface":"front","average":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.90100000000000002,"5min":0.90100000000000002,"15min":0.90100000000000002},"last":0.73599999999999999}]},{"osd":6,"last update":"Wed Sep 11 07:17:34 2024","interfaces":[{"interface":"back","average":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":0.874,"5min":0.874,"15min":0.874},"last":0.63900000000000001},{"interface":"front","average":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":1.1020000000000001,"5min":1.1020000000000001,"15min":1.1020000000000001},"last":0.67400000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.75700000000000001}]}]},{"osd":4,"up_from":31,"seq":133143986201,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5424,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739728,"statfs":{"total":95995035648,"available":95989481472,"internally_reserved":0,"allocated":499712,"data_stored":198680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Sep 11 07:16:57 2024","interfaces":[{"interface":"back","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.71799999999999997},{"interface":"front","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.85399999999999998,"5min":0.85399999999999998,"15min":0.85399999999999998},"last":0.49299999999999999}]},{"osd":1,"last update":"Wed Sep 11 07:16:57 2024","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.54200000000000004},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.57399999999999995}]},{"osd":2,"last update":"Wed Sep 11 07:16:57 2024","interfaces":[{"interface":"back","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.53200000000000003},{"interface":"front","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.59499999999999997}]},{"osd":3,"last update":"Wed Sep 11 07:16:57 2024","interfaces":[{"interface":"back","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.84399999999999997,"5min":0.84399999999999997,"15min":0.84399999999999997},"last":0.65500000000000003},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.63400000000000001}]},{"osd":5,"last update":"Wed Sep 11 07:17:15 2024","interfaces":[{"interface":"back","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.751,"5min":0.751,"15min":0.751},"last":0.41999999999999998},{"interface":"front","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.77700000000000002,"5min":0.77700000000000002,"15min":0.77700000000000002},"last":0.503}]},{"osd":6,"last update":"Wed Sep 11 07:17:37 2024","interfaces":[{"interface":"back","average":{"1min":0.90100000000000002,"5min":0.90100000000000002,"15min":0.90100000000000002},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":7.274,"5min":7.274,"15min":7.274},"last":0.61599999999999999},{"interface":"front","average":{"1min":0.90500000000000003,"5min":0.90500000000000003,"15min":0.90500000000000003},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":7.0499999999999998,"5min":7.0499999999999998,"15min":7.0499999999999998},"last":0.749}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.70399999999999996}]}]},{"osd":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":5352,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739800,"statfs":{"total":95995035648,"available":95989555200,"internally_reserved":0,"allocated":491520,"data_stored":198050,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Sep 11 07:17:21 2024","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.92600000000000005,"5min":0.92600000000000005,"15min":0.92600000000000005},"last":0.77700000000000002},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.67000000000000004}]},{"osd":1,"last update":"Wed Sep 11 07:17:21 2024","interfaces":[{"interface":"back","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.99299999999999999,"5min":0.99299999999999999,"15min":0.99299999999999999},"last":0.82399999999999995},{"interface":"front","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.83399999999999996}]},{"osd":2,"last update":"Wed Sep 11 07:17:21 2024","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.83399999999999996,"5min":0.83399999999999996,"15min":0.83399999999999996},"last":0.84799999999999998},{"interface":"front","average":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.96099999999999997,"5min":0.96099999999999997,"15min":0.96099999999999997},"last":0.73599999999999999}]},{"osd":3,"last update":"Wed Sep 11 07:17:21 2024","interfaces":[{"interface":"back","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.68899999999999995},{"interface":"front","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":1.022,"5min":1.022,"15min":1.022},"last":0.623}]},{"osd":4,"last update":"Wed Sep 11 07:17:21 2024","interfaces":[{"interface":"back","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.75,"5min":0.75,"15min":0.75},"last":0.60999999999999999},{"interface":"front","average":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.72799999999999998,"5min":0.72799999999999998,"15min":0.72799999999999998},"last":0.47799999999999998}]},{"osd":6,"last update":"Wed Sep 11 07:17:35 2024","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.85899999999999999,"5min":0.85899999999999999,"15min":0.85899999999999999},"last":0.51100000000000001},{"interface":"front","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.89800000000000002,"5min":0.89800000000000002,"15min":0.89800000000000002},"last":0.48899999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56599999999999995}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-11T07:17:52.430 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph pg dump --format=json 2024-09-11T07:17:52.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:52 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:17:51.106935+0000 mgr.smithi017.qgiuqa (mgr.14162) 233 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:52.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:52 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:17:51.798717+0000 mgr.smithi017.qgiuqa (mgr.14162) 234 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:17:52.647 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/mon.smithi017/config 2024-09-11T07:17:54.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:17:53.107196+0000 mgr.smithi017.qgiuqa (mgr.14162) 235 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:54.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:17:54.033270+0000 mon.smithi017 (mon.0) 526 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:17:54.415 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-11T07:17:54.417 INFO:teuthology.orchestra.run.smithi017.stderr:dumped all 2024-09-11T07:17:54.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:17:53.107196+0000 mgr.smithi017.qgiuqa (mgr.14162) 235 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:54.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:17:54.033270+0000 mon.smithi017 (mon.0) 526 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:17:55.119 INFO:teuthology.orchestra.run.smithi017.stdout:{"pg_ready":true,"pg_map":{"version":210,"stamp":"2024-09-11T07:17:53.107077+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":43300,"kb_used_data":3876,"kb_used_omap":0,"kb_used_meta":39360,"kb_avail":749917916,"statfs":{"total":767960285184,"available":767915945984,"internally_reserved":0,"allocated":3969024,"data_stored":1586888,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":40304640},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":"10","reported_epoch":"51","state":"active+clean","last_fresh":"2024-09-11T07:16:55.349965+0000","last_change":"2024-09-11T07:16:55.349965+0000","last_active":"2024-09-11T07:16:55.349965+0000","last_peered":"2024-09-11T07:16:55.349965+0000","last_clean":"2024-09-11T07:16:55.349965+0000","last_became_active":"2024-09-11T07:16:55.349533+0000","last_became_peered":"2024-09-11T07:16:55.349533+0000","last_unstale":"2024-09-11T07:16:55.349965+0000","last_undegraded":"2024-09-11T07:16:55.349965+0000","last_fullsized":"2024-09-11T07:16:55.349965+0000","mapping_epoch":50,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":51,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-11T07:15:18.044382+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-11T07:15:18.044382+0000","last_clean_scrub_stamp":"2024-09-11T07:15:18.044382+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":49,"seq":210453397519,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5232,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93739920,"statfs":{"total":95995035648,"available":95989678080,"internally_reserved":0,"allocated":499712,"data_stored":198680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4849664},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.70999999999999996}]},{"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.66300000000000003}]},{"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.57199999999999995}]},{"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.58499999999999996}]},{"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.46300000000000002}]},{"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.48399999999999999}]},{"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.63200000000000001}]}]},{"osd":6,"up_from":43,"seq":184683593746,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5292,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739860,"statfs":{"total":95995035648,"available":95989616640,"internally_reserved":0,"allocated":495616,"data_stored":198365,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Sep 11 07:17:34 2024","interfaces":[{"interface":"back","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.53600000000000003},{"interface":"front","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.58999999999999997}]},{"osd":1,"last update":"Wed Sep 11 07:17:34 2024","interfaces":[{"interface":"back","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.61799999999999999},{"interface":"front","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.42099999999999999}]},{"osd":2,"last update":"Wed Sep 11 07:17:34 2024","interfaces":[{"interface":"back","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.50800000000000001},{"interface":"front","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.51700000000000002}]},{"osd":3,"last update":"Wed Sep 11 07:17:34 2024","interfaces":[{"interface":"back","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.48999999999999999},{"interface":"front","average":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":0.77700000000000002,"5min":0.77700000000000002,"15min":0.77700000000000002},"last":0.47499999999999998}]},{"osd":4,"last update":"Wed Sep 11 07:17:34 2024","interfaces":[{"interface":"back","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.437},{"interface":"front","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.57199999999999995}]},{"osd":5,"last update":"Wed Sep 11 07:17:34 2024","interfaces":[{"interface":"back","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"last":0.63100000000000001},{"interface":"front","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.84899999999999998,"5min":0.84899999999999998,"15min":0.84899999999999998},"last":0.44800000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54300000000000004}]}]},{"osd":1,"up_from":14,"seq":60129542183,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5544,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739608,"statfs":{"total":95995035648,"available":95989358592,"internally_reserved":0,"allocated":491520,"data_stored":198050,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Sep 11 07:16:57 2024","interfaces":[{"interface":"back","average":{"1min":0.378,"5min":0.34799999999999998,"15min":0.34300000000000003},"min":{"1min":0.26300000000000001,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"last":0.44500000000000001},{"interface":"front","average":{"1min":0.39900000000000002,"5min":0.38500000000000001,"15min":0.38300000000000001},"min":{"1min":0.311,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.56499999999999995,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.38200000000000001}]},{"osd":2,"last update":"Wed Sep 11 07:17:23 2024","interfaces":[{"interface":"back","average":{"1min":0.379,"5min":0.372,"15min":0.371},"min":{"1min":0.23999999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.53000000000000003,"5min":0.55300000000000005,"15min":0.55300000000000005},"last":0.40000000000000002},{"interface":"front","average":{"1min":0.45700000000000002,"5min":0.39900000000000002,"15min":0.38900000000000001},"min":{"1min":0.29299999999999998,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.46600000000000003}]},{"osd":3,"last update":"Wed Sep 11 07:17:44 2024","interfaces":[{"interface":"back","average":{"1min":0.47099999999999997,"5min":0.46000000000000002,"15min":0.45800000000000002},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.42899999999999999},{"interface":"front","average":{"1min":0.44800000000000001,"5min":0.43099999999999999,"15min":0.42799999999999999},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.63300000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.56499999999999995}]},{"osd":4,"last update":"Wed Sep 11 07:16:57 2024","interfaces":[{"interface":"back","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.57199999999999995}]},{"osd":5,"last update":"Wed Sep 11 07:17:17 2024","interfaces":[{"interface":"back","average":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"last":0.50800000000000001},{"interface":"front","average":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"min":{"1min":0.438,"5min":0.438,"15min":0.438},"max":{"1min":0.85099999999999998,"5min":0.85099999999999998,"15min":0.85099999999999998},"last":0.51900000000000002}]},{"osd":6,"last update":"Wed Sep 11 07:17:34 2024","interfaces":[{"interface":"back","average":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"min":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":0.89400000000000002,"5min":0.89400000000000002,"15min":0.89400000000000002},"last":0.54500000000000004},{"interface":"front","average":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"min":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":0.90200000000000002,"5min":0.90200000000000002,"15min":0.90200000000000002},"last":0.52900000000000003}]},{"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.61599999999999999}]}]},{"osd":0,"up_from":9,"seq":38654705708,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5552,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739600,"statfs":{"total":95995035648,"available":95989350400,"internally_reserved":0,"allocated":499712,"data_stored":198680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Wed Sep 11 07:16:56 2024","interfaces":[{"interface":"back","average":{"1min":0.36499999999999999,"5min":0.34799999999999998,"15min":0.34499999999999997},"min":{"1min":0.16900000000000001,"5min":0.16900000000000001,"15min":0.16900000000000001},"max":{"1min":0.51800000000000002,"5min":0.61899999999999999,"15min":0.61899999999999999},"last":0.35799999999999998},{"interface":"front","average":{"1min":0.39700000000000002,"5min":0.34899999999999998,"15min":0.34100000000000003},"min":{"1min":0.216,"5min":0.216,"15min":0.216},"max":{"1min":0.51700000000000002,"5min":0.54400000000000004,"15min":0.54400000000000004},"last":0.28999999999999998}]},{"osd":2,"last update":"Wed Sep 11 07:17:19 2024","interfaces":[{"interface":"back","average":{"1min":0.42199999999999999,"5min":0.373,"15min":0.36499999999999999},"min":{"1min":0.27600000000000002,"5min":0.20499999999999999,"15min":0.20499999999999999},"max":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"last":0.30499999999999999},{"interface":"front","average":{"1min":0.46200000000000002,"5min":0.39400000000000002,"15min":0.38300000000000001},"min":{"1min":0.33100000000000002,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.33000000000000002}]},{"osd":3,"last update":"Wed Sep 11 07:17:40 2024","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.432,"15min":0.42399999999999999},"min":{"1min":0.33500000000000002,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.38},{"interface":"front","average":{"1min":0.44,"5min":0.432,"15min":0.42999999999999999},"min":{"1min":0.314,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.34499999999999997}]},{"osd":4,"last update":"Wed Sep 11 07:16:56 2024","interfaces":[{"interface":"back","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":1.016,"5min":1.016,"15min":1.016},"last":0.60799999999999998},{"interface":"front","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":1.109,"5min":1.109,"15min":1.109},"last":0.63800000000000001}]},{"osd":5,"last update":"Wed Sep 11 07:17:19 2024","interfaces":[{"interface":"back","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.93600000000000005,"5min":0.93600000000000005,"15min":0.93600000000000005},"last":0.57499999999999996},{"interface":"front","average":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":1.0089999999999999,"5min":1.0089999999999999,"15min":1.0089999999999999},"last":0.752}]},{"osd":6,"last update":"Wed Sep 11 07:17:37 2024","interfaces":[{"interface":"back","average":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.98499999999999999,"5min":0.98499999999999999,"15min":0.98499999999999999},"last":0.66300000000000003},{"interface":"front","average":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.89800000000000002,"5min":0.89800000000000002,"15min":0.89800000000000002},"last":0.622}]},{"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.71799999999999997}]}]},{"osd":2,"up_from":19,"seq":81604378658,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5480,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739672,"statfs":{"total":95995035648,"available":95989424128,"internally_reserved":0,"allocated":491520,"data_stored":197703,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Sep 11 07:17:23 2024","interfaces":[{"interface":"back","average":{"1min":0.435,"5min":0.375,"15min":0.36499999999999999},"min":{"1min":0.26900000000000002,"5min":0.249,"15min":0.249},"max":{"1min":1.0309999999999999,"5min":1.0309999999999999,"15min":1.0309999999999999},"last":0.28100000000000003},{"interface":"front","average":{"1min":0.45000000000000001,"5min":0.38600000000000001,"15min":0.376},"min":{"1min":0.316,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"last":0.35599999999999998}]},{"osd":1,"last update":"Wed Sep 11 07:17:23 2024","interfaces":[{"interface":"back","average":{"1min":0.47599999999999998,"5min":0.40000000000000002,"15min":0.38700000000000001},"min":{"1min":0.30599999999999999,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":1.069,"5min":1.069,"15min":1.069},"last":0.32200000000000001},{"interface":"front","average":{"1min":0.45500000000000002,"5min":0.39100000000000001,"15min":0.38100000000000001},"min":{"1min":0.29499999999999998,"5min":0.252,"15min":0.252},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.312}]},{"osd":3,"last update":"Wed Sep 11 07:17:42 2024","interfaces":[{"interface":"back","average":{"1min":0.45500000000000002,"5min":0.434,"15min":0.42999999999999999},"min":{"1min":0.33300000000000002,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.34399999999999997},{"interface":"front","average":{"1min":0.46400000000000002,"5min":0.436,"15min":0.43099999999999999},"min":{"1min":0.312,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.64100000000000001,"5min":0.68300000000000005,"15min":0.68300000000000005},"last":0.29499999999999998}]},{"osd":4,"last update":"Wed Sep 11 07:16:58 2024","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.755,"5min":0.755,"15min":0.755},"last":0.52000000000000002},{"interface":"front","average":{"1min":1.2370000000000001,"5min":1.2370000000000001,"15min":1.2370000000000001},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":14.403,"5min":14.403,"15min":14.403},"last":0.42599999999999999}]},{"osd":5,"last update":"Wed Sep 11 07:17:18 2024","interfaces":[{"interface":"back","average":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":1.232,"5min":1.232,"15min":1.232},"last":0.55700000000000005},{"interface":"front","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.56499999999999995}]},{"osd":6,"last update":"Wed Sep 11 07:17:37 2024","interfaces":[{"interface":"back","average":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"min":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"max":{"1min":1.1859999999999999,"5min":1.1859999999999999,"15min":1.1859999999999999},"last":0.45900000000000002},{"interface":"front","average":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"min":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"max":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"last":0.41899999999999998}]},{"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.39800000000000002}]}]},{"osd":3,"up_from":26,"seq":111669149725,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5424,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739728,"statfs":{"total":95995035648,"available":95989481472,"internally_reserved":0,"allocated":499712,"data_stored":198680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Sep 11 07:17:40 2024","interfaces":[{"interface":"back","average":{"1min":0.42399999999999999,"5min":0.39900000000000002,"15min":0.39500000000000002},"min":{"1min":0.26300000000000001,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.66000000000000003,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.48999999999999999},{"interface":"front","average":{"1min":0.437,"5min":0.41699999999999998,"15min":0.41399999999999998},"min":{"1min":0.22700000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.36499999999999999}]},{"osd":1,"last update":"Wed Sep 11 07:17:40 2024","interfaces":[{"interface":"back","average":{"1min":0.42699999999999999,"5min":0.41999999999999998,"15min":0.41899999999999998},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.433},{"interface":"front","average":{"1min":0.44400000000000001,"5min":0.42399999999999999,"15min":0.41999999999999998},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.89100000000000001,"5min":0.89100000000000001,"15min":0.89100000000000001},"last":0.378}]},{"osd":2,"last update":"Wed Sep 11 07:17:40 2024","interfaces":[{"interface":"back","average":{"1min":0.51800000000000002,"5min":0.48599999999999999,"15min":0.47999999999999998},"min":{"1min":0.33300000000000002,"5min":0.31,"15min":0.31},"max":{"1min":1.3979999999999999,"5min":1.3979999999999999,"15min":1.3979999999999999},"last":0.45000000000000001},{"interface":"front","average":{"1min":0.51200000000000001,"5min":0.46899999999999997,"15min":0.46200000000000002},"min":{"1min":0.33100000000000002,"5min":0.311,"15min":0.311},"max":{"1min":1.3149999999999999,"5min":1.3149999999999999,"15min":1.3149999999999999},"last":0.39700000000000002}]},{"osd":4,"last update":"Wed Sep 11 07:16:55 2024","interfaces":[{"interface":"back","average":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"min":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":0.97999999999999998,"5min":0.97999999999999998,"15min":0.97999999999999998},"last":0.71599999999999997},{"interface":"front","average":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"min":{"1min":0.501,"5min":0.501,"15min":0.501},"max":{"1min":1.0009999999999999,"5min":1.0009999999999999,"15min":1.0009999999999999},"last":0.64500000000000002}]},{"osd":5,"last update":"Wed Sep 11 07:17:18 2024","interfaces":[{"interface":"back","average":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.97199999999999998,"5min":0.97199999999999998,"15min":0.97199999999999998},"last":0.68300000000000005},{"interface":"front","average":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.90100000000000002,"5min":0.90100000000000002,"15min":0.90100000000000002},"last":0.73599999999999999}]},{"osd":6,"last update":"Wed Sep 11 07:17:34 2024","interfaces":[{"interface":"back","average":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":0.874,"5min":0.874,"15min":0.874},"last":0.63900000000000001},{"interface":"front","average":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":1.1020000000000001,"5min":1.1020000000000001,"15min":1.1020000000000001},"last":0.67400000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.75700000000000001}]}]},{"osd":4,"up_from":31,"seq":133143986201,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5424,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739728,"statfs":{"total":95995035648,"available":95989481472,"internally_reserved":0,"allocated":499712,"data_stored":198680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Sep 11 07:16:57 2024","interfaces":[{"interface":"back","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.71799999999999997},{"interface":"front","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.85399999999999998,"5min":0.85399999999999998,"15min":0.85399999999999998},"last":0.49299999999999999}]},{"osd":1,"last update":"Wed Sep 11 07:16:57 2024","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.54200000000000004},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.57399999999999995}]},{"osd":2,"last update":"Wed Sep 11 07:16:57 2024","interfaces":[{"interface":"back","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.53200000000000003},{"interface":"front","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.59499999999999997}]},{"osd":3,"last update":"Wed Sep 11 07:16:57 2024","interfaces":[{"interface":"back","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.84399999999999997,"5min":0.84399999999999997,"15min":0.84399999999999997},"last":0.65500000000000003},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.63400000000000001}]},{"osd":5,"last update":"Wed Sep 11 07:17:15 2024","interfaces":[{"interface":"back","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.751,"5min":0.751,"15min":0.751},"last":0.41999999999999998},{"interface":"front","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.77700000000000002,"5min":0.77700000000000002,"15min":0.77700000000000002},"last":0.503}]},{"osd":6,"last update":"Wed Sep 11 07:17:37 2024","interfaces":[{"interface":"back","average":{"1min":0.90100000000000002,"5min":0.90100000000000002,"15min":0.90100000000000002},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":7.274,"5min":7.274,"15min":7.274},"last":0.61599999999999999},{"interface":"front","average":{"1min":0.90500000000000003,"5min":0.90500000000000003,"15min":0.90500000000000003},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":7.0499999999999998,"5min":7.0499999999999998,"15min":7.0499999999999998},"last":0.749}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.70399999999999996}]}]},{"osd":5,"up_from":37,"seq":158913789975,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5352,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739800,"statfs":{"total":95995035648,"available":95989555200,"internally_reserved":0,"allocated":491520,"data_stored":198050,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Sep 11 07:17:21 2024","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.92600000000000005,"5min":0.92600000000000005,"15min":0.92600000000000005},"last":0.66400000000000003},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.64900000000000002}]},{"osd":1,"last update":"Wed Sep 11 07:17:21 2024","interfaces":[{"interface":"back","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.99299999999999999,"5min":0.99299999999999999,"15min":0.99299999999999999},"last":0.61299999999999999},{"interface":"front","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.68799999999999994}]},{"osd":2,"last update":"Wed Sep 11 07:17:21 2024","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.83399999999999996,"5min":0.83399999999999996,"15min":0.83399999999999996},"last":0.52600000000000002},{"interface":"front","average":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.96099999999999997,"5min":0.96099999999999997,"15min":0.96099999999999997},"last":0.55300000000000005}]},{"osd":3,"last update":"Wed Sep 11 07:17:21 2024","interfaces":[{"interface":"back","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.629},{"interface":"front","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":1.022,"5min":1.022,"15min":1.022},"last":0.50900000000000001}]},{"osd":4,"last update":"Wed Sep 11 07:17:21 2024","interfaces":[{"interface":"back","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.75,"5min":0.75,"15min":0.75},"last":0.439},{"interface":"front","average":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.72799999999999998,"5min":0.72799999999999998,"15min":0.72799999999999998},"last":0.45900000000000002}]},{"osd":6,"last update":"Wed Sep 11 07:17:35 2024","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.85899999999999999,"5min":0.85899999999999999,"15min":0.85899999999999999},"last":0.58699999999999997},{"interface":"front","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.89800000000000002,"5min":0.89800000000000002,"15min":0.89800000000000002},"last":0.40200000000000002}]},{"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.48699999999999999}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-11T07:17:55.121 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-11T07:17:55.121 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-11T07:17:55.121 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-11T07:17:55.121 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph health --format=json 2024-09-11T07:17:55.337 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/mon.smithi017/config 2024-09-11T07:17:55.459 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:55 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:17:54.327588+0000 mon.smithi017 (mon.0) 527 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:17:55.459 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:55 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:17:54.411626+0000 mgr.smithi017.qgiuqa (mgr.14162) 236 : audit [DBG] from='client.14470 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:17:55.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:55 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:17:54.327588+0000 mon.smithi017 (mon.0) 527 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:17:55.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:55 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:17:54.411626+0000 mgr.smithi017.qgiuqa (mgr.14162) 236 : audit [DBG] from='client.14470 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:17:56.665 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:17:55.107586+0000 mgr.smithi017.qgiuqa (mgr.14162) 237 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:56.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:17:55.107586+0000 mgr.smithi017.qgiuqa (mgr.14162) 237 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:57.112 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-11T07:17:57.476 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:57 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:17:57.111499+0000 mon.smithi017 (mon.0) 528 : audit [DBG] from='client.? 172.21.15.17:0/877851254' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-11T07:17:57.782 INFO:teuthology.orchestra.run.smithi017.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-11T07:17:57.783 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-11T07:17:57.783 INFO:tasks.cephadm:Setup complete, yielding 2024-09-11T07:17:57.783 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-11T07:17:57.793 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi017.front.sepia.ceph.com 2024-09-11T07:17:57.794 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- bash -c 'ceph orch status' 2024-09-11T07:17:57.795 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:57 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:17:57.111499+0000 mon.smithi017 (mon.0) 528 : audit [DBG] from='client.? 172.21.15.17:0/877851254' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-11T07:17:58.410 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:17:58 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:17:57.107918+0000 mgr.smithi017.qgiuqa (mgr.14162) 238 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:58.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:17:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:17:57.107918+0000 mgr.smithi017.qgiuqa (mgr.14162) 238 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:17:59.751 INFO:teuthology.orchestra.run.smithi017.stdout:Backend: cephadm 2024-09-11T07:17:59.751 INFO:teuthology.orchestra.run.smithi017.stdout:Available: Yes 2024-09-11T07:17:59.752 INFO:teuthology.orchestra.run.smithi017.stdout:Paused: No 2024-09-11T07:18:00.489 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:00 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:17:59.108293+0000 mgr.smithi017.qgiuqa (mgr.14162) 239 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:18:00.490 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:00 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:17:59.750220+0000 mgr.smithi017.qgiuqa (mgr.14162) 240 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:18:00.517 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- bash -c 'ceph orch ps' 2024-09-11T07:18:00.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:00 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:17:59.108293+0000 mgr.smithi017.qgiuqa (mgr.14162) 239 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:18:00.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:00 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:17:59.750220+0000 mgr.smithi017.qgiuqa (mgr.14162) 240 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:18:02.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:02 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:01.108639+0000 mgr.smithi017.qgiuqa (mgr.14162) 241 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:18:02.516 INFO:teuthology.orchestra.run.smithi017.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2024-09-11T07:18:02.516 INFO:teuthology.orchestra.run.smithi017.stdout:alertmanager.smithi017 smithi017 *:9093,9094 running (3m) 89s ago 5m 0.20.0 0881eb8f169f 8ff211b4e457 2024-09-11T07:18:02.516 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi017 smithi017 running (5m) 89s ago 5m 16.2.4 8d91d370c2b8 cfba143c9b6f 2024-09-11T07:18:02.516 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi045 smithi045 running (4m) 71s ago 4m 16.2.4 8d91d370c2b8 b3a463d5f314 2024-09-11T07:18:02.516 INFO:teuthology.orchestra.run.smithi017.stdout:grafana.smithi017 smithi017 *:3000 running (3m) 89s ago 5m 6.7.4 557c83e11646 24bbf4d58b8c 2024-09-11T07:18:02.516 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi017.qgiuqa smithi017 *:9283 running (6m) 89s ago 6m 16.2.4 8d91d370c2b8 800455b7a557 2024-09-11T07:18:02.516 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi045.wavrrv smithi045 *:8443,9283 running (4m) 71s ago 4m 16.2.4 8d91d370c2b8 4ba3e65a52a4 2024-09-11T07:18:02.516 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi017 smithi017 running (6m) 89s ago 6m 16.2.4 8d91d370c2b8 a0e09aaa1101 2024-09-11T07:18:02.516 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi045 smithi045 running (4m) 71s ago 4m 16.2.4 8d91d370c2b8 275188c394ab 2024-09-11T07:18:02.516 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi017 smithi017 *:9100 running (4m) 89s ago 4m 0.18.1 e5a616e4b9cf 3ae9bdfa57df 2024-09-11T07:18:02.517 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi045 smithi045 *:9100 running (3m) 71s ago 3m 0.18.1 e5a616e4b9cf 517c959affda 2024-09-11T07:18:02.517 INFO:teuthology.orchestra.run.smithi017.stdout:osd.0 smithi017 running (3m) 89s ago 3m 16.2.4 8d91d370c2b8 432bd5329ca6 2024-09-11T07:18:02.517 INFO:teuthology.orchestra.run.smithi017.stdout:osd.1 smithi017 running (3m) 89s ago 3m 16.2.4 8d91d370c2b8 b9bde4672d10 2024-09-11T07:18:02.517 INFO:teuthology.orchestra.run.smithi017.stdout:osd.2 smithi017 running (2m) 89s ago 2m 16.2.4 8d91d370c2b8 a42eeb5fcae7 2024-09-11T07:18:02.517 INFO:teuthology.orchestra.run.smithi017.stdout:osd.3 smithi017 running (2m) 89s ago 2m 16.2.4 8d91d370c2b8 59fc76e234d1 2024-09-11T07:18:02.517 INFO:teuthology.orchestra.run.smithi017.stdout:osd.4 smithi045 running (2m) 71s ago 2m 16.2.4 8d91d370c2b8 3dc1e394cdfa 2024-09-11T07:18:02.517 INFO:teuthology.orchestra.run.smithi017.stdout:osd.5 smithi045 running (113s) 71s ago 113s 16.2.4 8d91d370c2b8 ec6745fcdd10 2024-09-11T07:18:02.517 INFO:teuthology.orchestra.run.smithi017.stdout:osd.6 smithi045 running (94s) 71s ago 93s 16.2.4 8d91d370c2b8 788633f8efc6 2024-09-11T07:18:02.517 INFO:teuthology.orchestra.run.smithi017.stdout:osd.7 smithi045 running (74s) 71s ago 74s 16.2.4 8d91d370c2b8 162523c68393 2024-09-11T07:18:02.517 INFO:teuthology.orchestra.run.smithi017.stdout:prometheus.smithi017 smithi017 *:9095 running (3m) 89s ago 4m 2.18.1 de242295e225 5d1f02a1080f 2024-09-11T07:18:02.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:02 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:01.108639+0000 mgr.smithi017.qgiuqa (mgr.14162) 241 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:18:03.207 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:03 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:02.508015+0000 mgr.smithi017.qgiuqa (mgr.14162) 242 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:18:03.234 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- bash -c 'ceph orch ls' 2024-09-11T07:18:03.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:03 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:02.508015+0000 mgr.smithi017.qgiuqa (mgr.14162) 242 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:18:04.473 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:03.109116+0000 mgr.smithi017.qgiuqa (mgr.14162) 243 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:18:04.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:03.109116+0000 mgr.smithi017.qgiuqa (mgr.14162) 243 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:18:05.170 INFO:teuthology.orchestra.run.smithi017.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-09-11T07:18:05.170 INFO:teuthology.orchestra.run.smithi017.stdout:alertmanager 1/1 92s ago 6m count:1 2024-09-11T07:18:05.171 INFO:teuthology.orchestra.run.smithi017.stdout:crash 2/2 92s ago 6m * 2024-09-11T07:18:05.171 INFO:teuthology.orchestra.run.smithi017.stdout:grafana 1/1 92s ago 6m count:1 2024-09-11T07:18:05.171 INFO:teuthology.orchestra.run.smithi017.stdout:mgr 2/2 92s ago 6m count:2 2024-09-11T07:18:05.171 INFO:teuthology.orchestra.run.smithi017.stdout:mon 2/2 92s ago 5m smithi017:172.21.15.17=smithi017;smithi045:172.21.15.45=smithi045;count:2 2024-09-11T07:18:05.171 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter 2/2 92s ago 6m * 2024-09-11T07:18:05.171 INFO:teuthology.orchestra.run.smithi017.stdout:osd.unmanaged 8/8 92s ago - 2024-09-11T07:18:05.171 INFO:teuthology.orchestra.run.smithi017.stdout:prometheus 1/1 92s ago 6m count:1 2024-09-11T07:18:05.817 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- bash -c 'ceph orch host ls' 2024-09-11T07:18:06.435 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:06 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:05.109506+0000 mgr.smithi017.qgiuqa (mgr.14162) 244 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:18:06.435 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:06 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:05.165583+0000 mgr.smithi017.qgiuqa (mgr.14162) 245 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:18:06.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:06 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:05.109506+0000 mgr.smithi017.qgiuqa (mgr.14162) 244 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:18:06.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:06 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:05.165583+0000 mgr.smithi017.qgiuqa (mgr.14162) 245 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:18:07.827 INFO:teuthology.orchestra.run.smithi017.stdout:HOST ADDR LABELS STATUS 2024-09-11T07:18:07.828 INFO:teuthology.orchestra.run.smithi017.stdout:smithi017 172.21.15.17 2024-09-11T07:18:07.828 INFO:teuthology.orchestra.run.smithi017.stdout:smithi045 smithi045 2024-09-11T07:18:08.446 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:08 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:07.109917+0000 mgr.smithi017.qgiuqa (mgr.14162) 246 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:18:08.446 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:08 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:07.826098+0000 mgr.smithi017.qgiuqa (mgr.14162) 247 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:18:08.472 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- bash -c 'ceph orch device ls' 2024-09-11T07:18:08.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:08 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:07.109917+0000 mgr.smithi017.qgiuqa (mgr.14162) 246 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:18:08.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:08 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:07.826098+0000 mgr.smithi017.qgiuqa (mgr.14162) 247 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:18:10.263 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:10 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:09.110250+0000 mgr.smithi017.qgiuqa (mgr.14162) 248 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:18:10.461 INFO:teuthology.orchestra.run.smithi017.stdout:Hostname Path Type Serial Size Health Ident Fault Available 2024-09-11T07:18:10.461 INFO:teuthology.orchestra.run.smithi017.stdout:smithi017 /dev/nvme0n1 ssd PHMB7473003Q480DGN 480G Unknown N/A N/A No 2024-09-11T07:18:10.461 INFO:teuthology.orchestra.run.smithi017.stdout:smithi045 /dev/nvme0n1 ssd PHMB75120098480DGN 480G Unknown N/A N/A No 2024-09-11T07:18:10.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:10 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:09.110250+0000 mgr.smithi017.qgiuqa (mgr.14162) 248 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:18:11.163 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-11T07:18:11.172 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi017.front.sepia.ceph.com 2024-09-11T07:18:11.172 DEBUG:teuthology.orchestra.run.smithi017:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-09-11T07:18:11.203 INFO:teuthology.orchestra.run.smithi017.stderr:+ systemctl stop nfs-server 2024-09-11T07:18:11.212 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi045.front.sepia.ceph.com 2024-09-11T07:18:11.212 DEBUG:teuthology.orchestra.run.smithi045:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-09-11T07:18:11.246 INFO:teuthology.orchestra.run.smithi045.stderr:+ systemctl stop nfs-server 2024-09-11T07:18:11.255 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-11T07:18:11.263 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi017.front.sepia.ceph.com 2024-09-11T07:18:11.264 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- bash -c 'ceph fs volume create foofs' 2024-09-11T07:18:11.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:11 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:10.459040+0000 mgr.smithi017.qgiuqa (mgr.14162) 249 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:18:11.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:11 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:10.459040+0000 mgr.smithi017.qgiuqa (mgr.14162) 249 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:18:12.250 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:12 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:11.110741+0000 mgr.smithi017.qgiuqa (mgr.14162) 250 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:18:12.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:12 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:11.110741+0000 mgr.smithi017.qgiuqa (mgr.14162) 250 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:18:14.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:13.111043+0000 mgr.smithi017.qgiuqa (mgr.14162) 251 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:18:14.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:13.197010+0000 mon.smithi017 (mon.0) 529 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:18:14.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:13.198284+0000 mon.smithi017 (mon.0) 530 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/trash_purge_schedule"}]: dispatch 2024-09-11T07:18:14.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:13.229196+0000 mgr.smithi017.qgiuqa (mgr.14162) 252 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:18:14.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:13.229586+0000 mon.smithi017 (mon.0) 531 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-09-11T07:18:14.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:14 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:13.111043+0000 mgr.smithi017.qgiuqa (mgr.14162) 251 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:18:14.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:14 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:13.197010+0000 mon.smithi017 (mon.0) 529 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:18:14.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:14 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:13.198284+0000 mon.smithi017 (mon.0) 530 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/trash_purge_schedule"}]: dispatch 2024-09-11T07:18:14.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:14 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:13.229196+0000 mgr.smithi017.qgiuqa (mgr.14162) 252 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:18:14.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:14 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:13.229586+0000 mon.smithi017 (mon.0) 531 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-09-11T07:18:15.481 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:15 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:14.168966+0000 mon.smithi017 (mon.0) 532 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-09-11T07:18:15.481 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:15 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:14.169027+0000 mon.smithi017 (mon.0) 533 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-09-11T07:18:15.482 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:15 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:14.170652+0000 mon.smithi017 (mon.0) 534 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-09-11T07:18:15.482 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:15 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:18:15.181+0000 7fb4c1408700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-11T07:18:15.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:15 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:14.168966+0000 mon.smithi017 (mon.0) 532 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-09-11T07:18:15.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:15 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:14.169027+0000 mon.smithi017 (mon.0) 533 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-09-11T07:18:15.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:15 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:14.170652+0000 mon.smithi017 (mon.0) 534 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-09-11T07:18:15.830 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-09-11T07:18:15.839 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2024-09-11T07:18:15.839 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph orch ls -f json 2024-09-11T07:18:16.497 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:15.111535+0000 mgr.smithi017.qgiuqa (mgr.14162) 253 : cluster [DBG] pgmap v222: 33 pgs: 14 creating+peering, 18 unknown, 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:18:16.497 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:15.175236+0000 mon.smithi017 (mon.0) 535 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-09-11T07:18:16.497 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:15.175527+0000 mon.smithi017 (mon.0) 536 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-09-11T07:18:16.497 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:15.181513+0000 mon.smithi017 (mon.0) 537 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-09-11T07:18:16.498 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:15.182476+0000 mon.smithi017 (mon.0) 538 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-11T07:18:16.498 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:15.182513+0000 mon.smithi017 (mon.0) 539 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-11T07:18:16.498 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:15.190490+0000 mon.smithi017 (mon.0) 540 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-09-11T07:18:16.498 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:15.190961+0000 mon.smithi017 (mon.0) 541 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-09-11T07:18:16.498 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:15.191064+0000 mon.smithi017 (mon.0) 542 : cluster [DBG] fsmap foofs:0 2024-09-11T07:18:16.498 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:18:15.194674+0000 mgr.smithi017.qgiuqa (mgr.14162) 254 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-09-11T07:18:16.498 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:15.200798+0000 mon.smithi017 (mon.0) 543 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:18:16.498 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:15.201967+0000 mon.smithi017 (mon.0) 544 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:18:16.498 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:15.212338+0000 mon.smithi017 (mon.0) 545 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:18:16.498 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:15.218978+0000 mon.smithi017 (mon.0) 546 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:18:16.498 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:15.219883+0000 mon.smithi017 (mon.0) 547 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi017.utzzzp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-11T07:18:16.498 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:15.223388+0000 mon.smithi017 (mon.0) 548 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi017.utzzzp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-11T07:18:16.498 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:15.224381+0000 mon.smithi017 (mon.0) 549 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:18:16.499 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:18:15.225171+0000 mgr.smithi017.qgiuqa (mgr.14162) 255 : cephadm [INF] Deploying daemon mds.foofs.smithi017.utzzzp on smithi017 2024-09-11T07:18:16.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:15.111535+0000 mgr.smithi017.qgiuqa (mgr.14162) 253 : cluster [DBG] pgmap v222: 33 pgs: 14 creating+peering, 18 unknown, 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:18:16.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:15.175236+0000 mon.smithi017 (mon.0) 535 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-09-11T07:18:16.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:15.175527+0000 mon.smithi017 (mon.0) 536 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-09-11T07:18:16.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:15.181513+0000 mon.smithi017 (mon.0) 537 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-09-11T07:18:16.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:15.182476+0000 mon.smithi017 (mon.0) 538 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-11T07:18:16.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:15.182513+0000 mon.smithi017 (mon.0) 539 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-11T07:18:16.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:15.190490+0000 mon.smithi017 (mon.0) 540 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-09-11T07:18:16.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:15.190961+0000 mon.smithi017 (mon.0) 541 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-09-11T07:18:16.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:15.191064+0000 mon.smithi017 (mon.0) 542 : cluster [DBG] fsmap foofs:0 2024-09-11T07:18:16.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:18:15.194674+0000 mgr.smithi017.qgiuqa (mgr.14162) 254 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-09-11T07:18:16.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:15.200798+0000 mon.smithi017 (mon.0) 543 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:18:16.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:15.201967+0000 mon.smithi017 (mon.0) 544 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:18:16.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:15.212338+0000 mon.smithi017 (mon.0) 545 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:18:16.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:15.218978+0000 mon.smithi017 (mon.0) 546 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:18:16.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:15.219883+0000 mon.smithi017 (mon.0) 547 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi017.utzzzp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-11T07:18:16.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:15.223388+0000 mon.smithi017 (mon.0) 548 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi017.utzzzp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-11T07:18:16.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:15.224381+0000 mon.smithi017 (mon.0) 549 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:18:16.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:18:15.225171+0000 mgr.smithi017.qgiuqa (mgr.14162) 255 : cephadm [INF] Deploying daemon mds.foofs.smithi017.utzzzp on smithi017 2024-09-11T07:18:17.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:17 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:16.189761+0000 mon.smithi017 (mon.0) 550 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-09-11T07:18:17.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:17 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:16.189761+0000 mon.smithi017 (mon.0) 550 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-09-11T07:18:18.517 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:18 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:17.112038+0000 mgr.smithi017.qgiuqa (mgr.14162) 256 : cluster [DBG] pgmap v226: 65 pgs: 15 creating+peering, 39 unknown, 11 active+clean; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:18:18.517 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:18 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:17.194931+0000 mon.smithi017 (mon.0) 551 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-09-11T07:18:18.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:18 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:17.112038+0000 mgr.smithi017.qgiuqa (mgr.14162) 256 : cluster [DBG] pgmap v226: 65 pgs: 15 creating+peering, 39 unknown, 11 active+clean; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:18:18.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:18 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:17.194931+0000 mon.smithi017 (mon.0) 551 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-09-11T07:18:18.951 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-11T07:18:18.951 INFO:teuthology.orchestra.run.smithi017.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-11T07:12:03.362493Z", "last_refresh": "2024-09-11T07:16:32.824165Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-11T07:11:51.433186Z", "last_refresh": "2024-09-11T07:16:32.824228Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-09-11T07:12:00.966013Z", "last_refresh": "2024-09-11T07:16:32.824288Z", "running": 1, "size": 1}}, {"events": ["2024-09-11T07:18:15.201200Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-11T07:18:15.194701Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-11T07:11:50.275519Z", "last_refresh": "2024-09-11T07:16:32.824098Z", "running": 2, "size": 2}}, {"events": ["2024-09-11T07:12:34.857391Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi017:172.21.15.17=smithi017", "smithi045:172.21.15.45=smithi045"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-11T07:12:34.854827Z", "last_refresh": "2024-09-11T07:16:32.823966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-11T07:12:02.195598Z", "last_refresh": "2024-09-11T07:16:32.824346Z", "running": 2, "size": 2}}, {"placement": {}, "service_id": "unmanaged", "service_name": "osd.unmanaged", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29", "container_image_name": "docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949", "last_refresh": "2024-09-11T07:16:32.824461Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-11T07:11:59.729201Z", "last_refresh": "2024-09-11T07:16:32.824404Z", "running": 1, "size": 1}}] 2024-09-11T07:18:19.954 INFO:tasks.cephadm:mds.foofs has 0/2 2024-09-11T07:18:20.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:20 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:18.946163+0000 mgr.smithi017.qgiuqa (mgr.14162) 257 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:18:20.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:20 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:19.120692+0000 mgr.smithi017.qgiuqa (mgr.14162) 258 : cluster [DBG] pgmap v228: 65 pgs: 15 creating+peering, 18 unknown, 32 active+clean; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:18:20.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:20 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:19.505177+0000 mon.smithi017 (mon.0) 552 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:18:20.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:20 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:19.505925+0000 mon.smithi017 (mon.0) 553 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi045.gxtxww", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-11T07:18:20.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:20 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:19.508187+0000 mon.smithi017 (mon.0) 554 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi045.gxtxww", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-11T07:18:20.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:20 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:19.508795+0000 mon.smithi017 (mon.0) 555 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:18:20.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:20 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:18:19.509439+0000 mgr.smithi017.qgiuqa (mgr.14162) 259 : cephadm [INF] Deploying daemon mds.foofs.smithi045.gxtxww on smithi045 2024-09-11T07:18:20.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:20 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:18.946163+0000 mgr.smithi017.qgiuqa (mgr.14162) 257 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:18:20.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:20 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:19.120692+0000 mgr.smithi017.qgiuqa (mgr.14162) 258 : cluster [DBG] pgmap v228: 65 pgs: 15 creating+peering, 18 unknown, 32 active+clean; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:18:20.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:20 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:19.505177+0000 mon.smithi017 (mon.0) 552 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:18:20.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:20 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:19.505925+0000 mon.smithi017 (mon.0) 553 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi045.gxtxww", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-11T07:18:20.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:20 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:19.508187+0000 mon.smithi017 (mon.0) 554 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi045.gxtxww", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-11T07:18:20.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:20 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:19.508795+0000 mon.smithi017 (mon.0) 555 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:18:20.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:20 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:18:19.509439+0000 mgr.smithi017.qgiuqa (mgr.14162) 259 : cephadm [INF] Deploying daemon mds.foofs.smithi045.gxtxww on smithi045 2024-09-11T07:18:20.956 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph orch ls -f json 2024-09-11T07:18:22.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:22 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:21.121142+0000 mgr.smithi017.qgiuqa (mgr.14162) 260 : cluster [DBG] pgmap v229: 65 pgs: 65 active+clean; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:18:22.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:22 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:22.003695+0000 mon.smithi017 (mon.0) 556 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:18:22.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:22 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:22.004473+0000 mon.smithi017 (mon.0) 557 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:18:22.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:22 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:21.121142+0000 mgr.smithi017.qgiuqa (mgr.14162) 260 : cluster [DBG] pgmap v229: 65 pgs: 65 active+clean; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:18:22.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:22 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:22.003695+0000 mon.smithi017 (mon.0) 556 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:18:22.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:22 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:22.004473+0000 mon.smithi017 (mon.0) 557 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:18:22.979 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-11T07:18:22.979 INFO:teuthology.orchestra.run.smithi017.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-11T07:12:03.362493Z", "last_refresh": "2024-09-11T07:16:32.824165Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-11T07:11:51.433186Z", "last_refresh": "2024-09-11T07:16:32.824228Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-09-11T07:12:00.966013Z", "last_refresh": "2024-09-11T07:16:32.824288Z", "running": 1, "size": 1}}, {"events": ["2024-09-11T07:18:15.201200Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-11T07:18:15.194701Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-11T07:11:50.275519Z", "last_refresh": "2024-09-11T07:16:32.824098Z", "running": 2, "size": 2}}, {"events": ["2024-09-11T07:12:34.857391Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi017:172.21.15.17=smithi017", "smithi045:172.21.15.45=smithi045"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-11T07:12:34.854827Z", "last_refresh": "2024-09-11T07:16:32.823966Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-11T07:12:02.195598Z", "last_refresh": "2024-09-11T07:16:32.824346Z", "running": 2, "size": 2}}, {"placement": {}, "service_id": "unmanaged", "service_name": "osd.unmanaged", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8d91d370c2b86c07de46146aba8d36718eaefa69b1880c77fa312fda6efd7d29", "container_image_name": "docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949", "last_refresh": "2024-09-11T07:16:32.824461Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-11T07:11:59.729201Z", "last_refresh": "2024-09-11T07:16:32.824404Z", "running": 1, "size": 1}}] 2024-09-11T07:18:23.644 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:22.509572+0000 mon.smithi017 (mon.0) 558 : cluster [DBG] mds.? [v2:172.21.15.45:6832/2161648306,v1:172.21.15.45:6833/2161648306] up:boot 2024-09-11T07:18:23.644 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:22.509629+0000 mon.smithi017 (mon.0) 559 : cluster [INF] daemon mds.foofs.smithi045.gxtxww assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-09-11T07:18:23.644 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:22.509686+0000 mon.smithi017 (mon.0) 560 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-11T07:18:23.644 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:22.509711+0000 mon.smithi017 (mon.0) 561 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-11T07:18:23.644 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:22.509731+0000 mon.smithi017 (mon.0) 562 : cluster [INF] Cluster is now healthy 2024-09-11T07:18:23.644 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:22.509952+0000 mon.smithi017 (mon.0) 563 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-09-11T07:18:23.645 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:22.510035+0000 mon.smithi017 (mon.0) 564 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi045.gxtxww"}]: dispatch 2024-09-11T07:18:23.645 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:22.513305+0000 mon.smithi017 (mon.0) 565 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi045.gxtxww=up:creating} 2024-09-11T07:18:23.645 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:22.527529+0000 mon.smithi017 (mon.0) 566 : cluster [INF] daemon mds.foofs.smithi045.gxtxww is now active in filesystem foofs as rank 0 2024-09-11T07:18:23.667 INFO:tasks.cephadm:mds.foofs has 2/2 2024-09-11T07:18:23.667 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-11T07:18:23.678 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi017.front.sepia.ceph.com 2024-09-11T07:18:23.679 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2024-09-11T07:18:23.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:22.509572+0000 mon.smithi017 (mon.0) 558 : cluster [DBG] mds.? [v2:172.21.15.45:6832/2161648306,v1:172.21.15.45:6833/2161648306] up:boot 2024-09-11T07:18:23.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:22.509629+0000 mon.smithi017 (mon.0) 559 : cluster [INF] daemon mds.foofs.smithi045.gxtxww assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-09-11T07:18:23.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:22.509686+0000 mon.smithi017 (mon.0) 560 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-11T07:18:23.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:22.509711+0000 mon.smithi017 (mon.0) 561 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-11T07:18:23.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:22.509731+0000 mon.smithi017 (mon.0) 562 : cluster [INF] Cluster is now healthy 2024-09-11T07:18:23.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:22.509952+0000 mon.smithi017 (mon.0) 563 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-09-11T07:18:23.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:22.510035+0000 mon.smithi017 (mon.0) 564 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi045.gxtxww"}]: dispatch 2024-09-11T07:18:23.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:22.513305+0000 mon.smithi017 (mon.0) 565 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi045.gxtxww=up:creating} 2024-09-11T07:18:23.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:22.527529+0000 mon.smithi017 (mon.0) 566 : cluster [INF] daemon mds.foofs.smithi045.gxtxww is now active in filesystem foofs as rank 0 2024-09-11T07:18:24.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:24 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:22.974397+0000 mgr.smithi017.qgiuqa (mgr.14162) 261 : audit [DBG] from='client.24279 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:18:24.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:24 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:23.121502+0000 mgr.smithi017.qgiuqa (mgr.14162) 262 : cluster [DBG] pgmap v230: 65 pgs: 65 active+clean; 160 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:18:24.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:24 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:23.518570+0000 mon.smithi017 (mon.0) 567 : cluster [DBG] mds.? [v2:172.21.15.45:6832/2161648306,v1:172.21.15.45:6833/2161648306] up:active 2024-09-11T07:18:24.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:24 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:23.518597+0000 mon.smithi017 (mon.0) 568 : cluster [DBG] mds.? [v2:172.21.15.17:6834/415470523,v1:172.21.15.17:6835/415470523] up:boot 2024-09-11T07:18:24.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:24 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:23.518768+0000 mon.smithi017 (mon.0) 569 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi045.gxtxww=up:active} 1 up:standby 2024-09-11T07:18:24.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:24 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:23.518851+0000 mon.smithi017 (mon.0) 570 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi017.utzzzp"}]: dispatch 2024-09-11T07:18:24.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:24 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:23.520421+0000 mon.smithi017 (mon.0) 571 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi045.gxtxww=up:active} 1 up:standby 2024-09-11T07:18:24.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:24 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:24.046567+0000 mon.smithi017 (mon.0) 572 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:18:24.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:24 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:22.974397+0000 mgr.smithi017.qgiuqa (mgr.14162) 261 : audit [DBG] from='client.24279 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:18:24.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:24 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:23.121502+0000 mgr.smithi017.qgiuqa (mgr.14162) 262 : cluster [DBG] pgmap v230: 65 pgs: 65 active+clean; 160 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-09-11T07:18:24.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:24 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:23.518570+0000 mon.smithi017 (mon.0) 567 : cluster [DBG] mds.? [v2:172.21.15.45:6832/2161648306,v1:172.21.15.45:6833/2161648306] up:active 2024-09-11T07:18:24.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:24 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:23.518597+0000 mon.smithi017 (mon.0) 568 : cluster [DBG] mds.? [v2:172.21.15.17:6834/415470523,v1:172.21.15.17:6835/415470523] up:boot 2024-09-11T07:18:24.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:24 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:23.518768+0000 mon.smithi017 (mon.0) 569 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi045.gxtxww=up:active} 1 up:standby 2024-09-11T07:18:24.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:24 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:23.518851+0000 mon.smithi017 (mon.0) 570 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi017.utzzzp"}]: dispatch 2024-09-11T07:18:24.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:24 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:23.520421+0000 mon.smithi017 (mon.0) 571 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi045.gxtxww=up:active} 1 up:standby 2024-09-11T07:18:24.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:24 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:24.046567+0000 mon.smithi017 (mon.0) 572 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:18:26.575 INFO:teuthology.orchestra.run.smithi017.stderr:Invalid command: missing required parameter clusterid() 2024-09-11T07:18:26.576 INFO:teuthology.orchestra.run.smithi017.stderr:nfs cluster create [] : Create an NFS Cluster 2024-09-11T07:18:26.576 INFO:teuthology.orchestra.run.smithi017.stderr:Error EINVAL: invalid command 2024-09-11T07:18:26.576 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:26 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:25.121967+0000 mgr.smithi017.qgiuqa (mgr.14162) 263 : cluster [DBG] pgmap v231: 65 pgs: 65 active+clean; 2.2 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 5.0 KiB/s wr, 10 op/s 2024-09-11T07:18:26.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:26 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:25.121967+0000 mgr.smithi017.qgiuqa (mgr.14162) 263 : cluster [DBG] pgmap v231: 65 pgs: 65 active+clean; 2.2 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 5.0 KiB/s wr, 10 op/s 2024-09-11T07:18:27.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:27 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:26.896934+0000 mon.smithi017 (mon.0) 573 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2024-09-11T07:18:27.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:27 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:26.896934+0000 mon.smithi017 (mon.0) 573 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2024-09-11T07:18:28.530 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:28 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:26.895991+0000 mgr.smithi017.qgiuqa (mgr.14162) 264 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "type": "cephfs", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:18:28.531 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:28 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:27.122504+0000 mgr.smithi017.qgiuqa (mgr.14162) 265 : cluster [DBG] pgmap v232: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s wr, 5 op/s 2024-09-11T07:18:28.531 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:28 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:27.528443+0000 mon.smithi017 (mon.0) 574 : cluster [DBG] mds.? [v2:172.21.15.17:6834/415470523,v1:172.21.15.17:6835/415470523] up:standby 2024-09-11T07:18:28.531 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:28 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:27.528481+0000 mon.smithi017 (mon.0) 575 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi045.gxtxww=up:active} 1 up:standby 2024-09-11T07:18:28.531 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:28 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:27.528525+0000 mon.smithi017 (mon.0) 576 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2024-09-11T07:18:28.531 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:28 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:27.528579+0000 mon.smithi017 (mon.0) 577 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-09-11T07:18:28.558 INFO:teuthology.orchestra.run.smithi017.stdout:NFS Cluster Created Successfully 2024-09-11T07:18:28.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:28 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:26.895991+0000 mgr.smithi017.qgiuqa (mgr.14162) 264 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "type": "cephfs", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:18:28.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:28 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:27.122504+0000 mgr.smithi017.qgiuqa (mgr.14162) 265 : cluster [DBG] pgmap v232: 65 pgs: 65 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s wr, 5 op/s 2024-09-11T07:18:28.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:28 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:27.528443+0000 mon.smithi017 (mon.0) 574 : cluster [DBG] mds.? [v2:172.21.15.17:6834/415470523,v1:172.21.15.17:6835/415470523] up:standby 2024-09-11T07:18:28.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:28 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:27.528481+0000 mon.smithi017 (mon.0) 575 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi045.gxtxww=up:active} 1 up:standby 2024-09-11T07:18:28.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:28 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:27.528525+0000 mon.smithi017 (mon.0) 576 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2024-09-11T07:18:28.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:28 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:27.528579+0000 mon.smithi017 (mon.0) 577 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-09-11T07:18:28.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:28 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:27.529772+0000 mon.smithi017 (mon.0) 578 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2024-09-11T07:18:28.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:28 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:27.529772+0000 mon.smithi017 (mon.0) 578 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2024-09-11T07:18:29.305 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-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-11T07:18:29.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:29 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:28.532978+0000 mon.smithi017 (mon.0) 579 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2024-09-11T07:18:29.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:29 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:28.533200+0000 mon.smithi017 (mon.0) 580 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-09-11T07:18:29.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:29 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:18:28.553729+0000 mgr.smithi017.qgiuqa (mgr.14162) 266 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-09-11T07:18:29.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:29 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:28.556862+0000 mon.smithi017 (mon.0) 581 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:18:29.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:29 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:28.838105+0000 mon.smithi017 (mon.0) 582 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:18:29.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:29 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:28.841120+0000 mon.smithi017 (mon.0) 583 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:18:29.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:29 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:18:28.843230+0000 mgr.smithi017.qgiuqa (mgr.14162) 267 : cephadm [INF] Checking pool "nfs-ganesha" exists for service nfs.foo 2024-09-11T07:18:29.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:29 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:18:28.848550+0000 mgr.smithi017.qgiuqa (mgr.14162) 268 : cephadm [INF] Creating key for client.nfs.foo.smithi017 2024-09-11T07:18:29.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:29 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:28.848780+0000 mon.smithi017 (mon.0) 584 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi017", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-09-11T07:18:29.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:29 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:28.851772+0000 mon.smithi017 (mon.0) 585 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi017", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-09-11T07:18:29.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:29 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:18:28.853098+0000 mgr.smithi017.qgiuqa (mgr.14162) 269 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-11T07:18:29.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:29 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:18:28.853161+0000 mgr.smithi017.qgiuqa (mgr.14162) 270 : cephadm [INF] Creating key for client.nfs.foo.smithi017-rgw 2024-09-11T07:18:29.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:29 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:28.853343+0000 mon.smithi017 (mon.0) 586 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi017-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T07:18:29.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:29 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:28.856109+0000 mon.smithi017 (mon.0) 587 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi017-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-11T07:18:29.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:29 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:28.858449+0000 mon.smithi017 (mon.0) 588 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:18:29.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:29 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:18:28.859066+0000 mgr.smithi017.qgiuqa (mgr.14162) 271 : cephadm [INF] Deploying daemon nfs.foo.smithi017 on smithi017 2024-09-11T07:18:29.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:29 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:28.532978+0000 mon.smithi017 (mon.0) 579 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2024-09-11T07:18:29.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:29 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:28.533200+0000 mon.smithi017 (mon.0) 580 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-09-11T07:18:29.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:29 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:18:28.553729+0000 mgr.smithi017.qgiuqa (mgr.14162) 266 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-09-11T07:18:29.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:29 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:28.556862+0000 mon.smithi017 (mon.0) 581 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:18:29.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:29 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:28.838105+0000 mon.smithi017 (mon.0) 582 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:18:29.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:29 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:28.841120+0000 mon.smithi017 (mon.0) 583 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:18:29.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:29 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:18:28.843230+0000 mgr.smithi017.qgiuqa (mgr.14162) 267 : cephadm [INF] Checking pool "nfs-ganesha" exists for service nfs.foo 2024-09-11T07:18:29.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:29 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:18:28.848550+0000 mgr.smithi017.qgiuqa (mgr.14162) 268 : cephadm [INF] Creating key for client.nfs.foo.smithi017 2024-09-11T07:18:29.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:29 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:28.848780+0000 mon.smithi017 (mon.0) 584 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi017", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-09-11T07:18:29.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:29 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:28.851772+0000 mon.smithi017 (mon.0) 585 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi017", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-09-11T07:18:29.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:29 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:18:28.853098+0000 mgr.smithi017.qgiuqa (mgr.14162) 269 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-11T07:18:29.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:29 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:18:28.853161+0000 mgr.smithi017.qgiuqa (mgr.14162) 270 : cephadm [INF] Creating key for client.nfs.foo.smithi017-rgw 2024-09-11T07:18:29.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:29 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:28.853343+0000 mon.smithi017 (mon.0) 586 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi017-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T07:18:29.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:29 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:28.856109+0000 mon.smithi017 (mon.0) 587 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi017-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-11T07:18:29.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:29 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:28.858449+0000 mon.smithi017 (mon.0) 588 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:18:29.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:29 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:18:28.859066+0000 mgr.smithi017.qgiuqa (mgr.14162) 271 : cephadm [INF] Deploying daemon nfs.foo.smithi017 on smithi017 2024-09-11T07:18:30.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:30 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:29.122856+0000 mgr.smithi017.qgiuqa (mgr.14162) 272 : cluster [DBG] pgmap v235: 97 pgs: 6 creating+peering, 21 unknown, 70 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s wr, 3 op/s 2024-09-11T07:18:30.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:30 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:29.538984+0000 mon.smithi017 (mon.0) 589 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-09-11T07:18:30.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:30 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:30.086101+0000 mon.smithi017 (mon.0) 590 : cluster [DBG] mgrmap e19: smithi017.qgiuqa(active, since 6m), standbys: smithi045.wavrrv 2024-09-11T07:18:31.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:30 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:29.122856+0000 mgr.smithi017.qgiuqa (mgr.14162) 272 : cluster [DBG] pgmap v235: 97 pgs: 6 creating+peering, 21 unknown, 70 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s wr, 3 op/s 2024-09-11T07:18:31.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:30 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:29.538984+0000 mon.smithi017 (mon.0) 589 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-09-11T07:18:31.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:30 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:30.086101+0000 mon.smithi017 (mon.0) 590 : cluster [DBG] mgrmap e19: smithi017.qgiuqa(active, since 6m), standbys: smithi045.wavrrv 2024-09-11T07:18:32.712 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:32 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:31.123334+0000 mgr.smithi017.qgiuqa (mgr.14162) 273 : cluster [DBG] pgmap v237: 97 pgs: 6 creating+peering, 2 unknown, 89 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 0 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:18:32.737 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:18:32.737 INFO:teuthology.orchestra.run.smithi017.stdout: "bind": "/fake", 2024-09-11T07:18:32.737 INFO:teuthology.orchestra.run.smithi017.stdout: "fs": "foofs", 2024-09-11T07:18:32.737 INFO:teuthology.orchestra.run.smithi017.stdout: "path": "/", 2024-09-11T07:18:32.737 INFO:teuthology.orchestra.run.smithi017.stdout: "cluster": "foo", 2024-09-11T07:18:32.737 INFO:teuthology.orchestra.run.smithi017.stdout: "mode": "RW" 2024-09-11T07:18:32.737 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:18:33.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:32 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:31.123334+0000 mgr.smithi017.qgiuqa (mgr.14162) 273 : cluster [DBG] pgmap v237: 97 pgs: 6 creating+peering, 2 unknown, 89 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 0 B/s rd, 170 B/s wr, 0 op/s 2024-09-11T07:18:33.819 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:33 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:32.705199+0000 mgr.smithi017.qgiuqa (mgr.14162) 274 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:18:33.819 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:33 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:32.726251+0000 mon.smithi017 (mon.0) 591 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 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-11T07:18:33.819 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:33 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:32.730762+0000 mon.smithi017 (mon.0) 592 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 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-11T07:18:34.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:33 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:32.705199+0000 mgr.smithi017.qgiuqa (mgr.14162) 274 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:18:34.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:33 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:32.726251+0000 mon.smithi017 (mon.0) 591 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 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-11T07:18:34.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:33 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:32.730762+0000 mon.smithi017 (mon.0) 592 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 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-11T07:18:34.175 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2024-09-11T07:18:34.982 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:34 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:33.123747+0000 mgr.smithi017.qgiuqa (mgr.14162) 275 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 0 B/s rd, 0 B/s wr, 0 op/s 2024-09-11T07:18:34.982 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:34 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:34.709724+0000 mon.smithi017 (mon.0) 593 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:18:34.982 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:34 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:34.710656+0000 mon.smithi017 (mon.0) 594 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi045", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-09-11T07:18:34.982 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:34 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:34.713268+0000 mon.smithi017 (mon.0) 595 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi045", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-09-11T07:18:34.983 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:34 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:34.714506+0000 mon.smithi017 (mon.0) 596 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi045-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T07:18:34.983 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:34 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:34.716971+0000 mon.smithi017 (mon.0) 597 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi045-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-11T07:18:34.983 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:34 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:34.717813+0000 mon.smithi017 (mon.0) 598 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:18:35.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:34 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:33.123747+0000 mgr.smithi017.qgiuqa (mgr.14162) 275 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 0 B/s rd, 0 B/s wr, 0 op/s 2024-09-11T07:18:35.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:34 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:34.709724+0000 mon.smithi017 (mon.0) 593 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:18:35.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:34 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:34.710656+0000 mon.smithi017 (mon.0) 594 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi045", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-09-11T07:18:35.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:34 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:34.713268+0000 mon.smithi017 (mon.0) 595 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi045", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-09-11T07:18:35.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:34 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:34.714506+0000 mon.smithi017 (mon.0) 596 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi045-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T07:18:35.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:34 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:34.716971+0000 mon.smithi017 (mon.0) 597 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.smithi045-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-11T07:18:35.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:34 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:34.717813+0000 mon.smithi017 (mon.0) 598 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:18:35.993 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:18:34.710432+0000 mgr.smithi017.qgiuqa (mgr.14162) 276 : cephadm [INF] Creating key for client.nfs.foo.smithi045 2024-09-11T07:18:35.993 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:18:34.714235+0000 mgr.smithi017.qgiuqa (mgr.14162) 277 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-11T07:18:35.993 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:18:34.714297+0000 mgr.smithi017.qgiuqa (mgr.14162) 278 : cephadm [INF] Creating key for client.nfs.foo.smithi045-rgw 2024-09-11T07:18:35.994 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:18:34.718360+0000 mgr.smithi017.qgiuqa (mgr.14162) 279 : cephadm [INF] Deploying daemon nfs.foo.smithi045 on smithi045 2024-09-11T07:18:36.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:18:34.710432+0000 mgr.smithi017.qgiuqa (mgr.14162) 276 : cephadm [INF] Creating key for client.nfs.foo.smithi045 2024-09-11T07:18:36.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:18:34.714235+0000 mgr.smithi017.qgiuqa (mgr.14162) 277 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-11T07:18:36.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:18:34.714297+0000 mgr.smithi017.qgiuqa (mgr.14162) 278 : cephadm [INF] Creating key for client.nfs.foo.smithi045-rgw 2024-09-11T07:18:36.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:18:34.718360+0000 mgr.smithi017.qgiuqa (mgr.14162) 279 : cephadm [INF] Deploying daemon nfs.foo.smithi045 on smithi045 2024-09-11T07:18:36.835 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:36 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:35.124364+0000 mgr.smithi017.qgiuqa (mgr.14162) 280 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2024-09-11T07:18:37.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:36 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:35.124364+0000 mgr.smithi017.qgiuqa (mgr.14162) 280 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2024-09-11T07:18:37.911 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:37 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:36.417546+0000 mgr.smithi017.qgiuqa (mgr.14162) 281 : audit [DBG] from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:18:38.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:37 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:36.417546+0000 mgr.smithi017.qgiuqa (mgr.14162) 281 : audit [DBG] from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:18:39.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:38 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:37.124776+0000 mgr.smithi017.qgiuqa (mgr.14162) 282 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.2 KiB/s wr, 2 op/s 2024-09-11T07:18:39.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:38 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:37.739005+0000 mgr.smithi017.qgiuqa (mgr.14162) 283 : audit [DBG] from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:18:39.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:38 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:37.124776+0000 mgr.smithi017.qgiuqa (mgr.14162) 282 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.2 KiB/s wr, 2 op/s 2024-09-11T07:18:39.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:38 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:37.739005+0000 mgr.smithi017.qgiuqa (mgr.14162) 283 : audit [DBG] from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:18:39.078 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo 2/2 - 10s count:2 2024-09-11T07:18:39.837 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-11T07:18:39.850 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi017.front.sepia.ceph.com 2024-09-11T07:18:39.850 DEBUG:teuthology.orchestra.run.smithi017:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2024-09-11T07:18:39.878 INFO:teuthology.orchestra.run.smithi017.stderr:+ mkdir /mnt/foo 2024-09-11T07:18:39.891 DEBUG:teuthology.orchestra.run.smithi017:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2024-09-11T07:18:39.955 INFO:teuthology.orchestra.run.smithi017.stderr:++ hostname 2024-09-11T07:18:39.956 INFO:teuthology.orchestra.run.smithi017.stderr:+ mount -t nfs smithi017:/fake /mnt/foo -o sync 2024-09-11T07:18:40.090 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:39 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:38.857121+0000 mon.smithi017 (mon.0) 599 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:18:40.090 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:39 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:38.857787+0000 mon.smithi017 (mon.0) 600 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:18:40.120 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:39 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:38.857121+0000 mon.smithi017 (mon.0) 599 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:18:40.120 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:39 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:38.857787+0000 mon.smithi017 (mon.0) 600 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:18:41.181 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:40 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:39.059462+0000 mgr.smithi017.qgiuqa (mgr.14162) 284 : audit [DBG] from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:18:41.182 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:40 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:39.125162+0000 mgr.smithi017.qgiuqa (mgr.14162) 285 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2024-09-11T07:18:41.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:39.059462+0000 mgr.smithi017.qgiuqa (mgr.14162) 284 : audit [DBG] from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:18:41.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:39.125162+0000 mgr.smithi017.qgiuqa (mgr.14162) 285 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2024-09-11T07:18:41.948 DEBUG:teuthology.orchestra.run.smithi017:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2024-09-11T07:18:42.014 INFO:teuthology.orchestra.run.smithi017.stderr:+ echo test 2024-09-11T07:18:42.024 DEBUG:teuthology.orchestra.run.smithi017:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2024-09-11T07:18:42.089 INFO:teuthology.orchestra.run.smithi017.stderr:+ sync 2024-09-11T07:18:42.317 INFO:teuthology.run_tasks:Running task parallel... 2024-09-11T07:18:42.327 INFO:teuthology.task.parallel:starting parallel... 2024-09-11T07:18:42.327 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-09-11T07:18:42.328 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-09-11T07:18:42.328 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi017.front.sepia.ceph.com 2024-09-11T07:18:42.328 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-09-11T07:18:42.329 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-09-11T07:18:42.329 INFO:teuthology.task.sequential:In sequential, running task exec... 2024-09-11T07:18:42.330 INFO:teuthology.task.exec:Executing custom commands... 2024-09-11T07:18:42.330 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi017.front.sepia.ceph.com 2024-09-11T07:18:42.330 DEBUG:teuthology.orchestra.run.smithi017:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2024-09-11T07:18:42.406 INFO:teuthology.orchestra.run.smithi017.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-09-11T07:18:42.406 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-11T07:18:42.407 INFO:teuthology.orchestra.run.smithi017.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2024-09-11T07:18:42.418 INFO:teuthology.orchestra.run.smithi017.stdout:4 of 5 processes prepared for launch 0 sec 2024-09-11T07:18:42.518 INFO:teuthology.orchestra.run.smithi017.stdout:5 of 5 processes prepared for launch 0 sec 2024-09-11T07:18:42.518 INFO:teuthology.orchestra.run.smithi017.stdout:releasing clients 2024-09-11T07:18:42.577 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:41.125785+0000 mgr.smithi017.qgiuqa (mgr.14162) 286 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 2.0 KiB/s wr, 5 op/s 2024-09-11T07:18:42.578 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:41.353469+0000 mon.smithi017 (mon.0) 601 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:18:42.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:42 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:41.125785+0000 mgr.smithi017.qgiuqa (mgr.14162) 286 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 2.0 KiB/s wr, 5 op/s 2024-09-11T07:18:42.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:42 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:41.353469+0000 mon.smithi017 (mon.0) 601 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:18:43.518 INFO:teuthology.orchestra.run.smithi017.stdout: 5 294 54.30 MB/sec warmup 1 sec latency 15.876 ms 2024-09-11T07:18:44.518 INFO:teuthology.orchestra.run.smithi017.stdout: 5 646 52.66 MB/sec warmup 2 sec latency 10.264 ms 2024-09-11T07:18:44.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:43.126143+0000 mgr.smithi017.qgiuqa (mgr.14162) 287 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 2.5 MiB data, 50 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 216 KiB/s wr, 8 op/s 2024-09-11T07:18:44.768 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:43.126143+0000 mgr.smithi017.qgiuqa (mgr.14162) 287 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 2.5 MiB data, 50 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 216 KiB/s wr, 8 op/s 2024-09-11T07:18:45.518 INFO:teuthology.orchestra.run.smithi017.stdout: 5 1799 43.86 MB/sec warmup 3 sec latency 9.204 ms 2024-09-11T07:18:46.519 INFO:teuthology.orchestra.run.smithi017.stdout: 5 3108 42.36 MB/sec warmup 4 sec latency 8.075 ms 2024-09-11T07:18:46.665 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:46 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:45.126608+0000 mgr.smithi017.qgiuqa (mgr.14162) 288 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 67 MiB data, 237 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 5.9 MiB/s wr, 312 op/s 2024-09-11T07:18:46.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:46 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:45.126608+0000 mgr.smithi017.qgiuqa (mgr.14162) 288 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 67 MiB data, 237 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 5.9 MiB/s wr, 312 op/s 2024-09-11T07:18:47.360 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-09-11T07:18:47.518 INFO:teuthology.orchestra.run.smithi017.stdout: 5 4248 40.28 MB/sec warmup 5 sec latency 9.989 ms 2024-09-11T07:18:47.953 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:47 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:46.654947+0000 mon.smithi017 (mon.0) 602 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:18:47.953 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:47 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:46.660410+0000 mon.smithi017 (mon.0) 603 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:18:47.954 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:47 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:46.666224+0000 mon.smithi017 (mon.0) 604 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:18:47.954 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:47 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:46.672977+0000 mon.smithi017 (mon.0) 605 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:18:48.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:47 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:46.654947+0000 mon.smithi017 (mon.0) 602 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:18:48.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:47 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:46.660410+0000 mon.smithi017 (mon.0) 603 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:18:48.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:47 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:46.666224+0000 mon.smithi017 (mon.0) 604 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:18:48.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:47 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:46.672977+0000 mon.smithi017 (mon.0) 605 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:18:48.519 INFO:teuthology.orchestra.run.smithi017.stdout: 5 5505 37.98 MB/sec warmup 6 sec latency 14.109 ms 2024-09-11T07:18:48.957 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:48 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:47.127036+0000 mgr.smithi017.qgiuqa (mgr.14162) 289 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 94 MiB data, 361 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 8.2 MiB/s wr, 367 op/s 2024-09-11T07:18:49.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:47.127036+0000 mgr.smithi017.qgiuqa (mgr.14162) 289 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 94 MiB data, 361 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 8.2 MiB/s wr, 367 op/s 2024-09-11T07:18:49.519 INFO:teuthology.orchestra.run.smithi017.stdout: 5 6807 38.56 MB/sec warmup 7 sec latency 12.039 ms 2024-09-11T07:18:50.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:50 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:49.127507+0000 mgr.smithi017.qgiuqa (mgr.14162) 290 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 120 MiB data, 486 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 11 MiB/s wr, 527 op/s 2024-09-11T07:18:50.519 INFO:teuthology.orchestra.run.smithi017.stdout: 5 7860 37.22 MB/sec warmup 8 sec latency 19.368 ms 2024-09-11T07:18:50.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:50 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:49.127507+0000 mgr.smithi017.qgiuqa (mgr.14162) 290 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 120 MiB data, 486 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 11 MiB/s wr, 527 op/s 2024-09-11T07:18:50.672 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph config set global log_to_journald false --force' 2024-09-11T07:18:51.519 INFO:teuthology.orchestra.run.smithi017.stdout: 5 8952 35.89 MB/sec warmup 9 sec latency 18.537 ms 2024-09-11T07:18:52.470 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:52 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:51.128049+0000 mgr.smithi017.qgiuqa (mgr.14162) 291 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 140 MiB data, 672 MiB used, 715 GiB / 715 GiB avail; 3.1 KiB/s rd, 16 MiB/s wr, 1k op/s 2024-09-11T07:18:52.519 INFO:teuthology.orchestra.run.smithi017.stdout: 5 10229 36.21 MB/sec warmup 10 sec latency 19.275 ms 2024-09-11T07:18:52.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:52 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:51.128049+0000 mgr.smithi017.qgiuqa (mgr.14162) 291 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 140 MiB data, 672 MiB used, 715 GiB / 715 GiB avail; 3.1 KiB/s rd, 16 MiB/s wr, 1k op/s 2024-09-11T07:18:53.519 INFO:teuthology.orchestra.run.smithi017.stdout: 5 11273 35.65 MB/sec warmup 11 sec latency 35.875 ms 2024-09-11T07:18:54.519 INFO:teuthology.orchestra.run.smithi017.stdout: 5 12415 34.86 MB/sec warmup 12 sec latency 20.899 ms 2024-09-11T07:18:54.618 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph mgr module enable nfs --force' 2024-09-11T07:18:55.162 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:53.128571+0000 mgr.smithi017.qgiuqa (mgr.14162) 292 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 143 MiB data, 714 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 17 MiB/s wr, 1.06k op/s 2024-09-11T07:18:55.162 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:53.858448+0000 mon.smithi017 (mon.0) 606 : audit [INF] from='client.? 172.21.15.17:0/1797400400' entity='client.admin' 2024-09-11T07:18:55.163 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:53.865725+0000 mon.smithi017 (mon.0) 607 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:18:55.163 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:53.872494+0000 mon.smithi017 (mon.0) 608 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:18:55.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:53.128571+0000 mgr.smithi017.qgiuqa (mgr.14162) 292 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 143 MiB data, 714 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 17 MiB/s wr, 1.06k op/s 2024-09-11T07:18:55.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:53.858448+0000 mon.smithi017 (mon.0) 606 : audit [INF] from='client.? 172.21.15.17:0/1797400400' entity='client.admin' 2024-09-11T07:18:55.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:53.865725+0000 mon.smithi017 (mon.0) 607 : audit [DBG] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:18:55.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:53.872494+0000 mon.smithi017 (mon.0) 608 : audit [INF] from='mgr.14162 172.21.15.17:0/1272341265' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:18:55.519 INFO:teuthology.orchestra.run.smithi017.stdout: 5 13713 35.10 MB/sec warmup 13 sec latency 26.876 ms 2024-09-11T07:18:56.519 INFO:teuthology.orchestra.run.smithi017.stdout: 5 14678 34.81 MB/sec warmup 14 sec latency 20.152 ms 2024-09-11T07:18:57.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:55.129273+0000 mgr.smithi017.qgiuqa (mgr.14162) 293 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 158 MiB data, 808 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 21 MiB/s wr, 1.53k op/s 2024-09-11T07:18:57.285 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:55.129273+0000 mgr.smithi017.qgiuqa (mgr.14162) 293 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 158 MiB data, 808 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 21 MiB/s wr, 1.53k op/s 2024-09-11T07:18:57.519 INFO:teuthology.orchestra.run.smithi017.stdout: 5 15594 33.79 MB/sec warmup 15 sec latency 15.605 ms 2024-09-11T07:18:58.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:57 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:57.051567+0000 mon.smithi045 (mon.1) 18 : audit [INF] from='client.? 172.21.15.17:0/3370670788' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-09-11T07:18:58.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:57 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:57.052033+0000 mon.smithi017 (mon.0) 609 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-09-11T07:18:58.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:57 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:57.051567+0000 mon.smithi045 (mon.1) 18 : audit [INF] from='client.? 172.21.15.17:0/3370670788' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-09-11T07:18:58.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:57 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:57.052033+0000 mon.smithi017 (mon.0) 609 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-09-11T07:18:58.520 INFO:teuthology.orchestra.run.smithi017.stdout: 5 16798 33.18 MB/sec warmup 16 sec latency 35.580 ms 2024-09-11T07:18:59.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:18:57.872877+0000 mon.smithi017 (mon.0) 610 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2024-09-11T07:18:59.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:18:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:18:57.873008+0000 mon.smithi017 (mon.0) 611 : cluster [DBG] mgrmap e20: smithi017.qgiuqa(active, since 6m), standbys: smithi045.wavrrv 2024-09-11T07:18:59.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:58 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:18:57.872877+0000 mon.smithi017 (mon.0) 610 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2024-09-11T07:18:59.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:18:58 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:18:57.873008+0000 mon.smithi017 (mon.0) 611 : cluster [DBG] mgrmap e20: smithi017.qgiuqa(active, since 6m), standbys: smithi045.wavrrv 2024-09-11T07:18:59.359 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-09-11T07:18:59.519 INFO:teuthology.orchestra.run.smithi017.stdout: 5 17985 34.12 MB/sec warmup 17 sec latency 49.166 ms 2024-09-11T07:19:00.519 INFO:teuthology.orchestra.run.smithi017.stdout: 5 18806 32.89 MB/sec warmup 18 sec latency 28.152 ms 2024-09-11T07:19:01.519 INFO:teuthology.orchestra.run.smithi017.stdout: 5 19944 32.29 MB/sec warmup 19 sec latency 19.916 ms 2024-09-11T07:19:02.519 INFO:teuthology.orchestra.run.smithi017.stdout: 5 20909 32.57 MB/sec warmup 20 sec latency 23.138 ms 2024-09-11T07:19:03.519 INFO:teuthology.orchestra.run.smithi017.stdout: 5 21708 32.28 MB/sec warmup 21 sec latency 27.974 ms 2024-09-11T07:19:04.519 INFO:teuthology.orchestra.run.smithi017.stdout: 5 22506 31.41 MB/sec warmup 22 sec latency 19.567 ms 2024-09-11T07:19:05.519 INFO:teuthology.orchestra.run.smithi017.stdout: 5 23706 31.11 MB/sec warmup 23 sec latency 18.940 ms 2024-09-11T07:19:05.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:05 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:19:05.084827+0000 mon.smithi017 (mon.0) 612 : cluster [DBG] Standby manager daemon smithi045.wavrrv restarted 2024-09-11T07:19:05.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:05 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:19:05.084985+0000 mon.smithi017 (mon.0) 613 : cluster [DBG] Standby manager daemon smithi045.wavrrv started 2024-09-11T07:19:05.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:05 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:19:05.087113+0000 mon.smithi017 (mon.0) 614 : audit [DBG] from='mgr.? 172.21.15.45:0/2088577286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi045.wavrrv/crt"}]: dispatch 2024-09-11T07:19:05.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:05 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:19:05.087809+0000 mon.smithi017 (mon.0) 615 : audit [DBG] from='mgr.? 172.21.15.45:0/2088577286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T07:19:05.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:05 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:19:05.092361+0000 mon.smithi017 (mon.0) 616 : audit [DBG] from='mgr.? 172.21.15.45:0/2088577286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi045.wavrrv/key"}]: dispatch 2024-09-11T07:19:05.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:05 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:19:05.093713+0000 mon.smithi017 (mon.0) 617 : audit [DBG] from='mgr.? 172.21.15.45:0/2088577286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T07:19:05.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:05 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:19:05.084827+0000 mon.smithi017 (mon.0) 612 : cluster [DBG] Standby manager daemon smithi045.wavrrv restarted 2024-09-11T07:19:05.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:05 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:19:05.084985+0000 mon.smithi017 (mon.0) 613 : cluster [DBG] Standby manager daemon smithi045.wavrrv started 2024-09-11T07:19:05.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:05 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:19:05.087113+0000 mon.smithi017 (mon.0) 614 : audit [DBG] from='mgr.? 172.21.15.45:0/2088577286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi045.wavrrv/crt"}]: dispatch 2024-09-11T07:19:05.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:05 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:19:05.087809+0000 mon.smithi017 (mon.0) 615 : audit [DBG] from='mgr.? 172.21.15.45:0/2088577286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T07:19:05.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:05 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:19:05.092361+0000 mon.smithi017 (mon.0) 616 : audit [DBG] from='mgr.? 172.21.15.45:0/2088577286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi045.wavrrv/key"}]: dispatch 2024-09-11T07:19:05.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:05 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:19:05.093713+0000 mon.smithi017 (mon.0) 617 : audit [DBG] from='mgr.? 172.21.15.45:0/2088577286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T07:19:06.427 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:06 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:19:05.143808+0000 mon.smithi017 (mon.0) 618 : cluster [DBG] mgrmap e21: smithi017.qgiuqa(active, since 6m), standbys: smithi045.wavrrv 2024-09-11T07:19:06.428 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:06 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:19:05.571861+0000 mon.smithi017 (mon.0) 619 : cluster [INF] Active manager daemon smithi017.qgiuqa restarted 2024-09-11T07:19:06.428 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:06 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:19:05.572516+0000 mon.smithi017 (mon.0) 620 : cluster [INF] Activating manager daemon smithi017.qgiuqa 2024-09-11T07:19:06.428 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:06 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:19:05.577446+0000 mon.smithi017 (mon.0) 621 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-09-11T07:19:06.443 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:06 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:19:05.143808+0000 mon.smithi017 (mon.0) 618 : cluster [DBG] mgrmap e21: smithi017.qgiuqa(active, since 6m), standbys: smithi045.wavrrv 2024-09-11T07:19:06.443 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:06 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:19:05.571861+0000 mon.smithi017 (mon.0) 619 : cluster [INF] Active manager daemon smithi017.qgiuqa restarted 2024-09-11T07:19:06.443 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:06 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:19:05.572516+0000 mon.smithi017 (mon.0) 620 : cluster [INF] Activating manager daemon smithi017.qgiuqa 2024-09-11T07:19:06.443 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:06 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:19:05.577446+0000 mon.smithi017 (mon.0) 621 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-09-11T07:19:06.520 INFO:teuthology.orchestra.run.smithi017.stdout: 5 25022 32.02 MB/sec warmup 24 sec latency 16.728 ms 2024-09-11T07:19:07.176 INFO:teuthology.orchestra.run.smithi017.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T07:19:07.483 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:19:06.155973+0000 mon.smithi017 (mon.0) 622 : cluster [DBG] mgrmap e22: smithi017.qgiuqa(active, starting, since 0.583587s), standbys: smithi045.wavrrv 2024-09-11T07:19:07.483 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:19:06.159596+0000 mon.smithi017 (mon.0) 623 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mon metadata", "id": "smithi017"}]: dispatch 2024-09-11T07:19:07.483 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:19:06.160767+0000 mon.smithi017 (mon.0) 624 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2024-09-11T07:19:07.483 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:19:06.161193+0000 mon.smithi017 (mon.0) 625 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi017.utzzzp"}]: dispatch 2024-09-11T07:19:07.483 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:19:06.161524+0000 mon.smithi017 (mon.0) 626 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi045.gxtxww"}]: dispatch 2024-09-11T07:19:07.483 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:19:06.162028+0000 mon.smithi017 (mon.0) 627 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mgr metadata", "who": "smithi017.qgiuqa", "id": "smithi017.qgiuqa"}]: dispatch 2024-09-11T07:19:07.483 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:19:06.162305+0000 mon.smithi017 (mon.0) 628 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mgr metadata", "who": "smithi045.wavrrv", "id": "smithi045.wavrrv"}]: dispatch 2024-09-11T07:19:07.483 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:19:06.162581+0000 mon.smithi017 (mon.0) 629 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:19:07.484 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:19:06.162861+0000 mon.smithi017 (mon.0) 630 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:19:07.484 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:19:06.163167+0000 mon.smithi017 (mon.0) 631 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:19:07.484 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:19:06.163453+0000 mon.smithi017 (mon.0) 632 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:19:07.484 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:19:06.163753+0000 mon.smithi017 (mon.0) 633 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:19:07.484 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:19:06.164005+0000 mon.smithi017 (mon.0) 634 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:19:07.484 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:19:06.164309+0000 mon.smithi017 (mon.0) 635 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:19:07.484 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:19:06.164649+0000 mon.smithi017 (mon.0) 636 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:19:07.484 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:19:06.165023+0000 mon.smithi017 (mon.0) 637 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T07:19:07.484 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:19:06.165382+0000 mon.smithi017 (mon.0) 638 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T07:19:07.484 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:19:06.166067+0000 mon.smithi017 (mon.0) 639 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T07:19:07.484 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:19:06.169853+0000 mon.smithi017 (mon.0) 640 : cluster [INF] Manager daemon smithi017.qgiuqa is now available 2024-09-11T07:19:07.484 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:19:06.350914+0000 mon.smithi017 (mon.0) 641 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:19:07.484 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:19:06.352778+0000 mon.smithi017 (mon.0) 642 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:19:07.484 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:19:06.387502+0000 mon.smithi017 (mon.0) 643 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:19:07.484 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:19:06.394576+0000 mon.smithi017 (mon.0) 644 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/trash_purge_schedule"}]: dispatch 2024-09-11T07:19:07.519 INFO:teuthology.orchestra.run.smithi017.stdout: 5 25668 31.09 MB/sec warmup 25 sec latency 22.623 ms 2024-09-11T07:19:07.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:19:06.155973+0000 mon.smithi017 (mon.0) 622 : cluster [DBG] mgrmap e22: smithi017.qgiuqa(active, starting, since 0.583587s), standbys: smithi045.wavrrv 2024-09-11T07:19:07.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:19:06.159596+0000 mon.smithi017 (mon.0) 623 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mon metadata", "id": "smithi017"}]: dispatch 2024-09-11T07:19:07.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:19:06.160767+0000 mon.smithi017 (mon.0) 624 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2024-09-11T07:19:07.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:19:06.161193+0000 mon.smithi017 (mon.0) 625 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi017.utzzzp"}]: dispatch 2024-09-11T07:19:07.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:19:06.161524+0000 mon.smithi017 (mon.0) 626 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi045.gxtxww"}]: dispatch 2024-09-11T07:19:07.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:19:06.162028+0000 mon.smithi017 (mon.0) 627 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mgr metadata", "who": "smithi017.qgiuqa", "id": "smithi017.qgiuqa"}]: dispatch 2024-09-11T07:19:07.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:19:06.162305+0000 mon.smithi017 (mon.0) 628 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mgr metadata", "who": "smithi045.wavrrv", "id": "smithi045.wavrrv"}]: dispatch 2024-09-11T07:19:07.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:19:06.162581+0000 mon.smithi017 (mon.0) 629 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:19:07.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:19:06.162861+0000 mon.smithi017 (mon.0) 630 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:19:07.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:19:06.163167+0000 mon.smithi017 (mon.0) 631 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:19:07.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:19:06.163453+0000 mon.smithi017 (mon.0) 632 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:19:07.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:19:06.163753+0000 mon.smithi017 (mon.0) 633 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:19:07.542 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:19:06.164005+0000 mon.smithi017 (mon.0) 634 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:19:07.542 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:19:06.164309+0000 mon.smithi017 (mon.0) 635 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:19:07.542 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:19:06.164649+0000 mon.smithi017 (mon.0) 636 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:19:07.542 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:19:06.165023+0000 mon.smithi017 (mon.0) 637 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T07:19:07.542 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:19:06.165382+0000 mon.smithi017 (mon.0) 638 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T07:19:07.542 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:19:06.166067+0000 mon.smithi017 (mon.0) 639 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T07:19:07.542 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:19:06.169853+0000 mon.smithi017 (mon.0) 640 : cluster [INF] Manager daemon smithi017.qgiuqa is now available 2024-09-11T07:19:07.542 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:19:06.350914+0000 mon.smithi017 (mon.0) 641 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:19:07.542 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:19:06.352778+0000 mon.smithi017 (mon.0) 642 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:19:07.542 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:19:06.387502+0000 mon.smithi017 (mon.0) 643 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:19:07.543 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:19:06.394576+0000 mon.smithi017 (mon.0) 644 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/trash_purge_schedule"}]: dispatch 2024-09-11T07:19:08.473 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:08 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:19:07.164461+0000 mon.smithi017 (mon.0) 645 : cluster [DBG] mgrmap e23: smithi017.qgiuqa(active, since 1.59208s), standbys: smithi045.wavrrv 2024-09-11T07:19:08.473 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:08 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:19:07.169181+0000 mgr.smithi017.qgiuqa (mgr.24341) 2 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T07:19:08.473 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:08 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:19:07.169736+0000 mgr.smithi017.qgiuqa (mgr.24341) 3 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 198 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail 2024-09-11T07:19:08.473 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:08 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:19:07.173172+0000 mon.smithi017 (mon.0) 646 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:19:08.520 INFO:teuthology.orchestra.run.smithi017.stdout: 5 26721 30.86 MB/sec warmup 26 sec latency 27.570 ms 2024-09-11T07:19:08.526 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:08 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:19:07.164461+0000 mon.smithi017 (mon.0) 645 : cluster [DBG] mgrmap e23: smithi017.qgiuqa(active, since 1.59208s), standbys: smithi045.wavrrv 2024-09-11T07:19:08.526 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:08 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:19:07.169181+0000 mgr.smithi017.qgiuqa (mgr.24341) 2 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T07:19:08.526 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:08 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:19:07.169736+0000 mgr.smithi017.qgiuqa (mgr.24341) 3 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 198 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail 2024-09-11T07:19:08.526 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:08 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:19:07.173172+0000 mon.smithi017 (mon.0) 646 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:19:08.562 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-09-11T07:19:08.563 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi017.front.sepia.ceph.com 2024-09-11T07:19:08.563 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- 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-11T07:19:09.449 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:09 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:19:08.165053+0000 mgr.smithi017.qgiuqa (mgr.24341) 4 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 198 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail 2024-09-11T07:19:09.449 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:09 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:19:08.180352+0000 mon.smithi017 (mon.0) 647 : cluster [DBG] mgrmap e24: smithi017.qgiuqa(active, since 2s), standbys: smithi045.wavrrv 2024-09-11T07:19:09.494 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:09 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:19:08.165053+0000 mgr.smithi017.qgiuqa (mgr.24341) 4 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 198 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail 2024-09-11T07:19:09.494 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:09 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:19:08.180352+0000 mon.smithi017 (mon.0) 647 : cluster [DBG] mgrmap e24: smithi017.qgiuqa(active, since 2s), standbys: smithi045.wavrrv 2024-09-11T07:19:09.519 INFO:teuthology.orchestra.run.smithi017.stdout: 5 27932 31.11 MB/sec warmup 27 sec latency 17.695 ms 2024-09-11T07:19:10.520 INFO:teuthology.orchestra.run.smithi017.stdout: 5 28911 31.08 MB/sec warmup 28 sec latency 16.455 ms 2024-09-11T07:19:10.987 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:10 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:19:09.728859+0000 mon.smithi017 (mon.0) 648 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:19:11.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:10 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:19:09.728859+0000 mon.smithi017 (mon.0) 648 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:19:11.520 INFO:teuthology.orchestra.run.smithi017.stdout: 5 29831 30.58 MB/sec warmup 29 sec latency 19.365 ms 2024-09-11T07:19:11.884 INFO:teuthology.orchestra.run.smithi017.stdout:true 2024-09-11T07:19:12.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:11 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:19:10.165669+0000 mgr.smithi017.qgiuqa (mgr.24341) 5 : cluster [DBG] pgmap v5: 97 pgs: 97 active+clean; 198 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail 2024-09-11T07:19:12.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:11 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:19:10.165669+0000 mgr.smithi017.qgiuqa (mgr.24341) 5 : cluster [DBG] pgmap v5: 97 pgs: 97 active+clean; 198 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail 2024-09-11T07:19:12.520 INFO:teuthology.orchestra.run.smithi017.stdout: 5 30968 30.37 MB/sec warmup 30 sec latency 19.607 ms 2024-09-11T07:19:12.765 INFO:teuthology.orchestra.run.smithi017.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2024-09-11T07:19:12.765 INFO:teuthology.orchestra.run.smithi017.stdout:alertmanager.smithi017 smithi017 *:9093,9094 running (4m) 26s ago 6m 0.20.0 0881eb8f169f 8ff211b4e457 2024-09-11T07:19:12.765 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi017 smithi017 running (6m) 26s ago 6m 16.2.4 8d91d370c2b8 cfba143c9b6f 2024-09-11T07:19:12.765 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi045 smithi045 running (5m) 3s ago 5m 16.2.4 8d91d370c2b8 b3a463d5f314 2024-09-11T07:19:12.765 INFO:teuthology.orchestra.run.smithi017.stdout:grafana.smithi017 smithi017 *:3000 running (4m) 26s ago 6m 6.7.4 557c83e11646 24bbf4d58b8c 2024-09-11T07:19:12.765 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi017.utzzzp smithi017 running (53s) 26s ago 53s 16.2.4 8d91d370c2b8 711da931e1f1 2024-09-11T07:19:12.765 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi045.gxtxww smithi045 running (51s) 3s ago 50s 16.2.4 8d91d370c2b8 8de08b53c390 2024-09-11T07:19:12.765 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi017.qgiuqa smithi017 *:9283 running (7m) 26s ago 7m 16.2.4 8d91d370c2b8 800455b7a557 2024-09-11T07:19:12.766 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi045.wavrrv smithi045 *:8443,9283 running (5m) 3s ago 5m 16.2.4 8d91d370c2b8 4ba3e65a52a4 2024-09-11T07:19:12.766 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi017 smithi017 running (7m) 26s ago 7m 16.2.4 8d91d370c2b8 a0e09aaa1101 2024-09-11T07:19:12.766 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi045 smithi045 running (5m) 3s ago 5m 16.2.4 8d91d370c2b8 275188c394ab 2024-09-11T07:19:12.766 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.smithi017 smithi017 *:2049 running (38s) 26s ago 38s 3.5 8d91d370c2b8 5335fc5dbc43 2024-09-11T07:19:12.766 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.smithi045 smithi045 *:2049 running (34s) 3s ago 33s 3.5 8d91d370c2b8 ab71d6d53b52 2024-09-11T07:19:12.766 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi017 smithi017 *:9100 running (5m) 26s ago 5m 0.18.1 e5a616e4b9cf 3ae9bdfa57df 2024-09-11T07:19:12.766 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi045 smithi045 *:9100 running (5m) 3s ago 5m 0.18.1 e5a616e4b9cf 517c959affda 2024-09-11T07:19:12.766 INFO:teuthology.orchestra.run.smithi017.stdout:osd.0 smithi017 running (4m) 26s ago 4m 16.2.4 8d91d370c2b8 432bd5329ca6 2024-09-11T07:19:12.766 INFO:teuthology.orchestra.run.smithi017.stdout:osd.1 smithi017 running (4m) 26s ago 4m 16.2.4 8d91d370c2b8 b9bde4672d10 2024-09-11T07:19:12.766 INFO:teuthology.orchestra.run.smithi017.stdout:osd.2 smithi017 running (4m) 26s ago 4m 16.2.4 8d91d370c2b8 a42eeb5fcae7 2024-09-11T07:19:12.766 INFO:teuthology.orchestra.run.smithi017.stdout:osd.3 smithi017 running (3m) 26s ago 3m 16.2.4 8d91d370c2b8 59fc76e234d1 2024-09-11T07:19:12.766 INFO:teuthology.orchestra.run.smithi017.stdout:osd.4 smithi045 running (3m) 3s ago 3m 16.2.4 8d91d370c2b8 3dc1e394cdfa 2024-09-11T07:19:12.766 INFO:teuthology.orchestra.run.smithi017.stdout:osd.5 smithi045 running (3m) 3s ago 3m 16.2.4 8d91d370c2b8 ec6745fcdd10 2024-09-11T07:19:12.766 INFO:teuthology.orchestra.run.smithi017.stdout:osd.6 smithi045 running (2m) 3s ago 2m 16.2.4 8d91d370c2b8 788633f8efc6 2024-09-11T07:19:12.767 INFO:teuthology.orchestra.run.smithi017.stdout:osd.7 smithi045 running (2m) 3s ago 2m 16.2.4 8d91d370c2b8 162523c68393 2024-09-11T07:19:12.767 INFO:teuthology.orchestra.run.smithi017.stdout:prometheus.smithi017 smithi017 *:9095 running (4m) 26s ago 5m 2.18.1 de242295e225 5d1f02a1080f 2024-09-11T07:19:12.871 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:12 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:19:11.867400+0000 mgr.smithi017.qgiuqa (mgr.24341) 6 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:19:13.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:12 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:19:11.867400+0000 mgr.smithi017.qgiuqa (mgr.24341) 6 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:19:13.202 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:19:13.203 INFO:teuthology.orchestra.run.smithi017.stdout: "mon": { 2024-09-11T07:19:13.203 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-11T07:19:13.203 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:19:13.203 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr": { 2024-09-11T07:19:13.203 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-11T07:19:13.203 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:19:13.203 INFO:teuthology.orchestra.run.smithi017.stdout: "osd": { 2024-09-11T07:19:13.203 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-11T07:19:13.203 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:19:13.203 INFO:teuthology.orchestra.run.smithi017.stdout: "mds": { 2024-09-11T07:19:13.203 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-11T07:19:13.204 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:19:13.204 INFO:teuthology.orchestra.run.smithi017.stdout: "overall": { 2024-09-11T07:19:13.204 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 14 2024-09-11T07:19:13.204 INFO:teuthology.orchestra.run.smithi017.stdout: } 2024-09-11T07:19:13.204 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:19:13.520 INFO:teuthology.orchestra.run.smithi017.stdout: 5 31901 30.61 MB/sec warmup 31 sec latency 18.599 ms 2024-09-11T07:19:13.712 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:19:13.712 INFO:teuthology.orchestra.run.smithi017.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T07:19:13.712 INFO:teuthology.orchestra.run.smithi017.stdout: "in_progress": true, 2024-09-11T07:19:13.713 INFO:teuthology.orchestra.run.smithi017.stdout: "services_complete": [], 2024-09-11T07:19:13.713 INFO:teuthology.orchestra.run.smithi017.stdout: "progress": "", 2024-09-11T07:19:13.713 INFO:teuthology.orchestra.run.smithi017.stdout: "message": "" 2024-09-11T07:19:13.713 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:19:14.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:19:12.166468+0000 mgr.smithi017.qgiuqa (mgr.24341) 7 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 203 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 4.1 MiB/s wr, 352 op/s 2024-09-11T07:19:14.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:19:12.314677+0000 mgr.smithi017.qgiuqa (mgr.24341) 8 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:19:14.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:19:12.752361+0000 mgr.smithi017.qgiuqa (mgr.24341) 9 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:19:14.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:19:13.201390+0000 mon.smithi017 (mon.0) 649 : audit [DBG] from='client.? 172.21.15.17:0/946965145' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:19:14.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:13 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:19:12.166468+0000 mgr.smithi017.qgiuqa (mgr.24341) 7 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 203 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 4.1 MiB/s wr, 352 op/s 2024-09-11T07:19:14.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:13 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:19:12.314677+0000 mgr.smithi017.qgiuqa (mgr.24341) 8 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:19:14.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:13 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:19:12.752361+0000 mgr.smithi017.qgiuqa (mgr.24341) 9 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:19:14.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:13 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:19:13.201390+0000 mon.smithi017 (mon.0) 649 : audit [DBG] from='client.? 172.21.15.17:0/946965145' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:19:14.520 INFO:teuthology.orchestra.run.smithi017.stdout: 5 32726 30.26 MB/sec warmup 32 sec latency 20.266 ms 2024-09-11T07:19:15.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:19:13.711119+0000 mgr.smithi017.qgiuqa (mgr.24341) 10 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:19:15.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:14 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:19:13.711119+0000 mgr.smithi017.qgiuqa (mgr.24341) 10 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:19:15.520 INFO:teuthology.orchestra.run.smithi017.stdout: 5 33653 30.09 MB/sec warmup 33 sec latency 53.170 ms 2024-09-11T07:19:16.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:15 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:19:14.166965+0000 mgr.smithi017.qgiuqa (mgr.24341) 11 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 216 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 9.5 MiB/s wr, 987 op/s 2024-09-11T07:19:16.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:15 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:19:14.166965+0000 mgr.smithi017.qgiuqa (mgr.24341) 11 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 216 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 9.5 MiB/s wr, 987 op/s 2024-09-11T07:19:16.520 INFO:teuthology.orchestra.run.smithi017.stdout: 5 34982 30.24 MB/sec warmup 34 sec latency 17.007 ms 2024-09-11T07:19:17.520 INFO:teuthology.orchestra.run.smithi017.stdout: 5 36053 30.36 MB/sec warmup 35 sec latency 26.354 ms 2024-09-11T07:19:17.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:17 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:19:16.146739+0000 mon.smithi017 (mon.0) 650 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:19:17.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:17 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:19:16.167370+0000 mgr.smithi017.qgiuqa (mgr.24341) 12 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 216 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 7.4 MiB/s wr, 767 op/s 2024-09-11T07:19:17.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:17 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:19:16.497285+0000 mon.smithi017 (mon.0) 651 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:19:17.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:17 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:19:16.502708+0000 mgr.smithi017.qgiuqa (mgr.24341) 13 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T07:19:17.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:17 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:19:16.146739+0000 mon.smithi017 (mon.0) 650 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:19:17.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:17 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:19:16.167370+0000 mgr.smithi017.qgiuqa (mgr.24341) 12 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 216 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 7.4 MiB/s wr, 767 op/s 2024-09-11T07:19:17.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:17 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:19:16.497285+0000 mon.smithi017 (mon.0) 651 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:19:17.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:17 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:19:16.502708+0000 mgr.smithi017.qgiuqa (mgr.24341) 13 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 2024-09-11T07:19:18.520 INFO:teuthology.orchestra.run.smithi017.stdout: 5 36916 29.89 MB/sec warmup 36 sec latency 14.996 ms 2024-09-11T07:19:19.520 INFO:teuthology.orchestra.run.smithi017.stdout: 5 37821 29.66 MB/sec warmup 37 sec latency 25.700 ms 2024-09-11T07:19:19.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:19 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:19:18.167905+0000 mgr.smithi017.qgiuqa (mgr.24341) 14 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 230 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 13 MiB/s wr, 1.26k op/s 2024-09-11T07:19:19.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:19 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:19:18.167905+0000 mgr.smithi017.qgiuqa (mgr.24341) 14 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 230 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 18 KiB/s rd, 13 MiB/s wr, 1.26k op/s 2024-09-11T07:19:20.520 INFO:teuthology.orchestra.run.smithi017.stdout: 5 38693 29.73 MB/sec warmup 38 sec latency 14.189 ms 2024-09-11T07:19:21.520 INFO:teuthology.orchestra.run.smithi017.stdout: 5 39499 29.66 MB/sec warmup 39 sec latency 27.740 ms 2024-09-11T07:19:21.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:19:20.168284+0000 mgr.smithi017.qgiuqa (mgr.24341) 15 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 230 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 12 MiB/s wr, 1.15k op/s 2024-09-11T07:19:21.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:19:20.168284+0000 mgr.smithi017.qgiuqa (mgr.24341) 15 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 230 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 12 MiB/s wr, 1.15k op/s 2024-09-11T07:19:22.520 INFO:teuthology.orchestra.run.smithi017.stdout: 5 40256 29.19 MB/sec warmup 40 sec latency 19.345 ms 2024-09-11T07:19:23.520 INFO:teuthology.orchestra.run.smithi017.stdout: 5 41108 29.02 MB/sec warmup 41 sec latency 23.126 ms 2024-09-11T07:19:23.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:19:22.168801+0000 mgr.smithi017.qgiuqa (mgr.24341) 16 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 228 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 15 MiB/s wr, 1.28k op/s 2024-09-11T07:19:23.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:19:22.168801+0000 mgr.smithi017.qgiuqa (mgr.24341) 16 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 228 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 15 MiB/s wr, 1.28k op/s 2024-09-11T07:19:24.521 INFO:teuthology.orchestra.run.smithi017.stdout: 5 41993 28.97 MB/sec warmup 42 sec latency 26.617 ms 2024-09-11T07:19:25.521 INFO:teuthology.orchestra.run.smithi017.stdout: 5 42806 28.99 MB/sec warmup 43 sec latency 41.377 ms 2024-09-11T07:19:25.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:25 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:19:24.169272+0000 mgr.smithi017.qgiuqa (mgr.24341) 17 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 245 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 16 MiB/s wr, 1.49k op/s 2024-09-11T07:19:25.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:25 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:19:24.169272+0000 mgr.smithi017.qgiuqa (mgr.24341) 17 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 245 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 16 MiB/s wr, 1.49k op/s 2024-09-11T07:19:26.521 INFO:teuthology.orchestra.run.smithi017.stdout: 5 43512 28.61 MB/sec warmup 44 sec latency 25.639 ms 2024-09-11T07:19:27.521 INFO:teuthology.orchestra.run.smithi017.stdout: 5 44529 28.56 MB/sec warmup 45 sec latency 30.172 ms 2024-09-11T07:19:27.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:27 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:19:26.169730+0000 mgr.smithi017.qgiuqa (mgr.24341) 18 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 245 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 12 MiB/s wr, 1.06k op/s 2024-09-11T07:19:27.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:27 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:19:26.169730+0000 mgr.smithi017.qgiuqa (mgr.24341) 18 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 245 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 12 MiB/s wr, 1.06k op/s 2024-09-11T07:19:28.521 INFO:teuthology.orchestra.run.smithi017.stdout: 5 45721 28.69 MB/sec warmup 46 sec latency 16.867 ms 2024-09-11T07:19:29.521 INFO:teuthology.orchestra.run.smithi017.stdout: 5 46536 28.67 MB/sec warmup 47 sec latency 25.235 ms 2024-09-11T07:19:29.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:29 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:19:28.170439+0000 mgr.smithi017.qgiuqa (mgr.24341) 19 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 258 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 17 MiB/s wr, 1.52k op/s 2024-09-11T07:19:29.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:29 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:19:28.170439+0000 mgr.smithi017.qgiuqa (mgr.24341) 19 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 258 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 17 MiB/s wr, 1.52k op/s 2024-09-11T07:19:30.521 INFO:teuthology.orchestra.run.smithi017.stdout: 5 47358 28.28 MB/sec warmup 48 sec latency 16.718 ms 2024-09-11T07:19:31.521 INFO:teuthology.orchestra.run.smithi017.stdout: 5 48353 28.25 MB/sec warmup 49 sec latency 26.250 ms 2024-09-11T07:19:31.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:31 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:19:30.171021+0000 mgr.smithi017.qgiuqa (mgr.24341) 20 : cluster [DBG] pgmap v15: 97 pgs: 97 active+clean; 258 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 9.9 MiB/s wr, 948 op/s 2024-09-11T07:19:31.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:31 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:19:30.171021+0000 mgr.smithi017.qgiuqa (mgr.24341) 20 : cluster [DBG] pgmap v15: 97 pgs: 97 active+clean; 258 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 9.9 MiB/s wr, 948 op/s 2024-09-11T07:19:32.521 INFO:teuthology.orchestra.run.smithi017.stdout: 5 49537 28.42 MB/sec warmup 50 sec latency 22.764 ms 2024-09-11T07:19:33.521 INFO:teuthology.orchestra.run.smithi017.stdout: 5 50388 28.40 MB/sec warmup 51 sec latency 19.033 ms 2024-09-11T07:19:33.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:33 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:19:32.171586+0000 mgr.smithi017.qgiuqa (mgr.24341) 21 : cluster [DBG] pgmap v16: 97 pgs: 97 active+clean; 271 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 14 MiB/s wr, 1.38k op/s 2024-09-11T07:19:33.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:33 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:19:32.171586+0000 mgr.smithi017.qgiuqa (mgr.24341) 21 : cluster [DBG] pgmap v16: 97 pgs: 97 active+clean; 271 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 14 MiB/s wr, 1.38k op/s 2024-09-11T07:19:34.521 INFO:teuthology.orchestra.run.smithi017.stdout: 5 51407 28.32 MB/sec warmup 52 sec latency 25.521 ms 2024-09-11T07:19:35.521 INFO:teuthology.orchestra.run.smithi017.stdout: 5 52396 28.14 MB/sec warmup 53 sec latency 20.302 ms 2024-09-11T07:19:35.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:19:34.172039+0000 mgr.smithi017.qgiuqa (mgr.24341) 22 : cluster [DBG] pgmap v17: 97 pgs: 97 active+clean; 276 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 13 MiB/s wr, 1.37k op/s 2024-09-11T07:19:35.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:19:34.172039+0000 mgr.smithi017.qgiuqa (mgr.24341) 22 : cluster [DBG] pgmap v17: 97 pgs: 97 active+clean; 276 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 13 MiB/s wr, 1.37k op/s 2024-09-11T07:19:36.521 INFO:teuthology.orchestra.run.smithi017.stdout: 5 53232 28.20 MB/sec warmup 54 sec latency 26.803 ms 2024-09-11T07:19:37.521 INFO:teuthology.orchestra.run.smithi017.stdout: 5 54003 28.08 MB/sec warmup 55 sec latency 67.001 ms 2024-09-11T07:19:37.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:37 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:19:36.172421+0000 mgr.smithi017.qgiuqa (mgr.24341) 23 : cluster [DBG] pgmap v18: 97 pgs: 97 active+clean; 276 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 11 MiB/s wr, 1.01k op/s 2024-09-11T07:19:37.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:37 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:19:36.172421+0000 mgr.smithi017.qgiuqa (mgr.24341) 23 : cluster [DBG] pgmap v18: 97 pgs: 97 active+clean; 276 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 11 MiB/s wr, 1.01k op/s 2024-09-11T07:19:38.521 INFO:teuthology.orchestra.run.smithi017.stdout: 5 54768 27.88 MB/sec warmup 56 sec latency 21.198 ms 2024-09-11T07:19:39.521 INFO:teuthology.orchestra.run.smithi017.stdout: 5 55670 27.73 MB/sec warmup 57 sec latency 19.516 ms 2024-09-11T07:19:39.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:39 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:19:38.173123+0000 mgr.smithi017.qgiuqa (mgr.24341) 24 : cluster [DBG] pgmap v19: 97 pgs: 97 active+clean; 285 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 16 MiB/s wr, 1.54k op/s 2024-09-11T07:19:39.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:39 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:19:38.173123+0000 mgr.smithi017.qgiuqa (mgr.24341) 24 : cluster [DBG] pgmap v19: 97 pgs: 97 active+clean; 285 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 16 MiB/s wr, 1.54k op/s 2024-09-11T07:19:40.521 INFO:teuthology.orchestra.run.smithi017.stdout: 5 56305 27.62 MB/sec warmup 58 sec latency 24.083 ms 2024-09-11T07:19:41.521 INFO:teuthology.orchestra.run.smithi017.stdout: 5 57137 27.67 MB/sec warmup 59 sec latency 30.769 ms 2024-09-11T07:19:41.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:41 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:19:40.173530+0000 mgr.smithi017.qgiuqa (mgr.24341) 25 : cluster [DBG] pgmap v20: 97 pgs: 97 active+clean; 285 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 12 MiB/s wr, 1.08k op/s 2024-09-11T07:19:41.542 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:41 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:19:40.173530+0000 mgr.smithi017.qgiuqa (mgr.24341) 25 : cluster [DBG] pgmap v20: 97 pgs: 97 active+clean; 285 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 12 MiB/s wr, 1.08k op/s 2024-09-11T07:19:42.522 INFO:teuthology.orchestra.run.smithi017.stdout: 5 57770 27.35 MB/sec warmup 60 sec latency 31.103 ms 2024-09-11T07:19:43.522 INFO:teuthology.orchestra.run.smithi017.stdout: 5 58366 27.18 MB/sec warmup 61 sec latency 24.645 ms 2024-09-11T07:19:43.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:43 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:19:42.174164+0000 mgr.smithi017.qgiuqa (mgr.24341) 26 : cluster [DBG] pgmap v21: 97 pgs: 97 active+clean; 298 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 16 MiB/s wr, 1.51k op/s 2024-09-11T07:19:43.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:43 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:19:42.174164+0000 mgr.smithi017.qgiuqa (mgr.24341) 26 : cluster [DBG] pgmap v21: 97 pgs: 97 active+clean; 298 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 16 MiB/s wr, 1.51k op/s 2024-09-11T07:19:44.264 INFO:teuthology.orchestra.run.smithi017.stdout:true 2024-09-11T07:19:44.522 INFO:teuthology.orchestra.run.smithi017.stdout: 5 59181 27.03 MB/sec warmup 62 sec latency 33.829 ms 2024-09-11T07:19:45.108 INFO:teuthology.orchestra.run.smithi017.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2024-09-11T07:19:45.108 INFO:teuthology.orchestra.run.smithi017.stdout:alertmanager.smithi017 smithi017 *:9093,9094 running (5m) 28s ago 7m 0.20.0 0881eb8f169f 8ff211b4e457 2024-09-11T07:19:45.108 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi017 smithi017 running (6m) 28s ago 6m 16.2.4 8d91d370c2b8 cfba143c9b6f 2024-09-11T07:19:45.108 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi045 smithi045 running (6m) 35s ago 6m 16.2.4 8d91d370c2b8 b3a463d5f314 2024-09-11T07:19:45.109 INFO:teuthology.orchestra.run.smithi017.stdout:grafana.smithi017 smithi017 *:3000 running (5m) 28s ago 6m 6.7.4 557c83e11646 24bbf4d58b8c 2024-09-11T07:19:45.109 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi017.utzzzp smithi017 running (86s) 28s ago 85s 16.2.4 8d91d370c2b8 711da931e1f1 2024-09-11T07:19:45.109 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi045.gxtxww smithi045 running (83s) 35s ago 83s 16.2.4 8d91d370c2b8 8de08b53c390 2024-09-11T07:19:45.109 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi017.qgiuqa smithi017 *:9283 running (8m) 28s ago 8m 16.2.4 8d91d370c2b8 800455b7a557 2024-09-11T07:19:45.109 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi045.wavrrv smithi045 *:8443,9283 running (6m) 35s ago 6m 16.2.4 8d91d370c2b8 4ba3e65a52a4 2024-09-11T07:19:45.109 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi017 smithi017 running (8m) 28s ago 8m 16.2.4 8d91d370c2b8 a0e09aaa1101 2024-09-11T07:19:45.109 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi045 smithi045 running (5m) 35s ago 5m 16.2.4 8d91d370c2b8 275188c394ab 2024-09-11T07:19:45.109 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.smithi017 smithi017 *:2049 running (70s) 28s ago 70s 3.5 8d91d370c2b8 5335fc5dbc43 2024-09-11T07:19:45.109 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.smithi045 smithi045 *:2049 running (66s) 35s ago 66s 3.5 8d91d370c2b8 ab71d6d53b52 2024-09-11T07:19:45.109 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi017 smithi017 *:9100 running (6m) 28s ago 6m 0.18.1 e5a616e4b9cf 3ae9bdfa57df 2024-09-11T07:19:45.109 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi045 smithi045 *:9100 running (5m) 35s ago 5m 0.18.1 e5a616e4b9cf 517c959affda 2024-09-11T07:19:45.109 INFO:teuthology.orchestra.run.smithi017.stdout:osd.0 smithi017 running (5m) 28s ago 5m 16.2.4 8d91d370c2b8 432bd5329ca6 2024-09-11T07:19:45.109 INFO:teuthology.orchestra.run.smithi017.stdout:osd.1 smithi017 running (4m) 28s ago 4m 16.2.4 8d91d370c2b8 b9bde4672d10 2024-09-11T07:19:45.110 INFO:teuthology.orchestra.run.smithi017.stdout:osd.2 smithi017 running (4m) 28s ago 4m 16.2.4 8d91d370c2b8 a42eeb5fcae7 2024-09-11T07:19:45.110 INFO:teuthology.orchestra.run.smithi017.stdout:osd.3 smithi017 running (4m) 28s ago 4m 16.2.4 8d91d370c2b8 59fc76e234d1 2024-09-11T07:19:45.110 INFO:teuthology.orchestra.run.smithi017.stdout:osd.4 smithi045 running (3m) 35s ago 3m 16.2.4 8d91d370c2b8 3dc1e394cdfa 2024-09-11T07:19:45.110 INFO:teuthology.orchestra.run.smithi017.stdout:osd.5 smithi045 running (3m) 35s ago 3m 16.2.4 8d91d370c2b8 ec6745fcdd10 2024-09-11T07:19:45.110 INFO:teuthology.orchestra.run.smithi017.stdout:osd.6 smithi045 running (3m) 35s ago 3m 16.2.4 8d91d370c2b8 788633f8efc6 2024-09-11T07:19:45.110 INFO:teuthology.orchestra.run.smithi017.stdout:osd.7 smithi045 running (2m) 35s ago 2m 16.2.4 8d91d370c2b8 162523c68393 2024-09-11T07:19:45.110 INFO:teuthology.orchestra.run.smithi017.stdout:prometheus.smithi017 smithi017 *:9095 running (5m) 28s ago 6m 2.18.1 de242295e225 5d1f02a1080f 2024-09-11T07:19:45.415 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:45 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:19:44.174569+0000 mgr.smithi017.qgiuqa (mgr.24341) 27 : cluster [DBG] pgmap v22: 97 pgs: 97 active+clean; 298 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 12 MiB/s wr, 1.08k op/s 2024-09-11T07:19:45.415 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:45 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:19:44.244943+0000 mgr.smithi017.qgiuqa (mgr.24341) 28 : audit [DBG] from='client.24381 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:19:45.415 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:45 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:19:44.731046+0000 mgr.smithi017.qgiuqa (mgr.24341) 29 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:19:45.505 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:19:45.505 INFO:teuthology.orchestra.run.smithi017.stdout: "mon": { 2024-09-11T07:19:45.505 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-11T07:19:45.505 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:19:45.505 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr": { 2024-09-11T07:19:45.505 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-11T07:19:45.505 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:19:45.505 INFO:teuthology.orchestra.run.smithi017.stdout: "osd": { 2024-09-11T07:19:45.505 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-11T07:19:45.506 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:19:45.506 INFO:teuthology.orchestra.run.smithi017.stdout: "mds": { 2024-09-11T07:19:45.506 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-11T07:19:45.506 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:19:45.506 INFO:teuthology.orchestra.run.smithi017.stdout: "overall": { 2024-09-11T07:19:45.506 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 14 2024-09-11T07:19:45.506 INFO:teuthology.orchestra.run.smithi017.stdout: } 2024-09-11T07:19:45.506 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:19:45.522 INFO:teuthology.orchestra.run.smithi017.stdout: 5 59624 26.79 MB/sec warmup 63 sec latency 27.408 ms 2024-09-11T07:19:45.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:45 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:19:44.174569+0000 mgr.smithi017.qgiuqa (mgr.24341) 27 : cluster [DBG] pgmap v22: 97 pgs: 97 active+clean; 298 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 12 MiB/s wr, 1.08k op/s 2024-09-11T07:19:45.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:45 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:19:44.244943+0000 mgr.smithi017.qgiuqa (mgr.24341) 28 : audit [DBG] from='client.24381 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:19:45.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:45 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:19:44.731046+0000 mgr.smithi017.qgiuqa (mgr.24341) 29 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:19:46.029 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:19:46.029 INFO:teuthology.orchestra.run.smithi017.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9", 2024-09-11T07:19:46.030 INFO:teuthology.orchestra.run.smithi017.stdout: "in_progress": true, 2024-09-11T07:19:46.030 INFO:teuthology.orchestra.run.smithi017.stdout: "services_complete": [], 2024-09-11T07:19:46.030 INFO:teuthology.orchestra.run.smithi017.stdout: "progress": "", 2024-09-11T07:19:46.030 INFO:teuthology.orchestra.run.smithi017.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:d0e6828a2016d48cf25ad84064e50742bb1c39b9 image" 2024-09-11T07:19:46.030 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:19:46.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:46 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:19:45.097182+0000 mgr.smithi017.qgiuqa (mgr.24341) 30 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:19:46.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:46 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:19:45.503554+0000 mon.smithi017 (mon.0) 652 : audit [DBG] from='client.? 172.21.15.17:0/1236140354' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:19:46.522 INFO:teuthology.orchestra.run.smithi017.stdout: 5 60685 27.01 MB/sec warmup 64 sec latency 31.910 ms 2024-09-11T07:19:46.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:46 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:19:45.097182+0000 mgr.smithi017.qgiuqa (mgr.24341) 30 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:19:46.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:46 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:19:45.503554+0000 mon.smithi017 (mon.0) 652 : audit [DBG] from='client.? 172.21.15.17:0/1236140354' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:19:47.523 INFO:teuthology.orchestra.run.smithi017.stdout: 5 61395 26.74 MB/sec warmup 65 sec latency 28.169 ms 2024-09-11T07:19:48.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:47 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:19:46.027757+0000 mgr.smithi017.qgiuqa (mgr.24341) 31 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:19:48.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:47 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:19:46.175007+0000 mgr.smithi017.qgiuqa (mgr.24341) 32 : cluster [DBG] pgmap v23: 97 pgs: 97 active+clean; 298 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 10 MiB/s wr, 957 op/s 2024-09-11T07:19:48.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:47 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:19:46.864104+0000 mon.smithi017 (mon.0) 653 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:19:48.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:47 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:19:46.864547+0000 mgr.smithi017.qgiuqa (mgr.24341) 33 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (unknown) 2024-09-11T07:19:48.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:47 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:19:46.864620+0000 mgr.smithi017.qgiuqa (mgr.24341) 34 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T07:19:48.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:47 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:19:46.865437+0000 mon.smithi017 (mon.0) 654 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:19:48.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:47 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:19:46.866593+0000 mgr.smithi017.qgiuqa (mgr.24341) 35 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi017.qgiuqa) 2024-09-11T07:19:48.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:47 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:19:46.027757+0000 mgr.smithi017.qgiuqa (mgr.24341) 31 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:19:48.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:47 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:19:46.175007+0000 mgr.smithi017.qgiuqa (mgr.24341) 32 : cluster [DBG] pgmap v23: 97 pgs: 97 active+clean; 298 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 10 MiB/s wr, 957 op/s 2024-09-11T07:19:48.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:47 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:19:46.864104+0000 mon.smithi017 (mon.0) 653 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:19:48.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:47 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:19:46.864547+0000 mgr.smithi017.qgiuqa (mgr.24341) 33 : cephadm [INF] Upgrade: Target is version 17.2.7-1623-gd0e6828a (unknown) 2024-09-11T07:19:48.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:47 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:19:46.864620+0000 mgr.smithi017.qgiuqa (mgr.24341) 34 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40'] 2024-09-11T07:19:48.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:47 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:19:46.865437+0000 mon.smithi017 (mon.0) 654 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:19:48.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:47 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:19:46.866593+0000 mgr.smithi017.qgiuqa (mgr.24341) 35 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi017.qgiuqa) 2024-09-11T07:19:48.523 INFO:teuthology.orchestra.run.smithi017.stdout: 5 61917 26.57 MB/sec warmup 66 sec latency 53.255 ms 2024-09-11T07:19:49.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:19:47.154020+0000 mgr.smithi017.qgiuqa (mgr.24341) 36 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 on smithi045 2024-09-11T07:19:49.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:48 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:19:47.154020+0000 mgr.smithi017.qgiuqa (mgr.24341) 36 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 on smithi045 2024-09-11T07:19:49.525 INFO:teuthology.orchestra.run.smithi017.stdout: 5 62890 26.48 MB/sec warmup 67 sec latency 51.115 ms 2024-09-11T07:19:50.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:49 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:19:48.175705+0000 mgr.smithi017.qgiuqa (mgr.24341) 37 : cluster [DBG] pgmap v24: 97 pgs: 97 active+clean; 310 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 15 MiB/s wr, 1.37k op/s 2024-09-11T07:19:50.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:49 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:19:48.175705+0000 mgr.smithi017.qgiuqa (mgr.24341) 37 : cluster [DBG] pgmap v24: 97 pgs: 97 active+clean; 310 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 15 MiB/s wr, 1.37k op/s 2024-09-11T07:19:50.523 INFO:teuthology.orchestra.run.smithi017.stdout: 5 63719 26.52 MB/sec warmup 68 sec latency 17.294 ms 2024-09-11T07:19:51.523 INFO:teuthology.orchestra.run.smithi017.stdout: 5 64397 26.52 MB/sec warmup 69 sec latency 24.399 ms 2024-09-11T07:19:52.285 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:51 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:19:50.176112+0000 mgr.smithi017.qgiuqa (mgr.24341) 38 : cluster [DBG] pgmap v25: 97 pgs: 97 active+clean; 310 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 8.7 MiB/s wr, 840 op/s 2024-09-11T07:19:52.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:51 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:19:50.176112+0000 mgr.smithi017.qgiuqa (mgr.24341) 38 : cluster [DBG] pgmap v25: 97 pgs: 97 active+clean; 310 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 8.7 MiB/s wr, 840 op/s 2024-09-11T07:19:52.523 INFO:teuthology.orchestra.run.smithi017.stdout: 5 64844 26.19 MB/sec warmup 70 sec latency 35.672 ms 2024-09-11T07:19:53.523 INFO:teuthology.orchestra.run.smithi017.stdout: 5 65298 25.96 MB/sec warmup 71 sec latency 36.365 ms 2024-09-11T07:19:54.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:53 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:19:52.176740+0000 mgr.smithi017.qgiuqa (mgr.24341) 39 : cluster [DBG] pgmap v26: 97 pgs: 97 active+clean; 321 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 13 MiB/s wr, 1.25k op/s 2024-09-11T07:19:54.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:53 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:19:52.176740+0000 mgr.smithi017.qgiuqa (mgr.24341) 39 : cluster [DBG] pgmap v26: 97 pgs: 97 active+clean; 321 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 13 MiB/s wr, 1.25k op/s 2024-09-11T07:19:54.523 INFO:teuthology.orchestra.run.smithi017.stdout: 5 65856 25.85 MB/sec warmup 72 sec latency 42.726 ms 2024-09-11T07:19:55.523 INFO:teuthology.orchestra.run.smithi017.stdout: 5 66711 25.73 MB/sec warmup 73 sec latency 19.393 ms 2024-09-11T07:19:55.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:55 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:19:54.177049+0000 mgr.smithi017.qgiuqa (mgr.24341) 40 : cluster [DBG] pgmap v27: 97 pgs: 97 active+clean; 321 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 8.5 MiB/s wr, 814 op/s 2024-09-11T07:19:55.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:55 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:19:54.177049+0000 mgr.smithi017.qgiuqa (mgr.24341) 40 : cluster [DBG] pgmap v27: 97 pgs: 97 active+clean; 321 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 8.5 MiB/s wr, 814 op/s 2024-09-11T07:19:56.523 INFO:teuthology.orchestra.run.smithi017.stdout: 5 67506 25.77 MB/sec warmup 74 sec latency 18.826 ms 2024-09-11T07:19:57.523 INFO:teuthology.orchestra.run.smithi017.stdout: 5 67950 25.67 MB/sec warmup 75 sec latency 116.714 ms 2024-09-11T07:19:57.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:57 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:19:56.177350+0000 mgr.smithi017.qgiuqa (mgr.24341) 41 : cluster [DBG] pgmap v28: 97 pgs: 97 active+clean; 321 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 8.5 MiB/s wr, 814 op/s 2024-09-11T07:19:57.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:57 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:19:56.177350+0000 mgr.smithi017.qgiuqa (mgr.24341) 41 : cluster [DBG] pgmap v28: 97 pgs: 97 active+clean; 321 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 8.5 MiB/s wr, 814 op/s 2024-09-11T07:19:58.523 INFO:teuthology.orchestra.run.smithi017.stdout: 5 68366 25.38 MB/sec warmup 76 sec latency 43.688 ms 2024-09-11T07:19:59.523 INFO:teuthology.orchestra.run.smithi017.stdout: 5 69093 25.28 MB/sec warmup 77 sec latency 25.683 ms 2024-09-11T07:19:59.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:19:59 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:19:58.177834+0000 mgr.smithi017.qgiuqa (mgr.24341) 42 : cluster [DBG] pgmap v29: 97 pgs: 97 active+clean; 329 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 12 MiB/s wr, 1.24k op/s 2024-09-11T07:19:59.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:19:59 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:19:58.177834+0000 mgr.smithi017.qgiuqa (mgr.24341) 42 : cluster [DBG] pgmap v29: 97 pgs: 97 active+clean; 329 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 12 MiB/s wr, 1.24k op/s 2024-09-11T07:20:00.523 INFO:teuthology.orchestra.run.smithi017.stdout: 5 69955 25.20 MB/sec warmup 78 sec latency 34.299 ms 2024-09-11T07:20:00.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:00 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:00.000095+0000 mon.smithi017 (mon.0) 655 : cluster [INF] overall HEALTH_OK 2024-09-11T07:20:00.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:00 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:00.000095+0000 mon.smithi017 (mon.0) 655 : cluster [INF] overall HEALTH_OK 2024-09-11T07:20:01.523 INFO:teuthology.orchestra.run.smithi017.stdout: 5 70678 25.20 MB/sec warmup 79 sec latency 26.646 ms 2024-09-11T07:20:01.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:01 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:00.178225+0000 mgr.smithi017.qgiuqa (mgr.24341) 43 : cluster [DBG] pgmap v30: 97 pgs: 97 active+clean; 329 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.0 MiB/s wr, 835 op/s 2024-09-11T07:20:01.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:01 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:00.178225+0000 mgr.smithi017.qgiuqa (mgr.24341) 43 : cluster [DBG] pgmap v30: 97 pgs: 97 active+clean; 329 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.0 MiB/s wr, 835 op/s 2024-09-11T07:20:02.523 INFO:teuthology.orchestra.run.smithi017.stdout: 5 71212 25.10 MB/sec warmup 80 sec latency 31.935 ms 2024-09-11T07:20:03.523 INFO:teuthology.orchestra.run.smithi017.stdout: 5 71568 24.96 MB/sec warmup 81 sec latency 47.957 ms 2024-09-11T07:20:03.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:03 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:02.178714+0000 mgr.smithi017.qgiuqa (mgr.24341) 44 : cluster [DBG] pgmap v31: 97 pgs: 97 active+clean; 336 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 12 MiB/s wr, 1.22k op/s 2024-09-11T07:20:03.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:03 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:02.178714+0000 mgr.smithi017.qgiuqa (mgr.24341) 44 : cluster [DBG] pgmap v31: 97 pgs: 97 active+clean; 336 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 12 MiB/s wr, 1.22k op/s 2024-09-11T07:20:04.523 INFO:teuthology.orchestra.run.smithi017.stdout: 5 71904 24.69 MB/sec warmup 82 sec latency 44.693 ms 2024-09-11T07:20:05.523 INFO:teuthology.orchestra.run.smithi017.stdout: 5 72360 24.52 MB/sec warmup 83 sec latency 36.182 ms 2024-09-11T07:20:05.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:05 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:04.179034+0000 mgr.smithi017.qgiuqa (mgr.24341) 45 : cluster [DBG] pgmap v32: 97 pgs: 97 active+clean; 336 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.8 MiB/s wr, 818 op/s 2024-09-11T07:20:05.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:05 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:04.179034+0000 mgr.smithi017.qgiuqa (mgr.24341) 45 : cluster [DBG] pgmap v32: 97 pgs: 97 active+clean; 336 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.8 MiB/s wr, 818 op/s 2024-09-11T07:20:06.523 INFO:teuthology.orchestra.run.smithi017.stdout: 5 72867 24.40 MB/sec warmup 84 sec latency 53.924 ms 2024-09-11T07:20:06.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:06 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:06.175328+0000 mon.smithi017 (mon.0) 656 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]: dispatch 2024-09-11T07:20:06.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:06 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:06.175569+0000 mon.smithi017 (mon.0) 657 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T07:20:06.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:06 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:06.175718+0000 mon.smithi017 (mon.0) 658 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-11T07:20:06.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:06 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:06.175876+0000 mon.smithi017 (mon.0) 659 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-11T07:20:06.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:06 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:06.175328+0000 mon.smithi017 (mon.0) 656 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]: dispatch 2024-09-11T07:20:06.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:06 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:06.175569+0000 mon.smithi017 (mon.0) 657 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-11T07:20:06.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:06 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:06.175718+0000 mon.smithi017 (mon.0) 658 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-11T07:20:06.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:06 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:06.175876+0000 mon.smithi017 (mon.0) 659 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-11T07:20:07.523 INFO:teuthology.orchestra.run.smithi017.stdout: 5 73783 24.33 MB/sec warmup 85 sec latency 39.131 ms 2024-09-11T07:20:07.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:06.179297+0000 mgr.smithi017.qgiuqa (mgr.24341) 46 : cluster [DBG] pgmap v33: 97 pgs: 97 active+clean; 336 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.8 MiB/s wr, 818 op/s 2024-09-11T07:20:07.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:06.229799+0000 mon.smithi017 (mon.0) 660 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]': finished 2024-09-11T07:20:07.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:06.229913+0000 mon.smithi017 (mon.0) 661 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]': finished 2024-09-11T07:20:07.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:06.229978+0000 mon.smithi017 (mon.0) 662 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]': finished 2024-09-11T07:20:07.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:06.230078+0000 mon.smithi017 (mon.0) 663 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]': finished 2024-09-11T07:20:07.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:06.230167+0000 mon.smithi017 (mon.0) 664 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-09-11T07:20:07.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:06.233335+0000 mon.smithi017 (mon.0) 665 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-09-11T07:20:07.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:06.238356+0000 mon.smithi017 (mon.0) 666 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-09-11T07:20:07.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:06.403268+0000 mon.smithi017 (mon.0) 667 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:20:07.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:06.426272+0000 mon.smithi017 (mon.0) 668 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/trash_purge_schedule"}]: dispatch 2024-09-11T07:20:07.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:07.231148+0000 mon.smithi017 (mon.0) 669 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-09-11T07:20:07.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:07.231435+0000 mon.smithi017 (mon.0) 670 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-09-11T07:20:07.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:06.179297+0000 mgr.smithi017.qgiuqa (mgr.24341) 46 : cluster [DBG] pgmap v33: 97 pgs: 97 active+clean; 336 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.8 MiB/s wr, 818 op/s 2024-09-11T07:20:07.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:06.229799+0000 mon.smithi017 (mon.0) 660 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]': finished 2024-09-11T07:20:07.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:06.229913+0000 mon.smithi017 (mon.0) 661 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]': finished 2024-09-11T07:20:07.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:06.229978+0000 mon.smithi017 (mon.0) 662 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]': finished 2024-09-11T07:20:07.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:06.230078+0000 mon.smithi017 (mon.0) 663 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]': finished 2024-09-11T07:20:07.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:06.230167+0000 mon.smithi017 (mon.0) 664 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-09-11T07:20:07.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:06.233335+0000 mon.smithi017 (mon.0) 665 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-09-11T07:20:07.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:06.238356+0000 mon.smithi017 (mon.0) 666 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-09-11T07:20:07.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:06.403268+0000 mon.smithi017 (mon.0) 667 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:20:07.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:06.426272+0000 mon.smithi017 (mon.0) 668 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/trash_purge_schedule"}]: dispatch 2024-09-11T07:20:07.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:07.231148+0000 mon.smithi017 (mon.0) 669 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-09-11T07:20:07.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:07.231435+0000 mon.smithi017 (mon.0) 670 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-09-11T07:20:08.523 INFO:teuthology.orchestra.run.smithi017.stdout: 5 74698 24.44 MB/sec warmup 86 sec latency 14.624 ms 2024-09-11T07:20:09.523 INFO:teuthology.orchestra.run.smithi017.stdout: 5 75445 24.37 MB/sec warmup 87 sec latency 44.979 ms 2024-09-11T07:20:09.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:09 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:08.179757+0000 mgr.smithi017.qgiuqa (mgr.24341) 47 : cluster [DBG] pgmap v36: 97 pgs: 4 peering, 93 active+clean; 327 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 9.9 MiB/s wr, 1.03k op/s 2024-09-11T07:20:09.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:09 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:08.232625+0000 mon.smithi017 (mon.0) 671 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-09-11T07:20:09.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:09 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:08.236987+0000 mon.smithi017 (mon.0) 672 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-11T07:20:09.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:09 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:09.103897+0000 mon.smithi017 (mon.0) 673 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-09-11T07:20:09.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:09 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:08.179757+0000 mgr.smithi017.qgiuqa (mgr.24341) 47 : cluster [DBG] pgmap v36: 97 pgs: 4 peering, 93 active+clean; 327 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 9.9 MiB/s wr, 1.03k op/s 2024-09-11T07:20:09.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:09 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:08.232625+0000 mon.smithi017 (mon.0) 671 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-09-11T07:20:09.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:09 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:08.236987+0000 mon.smithi017 (mon.0) 672 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-11T07:20:09.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:09 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:09.103897+0000 mon.smithi017 (mon.0) 673 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-09-11T07:20:10.523 INFO:teuthology.orchestra.run.smithi017.stdout: 5 75841 24.18 MB/sec warmup 88 sec latency 39.808 ms 2024-09-11T07:20:11.524 INFO:teuthology.orchestra.run.smithi017.stdout: 5 76176 24.01 MB/sec warmup 89 sec latency 40.893 ms 2024-09-11T07:20:11.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:11 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:10.108958+0000 mon.smithi017 (mon.0) 674 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-11T07:20:11.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:11 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:10.180213+0000 mgr.smithi017.qgiuqa (mgr.24341) 48 : cluster [DBG] pgmap v40: 97 pgs: 4 peering, 93 active+clean; 327 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 8.0 MiB/s wr, 907 op/s 2024-09-11T07:20:11.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:11 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:10.108958+0000 mon.smithi017 (mon.0) 674 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-11T07:20:11.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:11 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:10.180213+0000 mgr.smithi017.qgiuqa (mgr.24341) 48 : cluster [DBG] pgmap v40: 97 pgs: 4 peering, 93 active+clean; 327 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 8.0 MiB/s wr, 907 op/s 2024-09-11T07:20:12.523 INFO:teuthology.orchestra.run.smithi017.stdout: 5 76579 23.88 MB/sec warmup 90 sec latency 43.108 ms 2024-09-11T07:20:12.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:12 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:12.231311+0000 mon.smithi017 (mon.0) 675 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-11T07:20:12.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:12 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:12.231345+0000 mon.smithi017 (mon.0) 676 : cluster [INF] Cluster is now healthy 2024-09-11T07:20:12.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:12 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:12.231311+0000 mon.smithi017 (mon.0) 675 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-11T07:20:12.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:12 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:12.231345+0000 mon.smithi017 (mon.0) 676 : cluster [INF] Cluster is now healthy 2024-09-11T07:20:13.313 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:13 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:12.180646+0000 mgr.smithi017.qgiuqa (mgr.24341) 49 : cluster [DBG] pgmap v41: 97 pgs: 97 active+clean; 313 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 9.3 MiB/s wr, 872 op/s; 828 KiB/s, 1 keys/s, 1 objects/s recovering 2024-09-11T07:20:13.523 INFO:teuthology.orchestra.run.smithi017.stdout: 5 77020 23.70 MB/sec warmup 91 sec latency 53.234 ms 2024-09-11T07:20:13.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:12.180646+0000 mgr.smithi017.qgiuqa (mgr.24341) 49 : cluster [DBG] pgmap v41: 97 pgs: 97 active+clean; 313 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 9.3 MiB/s wr, 872 op/s; 828 KiB/s, 1 keys/s, 1 objects/s recovering 2024-09-11T07:20:14.524 INFO:teuthology.orchestra.run.smithi017.stdout: 5 77474 23.57 MB/sec warmup 92 sec latency 33.313 ms 2024-09-11T07:20:15.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:15 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:14.180962+0000 mgr.smithi017.qgiuqa (mgr.24341) 50 : cluster [DBG] pgmap v42: 97 pgs: 97 active+clean; 313 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 7.7 MiB/s wr, 720 op/s; 683 KiB/s, 0 keys/s, 0 objects/s recovering 2024-09-11T07:20:15.524 INFO:teuthology.orchestra.run.smithi017.stdout: 5 78120 23.57 MB/sec warmup 93 sec latency 30.800 ms 2024-09-11T07:20:15.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:15 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:14.180962+0000 mgr.smithi017.qgiuqa (mgr.24341) 50 : cluster [DBG] pgmap v42: 97 pgs: 97 active+clean; 313 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 7.7 MiB/s wr, 720 op/s; 683 KiB/s, 0 keys/s, 0 objects/s recovering 2024-09-11T07:20:16.524 INFO:teuthology.orchestra.run.smithi017.stdout: 5 78939 23.57 MB/sec warmup 94 sec latency 17.836 ms 2024-09-11T07:20:16.592 INFO:teuthology.orchestra.run.smithi017.stdout:true 2024-09-11T07:20:17.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:20:15.728363+0000 mgr.smithi017.qgiuqa (mgr.24341) 51 : cephadm [INF] Upgrade: Updating mgr.smithi045.wavrrv 2024-09-11T07:20:17.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:15.734688+0000 mon.smithi017 (mon.0) 677 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:20:17.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:15.735969+0000 mon.smithi017 (mon.0) 678 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi045.wavrrv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:20:17.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:15.737065+0000 mon.smithi017 (mon.0) 679 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:20:17.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:15.738727+0000 mon.smithi017 (mon.0) 680 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:20:17.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:20:15.740159+0000 mgr.smithi017.qgiuqa (mgr.24341) 52 : cephadm [INF] Deploying daemon mgr.smithi045.wavrrv on smithi045 2024-09-11T07:20:17.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:16.382405+0000 mon.smithi017 (mon.0) 681 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:20:17.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:20:15.728363+0000 mgr.smithi017.qgiuqa (mgr.24341) 51 : cephadm [INF] Upgrade: Updating mgr.smithi045.wavrrv 2024-09-11T07:20:17.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:15.734688+0000 mon.smithi017 (mon.0) 677 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:20:17.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:15.735969+0000 mon.smithi017 (mon.0) 678 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi045.wavrrv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:20:17.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:15.737065+0000 mon.smithi017 (mon.0) 679 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:20:17.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:15.738727+0000 mon.smithi017 (mon.0) 680 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:20:17.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:20:15.740159+0000 mgr.smithi017.qgiuqa (mgr.24341) 52 : cephadm [INF] Deploying daemon mgr.smithi045.wavrrv on smithi045 2024-09-11T07:20:17.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:16.382405+0000 mon.smithi017 (mon.0) 681 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:20:17.488 INFO:teuthology.orchestra.run.smithi017.stdout:NAME HOST PORTS STATUS REFRESHED AGE VERSION IMAGE ID CONTAINER ID 2024-09-11T07:20:17.488 INFO:teuthology.orchestra.run.smithi017.stdout:alertmanager.smithi017 smithi017 *:9093,9094 running (5m) 61s ago 7m 0.20.0 0881eb8f169f 8ff211b4e457 2024-09-11T07:20:17.489 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi017 smithi017 running (7m) 61s ago 7m 16.2.4 8d91d370c2b8 cfba143c9b6f 2024-09-11T07:20:17.489 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi045 smithi045 running (6m) 67s ago 6m 16.2.4 8d91d370c2b8 b3a463d5f314 2024-09-11T07:20:17.489 INFO:teuthology.orchestra.run.smithi017.stdout:grafana.smithi017 smithi017 *:3000 running (5m) 61s ago 7m 6.7.4 557c83e11646 24bbf4d58b8c 2024-09-11T07:20:17.489 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi017.utzzzp smithi017 running (118s) 61s ago 118s 16.2.4 8d91d370c2b8 711da931e1f1 2024-09-11T07:20:17.489 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi045.gxtxww smithi045 running (115s) 67s ago 115s 16.2.4 8d91d370c2b8 8de08b53c390 2024-09-11T07:20:17.489 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi017.qgiuqa smithi017 *:9283 running (8m) 61s ago 8m 16.2.4 8d91d370c2b8 800455b7a557 2024-09-11T07:20:17.489 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi045.wavrrv smithi045 *:8443,9283 running (6m) 67s ago 6m 16.2.4 8d91d370c2b8 4ba3e65a52a4 2024-09-11T07:20:17.489 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi017 smithi017 running (8m) 61s ago 8m 16.2.4 8d91d370c2b8 a0e09aaa1101 2024-09-11T07:20:17.489 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi045 smithi045 running (6m) 67s ago 6m 16.2.4 8d91d370c2b8 275188c394ab 2024-09-11T07:20:17.489 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.smithi017 smithi017 *:2049 running (103s) 61s ago 102s 3.5 8d91d370c2b8 5335fc5dbc43 2024-09-11T07:20:17.489 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.smithi045 smithi045 *:2049 running (99s) 67s ago 98s 3.5 8d91d370c2b8 ab71d6d53b52 2024-09-11T07:20:17.490 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi017 smithi017 *:9100 running (7m) 61s ago 7m 0.18.1 e5a616e4b9cf 3ae9bdfa57df 2024-09-11T07:20:17.490 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi045 smithi045 *:9100 running (6m) 67s ago 6m 0.18.1 e5a616e4b9cf 517c959affda 2024-09-11T07:20:17.490 INFO:teuthology.orchestra.run.smithi017.stdout:osd.0 smithi017 running (5m) 61s ago 5m 16.2.4 8d91d370c2b8 432bd5329ca6 2024-09-11T07:20:17.490 INFO:teuthology.orchestra.run.smithi017.stdout:osd.1 smithi017 running (5m) 61s ago 5m 16.2.4 8d91d370c2b8 b9bde4672d10 2024-09-11T07:20:17.490 INFO:teuthology.orchestra.run.smithi017.stdout:osd.2 smithi017 running (5m) 61s ago 5m 16.2.4 8d91d370c2b8 a42eeb5fcae7 2024-09-11T07:20:17.490 INFO:teuthology.orchestra.run.smithi017.stdout:osd.3 smithi017 running (4m) 61s ago 4m 16.2.4 8d91d370c2b8 59fc76e234d1 2024-09-11T07:20:17.490 INFO:teuthology.orchestra.run.smithi017.stdout:osd.4 smithi045 running (4m) 67s ago 4m 16.2.4 8d91d370c2b8 3dc1e394cdfa 2024-09-11T07:20:17.490 INFO:teuthology.orchestra.run.smithi017.stdout:osd.5 smithi045 running (4m) 67s ago 4m 16.2.4 8d91d370c2b8 ec6745fcdd10 2024-09-11T07:20:17.490 INFO:teuthology.orchestra.run.smithi017.stdout:osd.6 smithi045 running (3m) 67s ago 3m 16.2.4 8d91d370c2b8 788633f8efc6 2024-09-11T07:20:17.490 INFO:teuthology.orchestra.run.smithi017.stdout:osd.7 smithi045 running (3m) 67s ago 3m 16.2.4 8d91d370c2b8 162523c68393 2024-09-11T07:20:17.490 INFO:teuthology.orchestra.run.smithi017.stdout:prometheus.smithi017 smithi017 *:9095 running (5m) 61s ago 6m 2.18.1 de242295e225 5d1f02a1080f 2024-09-11T07:20:17.524 INFO:teuthology.orchestra.run.smithi017.stdout: 5 79394 23.41 MB/sec warmup 95 sec latency 26.512 ms 2024-09-11T07:20:17.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:17 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:16.181351+0000 mgr.smithi017.qgiuqa (mgr.24341) 53 : cluster [DBG] pgmap v43: 97 pgs: 97 active+clean; 313 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.8 MiB/s wr, 543 op/s; 515 KiB/s, 0 keys/s, 0 objects/s recovering 2024-09-11T07:20:17.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:17 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:16.571814+0000 mgr.smithi017.qgiuqa (mgr.24341) 54 : audit [DBG] from='client.24401 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:20:18.017 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:20:18.017 INFO:teuthology.orchestra.run.smithi017.stdout: "mon": { 2024-09-11T07:20:18.017 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-11T07:20:18.017 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:20:18.018 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr": { 2024-09-11T07:20:18.018 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-11T07:20:18.018 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:20:18.018 INFO:teuthology.orchestra.run.smithi017.stdout: "osd": { 2024-09-11T07:20:18.018 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-11T07:20:18.018 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:20:18.018 INFO:teuthology.orchestra.run.smithi017.stdout: "mds": { 2024-09-11T07:20:18.018 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-11T07:20:18.018 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:20:18.018 INFO:teuthology.orchestra.run.smithi017.stdout: "overall": { 2024-09-11T07:20:18.018 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 14 2024-09-11T07:20:18.018 INFO:teuthology.orchestra.run.smithi017.stdout: } 2024-09-11T07:20:18.018 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:20:18.019 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:17 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:16.181351+0000 mgr.smithi017.qgiuqa (mgr.24341) 53 : cluster [DBG] pgmap v43: 97 pgs: 97 active+clean; 313 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.8 MiB/s wr, 543 op/s; 515 KiB/s, 0 keys/s, 0 objects/s recovering 2024-09-11T07:20:18.019 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:17 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:16.571814+0000 mgr.smithi017.qgiuqa (mgr.24341) 54 : audit [DBG] from='client.24401 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:20:18.470 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:20:18.470 INFO:teuthology.orchestra.run.smithi017.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T07:20:18.471 INFO:teuthology.orchestra.run.smithi017.stdout: "in_progress": true, 2024-09-11T07:20:18.471 INFO:teuthology.orchestra.run.smithi017.stdout: "services_complete": [], 2024-09-11T07:20:18.471 INFO:teuthology.orchestra.run.smithi017.stdout: "progress": "0/23 ceph daemons upgraded", 2024-09-11T07:20:18.471 INFO:teuthology.orchestra.run.smithi017.stdout: "message": "Currently upgrading mgr daemons" 2024-09-11T07:20:18.471 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:20:18.524 INFO:teuthology.orchestra.run.smithi017.stdout: 5 79819 23.30 MB/sec warmup 96 sec latency 43.506 ms 2024-09-11T07:20:19.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:18 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:17.024105+0000 mgr.smithi017.qgiuqa (mgr.24341) 55 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:20:19.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:18 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:17.475751+0000 mgr.smithi017.qgiuqa (mgr.24341) 56 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:20:19.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:18 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:18.015962+0000 mon.smithi045 (mon.1) 19 : audit [DBG] from='client.? 172.21.15.17:0/131616036' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:20:19.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:18 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:17.024105+0000 mgr.smithi017.qgiuqa (mgr.24341) 55 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:20:19.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:18 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:17.475751+0000 mgr.smithi017.qgiuqa (mgr.24341) 56 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:20:19.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:18 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:18.015962+0000 mon.smithi045 (mon.1) 19 : audit [DBG] from='client.? 172.21.15.17:0/131616036' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:20:19.524 INFO:teuthology.orchestra.run.smithi017.stdout: 5 80712 23.24 MB/sec warmup 97 sec latency 42.701 ms 2024-09-11T07:20:20.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:19 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:18.181907+0000 mgr.smithi017.qgiuqa (mgr.24341) 57 : cluster [DBG] pgmap v44: 97 pgs: 97 active+clean; 321 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.9 KiB/s rd, 9.6 MiB/s wr, 904 op/s; 451 KiB/s, 0 keys/s, 0 objects/s recovering 2024-09-11T07:20:20.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:19 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:18.468891+0000 mgr.smithi017.qgiuqa (mgr.24341) 58 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:20:20.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:19 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:18.181907+0000 mgr.smithi017.qgiuqa (mgr.24341) 57 : cluster [DBG] pgmap v44: 97 pgs: 97 active+clean; 321 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.9 KiB/s rd, 9.6 MiB/s wr, 904 op/s; 451 KiB/s, 0 keys/s, 0 objects/s recovering 2024-09-11T07:20:20.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:19 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:18.468891+0000 mgr.smithi017.qgiuqa (mgr.24341) 58 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:20:20.524 INFO:teuthology.orchestra.run.smithi017.stdout: 5 81625 23.33 MB/sec warmup 98 sec latency 20.041 ms 2024-09-11T07:20:21.524 INFO:teuthology.orchestra.run.smithi017.stdout: 5 82539 23.35 MB/sec warmup 99 sec latency 25.153 ms 2024-09-11T07:20:22.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:20.182224+0000 mgr.smithi017.qgiuqa (mgr.24341) 59 : cluster [DBG] pgmap v45: 97 pgs: 97 active+clean; 321 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 8.7 MiB/s wr, 815 op/s; 407 KiB/s, 0 keys/s, 0 objects/s recovering 2024-09-11T07:20:22.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:20.182224+0000 mgr.smithi017.qgiuqa (mgr.24341) 59 : cluster [DBG] pgmap v45: 97 pgs: 97 active+clean; 321 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 8.7 MiB/s wr, 815 op/s; 407 KiB/s, 0 keys/s, 0 objects/s recovering 2024-09-11T07:20:22.524 INFO:teuthology.orchestra.run.smithi017.stdout: 5 83208 23.27 MB/sec warmup 100 sec latency 44.355 ms 2024-09-11T07:20:23.524 INFO:teuthology.orchestra.run.smithi017.stdout: 5 83917 23.23 MB/sec warmup 101 sec latency 68.870 ms 2024-09-11T07:20:24.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:22.182846+0000 mgr.smithi017.qgiuqa (mgr.24341) 60 : cluster [DBG] pgmap v46: 97 pgs: 97 active+clean; 322 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 12 MiB/s wr, 1.12k op/s; 341 KiB/s, 0 keys/s, 0 objects/s recovering 2024-09-11T07:20:24.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:22.182846+0000 mgr.smithi017.qgiuqa (mgr.24341) 60 : cluster [DBG] pgmap v46: 97 pgs: 97 active+clean; 322 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 12 MiB/s wr, 1.12k op/s; 341 KiB/s, 0 keys/s, 0 objects/s recovering 2024-09-11T07:20:24.524 INFO:teuthology.orchestra.run.smithi017.stdout: 5 84419 23.09 MB/sec warmup 102 sec latency 81.946 ms 2024-09-11T07:20:25.269 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:25 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:24.183159+0000 mgr.smithi017.qgiuqa (mgr.24341) 61 : cluster [DBG] pgmap v47: 97 pgs: 97 active+clean; 322 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 7.9 MiB/s wr, 761 op/s 2024-09-11T07:20:25.524 INFO:teuthology.orchestra.run.smithi017.stdout: 5 84754 22.96 MB/sec warmup 103 sec latency 90.566 ms 2024-09-11T07:20:25.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:25 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:24.183159+0000 mgr.smithi017.qgiuqa (mgr.24341) 61 : cluster [DBG] pgmap v47: 97 pgs: 97 active+clean; 322 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 7.9 MiB/s wr, 761 op/s 2024-09-11T07:20:26.524 INFO:teuthology.orchestra.run.smithi017.stdout: 5 85134 22.90 MB/sec warmup 104 sec latency 45.829 ms 2024-09-11T07:20:27.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:26 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:25.663122+0000 mon.smithi017 (mon.0) 682 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:20:27.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:26 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:25.664605+0000 mon.smithi017 (mon.0) 683 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:20:27.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:26 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:25.663122+0000 mon.smithi017 (mon.0) 682 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:20:27.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:26 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:25.664605+0000 mon.smithi017 (mon.0) 683 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:20:27.524 INFO:teuthology.orchestra.run.smithi017.stdout: 5 85612 22.84 MB/sec warmup 105 sec latency 74.748 ms 2024-09-11T07:20:28.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:27 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:26.183470+0000 mgr.smithi017.qgiuqa (mgr.24341) 62 : cluster [DBG] pgmap v48: 97 pgs: 97 active+clean; 322 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 7.9 MiB/s wr, 761 op/s 2024-09-11T07:20:28.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:27 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:26.183470+0000 mgr.smithi017.qgiuqa (mgr.24341) 62 : cluster [DBG] pgmap v48: 97 pgs: 97 active+clean; 322 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 7.9 MiB/s wr, 761 op/s 2024-09-11T07:20:28.524 INFO:teuthology.orchestra.run.smithi017.stdout: 5 86054 22.71 MB/sec warmup 106 sec latency 76.151 ms 2024-09-11T07:20:29.524 INFO:teuthology.orchestra.run.smithi017.stdout: 5 86569 22.59 MB/sec warmup 107 sec latency 28.558 ms 2024-09-11T07:20:30.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:29 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:28.184050+0000 mgr.smithi017.qgiuqa (mgr.24341) 63 : cluster [DBG] pgmap v49: 97 pgs: 97 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 11 MiB/s wr, 1.05k op/s 2024-09-11T07:20:30.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:29 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:28.184050+0000 mgr.smithi017.qgiuqa (mgr.24341) 63 : cluster [DBG] pgmap v49: 97 pgs: 97 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 11 MiB/s wr, 1.05k op/s 2024-09-11T07:20:30.524 INFO:teuthology.orchestra.run.smithi017.stdout: 5 87125 22.52 MB/sec warmup 108 sec latency 78.081 ms 2024-09-11T07:20:31.525 INFO:teuthology.orchestra.run.smithi017.stdout: 5 88055 22.50 MB/sec warmup 109 sec latency 20.262 ms 2024-09-11T07:20:32.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:31 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:30.184474+0000 mgr.smithi017.qgiuqa (mgr.24341) 64 : cluster [DBG] pgmap v50: 97 pgs: 97 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 7.6 MiB/s wr, 730 op/s 2024-09-11T07:20:32.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:31 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:30.815064+0000 mon.smithi017 (mon.0) 684 : cluster [DBG] Standby manager daemon smithi045.wavrrv restarted 2024-09-11T07:20:32.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:31 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:30.815203+0000 mon.smithi017 (mon.0) 685 : cluster [DBG] Standby manager daemon smithi045.wavrrv started 2024-09-11T07:20:32.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:31 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:30.816651+0000 mon.smithi045 (mon.1) 20 : audit [DBG] from='mgr.? 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi045.wavrrv/crt"}]: dispatch 2024-09-11T07:20:32.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:31 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:30.817281+0000 mon.smithi045 (mon.1) 21 : audit [DBG] from='mgr.? 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T07:20:32.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:31 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:30.819053+0000 mon.smithi045 (mon.1) 22 : audit [DBG] from='mgr.? 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi045.wavrrv/key"}]: dispatch 2024-09-11T07:20:32.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:31 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:30.820457+0000 mon.smithi045 (mon.1) 23 : audit [DBG] from='mgr.? 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T07:20:32.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:31 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:30.184474+0000 mgr.smithi017.qgiuqa (mgr.24341) 64 : cluster [DBG] pgmap v50: 97 pgs: 97 active+clean; 318 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 7.6 MiB/s wr, 730 op/s 2024-09-11T07:20:32.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:31 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:30.815064+0000 mon.smithi017 (mon.0) 684 : cluster [DBG] Standby manager daemon smithi045.wavrrv restarted 2024-09-11T07:20:32.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:31 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:30.815203+0000 mon.smithi017 (mon.0) 685 : cluster [DBG] Standby manager daemon smithi045.wavrrv started 2024-09-11T07:20:32.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:31 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:30.816651+0000 mon.smithi045 (mon.1) 20 : audit [DBG] from='mgr.? 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi045.wavrrv/crt"}]: dispatch 2024-09-11T07:20:32.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:31 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:30.817281+0000 mon.smithi045 (mon.1) 21 : audit [DBG] from='mgr.? 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T07:20:32.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:31 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:30.819053+0000 mon.smithi045 (mon.1) 22 : audit [DBG] from='mgr.? 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi045.wavrrv/key"}]: dispatch 2024-09-11T07:20:32.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:31 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:30.820457+0000 mon.smithi045 (mon.1) 23 : audit [DBG] from='mgr.? 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T07:20:32.525 INFO:teuthology.orchestra.run.smithi017.stdout: 5 88937 22.61 MB/sec warmup 110 sec latency 17.154 ms 2024-09-11T07:20:33.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:32 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:31.690260+0000 mon.smithi017 (mon.0) 686 : cluster [DBG] mgrmap e25: smithi017.qgiuqa(active, since 86s), standbys: smithi045.wavrrv 2024-09-11T07:20:33.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:32 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:31.690260+0000 mon.smithi017 (mon.0) 686 : cluster [DBG] mgrmap e25: smithi017.qgiuqa(active, since 86s), standbys: smithi045.wavrrv 2024-09-11T07:20:33.525 INFO:teuthology.orchestra.run.smithi017.stdout: 5 89618 22.55 MB/sec warmup 111 sec latency 26.702 ms 2024-09-11T07:20:34.009 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:33 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:32.185079+0000 mgr.smithi017.qgiuqa (mgr.24341) 65 : cluster [DBG] pgmap v51: 97 pgs: 97 active+clean; 319 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 10 MiB/s wr, 1.03k op/s 2024-09-11T07:20:34.009 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:33 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:33.649651+0000 mon.smithi017 (mon.0) 687 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:20:34.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:33 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:32.185079+0000 mgr.smithi017.qgiuqa (mgr.24341) 65 : cluster [DBG] pgmap v51: 97 pgs: 97 active+clean; 319 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 10 MiB/s wr, 1.03k op/s 2024-09-11T07:20:34.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:33 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:33.649651+0000 mon.smithi017 (mon.0) 687 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:20:34.525 INFO:teuthology.orchestra.run.smithi017.stdout: 5 90380 22.52 MB/sec warmup 112 sec latency 19.256 ms 2024-09-11T07:20:35.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:34 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:33.985455+0000 mon.smithi017 (mon.0) 688 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:20:35.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:34 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:33.990905+0000 mon.smithi017 (mon.0) 689 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:20:35.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:34 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:20:33.992249+0000 mgr.smithi017.qgiuqa (mgr.24341) 66 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi017.qgiuqa) 2024-09-11T07:20:35.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:34 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:20:33.995565+0000 mgr.smithi017.qgiuqa (mgr.24341) 67 : cephadm [INF] Failing over to other MGR 2024-09-11T07:20:35.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:34 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:33.995919+0000 mon.smithi017 (mon.0) 690 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mgr fail", "who": "smithi017.qgiuqa"}]: dispatch 2024-09-11T07:20:35.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:34 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:34.000383+0000 mon.smithi017 (mon.0) 691 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-09-11T07:20:35.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:34 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:34.185468+0000 mgr.smithi017.qgiuqa (mgr.24341) 68 : cluster [DBG] pgmap v53: 97 pgs: 97 active+clean; 322 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.3 MiB/s wr, 814 op/s 2024-09-11T07:20:35.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:34 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:33.985455+0000 mon.smithi017 (mon.0) 688 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:20:35.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:34 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:33.990905+0000 mon.smithi017 (mon.0) 689 : audit [DBG] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:20:35.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:34 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:20:33.992249+0000 mgr.smithi017.qgiuqa (mgr.24341) 66 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi017.qgiuqa) 2024-09-11T07:20:35.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:34 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:20:33.995565+0000 mgr.smithi017.qgiuqa (mgr.24341) 67 : cephadm [INF] Failing over to other MGR 2024-09-11T07:20:35.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:34 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:33.995919+0000 mon.smithi017 (mon.0) 690 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mgr fail", "who": "smithi017.qgiuqa"}]: dispatch 2024-09-11T07:20:35.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:34 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:34.000383+0000 mon.smithi017 (mon.0) 691 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-09-11T07:20:35.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:34 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:34.185468+0000 mgr.smithi017.qgiuqa (mgr.24341) 68 : cluster [DBG] pgmap v53: 97 pgs: 97 active+clean; 322 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.3 MiB/s wr, 814 op/s 2024-09-11T07:20:35.525 INFO:teuthology.orchestra.run.smithi017.stdout: 5 91179 22.47 MB/sec warmup 113 sec latency 30.453 ms 2024-09-11T07:20:36.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:34.995192+0000 mon.smithi017 (mon.0) 692 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "mgr fail", "who": "smithi017.qgiuqa"}]': finished 2024-09-11T07:20:36.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:34.995308+0000 mon.smithi017 (mon.0) 693 : cluster [DBG] mgrmap e26: smithi045.wavrrv(active, starting, since 0.998686s) 2024-09-11T07:20:36.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:34.997093+0000 mon.smithi045 (mon.1) 24 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "mon metadata", "id": "smithi017"}]: dispatch 2024-09-11T07:20:36.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:34.997410+0000 mon.smithi045 (mon.1) 25 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2024-09-11T07:20:36.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:34.997850+0000 mon.smithi045 (mon.1) 26 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi017.utzzzp"}]: dispatch 2024-09-11T07:20:36.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:34.998227+0000 mon.smithi045 (mon.1) 27 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi045.gxtxww"}]: dispatch 2024-09-11T07:20:36.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:34.998559+0000 mon.smithi045 (mon.1) 28 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "mgr metadata", "who": "smithi045.wavrrv", "id": "smithi045.wavrrv"}]: dispatch 2024-09-11T07:20:36.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:34.998909+0000 mon.smithi045 (mon.1) 29 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:20:36.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:34.999223+0000 mon.smithi045 (mon.1) 30 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:20:36.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:34.999507+0000 mon.smithi045 (mon.1) 31 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:20:36.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:34.999817+0000 mon.smithi045 (mon.1) 32 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:20:36.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:35.000157+0000 mon.smithi045 (mon.1) 33 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:20:36.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:35.000462+0000 mon.smithi045 (mon.1) 34 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:20:36.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:35.000805+0000 mon.smithi045 (mon.1) 35 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:20:36.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:35.001091+0000 mon.smithi045 (mon.1) 36 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:20:36.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:35.002211+0000 mon.smithi045 (mon.1) 37 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T07:20:36.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:35.002562+0000 mon.smithi045 (mon.1) 38 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T07:20:36.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:35.003206+0000 mon.smithi045 (mon.1) 39 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T07:20:36.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:35.438992+0000 mon.smithi017 (mon.0) 694 : cluster [INF] Manager daemon smithi045.wavrrv is now available 2024-09-11T07:20:36.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:35.459891+0000 mon.smithi017 (mon.0) 695 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:36.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:20:35.460607+0000 mgr.smithi045.wavrrv (mgr.24421) 1 : cephadm [INF] Queued nfs.foo for migration 2024-09-11T07:20:36.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:35.468779+0000 mon.smithi045 (mon.1) 40 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:20:36.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:35.482788+0000 mon.smithi017 (mon.0) 696 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:36.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:35.496396+0000 mon.smithi045 (mon.1) 41 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:20:36.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:35.524113+0000 mon.smithi045 (mon.1) 42 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.wavrrv/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:20:36.289 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:35.524603+0000 mon.smithi017 (mon.0) 697 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.wavrrv/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:20:36.289 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:35.530171+0000 mon.smithi017 (mon.0) 698 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:36.289 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:35.543116+0000 mon.smithi045 (mon.1) 43 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.wavrrv/trash_purge_schedule"}]: dispatch 2024-09-11T07:20:36.289 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:35.543544+0000 mon.smithi017 (mon.0) 699 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.wavrrv/trash_purge_schedule"}]: dispatch 2024-09-11T07:20:36.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:34.995192+0000 mon.smithi017 (mon.0) 692 : audit [INF] from='mgr.24341 172.21.15.17:0/3745073655' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "mgr fail", "who": "smithi017.qgiuqa"}]': finished 2024-09-11T07:20:36.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:34.995308+0000 mon.smithi017 (mon.0) 693 : cluster [DBG] mgrmap e26: smithi045.wavrrv(active, starting, since 0.998686s) 2024-09-11T07:20:36.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:34.997093+0000 mon.smithi045 (mon.1) 24 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "mon metadata", "id": "smithi017"}]: dispatch 2024-09-11T07:20:36.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:34.997410+0000 mon.smithi045 (mon.1) 25 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2024-09-11T07:20:36.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:34.997850+0000 mon.smithi045 (mon.1) 26 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi017.utzzzp"}]: dispatch 2024-09-11T07:20:36.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:34.998227+0000 mon.smithi045 (mon.1) 27 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi045.gxtxww"}]: dispatch 2024-09-11T07:20:36.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:34.998559+0000 mon.smithi045 (mon.1) 28 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "mgr metadata", "who": "smithi045.wavrrv", "id": "smithi045.wavrrv"}]: dispatch 2024-09-11T07:20:36.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:34.998909+0000 mon.smithi045 (mon.1) 29 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:20:36.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:34.999223+0000 mon.smithi045 (mon.1) 30 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:20:36.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:34.999507+0000 mon.smithi045 (mon.1) 31 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:20:36.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:34.999817+0000 mon.smithi045 (mon.1) 32 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:20:36.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:35.000157+0000 mon.smithi045 (mon.1) 33 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:20:36.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:35.000462+0000 mon.smithi045 (mon.1) 34 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:20:36.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:35.000805+0000 mon.smithi045 (mon.1) 35 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:20:36.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:35.001091+0000 mon.smithi045 (mon.1) 36 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:20:36.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:35.002211+0000 mon.smithi045 (mon.1) 37 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T07:20:36.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:35.002562+0000 mon.smithi045 (mon.1) 38 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T07:20:36.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:35.003206+0000 mon.smithi045 (mon.1) 39 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T07:20:36.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:35.438992+0000 mon.smithi017 (mon.0) 694 : cluster [INF] Manager daemon smithi045.wavrrv is now available 2024-09-11T07:20:36.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:35.459891+0000 mon.smithi017 (mon.0) 695 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:36.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:20:35.460607+0000 mgr.smithi045.wavrrv (mgr.24421) 1 : cephadm [INF] Queued nfs.foo for migration 2024-09-11T07:20:36.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:35.468779+0000 mon.smithi045 (mon.1) 40 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:20:36.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:35.482788+0000 mon.smithi017 (mon.0) 696 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:36.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:35.496396+0000 mon.smithi045 (mon.1) 41 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:20:36.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:35.524113+0000 mon.smithi045 (mon.1) 42 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.wavrrv/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:20:36.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:35.524603+0000 mon.smithi017 (mon.0) 697 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.wavrrv/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:20:36.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:35.530171+0000 mon.smithi017 (mon.0) 698 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:36.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:35.543116+0000 mon.smithi045 (mon.1) 43 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.wavrrv/trash_purge_schedule"}]: dispatch 2024-09-11T07:20:36.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:35.543544+0000 mon.smithi017 (mon.0) 699 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi045.wavrrv/trash_purge_schedule"}]: dispatch 2024-09-11T07:20:36.525 INFO:teuthology.orchestra.run.smithi017.stdout: 5 91879 22.44 MB/sec warmup 114 sec latency 34.279 ms 2024-09-11T07:20:37.525 INFO:teuthology.orchestra.run.smithi017.stdout: 5 92615 22.47 MB/sec warmup 115 sec latency 22.372 ms 2024-09-11T07:20:37.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:37 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:36.116569+0000 mon.smithi017 (mon.0) 700 : cluster [DBG] mgrmap e27: smithi045.wavrrv(active, since 2s) 2024-09-11T07:20:37.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:37 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:36.134181+0000 mgr.smithi045.wavrrv (mgr.24421) 2 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 327 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:20:37.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:37 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:20:36.157385+0000 mgr.smithi045.wavrrv (mgr.24421) 3 : cephadm [INF] Deploying cephadm binary to smithi045 2024-09-11T07:20:37.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:37 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:20:36.170866+0000 mgr.smithi045.wavrrv (mgr.24421) 4 : cephadm [INF] Deploying cephadm binary to smithi017 2024-09-11T07:20:37.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:37 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:36.116569+0000 mon.smithi017 (mon.0) 700 : cluster [DBG] mgrmap e27: smithi045.wavrrv(active, since 2s) 2024-09-11T07:20:37.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:37 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:36.134181+0000 mgr.smithi045.wavrrv (mgr.24421) 2 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 327 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:20:37.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:37 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:20:36.157385+0000 mgr.smithi045.wavrrv (mgr.24421) 3 : cephadm [INF] Deploying cephadm binary to smithi045 2024-09-11T07:20:37.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:37 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:20:36.170866+0000 mgr.smithi045.wavrrv (mgr.24421) 4 : cephadm [INF] Deploying cephadm binary to smithi017 2024-09-11T07:20:38.525 INFO:teuthology.orchestra.run.smithi017.stdout: 5 93067 22.39 MB/sec warmup 116 sec latency 39.560 ms 2024-09-11T07:20:38.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:38 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:37.002221+0000 mgr.smithi045.wavrrv (mgr.24421) 5 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 327 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:20:38.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:38 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:37.125569+0000 mon.smithi017 (mon.0) 701 : cluster [DBG] mgrmap e28: smithi045.wavrrv(active, since 3s) 2024-09-11T07:20:38.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:38 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:37.478565+0000 mon.smithi045 (mon.1) 44 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-11T07:20:38.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:38 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:37.479329+0000 mon.smithi017 (mon.0) 702 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-11T07:20:38.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:38 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:37.002221+0000 mgr.smithi045.wavrrv (mgr.24421) 5 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 327 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:20:38.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:38 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:37.125569+0000 mon.smithi017 (mon.0) 701 : cluster [DBG] mgrmap e28: smithi045.wavrrv(active, since 3s) 2024-09-11T07:20:38.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:38 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:37.478565+0000 mon.smithi045 (mon.1) 44 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-11T07:20:38.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:38 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:37.479329+0000 mon.smithi017 (mon.0) 702 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-11T07:20:39.526 INFO:teuthology.orchestra.run.smithi017.stdout: 5 93432 22.27 MB/sec warmup 117 sec latency 30.787 ms 2024-09-11T07:20:39.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:39 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:38.129966+0000 mon.smithi017 (mon.0) 703 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]': finished 2024-09-11T07:20:39.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:39 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:38.130055+0000 mon.smithi017 (mon.0) 704 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-09-11T07:20:39.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:39 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:38.133562+0000 mon.smithi045 (mon.1) 45 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-11T07:20:39.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:39 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:38.134061+0000 mon.smithi017 (mon.0) 705 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-11T07:20:39.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:39 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:38.129966+0000 mon.smithi017 (mon.0) 703 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]': finished 2024-09-11T07:20:39.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:39 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:38.130055+0000 mon.smithi017 (mon.0) 704 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-09-11T07:20:39.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:39 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:38.133562+0000 mon.smithi045 (mon.1) 45 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-11T07:20:39.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:39 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:38.134061+0000 mon.smithi017 (mon.0) 705 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-11T07:20:40.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:40 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:39.002559+0000 mgr.smithi045.wavrrv (mgr.24421) 6 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 327 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:20:40.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:40 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:39.134373+0000 mon.smithi017 (mon.0) 706 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-11T07:20:40.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:40 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:39.134468+0000 mon.smithi017 (mon.0) 707 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-09-11T07:20:40.526 INFO:teuthology.orchestra.run.smithi017.stdout: 5 93754 22.15 MB/sec warmup 118 sec latency 44.274 ms 2024-09-11T07:20:40.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:39.002559+0000 mgr.smithi045.wavrrv (mgr.24421) 6 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 327 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:20:40.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:39.134373+0000 mon.smithi017 (mon.0) 706 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-11T07:20:40.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:39.134468+0000 mon.smithi017 (mon.0) 707 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-09-11T07:20:41.526 INFO:teuthology.orchestra.run.smithi017.stdout: 5 94050 22.03 MB/sec warmup 119 sec latency 70.186 ms 2024-09-11T07:20:41.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:41 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:40.301020+0000 mon.smithi017 (mon.0) 708 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:41.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:41 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:41.110318+0000 mon.smithi017 (mon.0) 709 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:41.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:41 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:40.301020+0000 mon.smithi017 (mon.0) 708 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:41.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:41 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:41.110318+0000 mon.smithi017 (mon.0) 709 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:42.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:20:40.974246+0000 mgr.smithi045.wavrrv (mgr.24421) 7 : cephadm [INF] [11/Sep/2024:07:20:40] ENGINE Bus STARTING 2024-09-11T07:20:42.542 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:41.002918+0000 mgr.smithi045.wavrrv (mgr.24421) 8 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 327 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:20:42.542 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:20:41.102946+0000 mgr.smithi045.wavrrv (mgr.24421) 9 : cephadm [INF] [11/Sep/2024:07:20:41] ENGINE Serving on https://172.21.15.45:7150 2024-09-11T07:20:42.542 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:20:41.103209+0000 mgr.smithi045.wavrrv (mgr.24421) 10 : cephadm [INF] [11/Sep/2024:07:20:41] ENGINE Bus STARTED 2024-09-11T07:20:42.542 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:20:41.104957+0000 mgr.smithi045.wavrrv (mgr.24421) 11 : cephadm [ERR] [11/Sep/2024:07:20:41] ENGINE Error in HTTPServer.serve 2024-09-11T07:20:42.542 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: Traceback (most recent call last): 2024-09-11T07:20:42.542 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T07:20:42.542 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: self._connections.run(self.expiration_interval) 2024-09-11T07:20:42.542 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T07:20:42.542 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: self._run(expiration_interval) 2024-09-11T07:20:42.542 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T07:20:42.542 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T07:20:42.542 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T07:20:42.543 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T07:20:42.543 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T07:20:42.543 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: s = self.context.wrap_socket( 2024-09-11T07:20:42.543 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T07:20:42.543 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: return self.sslsocket_class._create( 2024-09-11T07:20:42.543 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T07:20:42.543 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: self.do_handshake() 2024-09-11T07:20:42.543 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T07:20:42.543 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: self._sslobj.do_handshake() 2024-09-11T07:20:42.543 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T07:20:42.543 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: 2024-09-11T07:20:42.543 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:41.308520+0000 mon.smithi017 (mon.0) 710 : cluster [DBG] mgrmap e29: smithi045.wavrrv(active, since 7s) 2024-09-11T07:20:42.543 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:42.163420+0000 mon.smithi017 (mon.0) 711 : cluster [DBG] Standby manager daemon smithi017.qgiuqa started 2024-09-11T07:20:42.544 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:42.165120+0000 mon.smithi017 (mon.0) 712 : audit [DBG] from='mgr.? 172.21.15.17:0/312617562' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi017.qgiuqa/crt"}]: dispatch 2024-09-11T07:20:42.544 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:42.169067+0000 mon.smithi017 (mon.0) 713 : audit [DBG] from='mgr.? 172.21.15.17:0/312617562' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T07:20:42.544 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:42.170201+0000 mon.smithi017 (mon.0) 714 : audit [DBG] from='mgr.? 172.21.15.17:0/312617562' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi017.qgiuqa/key"}]: dispatch 2024-09-11T07:20:42.544 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:42.170487+0000 mon.smithi017 (mon.0) 715 : audit [DBG] from='mgr.? 172.21.15.17:0/312617562' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T07:20:42.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:42 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:20:40.974246+0000 mgr.smithi045.wavrrv (mgr.24421) 7 : cephadm [INF] [11/Sep/2024:07:20:40] ENGINE Bus STARTING 2024-09-11T07:20:42.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:42 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:41.002918+0000 mgr.smithi045.wavrrv (mgr.24421) 8 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 327 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-09-11T07:20:42.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:42 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:20:41.102946+0000 mgr.smithi045.wavrrv (mgr.24421) 9 : cephadm [INF] [11/Sep/2024:07:20:41] ENGINE Serving on https://172.21.15.45:7150 2024-09-11T07:20:42.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:42 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:20:41.103209+0000 mgr.smithi045.wavrrv (mgr.24421) 10 : cephadm [INF] [11/Sep/2024:07:20:41] ENGINE Bus STARTED 2024-09-11T07:20:42.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:42 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:20:41.104957+0000 mgr.smithi045.wavrrv (mgr.24421) 11 : cephadm [ERR] [11/Sep/2024:07:20:41] ENGINE Error in HTTPServer.serve 2024-09-11T07:20:42.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:42 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Traceback (most recent call last): 2024-09-11T07:20:42.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:42 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T07:20:42.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:42 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: self._connections.run(self.expiration_interval) 2024-09-11T07:20:42.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:42 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T07:20:42.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:42 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: self._run(expiration_interval) 2024-09-11T07:20:42.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:42 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T07:20:42.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:42 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T07:20:42.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:42 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T07:20:42.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:42 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T07:20:42.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:42 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T07:20:42.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:42 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: s = self.context.wrap_socket( 2024-09-11T07:20:42.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:42 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T07:20:42.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:42 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: return self.sslsocket_class._create( 2024-09-11T07:20:42.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:42 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T07:20:42.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:42 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: self.do_handshake() 2024-09-11T07:20:42.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:42 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T07:20:42.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:42 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: self._sslobj.do_handshake() 2024-09-11T07:20:42.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:42 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T07:20:42.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:42 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: 2024-09-11T07:20:42.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:42 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:41.308520+0000 mon.smithi017 (mon.0) 710 : cluster [DBG] mgrmap e29: smithi045.wavrrv(active, since 7s) 2024-09-11T07:20:42.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:42 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:42.163420+0000 mon.smithi017 (mon.0) 711 : cluster [DBG] Standby manager daemon smithi017.qgiuqa started 2024-09-11T07:20:42.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:42 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:42.165120+0000 mon.smithi017 (mon.0) 712 : audit [DBG] from='mgr.? 172.21.15.17:0/312617562' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi017.qgiuqa/crt"}]: dispatch 2024-09-11T07:20:42.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:42 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:42.169067+0000 mon.smithi017 (mon.0) 713 : audit [DBG] from='mgr.? 172.21.15.17:0/312617562' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T07:20:42.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:42 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:42.170201+0000 mon.smithi017 (mon.0) 714 : audit [DBG] from='mgr.? 172.21.15.17:0/312617562' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi017.qgiuqa/key"}]: dispatch 2024-09-11T07:20:42.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:42 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:42.170487+0000 mon.smithi017 (mon.0) 715 : audit [DBG] from='mgr.? 172.21.15.17:0/312617562' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T07:20:43.526 INFO:teuthology.orchestra.run.smithi017.stdout: 5 95088 13.09 MB/sec execute 1 sec latency 57.088 ms 2024-09-11T07:20:43.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:43 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:42.314653+0000 mon.smithi017 (mon.0) 716 : cluster [DBG] mgrmap e30: smithi045.wavrrv(active, since 8s), standbys: smithi017.qgiuqa 2024-09-11T07:20:43.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:43 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:42.317002+0000 mon.smithi045 (mon.1) 46 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "mgr metadata", "who": "smithi017.qgiuqa", "id": "smithi017.qgiuqa"}]: dispatch 2024-09-11T07:20:43.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:43 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:42.399820+0000 mon.smithi017 (mon.0) 717 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:43.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:43 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:42.409206+0000 mon.smithi017 (mon.0) 718 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:43.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:43 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:43.153663+0000 mon.smithi017 (mon.0) 719 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:43.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:43 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:43.159685+0000 mon.smithi017 (mon.0) 720 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:43.659 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:43 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:42.314653+0000 mon.smithi017 (mon.0) 716 : cluster [DBG] mgrmap e30: smithi045.wavrrv(active, since 8s), standbys: smithi017.qgiuqa 2024-09-11T07:20:43.659 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:43 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:42.317002+0000 mon.smithi045 (mon.1) 46 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "mgr metadata", "who": "smithi017.qgiuqa", "id": "smithi017.qgiuqa"}]: dispatch 2024-09-11T07:20:43.659 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:43 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:42.399820+0000 mon.smithi017 (mon.0) 717 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:43.660 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:43 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:42.409206+0000 mon.smithi017 (mon.0) 718 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:43.660 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:43 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:43.153663+0000 mon.smithi017 (mon.0) 719 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:43.660 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:43 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:43.159685+0000 mon.smithi017 (mon.0) 720 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:44.526 INFO:teuthology.orchestra.run.smithi017.stdout: 5 95711 17.13 MB/sec execute 2 sec latency 23.206 ms 2024-09-11T07:20:44.733 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:43.003513+0000 mgr.smithi045.wavrrv (mgr.24421) 12 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 327 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 5.5 MiB/s wr, 498 op/s 2024-09-11T07:20:44.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:43.003513+0000 mgr.smithi045.wavrrv (mgr.24421) 12 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 327 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 5.5 MiB/s wr, 498 op/s 2024-09-11T07:20:45.526 INFO:teuthology.orchestra.run.smithi017.stdout: 5 96397 19.05 MB/sec execute 3 sec latency 26.068 ms 2024-09-11T07:20:45.608 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:45 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:44.535270+0000 mon.smithi017 (mon.0) 721 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:45.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:45 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:44.535270+0000 mon.smithi017 (mon.0) 721 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:46.526 INFO:teuthology.orchestra.run.smithi017.stdout: 5 96873 17.36 MB/sec execute 4 sec latency 33.623 ms 2024-09-11T07:20:47.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:46 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:45.003878+0000 mgr.smithi045.wavrrv (mgr.24421) 13 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 327 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 4.7 MiB/s wr, 428 op/s 2024-09-11T07:20:47.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:46 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:45.601626+0000 mon.smithi017 (mon.0) 722 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:47.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:46 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:45.610855+0000 mon.smithi017 (mon.0) 723 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:47.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:46 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:46.515442+0000 mon.smithi017 (mon.0) 724 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:47.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:46 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:46.522744+0000 mon.smithi017 (mon.0) 725 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:47.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:46 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:45.003878+0000 mgr.smithi045.wavrrv (mgr.24421) 13 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 327 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 4.7 MiB/s wr, 428 op/s 2024-09-11T07:20:47.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:46 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:45.601626+0000 mon.smithi017 (mon.0) 722 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:47.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:46 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:45.610855+0000 mon.smithi017 (mon.0) 723 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:47.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:46 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:46.515442+0000 mon.smithi017 (mon.0) 724 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:47.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:46 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:46.522744+0000 mon.smithi017 (mon.0) 725 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:47.526 INFO:teuthology.orchestra.run.smithi017.stdout: 5 97512 17.00 MB/sec execute 5 sec latency 68.361 ms 2024-09-11T07:20:48.526 INFO:teuthology.orchestra.run.smithi017.stdout: 5 97964 15.65 MB/sec execute 6 sec latency 606.524 ms 2024-09-11T07:20:48.867 INFO:teuthology.orchestra.run.smithi017.stdout:true 2024-09-11T07:20:48.997 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:48 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:47.004498+0000 mgr.smithi045.wavrrv (mgr.24421) 14 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 334 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 8.8 MiB/s wr, 824 op/s 2024-09-11T07:20:48.997 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:48 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:47.855719+0000 mon.smithi017 (mon.0) 726 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T07:20:49.230 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:47.004498+0000 mgr.smithi045.wavrrv (mgr.24421) 14 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 334 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 8.8 MiB/s wr, 824 op/s 2024-09-11T07:20:49.230 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:47.855719+0000 mon.smithi017 (mon.0) 726 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T07:20:49.526 INFO:teuthology.orchestra.run.smithi017.stdout: 5 98219 14.57 MB/sec execute 7 sec latency 904.634 ms 2024-09-11T07:20:49.701 INFO:teuthology.orchestra.run.smithi017.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T07:20:49.701 INFO:teuthology.orchestra.run.smithi017.stdout:alertmanager.smithi017 smithi017 *:9093,9094 running (6m) 4s ago 8m 19.1M - 0.20.0 0881eb8f169f 8ff211b4e457 2024-09-11T07:20:49.701 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi017 smithi017 running (8m) 4s ago 8m 6395k - 16.2.4 8d91d370c2b8 cfba143c9b6f 2024-09-11T07:20:49.701 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi045 smithi045 running (7m) 7s ago 7m 6409k - 16.2.4 8d91d370c2b8 b3a463d5f314 2024-09-11T07:20:49.701 INFO:teuthology.orchestra.run.smithi017.stdout:grafana.smithi017 smithi017 *:3000 running (6m) 4s ago 7m 34.8M - 6.7.4 557c83e11646 24bbf4d58b8c 2024-09-11T07:20:49.701 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi017.utzzzp smithi017 running (2m) 4s ago 2m 12.3M - 16.2.4 8d91d370c2b8 711da931e1f1 2024-09-11T07:20:49.701 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi045.gxtxww smithi045 running (2m) 7s ago 2m 41.1M - 16.2.4 8d91d370c2b8 8de08b53c390 2024-09-11T07:20:49.702 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi017.qgiuqa smithi017 *:9283 running (9m) 4s ago 9m 118M - 16.2.4 8d91d370c2b8 800455b7a557 2024-09-11T07:20:49.702 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi045.wavrrv smithi045 *:8443,9283 running (28s) 7s ago 7m 423M - 17.2.7-1623-gd0e6828a 4a918172a497 d0118f3daec5 2024-09-11T07:20:49.702 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi017 smithi017 running (9m) 4s ago 9m 57.9M 2048M 16.2.4 8d91d370c2b8 a0e09aaa1101 2024-09-11T07:20:49.702 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi045 smithi045 running (7m) 7s ago 7m 55.7M 2048M 16.2.4 8d91d370c2b8 275188c394ab 2024-09-11T07:20:49.702 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.smithi017 smithi017 *:2049 running (2m) 4s ago 2m 238M - 3.5 8d91d370c2b8 5335fc5dbc43 2024-09-11T07:20:49.702 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.smithi045 smithi045 *:2049 running (2m) 7s ago 2m 54.5M - 3.5 8d91d370c2b8 ab71d6d53b52 2024-09-11T07:20:49.702 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi017 smithi017 *:9100 running (7m) 4s ago 7m 17.0M - 0.18.1 e5a616e4b9cf 3ae9bdfa57df 2024-09-11T07:20:49.702 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi045 smithi045 *:9100 running (6m) 7s ago 6m 17.0M - 0.18.1 e5a616e4b9cf 517c959affda 2024-09-11T07:20:49.702 INFO:teuthology.orchestra.run.smithi017.stdout:osd.0 smithi017 running (6m) 4s ago 6m 364M 4096M 16.2.4 8d91d370c2b8 432bd5329ca6 2024-09-11T07:20:49.702 INFO:teuthology.orchestra.run.smithi017.stdout:osd.1 smithi017 running (6m) 4s ago 6m 284M 4096M 16.2.4 8d91d370c2b8 b9bde4672d10 2024-09-11T07:20:49.702 INFO:teuthology.orchestra.run.smithi017.stdout:osd.2 smithi017 running (5m) 4s ago 5m 223M 4096M 16.2.4 8d91d370c2b8 a42eeb5fcae7 2024-09-11T07:20:49.702 INFO:teuthology.orchestra.run.smithi017.stdout:osd.3 smithi017 running (5m) 4s ago 5m 331M 4096M 16.2.4 8d91d370c2b8 59fc76e234d1 2024-09-11T07:20:49.702 INFO:teuthology.orchestra.run.smithi017.stdout:osd.4 smithi045 running (5m) 7s ago 4m 353M 4096M 16.2.4 8d91d370c2b8 3dc1e394cdfa 2024-09-11T07:20:49.702 INFO:teuthology.orchestra.run.smithi017.stdout:osd.5 smithi045 running (4m) 7s ago 4m 370M 4096M 16.2.4 8d91d370c2b8 ec6745fcdd10 2024-09-11T07:20:49.703 INFO:teuthology.orchestra.run.smithi017.stdout:osd.6 smithi045 running (4m) 7s ago 4m 309M 4096M 16.2.4 8d91d370c2b8 788633f8efc6 2024-09-11T07:20:49.703 INFO:teuthology.orchestra.run.smithi017.stdout:osd.7 smithi045 running (4m) 7s ago 4m 466M 4096M 16.2.4 8d91d370c2b8 162523c68393 2024-09-11T07:20:49.703 INFO:teuthology.orchestra.run.smithi017.stdout:prometheus.smithi017 smithi017 *:9095 running (6m) 4s ago 7m 42.4M - 2.18.1 de242295e225 5d1f02a1080f 2024-09-11T07:20:50.002 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:49 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:47.855985+0000 mon.smithi045 (mon.1) 47 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "mon metadata", "id": "smithi017"}]: dispatch 2024-09-11T07:20:50.002 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:49 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:47.856247+0000 mon.smithi045 (mon.1) 48 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2024-09-11T07:20:50.003 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:49 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:48.822258+0000 mon.smithi017 (mon.0) 727 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T07:20:50.237 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:20:50.237 INFO:teuthology.orchestra.run.smithi017.stdout: "mon": { 2024-09-11T07:20:50.237 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-11T07:20:50.237 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:20:50.237 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr": { 2024-09-11T07:20:50.237 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2024-09-11T07:20:50.237 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 1 2024-09-11T07:20:50.237 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:20:50.238 INFO:teuthology.orchestra.run.smithi017.stdout: "osd": { 2024-09-11T07:20:50.238 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-11T07:20:50.238 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:20:50.238 INFO:teuthology.orchestra.run.smithi017.stdout: "mds": { 2024-09-11T07:20:50.238 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-11T07:20:50.238 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:20:50.238 INFO:teuthology.orchestra.run.smithi017.stdout: "overall": { 2024-09-11T07:20:50.238 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2024-09-11T07:20:50.238 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 1 2024-09-11T07:20:50.238 INFO:teuthology.orchestra.run.smithi017.stdout: } 2024-09-11T07:20:50.238 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:20:50.285 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:49 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:47.855985+0000 mon.smithi045 (mon.1) 47 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "mon metadata", "id": "smithi017"}]: dispatch 2024-09-11T07:20:50.285 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:49 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:47.856247+0000 mon.smithi045 (mon.1) 48 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2024-09-11T07:20:50.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:49 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:48.822258+0000 mon.smithi017 (mon.0) 727 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T07:20:50.526 INFO:teuthology.orchestra.run.smithi017.stdout: 5 98816 14.40 MB/sec execute 8 sec latency 33.399 ms 2024-09-11T07:20:50.677 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:20:50.677 INFO:teuthology.orchestra.run.smithi017.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T07:20:50.677 INFO:teuthology.orchestra.run.smithi017.stdout: "in_progress": true, 2024-09-11T07:20:50.677 INFO:teuthology.orchestra.run.smithi017.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-11T07:20:50.677 INFO:teuthology.orchestra.run.smithi017.stdout: "services_complete": [], 2024-09-11T07:20:50.678 INFO:teuthology.orchestra.run.smithi017.stdout: "progress": "1/23 daemons upgraded", 2024-09-11T07:20:50.678 INFO:teuthology.orchestra.run.smithi017.stdout: "message": "", 2024-09-11T07:20:50.678 INFO:teuthology.orchestra.run.smithi017.stdout: "is_paused": false 2024-09-11T07:20:50.678 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:20:51.526 INFO:teuthology.orchestra.run.smithi017.stdout: 5 99168 14.28 MB/sec execute 9 sec latency 406.120 ms 2024-09-11T07:20:51.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:51 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:48.826310+0000 mon.smithi045 (mon.1) 49 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T07:20:51.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:51 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:48.851759+0000 mgr.smithi045.wavrrv (mgr.24421) 15 : audit [DBG] from='client.24453 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:20:51.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:51 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:49.004834+0000 mgr.smithi045.wavrrv (mgr.24421) 16 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 334 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 7.8 MiB/s wr, 731 op/s 2024-09-11T07:20:51.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:51 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:49.264972+0000 mgr.smithi045.wavrrv (mgr.24421) 17 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:20:51.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:51 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:49.687602+0000 mgr.smithi045.wavrrv (mgr.24421) 18 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:20:51.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:51 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:49.865575+0000 mon.smithi045 (mon.1) 50 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T07:20:51.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:51 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:49.865720+0000 mon.smithi045 (mon.1) 51 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "mon metadata", "id": "smithi017"}]: dispatch 2024-09-11T07:20:51.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:51 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:49.866639+0000 mon.smithi045 (mon.1) 52 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2024-09-11T07:20:51.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:51 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:49.878169+0000 mon.smithi017 (mon.0) 728 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:51.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:51 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:49.885579+0000 mon.smithi017 (mon.0) 729 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:51.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:51 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:50.235710+0000 mon.smithi017 (mon.0) 730 : audit [DBG] from='client.? 172.21.15.17:0/1766217985' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:20:51.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:51 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:50.496253+0000 mon.smithi045 (mon.1) 53 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:20:51.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:51 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:50.730417+0000 mon.smithi017 (mon.0) 731 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:51.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:51 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:50.740980+0000 mon.smithi017 (mon.0) 732 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:51.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:51 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:50.750794+0000 mon.smithi017 (mon.0) 733 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:51.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:51 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:50.777905+0000 mon.smithi045 (mon.1) 54 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-09-11T07:20:51.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:51 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:48.826310+0000 mon.smithi045 (mon.1) 49 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-11T07:20:51.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:51 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:48.851759+0000 mgr.smithi045.wavrrv (mgr.24421) 15 : audit [DBG] from='client.24453 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:20:51.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:51 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:49.004834+0000 mgr.smithi045.wavrrv (mgr.24421) 16 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 334 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 7.8 MiB/s wr, 731 op/s 2024-09-11T07:20:51.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:51 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:49.264972+0000 mgr.smithi045.wavrrv (mgr.24421) 17 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:20:51.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:51 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:49.687602+0000 mgr.smithi045.wavrrv (mgr.24421) 18 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:20:51.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:51 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:49.865575+0000 mon.smithi045 (mon.1) 50 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-11T07:20:51.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:51 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:49.865720+0000 mon.smithi045 (mon.1) 51 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "mon metadata", "id": "smithi017"}]: dispatch 2024-09-11T07:20:51.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:51 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:49.866639+0000 mon.smithi045 (mon.1) 52 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2024-09-11T07:20:51.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:51 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:49.878169+0000 mon.smithi017 (mon.0) 728 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:51.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:51 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:49.885579+0000 mon.smithi017 (mon.0) 729 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:51.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:51 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:50.235710+0000 mon.smithi017 (mon.0) 730 : audit [DBG] from='client.? 172.21.15.17:0/1766217985' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:20:51.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:51 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:50.496253+0000 mon.smithi045 (mon.1) 53 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:20:51.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:51 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:50.730417+0000 mon.smithi017 (mon.0) 731 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:51.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:51 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:50.740980+0000 mon.smithi017 (mon.0) 732 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:51.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:51 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:50.750794+0000 mon.smithi017 (mon.0) 733 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:51.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:51 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:50.777905+0000 mon.smithi045 (mon.1) 54 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-09-11T07:20:52.526 INFO:teuthology.orchestra.run.smithi017.stdout: 5 99694 14.64 MB/sec execute 10 sec latency 36.604 ms 2024-09-11T07:20:52.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:52 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:50.675146+0000 mgr.smithi045.wavrrv (mgr.24421) 19 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:20:52.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:52 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:50.778323+0000 mon.smithi017 (mon.0) 734 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-09-11T07:20:52.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:52 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:51.005206+0000 mgr.smithi045.wavrrv (mgr.24421) 20 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 334 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 6.6 MiB/s wr, 616 op/s 2024-09-11T07:20:52.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:52 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:51.751800+0000 mon.smithi017 (mon.0) 735 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-09-11T07:20:52.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:52 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:51.751997+0000 mon.smithi017 (mon.0) 736 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-09-11T07:20:52.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:52 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:51.755907+0000 mon.smithi045 (mon.1) 55 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-09-11T07:20:52.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:52 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:51.757126+0000 mon.smithi017 (mon.0) 737 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-09-11T07:20:52.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:52 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:50.675146+0000 mgr.smithi045.wavrrv (mgr.24421) 19 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:20:52.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:52 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:50.778323+0000 mon.smithi017 (mon.0) 734 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-09-11T07:20:52.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:52 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:51.005206+0000 mgr.smithi045.wavrrv (mgr.24421) 20 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 334 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 6.6 MiB/s wr, 616 op/s 2024-09-11T07:20:52.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:52 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:51.751800+0000 mon.smithi017 (mon.0) 735 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-09-11T07:20:52.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:52 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:51.751997+0000 mon.smithi017 (mon.0) 736 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-09-11T07:20:52.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:52 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:51.755907+0000 mon.smithi045 (mon.1) 55 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-09-11T07:20:52.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:52 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:51.757126+0000 mon.smithi017 (mon.0) 737 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-09-11T07:20:53.527 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 14.00 MB/sec execute 11 sec latency 234.561 ms 2024-09-11T07:20:53.984 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:53 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:52.753565+0000 mon.smithi017 (mon.0) 738 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-09-11T07:20:53.985 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:53 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:52.753771+0000 mon.smithi017 (mon.0) 739 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-09-11T07:20:53.985 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:53 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:20:52.764212+0000 mgr.smithi045.wavrrv (mgr.24421) 21 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2024-09-11T07:20:53.985 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:53 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:20:52.794684+0000 mgr.smithi045.wavrrv (mgr.24421) 22 : cephadm [INF] Found 1 exports for legacy nfs.foo 2024-09-11T07:20:53.985 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:53 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:20:52.794817+0000 mgr.smithi045.wavrrv (mgr.24421) 23 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.smithi017', 'nfs.foo.smithi045'] 2024-09-11T07:20:53.985 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:53 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:20:52.794905+0000 mgr.smithi045.wavrrv (mgr.24421) 24 : cephadm [INF] Remove daemons nfs.foo.smithi017 nfs.foo.smithi045 2024-09-11T07:20:53.985 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:53 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:20:52.795267+0000 mgr.smithi045.wavrrv (mgr.24421) 25 : cephadm [INF] Removing daemon nfs.foo.smithi017 from smithi017 -- ports [2049] 2024-09-11T07:20:53.985 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:53 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:20:52.795834+0000 mgr.smithi045.wavrrv (mgr.24421) 26 : cephadm [INF] Removing daemon nfs.foo.smithi045 from smithi045 -- ports [2049] 2024-09-11T07:20:53.985 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:53 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:53.005600+0000 mgr.smithi045.wavrrv (mgr.24421) 27 : cluster [DBG] pgmap v16: 129 pgs: 32 unknown, 97 active+clean; 328 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 9.4 MiB/s wr, 930 op/s 2024-09-11T07:20:54.002 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:53 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:52.753565+0000 mon.smithi017 (mon.0) 738 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-09-11T07:20:54.002 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:53 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:52.753771+0000 mon.smithi017 (mon.0) 739 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-09-11T07:20:54.002 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:53 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:20:52.764212+0000 mgr.smithi045.wavrrv (mgr.24421) 21 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2024-09-11T07:20:54.002 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:53 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:20:52.794684+0000 mgr.smithi045.wavrrv (mgr.24421) 22 : cephadm [INF] Found 1 exports for legacy nfs.foo 2024-09-11T07:20:54.002 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:53 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:20:52.794817+0000 mgr.smithi045.wavrrv (mgr.24421) 23 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.smithi017', 'nfs.foo.smithi045'] 2024-09-11T07:20:54.003 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:53 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:20:52.794905+0000 mgr.smithi045.wavrrv (mgr.24421) 24 : cephadm [INF] Remove daemons nfs.foo.smithi017 nfs.foo.smithi045 2024-09-11T07:20:54.003 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:53 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:20:52.795267+0000 mgr.smithi045.wavrrv (mgr.24421) 25 : cephadm [INF] Removing daemon nfs.foo.smithi017 from smithi017 -- ports [2049] 2024-09-11T07:20:54.003 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:53 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:20:52.795834+0000 mgr.smithi045.wavrrv (mgr.24421) 26 : cephadm [INF] Removing daemon nfs.foo.smithi045 from smithi045 -- ports [2049] 2024-09-11T07:20:54.003 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:53 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:53.005600+0000 mgr.smithi045.wavrrv (mgr.24421) 27 : cluster [DBG] pgmap v16: 129 pgs: 32 unknown, 97 active+clean; 328 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 14 KiB/s rd, 9.4 MiB/s wr, 930 op/s 2024-09-11T07:20:54.527 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 12.84 MB/sec execute 12 sec latency 1234.639 ms 2024-09-11T07:20:55.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:53.762379+0000 mon.smithi017 (mon.0) 740 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-09-11T07:20:55.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:53.762903+0000 mon.smithi017 (mon.0) 741 : cluster [DBG] mgrmap e31: smithi045.wavrrv(active, since 19s), standbys: smithi017.qgiuqa 2024-09-11T07:20:55.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:53.762379+0000 mon.smithi017 (mon.0) 740 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-09-11T07:20:55.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:53.762903+0000 mon.smithi017 (mon.0) 741 : cluster [DBG] mgrmap e31: smithi045.wavrrv(active, since 19s), standbys: smithi017.qgiuqa 2024-09-11T07:20:55.527 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 11.85 MB/sec execute 13 sec latency 2234.688 ms 2024-09-11T07:20:56.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:55 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:55.006032+0000 mgr.smithi045.wavrrv (mgr.24421) 28 : cluster [DBG] pgmap v18: 129 pgs: 32 unknown, 97 active+clean; 328 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 5.7 MiB/s wr, 592 op/s 2024-09-11T07:20:56.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:55 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:20:55.536671+0000 mgr.smithi045.wavrrv (mgr.24421) 29 : cephadm [INF] Removing key for client.nfs.foo.smithi045 2024-09-11T07:20:56.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:55 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:55.536991+0000 mon.smithi045 (mon.1) 56 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi045"}]: dispatch 2024-09-11T07:20:56.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:55 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:55.537534+0000 mon.smithi017 (mon.0) 742 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi045"}]: dispatch 2024-09-11T07:20:56.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:55 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:55.541438+0000 mon.smithi017 (mon.0) 743 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi045"}]': finished 2024-09-11T07:20:56.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:55 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:20:55.542144+0000 mgr.smithi045.wavrrv (mgr.24421) 30 : cephadm [INF] Removing key for client.nfs.foo.smithi045-rgw 2024-09-11T07:20:56.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:55 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:55.542303+0000 mon.smithi045 (mon.1) 57 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi045-rgw"}]: dispatch 2024-09-11T07:20:56.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:55 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:55.542639+0000 mon.smithi017 (mon.0) 744 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi045-rgw"}]: dispatch 2024-09-11T07:20:56.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:55 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:55.545631+0000 mon.smithi017 (mon.0) 745 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi045-rgw"}]': finished 2024-09-11T07:20:56.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:55 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:55.006032+0000 mgr.smithi045.wavrrv (mgr.24421) 28 : cluster [DBG] pgmap v18: 129 pgs: 32 unknown, 97 active+clean; 328 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 5.7 MiB/s wr, 592 op/s 2024-09-11T07:20:56.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:55 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:20:55.536671+0000 mgr.smithi045.wavrrv (mgr.24421) 29 : cephadm [INF] Removing key for client.nfs.foo.smithi045 2024-09-11T07:20:56.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:55 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:55.536991+0000 mon.smithi045 (mon.1) 56 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi045"}]: dispatch 2024-09-11T07:20:56.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:55 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:55.537534+0000 mon.smithi017 (mon.0) 742 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi045"}]: dispatch 2024-09-11T07:20:56.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:55 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:55.541438+0000 mon.smithi017 (mon.0) 743 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi045"}]': finished 2024-09-11T07:20:56.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:55 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:20:55.542144+0000 mgr.smithi045.wavrrv (mgr.24421) 30 : cephadm [INF] Removing key for client.nfs.foo.smithi045-rgw 2024-09-11T07:20:56.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:55 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:55.542303+0000 mon.smithi045 (mon.1) 57 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi045-rgw"}]: dispatch 2024-09-11T07:20:56.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:55 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:55.542639+0000 mon.smithi017 (mon.0) 744 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi045-rgw"}]: dispatch 2024-09-11T07:20:56.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:55 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:55.545631+0000 mon.smithi017 (mon.0) 745 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi045-rgw"}]': finished 2024-09-11T07:20:56.527 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 11.00 MB/sec execute 14 sec latency 3234.727 ms 2024-09-11T07:20:57.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:20:55.774756+0000 mgr.smithi045.wavrrv (mgr.24421) 31 : cephadm [INF] Removing key for client.nfs.foo.smithi017 2024-09-11T07:20:57.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:55.775018+0000 mon.smithi045 (mon.1) 58 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi017"}]: dispatch 2024-09-11T07:20:57.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:55.775547+0000 mon.smithi017 (mon.0) 746 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi017"}]: dispatch 2024-09-11T07:20:57.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:55.778995+0000 mon.smithi017 (mon.0) 747 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi017"}]': finished 2024-09-11T07:20:57.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:20:55.779589+0000 mgr.smithi045.wavrrv (mgr.24421) 32 : cephadm [INF] Removing key for client.nfs.foo.smithi017-rgw 2024-09-11T07:20:57.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:55.779758+0000 mon.smithi045 (mon.1) 59 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi017-rgw"}]: dispatch 2024-09-11T07:20:57.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:55.780043+0000 mon.smithi017 (mon.0) 748 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi017-rgw"}]: dispatch 2024-09-11T07:20:57.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:55.782354+0000 mon.smithi017 (mon.0) 749 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi017-rgw"}]': finished 2024-09-11T07:20:57.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:55.785790+0000 mon.smithi017 (mon.0) 750 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:57.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:55.786424+0000 mon.smithi045 (mon.1) 60 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-09-11T07:20:57.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:55.786986+0000 mgr.smithi045.wavrrv (mgr.24421) 33 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-09-11T07:20:57.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:55.809134+0000 mon.smithi045 (mon.1) 61 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' 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-11T07:20:57.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:55.809659+0000 mon.smithi017 (mon.0) 751 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 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-11T07:20:57.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:55.812429+0000 mon.smithi017 (mon.0) 752 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 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-11T07:20:57.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:20:55.816989+0000 mgr.smithi045.wavrrv (mgr.24421) 34 : cephadm [INF] Done migrating nfs.foo 2024-09-11T07:20:57.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:20:55.817043+0000 mgr.smithi045.wavrrv (mgr.24421) 35 : cephadm [INF] Done migrating all NFS services 2024-09-11T07:20:57.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:55.820523+0000 mon.smithi017 (mon.0) 753 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:57.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:55.827117+0000 mon.smithi017 (mon.0) 754 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:57.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:55.831474+0000 mon.smithi017 (mon.0) 755 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:57.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:55.839312+0000 mon.smithi017 (mon.0) 756 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:57.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:55.846949+0000 mon.smithi017 (mon.0) 757 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:57.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:55.856603+0000 mon.smithi017 (mon.0) 758 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:57.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:20:55.857978+0000 mgr.smithi045.wavrrv (mgr.24421) 36 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi017.yhlpto 2024-09-11T07:20:57.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:55.858166+0000 mon.smithi045 (mon.1) 62 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi017.yhlpto", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-11T07:20:57.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:55.858569+0000 mon.smithi017 (mon.0) 759 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi017.yhlpto", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-11T07:20:57.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:55.860822+0000 mon.smithi017 (mon.0) 760 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi017.yhlpto", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-11T07:20:57.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:20:55.861384+0000 mgr.smithi045.wavrrv (mgr.24421) 37 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-11T07:20:57.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:55.861572+0000 mon.smithi045 (mon.1) 63 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' 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-11T07:20:57.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:55.861837+0000 mon.smithi017 (mon.0) 761 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 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-11T07:20:57.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:55.864125+0000 mon.smithi017 (mon.0) 762 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 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-11T07:20:57.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:55.865127+0000 mon.smithi045 (mon.1) 64 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:20:57.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:55.902190+0000 mon.smithi045 (mon.1) 65 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-11T07:20:57.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:55.902756+0000 mon.smithi017 (mon.0) 763 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-11T07:20:57.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:55.905527+0000 mon.smithi017 (mon.0) 764 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-11T07:20:57.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:20:55.950215+0000 mgr.smithi045.wavrrv (mgr.24421) 38 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-11T07:20:57.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:20:55.950307+0000 mgr.smithi045.wavrrv (mgr.24421) 39 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi017.yhlpto-rgw 2024-09-11T07:20:57.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:55.950676+0000 mon.smithi045 (mon.1) 66 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi017.yhlpto-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T07:20:57.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:55.951136+0000 mon.smithi017 (mon.0) 765 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi017.yhlpto-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T07:20:57.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:55.953597+0000 mon.smithi017 (mon.0) 766 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi017.yhlpto-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-11T07:20:57.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:20:55.954758+0000 mgr.smithi045.wavrrv (mgr.24421) 40 : cephadm [WRN] Bind address in nfs.foo.0.0.smithi017.yhlpto's ganesha conf is defaulting to empty 2024-09-11T07:20:57.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:55.959148+0000 mon.smithi045 (mon.1) 67 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:20:57.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:20:55.960281+0000 mgr.smithi045.wavrrv (mgr.24421) 41 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi017.yhlpto on smithi017 2024-09-11T07:20:57.042 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:20:55.774756+0000 mgr.smithi045.wavrrv (mgr.24421) 31 : cephadm [INF] Removing key for client.nfs.foo.smithi017 2024-09-11T07:20:57.042 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:55.775018+0000 mon.smithi045 (mon.1) 58 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi017"}]: dispatch 2024-09-11T07:20:57.042 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:55.775547+0000 mon.smithi017 (mon.0) 746 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi017"}]: dispatch 2024-09-11T07:20:57.042 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:55.778995+0000 mon.smithi017 (mon.0) 747 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi017"}]': finished 2024-09-11T07:20:57.042 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:20:55.779589+0000 mgr.smithi045.wavrrv (mgr.24421) 32 : cephadm [INF] Removing key for client.nfs.foo.smithi017-rgw 2024-09-11T07:20:57.043 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:55.779758+0000 mon.smithi045 (mon.1) 59 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi017-rgw"}]: dispatch 2024-09-11T07:20:57.043 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:55.780043+0000 mon.smithi017 (mon.0) 748 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi017-rgw"}]: dispatch 2024-09-11T07:20:57.043 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:55.782354+0000 mon.smithi017 (mon.0) 749 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.smithi017-rgw"}]': finished 2024-09-11T07:20:57.043 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:55.785790+0000 mon.smithi017 (mon.0) 750 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:57.043 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:55.786424+0000 mon.smithi045 (mon.1) 60 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-09-11T07:20:57.043 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:55.786986+0000 mgr.smithi045.wavrrv (mgr.24421) 33 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-09-11T07:20:57.043 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:55.809134+0000 mon.smithi045 (mon.1) 61 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' 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-11T07:20:57.043 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:55.809659+0000 mon.smithi017 (mon.0) 751 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 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-11T07:20:57.043 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:55.812429+0000 mon.smithi017 (mon.0) 752 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 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-11T07:20:57.043 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:20:55.816989+0000 mgr.smithi045.wavrrv (mgr.24421) 34 : cephadm [INF] Done migrating nfs.foo 2024-09-11T07:20:57.044 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:20:55.817043+0000 mgr.smithi045.wavrrv (mgr.24421) 35 : cephadm [INF] Done migrating all NFS services 2024-09-11T07:20:57.044 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:55.820523+0000 mon.smithi017 (mon.0) 753 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:57.044 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:55.827117+0000 mon.smithi017 (mon.0) 754 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:57.044 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:55.831474+0000 mon.smithi017 (mon.0) 755 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:57.044 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:55.839312+0000 mon.smithi017 (mon.0) 756 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:57.044 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:55.846949+0000 mon.smithi017 (mon.0) 757 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:57.044 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:55.856603+0000 mon.smithi017 (mon.0) 758 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:57.044 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:20:55.857978+0000 mgr.smithi045.wavrrv (mgr.24421) 36 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi017.yhlpto 2024-09-11T07:20:57.044 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:55.858166+0000 mon.smithi045 (mon.1) 62 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi017.yhlpto", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-11T07:20:57.044 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:55.858569+0000 mon.smithi017 (mon.0) 759 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi017.yhlpto", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-11T07:20:57.044 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:55.860822+0000 mon.smithi017 (mon.0) 760 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi017.yhlpto", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-11T07:20:57.045 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:20:55.861384+0000 mgr.smithi045.wavrrv (mgr.24421) 37 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-11T07:20:57.045 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:55.861572+0000 mon.smithi045 (mon.1) 63 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' 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-11T07:20:57.045 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:55.861837+0000 mon.smithi017 (mon.0) 761 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 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-11T07:20:57.045 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:55.864125+0000 mon.smithi017 (mon.0) 762 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 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-11T07:20:57.045 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:55.865127+0000 mon.smithi045 (mon.1) 64 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:20:57.045 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:55.902190+0000 mon.smithi045 (mon.1) 65 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-11T07:20:57.045 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:55.902756+0000 mon.smithi017 (mon.0) 763 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-11T07:20:57.045 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:55.905527+0000 mon.smithi017 (mon.0) 764 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-11T07:20:57.045 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:20:55.950215+0000 mgr.smithi045.wavrrv (mgr.24421) 38 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-11T07:20:57.045 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:20:55.950307+0000 mgr.smithi045.wavrrv (mgr.24421) 39 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi017.yhlpto-rgw 2024-09-11T07:20:57.046 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:55.950676+0000 mon.smithi045 (mon.1) 66 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi017.yhlpto-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T07:20:57.046 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:55.951136+0000 mon.smithi017 (mon.0) 765 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi017.yhlpto-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T07:20:57.046 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:55.953597+0000 mon.smithi017 (mon.0) 766 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi017.yhlpto-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-11T07:20:57.046 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:20:55.954758+0000 mgr.smithi045.wavrrv (mgr.24421) 40 : cephadm [WRN] Bind address in nfs.foo.0.0.smithi017.yhlpto's ganesha conf is defaulting to empty 2024-09-11T07:20:57.046 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:55.959148+0000 mon.smithi045 (mon.1) 67 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:20:57.046 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:20:55.960281+0000 mgr.smithi045.wavrrv (mgr.24421) 41 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi017.yhlpto on smithi017 2024-09-11T07:20:57.527 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 10.27 MB/sec execute 15 sec latency 4234.792 ms 2024-09-11T07:20:58.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:57 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:57.006951+0000 mgr.smithi045.wavrrv (mgr.24421) 42 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 17 KiB/s rd, 8.3 MiB/s wr, 833 op/s 2024-09-11T07:20:58.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:57 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:57.006951+0000 mgr.smithi045.wavrrv (mgr.24421) 42 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 17 KiB/s rd, 8.3 MiB/s wr, 833 op/s 2024-09-11T07:20:58.527 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 9.63 MB/sec execute 16 sec latency 5234.886 ms 2024-09-11T07:20:59.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:57.773594+0000 mon.smithi017 (mon.0) 767 : cluster [DBG] mgrmap e32: smithi045.wavrrv(active, since 23s), standbys: smithi017.qgiuqa 2024-09-11T07:20:59.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:58.315917+0000 mon.smithi017 (mon.0) 768 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:59.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:58.322859+0000 mon.smithi017 (mon.0) 769 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:59.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:58.327799+0000 mon.smithi017 (mon.0) 770 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:59.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:20:58.328949+0000 mgr.smithi045.wavrrv (mgr.24421) 43 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi045.sirexv 2024-09-11T07:20:59.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:58.329249+0000 mon.smithi045 (mon.1) 68 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi045.sirexv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-11T07:20:59.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:58.329589+0000 mon.smithi017 (mon.0) 771 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi045.sirexv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-11T07:20:59.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:58.332014+0000 mon.smithi017 (mon.0) 772 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi045.sirexv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-11T07:20:59.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:20:58.333143+0000 mgr.smithi045.wavrrv (mgr.24421) 44 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-09-11T07:20:59.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:58.333391+0000 mon.smithi045 (mon.1) 69 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' 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-11T07:20:59.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:58.333732+0000 mon.smithi017 (mon.0) 773 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 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-11T07:20:59.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:58.336138+0000 mon.smithi017 (mon.0) 774 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 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-11T07:20:59.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:20:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:20:58.337812+0000 mon.smithi045 (mon.1) 70 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:20:59.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:58 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:57.773594+0000 mon.smithi017 (mon.0) 767 : cluster [DBG] mgrmap e32: smithi045.wavrrv(active, since 23s), standbys: smithi017.qgiuqa 2024-09-11T07:20:59.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:58 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:58.315917+0000 mon.smithi017 (mon.0) 768 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:59.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:58 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:58.322859+0000 mon.smithi017 (mon.0) 769 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:59.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:58 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:58.327799+0000 mon.smithi017 (mon.0) 770 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:20:59.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:58 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:20:58.328949+0000 mgr.smithi045.wavrrv (mgr.24421) 43 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi045.sirexv 2024-09-11T07:20:59.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:58 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:58.329249+0000 mon.smithi045 (mon.1) 68 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi045.sirexv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-11T07:20:59.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:58 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:58.329589+0000 mon.smithi017 (mon.0) 771 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi045.sirexv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-11T07:20:59.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:58 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:58.332014+0000 mon.smithi017 (mon.0) 772 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi045.sirexv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-11T07:20:59.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:58 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:20:58.333143+0000 mgr.smithi045.wavrrv (mgr.24421) 44 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-09-11T07:20:59.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:58 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:58.333391+0000 mon.smithi045 (mon.1) 69 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' 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-11T07:20:59.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:58 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:58.333732+0000 mon.smithi017 (mon.0) 773 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 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-11T07:20:59.042 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:58 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:58.336138+0000 mon.smithi017 (mon.0) 774 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 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-11T07:20:59.042 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:20:58 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:20:58.337812+0000 mon.smithi045 (mon.1) 70 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:20:59.527 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 9.06 MB/sec execute 17 sec latency 6234.996 ms 2024-09-11T07:21:00.527 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 8.56 MB/sec execute 18 sec latency 7235.110 ms 2024-09-11T07:21:00.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:00 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:20:59.007452+0000 mgr.smithi045.wavrrv (mgr.24421) 45 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.1 MiB/s wr, 199 op/s 2024-09-11T07:21:00.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:00 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:20:59.007452+0000 mgr.smithi045.wavrrv (mgr.24421) 45 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.1 MiB/s wr, 199 op/s 2024-09-11T07:21:01.527 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 8.11 MB/sec execute 19 sec latency 8235.230 ms 2024-09-11T07:21:02.417 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:02 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:21:01.007963+0000 mgr.smithi045.wavrrv (mgr.24421) 46 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 3.9 KiB/s rd, 1.8 MiB/s wr, 175 op/s 2024-09-11T07:21:02.417 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:02 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:21:01.228218+0000 mon.smithi045 (mon.1) 71 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-11T07:21:02.417 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:02 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:21:01.228775+0000 mon.smithi017 (mon.0) 775 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-11T07:21:02.417 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:02 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:21:01.233042+0000 mon.smithi017 (mon.0) 776 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-11T07:21:02.417 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:02 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:21:01.283351+0000 mgr.smithi045.wavrrv (mgr.24421) 47 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-11T07:21:02.417 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:02 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:21:01.283474+0000 mgr.smithi045.wavrrv (mgr.24421) 48 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi045.sirexv-rgw 2024-09-11T07:21:02.417 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:02 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:21:01.283865+0000 mon.smithi045 (mon.1) 72 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi045.sirexv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T07:21:02.418 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:02 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:21:01.284422+0000 mon.smithi017 (mon.0) 777 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi045.sirexv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T07:21:02.418 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:02 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:21:01.288250+0000 mon.smithi017 (mon.0) 778 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi045.sirexv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-11T07:21:02.418 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:02 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:21:01.288978+0000 mgr.smithi045.wavrrv (mgr.24421) 49 : cephadm [WRN] Bind address in nfs.foo.1.0.smithi045.sirexv's ganesha conf is defaulting to empty 2024-09-11T07:21:02.418 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:02 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:21:01.289539+0000 mon.smithi045 (mon.1) 73 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:21:02.418 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:02 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:21:01.290757+0000 mgr.smithi045.wavrrv (mgr.24421) 50 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi045.sirexv on smithi045 2024-09-11T07:21:02.527 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 7.70 MB/sec execute 20 sec latency 9235.321 ms 2024-09-11T07:21:02.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:02 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:21:01.007963+0000 mgr.smithi045.wavrrv (mgr.24421) 46 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 3.9 KiB/s rd, 1.8 MiB/s wr, 175 op/s 2024-09-11T07:21:02.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:02 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:21:01.228218+0000 mon.smithi045 (mon.1) 71 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-11T07:21:02.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:02 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:21:01.228775+0000 mon.smithi017 (mon.0) 775 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-11T07:21:02.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:02 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:21:01.233042+0000 mon.smithi017 (mon.0) 776 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-11T07:21:02.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:02 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:21:01.283351+0000 mgr.smithi045.wavrrv (mgr.24421) 47 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-11T07:21:02.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:02 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:21:01.283474+0000 mgr.smithi045.wavrrv (mgr.24421) 48 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi045.sirexv-rgw 2024-09-11T07:21:02.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:02 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:21:01.283865+0000 mon.smithi045 (mon.1) 72 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi045.sirexv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T07:21:02.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:02 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:21:01.284422+0000 mon.smithi017 (mon.0) 777 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi045.sirexv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T07:21:02.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:02 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:21:01.288250+0000 mon.smithi017 (mon.0) 778 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi045.sirexv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-11T07:21:02.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:02 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:21:01.288978+0000 mgr.smithi045.wavrrv (mgr.24421) 49 : cephadm [WRN] Bind address in nfs.foo.1.0.smithi045.sirexv's ganesha conf is defaulting to empty 2024-09-11T07:21:02.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:02 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:21:01.289539+0000 mon.smithi045 (mon.1) 73 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:21:02.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:02 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:21:01.290757+0000 mgr.smithi045.wavrrv (mgr.24421) 50 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi045.sirexv on smithi045 2024-09-11T07:21:03.528 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 7.33 MB/sec execute 21 sec latency 10235.425 ms 2024-09-11T07:21:04.528 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 7.00 MB/sec execute 22 sec latency 11235.499 ms 2024-09-11T07:21:04.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:21:03.008956+0000 mgr.smithi045.wavrrv (mgr.24421) 51 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 1.6 MiB/s wr, 147 op/s 2024-09-11T07:21:04.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:21:03.802108+0000 mon.smithi017 (mon.0) 779 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:21:04.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:21:03.807095+0000 mon.smithi017 (mon.0) 780 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:21:04.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:21:03.811481+0000 mon.smithi017 (mon.0) 781 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:21:04.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:21:03.815415+0000 mon.smithi017 (mon.0) 782 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:21:04.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:21:03.895029+0000 mon.smithi045 (mon.1) 74 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:21:04.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:21:03.008956+0000 mgr.smithi045.wavrrv (mgr.24421) 51 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 1.6 MiB/s wr, 147 op/s 2024-09-11T07:21:04.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:21:03.802108+0000 mon.smithi017 (mon.0) 779 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:21:04.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:21:03.807095+0000 mon.smithi017 (mon.0) 780 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:21:04.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:21:03.811481+0000 mon.smithi017 (mon.0) 781 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:21:04.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:21:03.815415+0000 mon.smithi017 (mon.0) 782 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:21:04.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:21:03.895029+0000 mon.smithi045 (mon.1) 74 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:21:05.528 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 6.70 MB/sec execute 23 sec latency 12235.529 ms 2024-09-11T07:21:06.528 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 6.42 MB/sec execute 24 sec latency 13235.617 ms 2024-09-11T07:21:06.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:06 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:21:05.009363+0000 mgr.smithi045.wavrrv (mgr.24421) 52 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 3.9 KiB/s rd, 1.4 MiB/s wr, 130 op/s 2024-09-11T07:21:06.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:06 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:21:05.496550+0000 mon.smithi045 (mon.1) 75 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:21:06.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:06 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:21:05.499502+0000 mon.smithi017 (mon.0) 783 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:21:06.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:06 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:21:05.009363+0000 mgr.smithi045.wavrrv (mgr.24421) 52 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 3.9 KiB/s rd, 1.4 MiB/s wr, 130 op/s 2024-09-11T07:21:06.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:06 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:21:05.496550+0000 mon.smithi045 (mon.1) 75 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:21:06.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:06 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:21:05.499502+0000 mon.smithi017 (mon.0) 783 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:21:07.528 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 6.16 MB/sec execute 25 sec latency 14235.678 ms 2024-09-11T07:21:08.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:08 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:21:07.009944+0000 mgr.smithi045.wavrrv (mgr.24421) 53 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 1.3 MiB/s wr, 128 op/s 2024-09-11T07:21:08.377 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:08 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:21:07.009944+0000 mgr.smithi045.wavrrv (mgr.24421) 53 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 1.3 MiB/s wr, 128 op/s 2024-09-11T07:21:08.528 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 5.92 MB/sec execute 26 sec latency 15235.767 ms 2024-09-11T07:21:09.528 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 5.70 MB/sec execute 27 sec latency 16235.808 ms 2024-09-11T07:21:09.734 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:09 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:21:08.399404+0000 mon.smithi017 (mon.0) 784 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:21:09.734 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:09 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:21:08.404256+0000 mon.smithi017 (mon.0) 785 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:21:09.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:09 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:21:08.399404+0000 mon.smithi017 (mon.0) 784 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:21:09.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:09 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:21:08.404256+0000 mon.smithi017 (mon.0) 785 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:21:10.528 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 5.50 MB/sec execute 28 sec latency 17235.863 ms 2024-09-11T07:21:10.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:10 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:21:09.010486+0000 mgr.smithi045.wavrrv (mgr.24421) 54 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 3.4 KiB/s rd, 52 KiB/s wr, 7 op/s 2024-09-11T07:21:10.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:10 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:21:10.038611+0000 mon.smithi017 (mon.0) 786 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:21:10.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:10 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:21:10.044664+0000 mon.smithi017 (mon.0) 787 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:21:10.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:10 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:21:10.046644+0000 mon.smithi045 (mon.1) 76 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:21:10.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:10 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:21:10.047585+0000 mon.smithi045 (mon.1) 77 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:21:10.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:10 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:21:10.051857+0000 mon.smithi017 (mon.0) 788 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:21:10.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:10 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:21:10.058489+0000 mon.smithi017 (mon.0) 789 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:21:10.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:10 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:21:09.010486+0000 mgr.smithi045.wavrrv (mgr.24421) 54 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 3.4 KiB/s rd, 52 KiB/s wr, 7 op/s 2024-09-11T07:21:10.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:10 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:21:10.038611+0000 mon.smithi017 (mon.0) 786 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:21:10.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:10 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:21:10.044664+0000 mon.smithi017 (mon.0) 787 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:21:10.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:10 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:21:10.046644+0000 mon.smithi045 (mon.1) 76 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:21:10.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:10 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:21:10.047585+0000 mon.smithi045 (mon.1) 77 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:21:10.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:10 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:21:10.051857+0000 mon.smithi017 (mon.0) 788 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:21:10.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:10 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:21:10.058489+0000 mon.smithi017 (mon.0) 789 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:21:11.528 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 5.31 MB/sec execute 29 sec latency 18235.892 ms 2024-09-11T07:21:11.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:11 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:21:10.048360+0000 mgr.smithi045.wavrrv (mgr.24421) 55 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:21:11.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:11 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:21:10.137089+0000 mgr.smithi045.wavrrv (mgr.24421) 56 : cephadm [INF] Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:21:11.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:11 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:21:10.145460+0000 mgr.smithi045.wavrrv (mgr.24421) 57 : cephadm [INF] Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:21:11.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:11 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:21:10.048360+0000 mgr.smithi045.wavrrv (mgr.24421) 55 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:21:11.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:11 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:21:10.137089+0000 mgr.smithi045.wavrrv (mgr.24421) 56 : cephadm [INF] Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:21:11.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:11 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:21:10.145460+0000 mgr.smithi045.wavrrv (mgr.24421) 57 : cephadm [INF] Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:21:12.528 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 5.13 MB/sec execute 30 sec latency 19235.929 ms 2024-09-11T07:21:12.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:12 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:21:11.010933+0000 mgr.smithi045.wavrrv (mgr.24421) 58 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 3.4 KiB/s rd, 52 KiB/s wr, 7 op/s 2024-09-11T07:21:12.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:12 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:21:11.010933+0000 mgr.smithi045.wavrrv (mgr.24421) 58 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 3.4 KiB/s rd, 52 KiB/s wr, 7 op/s 2024-09-11T07:21:13.528 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 4.97 MB/sec execute 31 sec latency 20235.998 ms 2024-09-11T07:21:14.528 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 4.81 MB/sec execute 32 sec latency 21236.029 ms 2024-09-11T07:21:14.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:21:13.011580+0000 mgr.smithi045.wavrrv (mgr.24421) 59 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 3.4 KiB/s rd, 52 KiB/s wr, 7 op/s 2024-09-11T07:21:14.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:14 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:21:13.011580+0000 mgr.smithi045.wavrrv (mgr.24421) 59 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 3.4 KiB/s rd, 52 KiB/s wr, 7 op/s 2024-09-11T07:21:15.528 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 4.67 MB/sec execute 33 sec latency 22236.075 ms 2024-09-11T07:21:16.528 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 4.53 MB/sec execute 34 sec latency 23236.123 ms 2024-09-11T07:21:16.741 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:21:15.011995+0000 mgr.smithi045.wavrrv (mgr.24421) 60 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 2.4 KiB/s rd, 4.9 KiB/s wr, 5 op/s 2024-09-11T07:21:16.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:21:15.011995+0000 mgr.smithi045.wavrrv (mgr.24421) 60 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 2.4 KiB/s rd, 4.9 KiB/s wr, 5 op/s 2024-09-11T07:21:17.528 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 4.40 MB/sec execute 35 sec latency 24236.228 ms 2024-09-11T07:21:18.529 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 4.28 MB/sec execute 36 sec latency 25236.344 ms 2024-09-11T07:21:18.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:18 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:21:17.012822+0000 mgr.smithi045.wavrrv (mgr.24421) 61 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 2.6 KiB/s rd, 5.7 KiB/s wr, 6 op/s 2024-09-11T07:21:18.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:18 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:21:17.012822+0000 mgr.smithi045.wavrrv (mgr.24421) 61 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 2.6 KiB/s rd, 5.7 KiB/s wr, 6 op/s 2024-09-11T07:21:19.528 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 4.16 MB/sec execute 37 sec latency 26236.409 ms 2024-09-11T07:21:20.529 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 4.05 MB/sec execute 38 sec latency 27236.540 ms 2024-09-11T07:21:20.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:20 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:21:19.013269+0000 mgr.smithi045.wavrrv (mgr.24421) 62 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 853 B/s wr, 0 op/s 2024-09-11T07:21:20.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:20 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:21:19.013269+0000 mgr.smithi045.wavrrv (mgr.24421) 62 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 853 B/s wr, 0 op/s 2024-09-11T07:21:21.044 INFO:teuthology.orchestra.run.smithi017.stdout:true 2024-09-11T07:21:21.529 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 3.95 MB/sec execute 39 sec latency 28236.606 ms 2024-09-11T07:21:21.686 INFO:teuthology.orchestra.run.smithi017.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T07:21:21.686 INFO:teuthology.orchestra.run.smithi017.stdout:alertmanager.smithi017 smithi017 *:9093,9094 running (7m) 11s ago 8m 19.1M - 0.20.0 0881eb8f169f 8ff211b4e457 2024-09-11T07:21:21.686 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi017 smithi017 running (8m) 11s ago 8m 6395k - 16.2.4 8d91d370c2b8 cfba143c9b6f 2024-09-11T07:21:21.686 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi045 smithi045 running (7m) 13s ago 7m 6409k - 16.2.4 8d91d370c2b8 b3a463d5f314 2024-09-11T07:21:21.686 INFO:teuthology.orchestra.run.smithi017.stdout:grafana.smithi017 smithi017 *:3000 running (6m) 11s ago 8m 34.8M - 6.7.4 557c83e11646 24bbf4d58b8c 2024-09-11T07:21:21.686 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi017.utzzzp smithi017 running (3m) 11s ago 3m 12.5M - 16.2.4 8d91d370c2b8 711da931e1f1 2024-09-11T07:21:21.686 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi045.gxtxww smithi045 running (3m) 13s ago 2m 42.8M - 16.2.4 8d91d370c2b8 8de08b53c390 2024-09-11T07:21:21.686 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi017.qgiuqa smithi017 *:9283 running (9m) 11s ago 9m 358M - 16.2.4 8d91d370c2b8 800455b7a557 2024-09-11T07:21:21.686 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi045.wavrrv smithi045 *:8443,9283 running (60s) 13s ago 7m 445M - 17.2.7-1623-gd0e6828a 4a918172a497 d0118f3daec5 2024-09-11T07:21:21.686 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi017 smithi017 running (9m) 11s ago 10m 55.1M 2048M 16.2.4 8d91d370c2b8 a0e09aaa1101 2024-09-11T07:21:21.687 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi045 smithi045 running (7m) 13s ago 7m 46.2M 2048M 16.2.4 8d91d370c2b8 275188c394ab 2024-09-11T07:21:21.687 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.0.0.smithi017.yhlpto smithi017 *:2049 running (23s) 11s ago 23s 52.1M - 3.5 8d91d370c2b8 4d43393feaee 2024-09-11T07:21:21.687 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.1.0.smithi045.sirexv smithi045 *:2049 running (18s) 13s ago 17s 47.2M - 3.5 8d91d370c2b8 0795be2c25de 2024-09-11T07:21:21.687 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi017 smithi017 *:9100 running (8m) 11s ago 8m 17.0M - 0.18.1 e5a616e4b9cf 3ae9bdfa57df 2024-09-11T07:21:21.687 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi045 smithi045 *:9100 running (7m) 13s ago 7m 17.0M - 0.18.1 e5a616e4b9cf 517c959affda 2024-09-11T07:21:21.687 INFO:teuthology.orchestra.run.smithi017.stdout:osd.0 smithi017 running (6m) 11s ago 6m 382M 4096M 16.2.4 8d91d370c2b8 432bd5329ca6 2024-09-11T07:21:21.687 INFO:teuthology.orchestra.run.smithi017.stdout:osd.1 smithi017 running (6m) 11s ago 6m 288M 4096M 16.2.4 8d91d370c2b8 b9bde4672d10 2024-09-11T07:21:21.687 INFO:teuthology.orchestra.run.smithi017.stdout:osd.2 smithi017 running (6m) 11s ago 6m 252M 4096M 16.2.4 8d91d370c2b8 a42eeb5fcae7 2024-09-11T07:21:21.687 INFO:teuthology.orchestra.run.smithi017.stdout:osd.3 smithi017 running (5m) 11s ago 5m 361M 4096M 16.2.4 8d91d370c2b8 59fc76e234d1 2024-09-11T07:21:21.687 INFO:teuthology.orchestra.run.smithi017.stdout:osd.4 smithi045 running (5m) 13s ago 5m 375M 4096M 16.2.4 8d91d370c2b8 3dc1e394cdfa 2024-09-11T07:21:21.687 INFO:teuthology.orchestra.run.smithi017.stdout:osd.5 smithi045 running (5m) 13s ago 5m 397M 4096M 16.2.4 8d91d370c2b8 ec6745fcdd10 2024-09-11T07:21:21.687 INFO:teuthology.orchestra.run.smithi017.stdout:osd.6 smithi045 running (4m) 13s ago 4m 335M 4096M 16.2.4 8d91d370c2b8 788633f8efc6 2024-09-11T07:21:21.687 INFO:teuthology.orchestra.run.smithi017.stdout:osd.7 smithi045 running (4m) 13s ago 4m 492M 4096M 16.2.4 8d91d370c2b8 162523c68393 2024-09-11T07:21:21.688 INFO:teuthology.orchestra.run.smithi017.stdout:prometheus.smithi017 smithi017 *:9095 running (6m) 11s ago 7m 42.4M - 2.18.1 de242295e225 5d1f02a1080f 2024-09-11T07:21:21.688 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:21:20.497001+0000 mon.smithi045 (mon.1) 78 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:21:21.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:21:20.497001+0000 mon.smithi045 (mon.1) 78 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:21:22.070 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:21:22.070 INFO:teuthology.orchestra.run.smithi017.stdout: "mon": { 2024-09-11T07:21:22.070 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-11T07:21:22.070 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:21:22.070 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr": { 2024-09-11T07:21:22.070 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2024-09-11T07:21:22.070 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 1 2024-09-11T07:21:22.071 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:21:22.071 INFO:teuthology.orchestra.run.smithi017.stdout: "osd": { 2024-09-11T07:21:22.071 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-11T07:21:22.071 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:21:22.071 INFO:teuthology.orchestra.run.smithi017.stdout: "mds": { 2024-09-11T07:21:22.071 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-11T07:21:22.071 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:21:22.071 INFO:teuthology.orchestra.run.smithi017.stdout: "overall": { 2024-09-11T07:21:22.071 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2024-09-11T07:21:22.071 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 1 2024-09-11T07:21:22.071 INFO:teuthology.orchestra.run.smithi017.stdout: } 2024-09-11T07:21:22.071 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:21:22.397 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:21:22.397 INFO:teuthology.orchestra.run.smithi017.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T07:21:22.397 INFO:teuthology.orchestra.run.smithi017.stdout: "in_progress": true, 2024-09-11T07:21:22.397 INFO:teuthology.orchestra.run.smithi017.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-11T07:21:22.397 INFO:teuthology.orchestra.run.smithi017.stdout: "services_complete": [], 2024-09-11T07:21:22.397 INFO:teuthology.orchestra.run.smithi017.stdout: "progress": "1/23 daemons upgraded", 2024-09-11T07:21:22.398 INFO:teuthology.orchestra.run.smithi017.stdout: "message": "", 2024-09-11T07:21:22.398 INFO:teuthology.orchestra.run.smithi017.stdout: "is_paused": false 2024-09-11T07:21:22.398 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:21:22.529 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 3.85 MB/sec execute 40 sec latency 29236.696 ms 2024-09-11T07:21:22.687 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:22 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:21:21.013839+0000 mgr.smithi045.wavrrv (mgr.24421) 63 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 853 B/s wr, 0 op/s 2024-09-11T07:21:22.687 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:22 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:21:21.028887+0000 mgr.smithi045.wavrrv (mgr.24421) 64 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:21:22.687 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:22 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:21:21.355766+0000 mgr.smithi045.wavrrv (mgr.24421) 65 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:21:22.687 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:22 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:21:22.068905+0000 mon.smithi017 (mon.0) 790 : audit [DBG] from='client.? 172.21.15.17:0/680466799' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:21:22.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:22 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:21:21.013839+0000 mgr.smithi045.wavrrv (mgr.24421) 63 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 853 B/s wr, 0 op/s 2024-09-11T07:21:22.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:22 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:21:21.028887+0000 mgr.smithi045.wavrrv (mgr.24421) 64 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:21:22.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:22 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:21:21.355766+0000 mgr.smithi045.wavrrv (mgr.24421) 65 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:21:22.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:22 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:21:22.068905+0000 mon.smithi017 (mon.0) 790 : audit [DBG] from='client.? 172.21.15.17:0/680466799' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:21:23.532 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 3.76 MB/sec execute 41 sec latency 30236.797 ms 2024-09-11T07:21:23.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:21:21.674098+0000 mgr.smithi045.wavrrv (mgr.24421) 66 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:21:23.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:21:22.395559+0000 mgr.smithi045.wavrrv (mgr.24421) 67 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:21:23.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:21:21.674098+0000 mgr.smithi045.wavrrv (mgr.24421) 66 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:21:23.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:21:22.395559+0000 mgr.smithi045.wavrrv (mgr.24421) 67 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:21:24.529 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 3.67 MB/sec execute 42 sec latency 31236.893 ms 2024-09-11T07:21:24.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:24 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:21:23.014404+0000 mgr.smithi045.wavrrv (mgr.24421) 68 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 853 B/s wr, 0 op/s 2024-09-11T07:21:24.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:24 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:21:23.014404+0000 mgr.smithi045.wavrrv (mgr.24421) 68 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 853 B/s wr, 0 op/s 2024-09-11T07:21:25.529 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 3.58 MB/sec execute 43 sec latency 32237.006 ms 2024-09-11T07:21:26.529 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 3.50 MB/sec execute 44 sec latency 33237.097 ms 2024-09-11T07:21:26.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:26 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:21:25.014764+0000 mgr.smithi045.wavrrv (mgr.24421) 69 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 853 B/s wr, 0 op/s 2024-09-11T07:21:26.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:26 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:21:25.014764+0000 mgr.smithi045.wavrrv (mgr.24421) 69 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 853 B/s wr, 0 op/s 2024-09-11T07:21:27.529 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 3.42 MB/sec execute 45 sec latency 34237.206 ms 2024-09-11T07:21:28.530 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 3.35 MB/sec execute 46 sec latency 35237.319 ms 2024-09-11T07:21:28.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:28 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:21:27.015634+0000 mgr.smithi045.wavrrv (mgr.24421) 70 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 853 B/s wr, 0 op/s 2024-09-11T07:21:28.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:28 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:21:27.015634+0000 mgr.smithi045.wavrrv (mgr.24421) 70 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 853 B/s wr, 0 op/s 2024-09-11T07:21:29.530 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 3.28 MB/sec execute 47 sec latency 36237.420 ms 2024-09-11T07:21:30.530 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 3.21 MB/sec execute 48 sec latency 37237.583 ms 2024-09-11T07:21:30.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:30 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:21:29.016147+0000 mgr.smithi045.wavrrv (mgr.24421) 71 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:21:30.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:30 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:21:29.016147+0000 mgr.smithi045.wavrrv (mgr.24421) 71 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:21:31.530 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 3.14 MB/sec execute 49 sec latency 38237.726 ms 2024-09-11T07:21:32.530 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 3.08 MB/sec execute 50 sec latency 39237.844 ms 2024-09-11T07:21:32.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:32 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:21:31.016466+0000 mgr.smithi045.wavrrv (mgr.24421) 72 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:21:32.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:32 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:21:31.016466+0000 mgr.smithi045.wavrrv (mgr.24421) 72 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:21:33.530 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 3.02 MB/sec execute 51 sec latency 40237.967 ms 2024-09-11T07:21:34.530 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 2.96 MB/sec execute 52 sec latency 41238.091 ms 2024-09-11T07:21:34.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:34 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:21:33.017131+0000 mgr.smithi045.wavrrv (mgr.24421) 73 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:21:34.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:34 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:21:33.017131+0000 mgr.smithi045.wavrrv (mgr.24421) 73 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:21:35.530 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 2.91 MB/sec execute 53 sec latency 42238.213 ms 2024-09-11T07:21:36.530 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 2.85 MB/sec execute 54 sec latency 43238.287 ms 2024-09-11T07:21:36.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:36 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:21:35.017488+0000 mgr.smithi045.wavrrv (mgr.24421) 74 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:21:36.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:36 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:21:35.497090+0000 mon.smithi045 (mon.1) 79 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:21:36.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:36 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:21:35.017488+0000 mgr.smithi045.wavrrv (mgr.24421) 74 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:21:36.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:36 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:21:35.497090+0000 mon.smithi045 (mon.1) 79 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:21:37.530 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 2.80 MB/sec execute 55 sec latency 44238.398 ms 2024-09-11T07:21:37.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:37 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:21:36.895005+0000 mds.foofs.smithi045.gxtxww (mds.0) 1 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 34.489384 secs 2024-09-11T07:21:37.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:37 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:21:36.895009+0000 mds.foofs.smithi045.gxtxww (mds.0) 2 : cluster [WRN] slow request 34.489384 seconds old, received at 2024-09-11T07:21:02.405565+0000: client_request(client.14746:4 getattr pAsLsXsFs #0x100000046d6 2024-09-11T07:21:02.405499+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2024-09-11T07:21:37.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:37 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:21:36.895005+0000 mds.foofs.smithi045.gxtxww (mds.0) 1 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 34.489384 secs 2024-09-11T07:21:37.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:37 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:21:36.895009+0000 mds.foofs.smithi045.gxtxww (mds.0) 2 : cluster [WRN] slow request 34.489384 seconds old, received at 2024-09-11T07:21:02.405565+0000: client_request(client.14746:4 getattr pAsLsXsFs #0x100000046d6 2024-09-11T07:21:02.405499+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2024-09-11T07:21:38.531 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 2.75 MB/sec execute 56 sec latency 45238.509 ms 2024-09-11T07:21:38.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:38 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:21:37.018260+0000 mgr.smithi045.wavrrv (mgr.24421) 75 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:21:38.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:38 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:21:37.018260+0000 mgr.smithi045.wavrrv (mgr.24421) 75 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:21:39.531 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 2.70 MB/sec execute 57 sec latency 46238.594 ms 2024-09-11T07:21:40.531 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 2.66 MB/sec execute 58 sec latency 47238.691 ms 2024-09-11T07:21:40.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:40 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:21:39.018701+0000 mgr.smithi045.wavrrv (mgr.24421) 76 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:21:40.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:40 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:21:39.464550+0000 mon.smithi017 (mon.0) 791 : cluster [WRN] Health check failed: 1 MDSs report slow requests (MDS_SLOW_REQUEST) 2024-09-11T07:21:40.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:40 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:21:39.470370+0000 mon.smithi017 (mon.0) 792 : cluster [DBG] mds.? [v2:172.21.15.45:6832/2161648306,v1:172.21.15.45:6833/2161648306] up:active 2024-09-11T07:21:40.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:40 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:21:39.470424+0000 mon.smithi017 (mon.0) 793 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi045.gxtxww=up:active} 1 up:standby 2024-09-11T07:21:40.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:21:39.018701+0000 mgr.smithi045.wavrrv (mgr.24421) 76 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:21:40.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:21:39.464550+0000 mon.smithi017 (mon.0) 791 : cluster [WRN] Health check failed: 1 MDSs report slow requests (MDS_SLOW_REQUEST) 2024-09-11T07:21:40.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:21:39.470370+0000 mon.smithi017 (mon.0) 792 : cluster [DBG] mds.? [v2:172.21.15.45:6832/2161648306,v1:172.21.15.45:6833/2161648306] up:active 2024-09-11T07:21:40.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:21:39.470424+0000 mon.smithi017 (mon.0) 793 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi045.gxtxww=up:active} 1 up:standby 2024-09-11T07:21:41.531 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 2.61 MB/sec execute 59 sec latency 48238.798 ms 2024-09-11T07:21:42.531 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 2.57 MB/sec execute 60 sec latency 49238.903 ms 2024-09-11T07:21:42.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:42 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:21:41.019110+0000 mgr.smithi045.wavrrv (mgr.24421) 77 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:21:42.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:42 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:21:41.895095+0000 mds.foofs.smithi045.gxtxww (mds.0) 3 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 39.489499 secs 2024-09-11T07:21:42.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:21:41.019110+0000 mgr.smithi045.wavrrv (mgr.24421) 77 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:21:42.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:21:41.895095+0000 mds.foofs.smithi045.gxtxww (mds.0) 3 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 39.489499 secs 2024-09-11T07:21:43.531 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 2.52 MB/sec execute 61 sec latency 50239.016 ms 2024-09-11T07:21:44.531 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 2.48 MB/sec execute 62 sec latency 51239.085 ms 2024-09-11T07:21:44.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:21:43.019803+0000 mgr.smithi045.wavrrv (mgr.24421) 78 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:21:44.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:21:43.019803+0000 mgr.smithi045.wavrrv (mgr.24421) 78 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:21:45.531 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 2.44 MB/sec execute 63 sec latency 52239.119 ms 2024-09-11T07:21:46.531 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 2.41 MB/sec execute 64 sec latency 53239.240 ms 2024-09-11T07:21:46.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:46 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:21:45.020266+0000 mgr.smithi045.wavrrv (mgr.24421) 79 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:21:46.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:46 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:21:45.020266+0000 mgr.smithi045.wavrrv (mgr.24421) 79 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:21:47.531 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 2.37 MB/sec execute 65 sec latency 54239.358 ms 2024-09-11T07:21:47.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:47 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:21:46.895237+0000 mds.foofs.smithi045.gxtxww (mds.0) 4 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 44.489634 secs 2024-09-11T07:21:47.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:47 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:21:46.895237+0000 mds.foofs.smithi045.gxtxww (mds.0) 4 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 44.489634 secs 2024-09-11T07:21:48.531 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 2.33 MB/sec execute 66 sec latency 55239.466 ms 2024-09-11T07:21:48.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:21:47.021155+0000 mgr.smithi045.wavrrv (mgr.24421) 80 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:21:48.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:48 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:21:47.021155+0000 mgr.smithi045.wavrrv (mgr.24421) 80 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:21:49.531 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 2.30 MB/sec execute 67 sec latency 56239.502 ms 2024-09-11T07:21:50.532 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 2.27 MB/sec execute 68 sec latency 57239.553 ms 2024-09-11T07:21:50.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:50 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:21:49.021621+0000 mgr.smithi045.wavrrv (mgr.24421) 81 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:21:50.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:50 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:21:49.021621+0000 mgr.smithi045.wavrrv (mgr.24421) 81 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:21:51.532 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 2.23 MB/sec execute 69 sec latency 58239.662 ms 2024-09-11T07:21:51.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:51 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:21:50.501347+0000 mon.smithi017 (mon.0) 794 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:21:51.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:51 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:21:50.502232+0000 mon.smithi045 (mon.1) 80 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:21:51.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:51 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:21:50.501347+0000 mon.smithi017 (mon.0) 794 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:21:51.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:51 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:21:50.502232+0000 mon.smithi045 (mon.1) 80 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:21:52.532 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 2.20 MB/sec execute 70 sec latency 59239.715 ms 2024-09-11T07:21:52.750 INFO:teuthology.orchestra.run.smithi017.stdout:true 2024-09-11T07:21:52.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:52 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:21:51.022027+0000 mgr.smithi045.wavrrv (mgr.24421) 82 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:21:52.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:52 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:21:51.895371+0000 mds.foofs.smithi045.gxtxww (mds.0) 5 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 49.489769 secs 2024-09-11T07:21:52.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:52 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:21:51.022027+0000 mgr.smithi045.wavrrv (mgr.24421) 82 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:21:52.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:52 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:21:51.895371+0000 mds.foofs.smithi045.gxtxww (mds.0) 5 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 49.489769 secs 2024-09-11T07:21:53.387 INFO:teuthology.orchestra.run.smithi017.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T07:21:53.387 INFO:teuthology.orchestra.run.smithi017.stdout:alertmanager.smithi017 smithi017 *:9093,9094 running (7m) 43s ago 9m 19.1M - 0.20.0 0881eb8f169f 8ff211b4e457 2024-09-11T07:21:53.387 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi017 smithi017 running (9m) 43s ago 9m 6395k - 16.2.4 8d91d370c2b8 cfba143c9b6f 2024-09-11T07:21:53.387 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi045 smithi045 running (8m) 44s ago 8m 6409k - 16.2.4 8d91d370c2b8 b3a463d5f314 2024-09-11T07:21:53.387 INFO:teuthology.orchestra.run.smithi017.stdout:grafana.smithi017 smithi017 *:3000 running (7m) 43s ago 8m 34.8M - 6.7.4 557c83e11646 24bbf4d58b8c 2024-09-11T07:21:53.387 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi017.utzzzp smithi017 running (3m) 43s ago 3m 12.5M - 16.2.4 8d91d370c2b8 711da931e1f1 2024-09-11T07:21:53.387 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi045.gxtxww smithi045 running (3m) 44s ago 3m 42.8M - 16.2.4 8d91d370c2b8 8de08b53c390 2024-09-11T07:21:53.387 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi017.qgiuqa smithi017 *:9283 running (10m) 43s ago 10m 358M - 16.2.4 8d91d370c2b8 800455b7a557 2024-09-11T07:21:53.388 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi045.wavrrv smithi045 *:8443,9283 running (92s) 44s ago 8m 445M - 17.2.7-1623-gd0e6828a 4a918172a497 d0118f3daec5 2024-09-11T07:21:53.388 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi017 smithi017 running (10m) 43s ago 10m 55.1M 2048M 16.2.4 8d91d370c2b8 a0e09aaa1101 2024-09-11T07:21:53.388 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi045 smithi045 running (8m) 44s ago 8m 46.2M 2048M 16.2.4 8d91d370c2b8 275188c394ab 2024-09-11T07:21:53.388 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.0.0.smithi017.yhlpto smithi017 *:2049 running (55s) 43s ago 55s 52.1M - 3.5 8d91d370c2b8 4d43393feaee 2024-09-11T07:21:53.388 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.1.0.smithi045.sirexv smithi045 *:2049 running (50s) 44s ago 49s 47.2M - 3.5 8d91d370c2b8 0795be2c25de 2024-09-11T07:21:53.388 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi017 smithi017 *:9100 running (8m) 43s ago 8m 17.0M - 0.18.1 e5a616e4b9cf 3ae9bdfa57df 2024-09-11T07:21:53.388 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi045 smithi045 *:9100 running (7m) 44s ago 7m 17.0M - 0.18.1 e5a616e4b9cf 517c959affda 2024-09-11T07:21:53.388 INFO:teuthology.orchestra.run.smithi017.stdout:osd.0 smithi017 running (7m) 43s ago 7m 382M 4096M 16.2.4 8d91d370c2b8 432bd5329ca6 2024-09-11T07:21:53.388 INFO:teuthology.orchestra.run.smithi017.stdout:osd.1 smithi017 running (7m) 43s ago 7m 288M 4096M 16.2.4 8d91d370c2b8 b9bde4672d10 2024-09-11T07:21:53.388 INFO:teuthology.orchestra.run.smithi017.stdout:osd.2 smithi017 running (6m) 43s ago 6m 252M 4096M 16.2.4 8d91d370c2b8 a42eeb5fcae7 2024-09-11T07:21:53.389 INFO:teuthology.orchestra.run.smithi017.stdout:osd.3 smithi017 running (6m) 43s ago 6m 361M 4096M 16.2.4 8d91d370c2b8 59fc76e234d1 2024-09-11T07:21:53.389 INFO:teuthology.orchestra.run.smithi017.stdout:osd.4 smithi045 running (6m) 44s ago 6m 375M 4096M 16.2.4 8d91d370c2b8 3dc1e394cdfa 2024-09-11T07:21:53.389 INFO:teuthology.orchestra.run.smithi017.stdout:osd.5 smithi045 running (5m) 44s ago 5m 397M 4096M 16.2.4 8d91d370c2b8 ec6745fcdd10 2024-09-11T07:21:53.389 INFO:teuthology.orchestra.run.smithi017.stdout:osd.6 smithi045 running (5m) 44s ago 5m 335M 4096M 16.2.4 8d91d370c2b8 788633f8efc6 2024-09-11T07:21:53.389 INFO:teuthology.orchestra.run.smithi017.stdout:osd.7 smithi045 running (5m) 44s ago 5m 492M 4096M 16.2.4 8d91d370c2b8 162523c68393 2024-09-11T07:21:53.389 INFO:teuthology.orchestra.run.smithi017.stdout:prometheus.smithi017 smithi017 *:9095 running (7m) 43s ago 8m 42.4M - 2.18.1 de242295e225 5d1f02a1080f 2024-09-11T07:21:53.532 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 2.17 MB/sec execute 71 sec latency 60239.772 ms 2024-09-11T07:21:53.771 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:21:53.771 INFO:teuthology.orchestra.run.smithi017.stdout: "mon": { 2024-09-11T07:21:53.772 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-11T07:21:53.772 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:21:53.772 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr": { 2024-09-11T07:21:53.772 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2024-09-11T07:21:53.772 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 1 2024-09-11T07:21:53.773 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:21:53.773 INFO:teuthology.orchestra.run.smithi017.stdout: "osd": { 2024-09-11T07:21:53.773 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-11T07:21:53.773 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:21:53.773 INFO:teuthology.orchestra.run.smithi017.stdout: "mds": { 2024-09-11T07:21:53.774 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-11T07:21:53.774 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:21:53.774 INFO:teuthology.orchestra.run.smithi017.stdout: "overall": { 2024-09-11T07:21:53.774 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2024-09-11T07:21:53.774 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 1 2024-09-11T07:21:53.774 INFO:teuthology.orchestra.run.smithi017.stdout: } 2024-09-11T07:21:53.775 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:21:54.094 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:21:54.095 INFO:teuthology.orchestra.run.smithi017.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T07:21:54.095 INFO:teuthology.orchestra.run.smithi017.stdout: "in_progress": true, 2024-09-11T07:21:54.095 INFO:teuthology.orchestra.run.smithi017.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-11T07:21:54.095 INFO:teuthology.orchestra.run.smithi017.stdout: "services_complete": [], 2024-09-11T07:21:54.095 INFO:teuthology.orchestra.run.smithi017.stdout: "progress": "1/23 daemons upgraded", 2024-09-11T07:21:54.095 INFO:teuthology.orchestra.run.smithi017.stdout: "message": "", 2024-09-11T07:21:54.095 INFO:teuthology.orchestra.run.smithi017.stdout: "is_paused": false 2024-09-11T07:21:54.095 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:21:54.532 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 2.14 MB/sec execute 72 sec latency 61239.825 ms 2024-09-11T07:21:54.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:21:52.735308+0000 mgr.smithi045.wavrrv (mgr.24421) 83 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:21:54.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:21:53.022602+0000 mgr.smithi045.wavrrv (mgr.24421) 84 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:21:54.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:21:53.060620+0000 mgr.smithi045.wavrrv (mgr.24421) 85 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:21:54.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:21:53.377077+0000 mgr.smithi045.wavrrv (mgr.24421) 86 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:21:54.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:21:53.769782+0000 mon.smithi017 (mon.0) 795 : audit [DBG] from='client.? 172.21.15.17:0/133753514' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:21:54.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:21:52.735308+0000 mgr.smithi045.wavrrv (mgr.24421) 83 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:21:54.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:21:53.022602+0000 mgr.smithi045.wavrrv (mgr.24421) 84 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:21:54.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:21:53.060620+0000 mgr.smithi045.wavrrv (mgr.24421) 85 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:21:54.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:21:53.377077+0000 mgr.smithi045.wavrrv (mgr.24421) 86 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:21:54.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:21:53.769782+0000 mon.smithi017 (mon.0) 795 : audit [DBG] from='client.? 172.21.15.17:0/133753514' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:21:55.532 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 2.11 MB/sec execute 73 sec latency 62239.920 ms 2024-09-11T07:21:55.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:55 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:21:54.092702+0000 mgr.smithi045.wavrrv (mgr.24421) 87 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:21:55.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:55 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:21:54.092702+0000 mgr.smithi045.wavrrv (mgr.24421) 87 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:21:56.532 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 2.08 MB/sec execute 74 sec latency 63239.996 ms 2024-09-11T07:21:56.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:21:55.023042+0000 mgr.smithi045.wavrrv (mgr.24421) 88 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:21:56.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:21:55.023042+0000 mgr.smithi045.wavrrv (mgr.24421) 88 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:21:57.532 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 2.05 MB/sec execute 75 sec latency 64240.079 ms 2024-09-11T07:21:57.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:57 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:21:56.895477+0000 mds.foofs.smithi045.gxtxww (mds.0) 6 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 54.489885 secs 2024-09-11T07:21:57.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:57 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:21:56.895477+0000 mds.foofs.smithi045.gxtxww (mds.0) 6 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 54.489885 secs 2024-09-11T07:21:58.532 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 2.03 MB/sec execute 76 sec latency 65240.188 ms 2024-09-11T07:21:58.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:21:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:21:57.023837+0000 mgr.smithi045.wavrrv (mgr.24421) 89 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:21:58.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:21:58 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:21:57.023837+0000 mgr.smithi045.wavrrv (mgr.24421) 89 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:21:59.532 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 2.00 MB/sec execute 77 sec latency 66240.310 ms 2024-09-11T07:22:00.533 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.97 MB/sec execute 78 sec latency 67240.450 ms 2024-09-11T07:22:00.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:00 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:21:59.024318+0000 mgr.smithi045.wavrrv (mgr.24421) 90 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:22:00.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:00 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:21:59.024318+0000 mgr.smithi045.wavrrv (mgr.24421) 90 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:22:01.533 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.95 MB/sec execute 79 sec latency 68240.513 ms 2024-09-11T07:22:02.533 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.93 MB/sec execute 80 sec latency 69240.566 ms 2024-09-11T07:22:02.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:02 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:01.024885+0000 mgr.smithi045.wavrrv (mgr.24421) 91 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:22:02.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:02 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:01.895566+0000 mds.foofs.smithi045.gxtxww (mds.0) 7 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 59.489979 secs 2024-09-11T07:22:02.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:02 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:01.024885+0000 mgr.smithi045.wavrrv (mgr.24421) 91 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:22:02.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:02 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:01.895566+0000 mds.foofs.smithi045.gxtxww (mds.0) 7 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 59.489979 secs 2024-09-11T07:22:03.533 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.90 MB/sec execute 81 sec latency 70240.601 ms 2024-09-11T07:22:04.533 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.88 MB/sec execute 82 sec latency 71240.636 ms 2024-09-11T07:22:04.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:03.025737+0000 mgr.smithi045.wavrrv (mgr.24421) 92 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:22:04.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:03.025737+0000 mgr.smithi045.wavrrv (mgr.24421) 92 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:22:05.533 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.86 MB/sec execute 83 sec latency 72240.674 ms 2024-09-11T07:22:05.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:05 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:22:05.497782+0000 mon.smithi045 (mon.1) 81 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:22:06.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:05 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:22:05.497782+0000 mon.smithi045 (mon.1) 81 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:22:06.533 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.83 MB/sec execute 84 sec latency 73240.763 ms 2024-09-11T07:22:06.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:06 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:05.026252+0000 mgr.smithi045.wavrrv (mgr.24421) 93 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:22:07.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:06 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:05.026252+0000 mgr.smithi045.wavrrv (mgr.24421) 93 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:22:07.533 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.81 MB/sec execute 85 sec latency 74240.877 ms 2024-09-11T07:22:07.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:06.895736+0000 mds.foofs.smithi045.gxtxww (mds.0) 8 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 64.490119 secs 2024-09-11T07:22:07.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:06.895743+0000 mds.foofs.smithi045.gxtxww (mds.0) 9 : cluster [WRN] slow request 64.490118 seconds old, received at 2024-09-11T07:21:02.405565+0000: client_request(client.14746:4 getattr pAsLsXsFs #0x100000046d6 2024-09-11T07:21:02.405499+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2024-09-11T07:22:07.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:06.895781+0000 mds.foofs.smithi045.gxtxww (mds.0) 10 : cluster [WRN] client.14552 isn't responding to mclientcaps(revoke), ino 0x100000046d6 pending pAsxLsXsxFcb issued pAsxLsXsxFsxcrwb, sent 64.490165 seconds ago 2024-09-11T07:22:08.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:06.895736+0000 mds.foofs.smithi045.gxtxww (mds.0) 8 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 64.490119 secs 2024-09-11T07:22:08.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:06.895743+0000 mds.foofs.smithi045.gxtxww (mds.0) 9 : cluster [WRN] slow request 64.490118 seconds old, received at 2024-09-11T07:21:02.405565+0000: client_request(client.14746:4 getattr pAsLsXsFs #0x100000046d6 2024-09-11T07:21:02.405499+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2024-09-11T07:22:08.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:06.895781+0000 mds.foofs.smithi045.gxtxww (mds.0) 10 : cluster [WRN] client.14552 isn't responding to mclientcaps(revoke), ino 0x100000046d6 pending pAsxLsXsxFcb issued pAsxLsXsxFsxcrwb, sent 64.490165 seconds ago 2024-09-11T07:22:08.533 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.79 MB/sec execute 86 sec latency 75240.992 ms 2024-09-11T07:22:09.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:08 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:07.027140+0000 mgr.smithi045.wavrrv (mgr.24421) 94 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:22:09.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:08 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:07.552503+0000 mon.smithi017 (mon.0) 796 : cluster [DBG] mgrmap e33: smithi045.wavrrv(active, since 93s), standbys: smithi017.qgiuqa 2024-09-11T07:22:09.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:08 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:07.027140+0000 mgr.smithi045.wavrrv (mgr.24421) 94 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:22:09.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:08 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:07.552503+0000 mon.smithi017 (mon.0) 796 : cluster [DBG] mgrmap e33: smithi045.wavrrv(active, since 93s), standbys: smithi017.qgiuqa 2024-09-11T07:22:09.533 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.77 MB/sec execute 87 sec latency 76241.109 ms 2024-09-11T07:22:10.533 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.75 MB/sec execute 88 sec latency 77241.212 ms 2024-09-11T07:22:11.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:10 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:09.027683+0000 mgr.smithi045.wavrrv (mgr.24421) 95 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:22:11.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:10 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:09.027683+0000 mgr.smithi045.wavrrv (mgr.24421) 95 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:22:11.533 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.73 MB/sec execute 89 sec latency 78241.340 ms 2024-09-11T07:22:12.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:11 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:10.547741+0000 mon.smithi017 (mon.0) 797 : cluster [WRN] Health check failed: 1 clients failing to respond to capability release (MDS_CLIENT_LATE_RELEASE) 2024-09-11T07:22:12.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:11 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:10.551287+0000 mon.smithi017 (mon.0) 798 : cluster [DBG] mds.? [v2:172.21.15.45:6832/2161648306,v1:172.21.15.45:6833/2161648306] up:active 2024-09-11T07:22:12.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:11 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:10.551339+0000 mon.smithi017 (mon.0) 799 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi045.gxtxww=up:active} 1 up:standby 2024-09-11T07:22:12.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:11 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:10.547741+0000 mon.smithi017 (mon.0) 797 : cluster [WRN] Health check failed: 1 clients failing to respond to capability release (MDS_CLIENT_LATE_RELEASE) 2024-09-11T07:22:12.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:11 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:10.551287+0000 mon.smithi017 (mon.0) 798 : cluster [DBG] mds.? [v2:172.21.15.45:6832/2161648306,v1:172.21.15.45:6833/2161648306] up:active 2024-09-11T07:22:12.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:11 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:10.551339+0000 mon.smithi017 (mon.0) 799 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi045.gxtxww=up:active} 1 up:standby 2024-09-11T07:22:12.534 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.71 MB/sec execute 90 sec latency 79241.478 ms 2024-09-11T07:22:13.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:12 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:11.028139+0000 mgr.smithi045.wavrrv (mgr.24421) 96 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:22:13.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:12 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:11.895846+0000 mds.foofs.smithi045.gxtxww (mds.0) 11 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 69.490253 secs 2024-09-11T07:22:13.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:12 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:11.028139+0000 mgr.smithi045.wavrrv (mgr.24421) 96 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:22:13.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:12 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:11.895846+0000 mds.foofs.smithi045.gxtxww (mds.0) 11 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 69.490253 secs 2024-09-11T07:22:13.534 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.69 MB/sec execute 91 sec latency 80241.529 ms 2024-09-11T07:22:14.534 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.67 MB/sec execute 92 sec latency 81241.646 ms 2024-09-11T07:22:14.843 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:14 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:13.028904+0000 mgr.smithi045.wavrrv (mgr.24421) 97 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:22:15.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:13.028904+0000 mgr.smithi045.wavrrv (mgr.24421) 97 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:22:15.534 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.66 MB/sec execute 93 sec latency 82241.693 ms 2024-09-11T07:22:16.534 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.64 MB/sec execute 94 sec latency 83241.799 ms 2024-09-11T07:22:17.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:15.029541+0000 mgr.smithi045.wavrrv (mgr.24421) 98 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:22:17.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:15.029541+0000 mgr.smithi045.wavrrv (mgr.24421) 98 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:22:17.534 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.62 MB/sec execute 95 sec latency 84241.899 ms 2024-09-11T07:22:17.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:17 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:16.895928+0000 mds.foofs.smithi045.gxtxww (mds.0) 12 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 74.490340 secs 2024-09-11T07:22:18.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:17 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:16.895928+0000 mds.foofs.smithi045.gxtxww (mds.0) 12 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 74.490340 secs 2024-09-11T07:22:18.534 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.60 MB/sec execute 96 sec latency 85242.031 ms 2024-09-11T07:22:19.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:18 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:17.030228+0000 mgr.smithi045.wavrrv (mgr.24421) 99 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:22:19.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:18 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:17.030228+0000 mgr.smithi045.wavrrv (mgr.24421) 99 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-09-11T07:22:19.534 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.59 MB/sec execute 97 sec latency 86242.146 ms 2024-09-11T07:22:20.534 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.57 MB/sec execute 98 sec latency 87242.220 ms 2024-09-11T07:22:21.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:20 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:19.030652+0000 mgr.smithi045.wavrrv (mgr.24421) 100 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:22:21.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:20 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:22:20.501703+0000 mon.smithi017 (mon.0) 800 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:22:21.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:20 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:22:20.502636+0000 mon.smithi045 (mon.1) 82 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:22:21.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:20 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:19.030652+0000 mgr.smithi045.wavrrv (mgr.24421) 100 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:22:21.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:20 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:22:20.501703+0000 mon.smithi017 (mon.0) 800 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:22:21.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:20 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:22:20.502636+0000 mon.smithi045 (mon.1) 82 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:22:21.535 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.56 MB/sec execute 99 sec latency 88242.331 ms 2024-09-11T07:22:22.535 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.54 MB/sec execute 100 sec latency 89242.452 ms 2024-09-11T07:22:22.838 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:22 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:21.031274+0000 mgr.smithi045.wavrrv (mgr.24421) 101 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:22:22.838 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:22 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:21.896058+0000 mds.foofs.smithi045.gxtxww (mds.0) 13 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 79.490472 secs 2024-09-11T07:22:23.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:22 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:21.031274+0000 mgr.smithi045.wavrrv (mgr.24421) 101 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:22:23.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:22 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:21.896058+0000 mds.foofs.smithi045.gxtxww (mds.0) 13 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 79.490472 secs 2024-09-11T07:22:23.535 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.52 MB/sec execute 101 sec latency 90242.548 ms 2024-09-11T07:22:24.447 INFO:teuthology.orchestra.run.smithi017.stdout:true 2024-09-11T07:22:24.535 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.51 MB/sec execute 102 sec latency 91242.580 ms 2024-09-11T07:22:24.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:24 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:23.032032+0000 mgr.smithi045.wavrrv (mgr.24421) 102 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:22:25.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:24 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:23.032032+0000 mgr.smithi045.wavrrv (mgr.24421) 102 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:22:25.082 INFO:teuthology.orchestra.run.smithi017.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T07:22:25.083 INFO:teuthology.orchestra.run.smithi017.stdout:alertmanager.smithi017 smithi017 *:9093,9094 running (8m) 75s ago 9m 19.1M - 0.20.0 0881eb8f169f 8ff211b4e457 2024-09-11T07:22:25.083 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi017 smithi017 running (9m) 75s ago 9m 6395k - 16.2.4 8d91d370c2b8 cfba143c9b6f 2024-09-11T07:22:25.083 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi045 smithi045 running (8m) 76s ago 8m 6409k - 16.2.4 8d91d370c2b8 b3a463d5f314 2024-09-11T07:22:25.083 INFO:teuthology.orchestra.run.smithi017.stdout:grafana.smithi017 smithi017 *:3000 running (7m) 75s ago 9m 34.8M - 6.7.4 557c83e11646 24bbf4d58b8c 2024-09-11T07:22:25.083 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi017.utzzzp smithi017 running (4m) 75s ago 4m 12.5M - 16.2.4 8d91d370c2b8 711da931e1f1 2024-09-11T07:22:25.083 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi045.gxtxww smithi045 running (4m) 76s ago 4m 42.8M - 16.2.4 8d91d370c2b8 8de08b53c390 2024-09-11T07:22:25.083 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi017.qgiuqa smithi017 *:9283 running (10m) 75s ago 10m 358M - 16.2.4 8d91d370c2b8 800455b7a557 2024-09-11T07:22:25.083 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi045.wavrrv smithi045 *:8443,9283 running (2m) 76s ago 8m 445M - 17.2.7-1623-gd0e6828a 4a918172a497 d0118f3daec5 2024-09-11T07:22:25.083 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi017 smithi017 running (11m) 75s ago 11m 55.1M 2048M 16.2.4 8d91d370c2b8 a0e09aaa1101 2024-09-11T07:22:25.083 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi045 smithi045 running (8m) 76s ago 8m 46.2M 2048M 16.2.4 8d91d370c2b8 275188c394ab 2024-09-11T07:22:25.083 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.0.0.smithi017.yhlpto smithi017 *:2049 running (87s) 75s ago 86s 52.1M - 3.5 8d91d370c2b8 4d43393feaee 2024-09-11T07:22:25.083 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.1.0.smithi045.sirexv smithi045 *:2049 running (81s) 76s ago 81s 47.2M - 3.5 8d91d370c2b8 0795be2c25de 2024-09-11T07:22:25.083 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi017 smithi017 *:9100 running (9m) 75s ago 9m 17.0M - 0.18.1 e5a616e4b9cf 3ae9bdfa57df 2024-09-11T07:22:25.083 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi045 smithi045 *:9100 running (8m) 76s ago 8m 17.0M - 0.18.1 e5a616e4b9cf 517c959affda 2024-09-11T07:22:25.084 INFO:teuthology.orchestra.run.smithi017.stdout:osd.0 smithi017 running (8m) 75s ago 8m 382M 4096M 16.2.4 8d91d370c2b8 432bd5329ca6 2024-09-11T07:22:25.084 INFO:teuthology.orchestra.run.smithi017.stdout:osd.1 smithi017 running (7m) 75s ago 7m 288M 4096M 16.2.4 8d91d370c2b8 b9bde4672d10 2024-09-11T07:22:25.084 INFO:teuthology.orchestra.run.smithi017.stdout:osd.2 smithi017 running (7m) 75s ago 7m 252M 4096M 16.2.4 8d91d370c2b8 a42eeb5fcae7 2024-09-11T07:22:25.084 INFO:teuthology.orchestra.run.smithi017.stdout:osd.3 smithi017 running (6m) 75s ago 6m 361M 4096M 16.2.4 8d91d370c2b8 59fc76e234d1 2024-09-11T07:22:25.084 INFO:teuthology.orchestra.run.smithi017.stdout:osd.4 smithi045 running (6m) 76s ago 6m 375M 4096M 16.2.4 8d91d370c2b8 3dc1e394cdfa 2024-09-11T07:22:25.084 INFO:teuthology.orchestra.run.smithi017.stdout:osd.5 smithi045 running (6m) 76s ago 6m 397M 4096M 16.2.4 8d91d370c2b8 ec6745fcdd10 2024-09-11T07:22:25.084 INFO:teuthology.orchestra.run.smithi017.stdout:osd.6 smithi045 running (5m) 76s ago 5m 335M 4096M 16.2.4 8d91d370c2b8 788633f8efc6 2024-09-11T07:22:25.084 INFO:teuthology.orchestra.run.smithi017.stdout:osd.7 smithi045 running (5m) 76s ago 5m 492M 4096M 16.2.4 8d91d370c2b8 162523c68393 2024-09-11T07:22:25.084 INFO:teuthology.orchestra.run.smithi017.stdout:prometheus.smithi017 smithi017 *:9095 running (7m) 75s ago 8m 42.4M - 2.18.1 de242295e225 5d1f02a1080f 2024-09-11T07:22:25.466 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:22:25.466 INFO:teuthology.orchestra.run.smithi017.stdout: "mon": { 2024-09-11T07:22:25.466 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-11T07:22:25.467 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:22:25.467 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr": { 2024-09-11T07:22:25.467 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2024-09-11T07:22:25.467 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 1 2024-09-11T07:22:25.467 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:22:25.467 INFO:teuthology.orchestra.run.smithi017.stdout: "osd": { 2024-09-11T07:22:25.467 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-11T07:22:25.467 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:22:25.467 INFO:teuthology.orchestra.run.smithi017.stdout: "mds": { 2024-09-11T07:22:25.467 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-11T07:22:25.467 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:22:25.467 INFO:teuthology.orchestra.run.smithi017.stdout: "overall": { 2024-09-11T07:22:25.467 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2024-09-11T07:22:25.467 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 1 2024-09-11T07:22:25.468 INFO:teuthology.orchestra.run.smithi017.stdout: } 2024-09-11T07:22:25.468 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:22:25.535 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.50 MB/sec execute 103 sec latency 92242.620 ms 2024-09-11T07:22:25.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:25 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:22:24.432811+0000 mgr.smithi045.wavrrv (mgr.24421) 103 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:22:25.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:25 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:22:25.464969+0000 mon.smithi017 (mon.0) 801 : audit [DBG] from='client.? 172.21.15.17:0/156126986' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:22:25.793 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:22:25.793 INFO:teuthology.orchestra.run.smithi017.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T07:22:25.794 INFO:teuthology.orchestra.run.smithi017.stdout: "in_progress": true, 2024-09-11T07:22:25.794 INFO:teuthology.orchestra.run.smithi017.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-11T07:22:25.794 INFO:teuthology.orchestra.run.smithi017.stdout: "services_complete": [], 2024-09-11T07:22:25.794 INFO:teuthology.orchestra.run.smithi017.stdout: "progress": "1/23 daemons upgraded", 2024-09-11T07:22:25.794 INFO:teuthology.orchestra.run.smithi017.stdout: "message": "", 2024-09-11T07:22:25.794 INFO:teuthology.orchestra.run.smithi017.stdout: "is_paused": false 2024-09-11T07:22:25.794 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:22:26.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:25 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:22:24.432811+0000 mgr.smithi045.wavrrv (mgr.24421) 103 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:22:26.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:25 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:22:25.464969+0000 mon.smithi017 (mon.0) 801 : audit [DBG] from='client.? 172.21.15.17:0/156126986' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:22:26.535 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.48 MB/sec execute 104 sec latency 93242.727 ms 2024-09-11T07:22:27.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:26 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:22:24.757974+0000 mgr.smithi045.wavrrv (mgr.24421) 104 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:22:27.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:26 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:25.032535+0000 mgr.smithi045.wavrrv (mgr.24421) 105 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:22:27.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:26 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:22:25.071454+0000 mgr.smithi045.wavrrv (mgr.24421) 106 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:22:27.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:26 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:22:25.792149+0000 mgr.smithi045.wavrrv (mgr.24421) 107 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:22:27.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:26 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:22:24.757974+0000 mgr.smithi045.wavrrv (mgr.24421) 104 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:22:27.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:26 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:25.032535+0000 mgr.smithi045.wavrrv (mgr.24421) 105 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:22:27.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:26 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:22:25.071454+0000 mgr.smithi045.wavrrv (mgr.24421) 106 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:22:27.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:26 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:22:25.792149+0000 mgr.smithi045.wavrrv (mgr.24421) 107 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:22:27.535 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.47 MB/sec execute 105 sec latency 94242.850 ms 2024-09-11T07:22:27.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:27 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:26.896210+0000 mds.foofs.smithi045.gxtxww (mds.0) 14 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 84.490608 secs 2024-09-11T07:22:27.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:27 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:27.033310+0000 mgr.smithi045.wavrrv (mgr.24421) 108 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:22:28.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:27 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:26.896210+0000 mds.foofs.smithi045.gxtxww (mds.0) 14 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 84.490608 secs 2024-09-11T07:22:28.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:27 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:27.033310+0000 mgr.smithi045.wavrrv (mgr.24421) 108 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:22:28.535 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.45 MB/sec execute 106 sec latency 95242.974 ms 2024-09-11T07:22:29.535 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.44 MB/sec execute 107 sec latency 96243.087 ms 2024-09-11T07:22:30.535 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.43 MB/sec execute 108 sec latency 97243.202 ms 2024-09-11T07:22:30.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:30 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:29.033848+0000 mgr.smithi045.wavrrv (mgr.24421) 109 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:22:30.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:30 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:29.033848+0000 mgr.smithi045.wavrrv (mgr.24421) 109 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:22:31.535 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.41 MB/sec execute 109 sec latency 98243.295 ms 2024-09-11T07:22:32.535 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.40 MB/sec execute 110 sec latency 99243.414 ms 2024-09-11T07:22:32.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:32 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:31.034328+0000 mgr.smithi045.wavrrv (mgr.24421) 110 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:22:32.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:32 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:31.896324+0000 mds.foofs.smithi045.gxtxww (mds.0) 15 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 89.490723 secs 2024-09-11T07:22:32.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:32 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:31.034328+0000 mgr.smithi045.wavrrv (mgr.24421) 110 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:22:32.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:32 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:31.896324+0000 mds.foofs.smithi045.gxtxww (mds.0) 15 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 89.490723 secs 2024-09-11T07:22:33.536 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.39 MB/sec execute 111 sec latency 100243.551 ms 2024-09-11T07:22:34.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:34 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:33.035036+0000 mgr.smithi045.wavrrv (mgr.24421) 111 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:22:34.536 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.38 MB/sec execute 112 sec latency 101243.665 ms 2024-09-11T07:22:34.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:34 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:33.035036+0000 mgr.smithi045.wavrrv (mgr.24421) 111 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:22:35.536 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.36 MB/sec execute 113 sec latency 102243.796 ms 2024-09-11T07:22:36.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:36 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:35.035474+0000 mgr.smithi045.wavrrv (mgr.24421) 112 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:22:36.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:36 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:22:35.500675+0000 mon.smithi045 (mon.1) 83 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:22:36.536 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.35 MB/sec execute 114 sec latency 103243.909 ms 2024-09-11T07:22:36.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:36 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:35.035474+0000 mgr.smithi045.wavrrv (mgr.24421) 112 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:22:36.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:36 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:22:35.500675+0000 mon.smithi045 (mon.1) 83 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:22:37.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:37 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:36.896451+0000 mds.foofs.smithi045.gxtxww (mds.0) 16 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 94.490845 secs 2024-09-11T07:22:37.536 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.34 MB/sec execute 115 sec latency 104244.023 ms 2024-09-11T07:22:37.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:37 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:36.896451+0000 mds.foofs.smithi045.gxtxww (mds.0) 16 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 94.490845 secs 2024-09-11T07:22:38.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:38 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:37.036253+0000 mgr.smithi045.wavrrv (mgr.24421) 113 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:22:38.536 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.33 MB/sec execute 116 sec latency 105244.095 ms 2024-09-11T07:22:38.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:38 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:37.036253+0000 mgr.smithi045.wavrrv (mgr.24421) 113 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:22:39.536 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.32 MB/sec execute 117 sec latency 106244.142 ms 2024-09-11T07:22:40.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:40 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:39.036787+0000 mgr.smithi045.wavrrv (mgr.24421) 114 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:22:40.536 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.31 MB/sec execute 118 sec latency 107244.231 ms 2024-09-11T07:22:40.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:39.036787+0000 mgr.smithi045.wavrrv (mgr.24421) 114 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:22:41.537 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.29 MB/sec execute 119 sec latency 108244.346 ms 2024-09-11T07:22:42.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:42 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:41.037317+0000 mgr.smithi045.wavrrv (mgr.24421) 115 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:22:42.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:42 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:41.896567+0000 mds.foofs.smithi045.gxtxww (mds.0) 17 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 99.490981 secs 2024-09-11T07:22:42.536 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.28 MB/sec execute 120 sec latency 109244.465 ms 2024-09-11T07:22:42.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:41.037317+0000 mgr.smithi045.wavrrv (mgr.24421) 115 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:22:42.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:41.896567+0000 mds.foofs.smithi045.gxtxww (mds.0) 17 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 99.490981 secs 2024-09-11T07:22:43.537 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.27 MB/sec execute 121 sec latency 110244.557 ms 2024-09-11T07:22:44.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:43.037984+0000 mgr.smithi045.wavrrv (mgr.24421) 116 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:22:44.537 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.26 MB/sec execute 122 sec latency 111244.696 ms 2024-09-11T07:22:44.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:43.037984+0000 mgr.smithi045.wavrrv (mgr.24421) 116 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:22:45.537 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.25 MB/sec execute 123 sec latency 112244.809 ms 2024-09-11T07:22:46.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:46 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:45.038457+0000 mgr.smithi045.wavrrv (mgr.24421) 117 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:22:46.537 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.24 MB/sec execute 124 sec latency 113244.843 ms 2024-09-11T07:22:46.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:46 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:45.038457+0000 mgr.smithi045.wavrrv (mgr.24421) 117 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:22:47.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:47 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:46.896656+0000 mds.foofs.smithi045.gxtxww (mds.0) 18 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 104.491067 secs 2024-09-11T07:22:47.537 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.23 MB/sec execute 125 sec latency 114244.928 ms 2024-09-11T07:22:47.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:47 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:46.896656+0000 mds.foofs.smithi045.gxtxww (mds.0) 18 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 104.491067 secs 2024-09-11T07:22:48.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:47.039096+0000 mgr.smithi045.wavrrv (mgr.24421) 118 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:22:48.537 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.22 MB/sec execute 126 sec latency 115245.042 ms 2024-09-11T07:22:48.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:48 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:47.039096+0000 mgr.smithi045.wavrrv (mgr.24421) 118 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:22:49.537 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.21 MB/sec execute 127 sec latency 116245.152 ms 2024-09-11T07:22:50.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:50 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:49.039540+0000 mgr.smithi045.wavrrv (mgr.24421) 119 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:22:50.537 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.20 MB/sec execute 128 sec latency 117245.256 ms 2024-09-11T07:22:50.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:50 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:49.039540+0000 mgr.smithi045.wavrrv (mgr.24421) 119 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:22:51.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:51 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:22:50.501132+0000 mon.smithi045 (mon.1) 84 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:22:51.538 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.19 MB/sec execute 129 sec latency 118245.362 ms 2024-09-11T07:22:51.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:51 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:22:50.501132+0000 mon.smithi045 (mon.1) 84 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:22:52.437 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:52 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:51.040063+0000 mgr.smithi045.wavrrv (mgr.24421) 120 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:22:52.437 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:52 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:51.896788+0000 mds.foofs.smithi045.gxtxww (mds.0) 19 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 109.491201 secs 2024-09-11T07:22:52.538 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.18 MB/sec execute 130 sec latency 119245.488 ms 2024-09-11T07:22:52.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:52 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:51.040063+0000 mgr.smithi045.wavrrv (mgr.24421) 120 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:22:52.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:52 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:51.896788+0000 mds.foofs.smithi045.gxtxww (mds.0) 19 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 109.491201 secs 2024-09-11T07:22:53.538 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.18 MB/sec execute 131 sec latency 120245.618 ms 2024-09-11T07:22:54.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:53.040825+0000 mgr.smithi045.wavrrv (mgr.24421) 121 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:22:54.538 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.17 MB/sec execute 132 sec latency 121245.692 ms 2024-09-11T07:22:54.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:53.040825+0000 mgr.smithi045.wavrrv (mgr.24421) 121 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:22:55.538 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.16 MB/sec execute 133 sec latency 122245.794 ms 2024-09-11T07:22:56.146 INFO:teuthology.orchestra.run.smithi017.stdout:true 2024-09-11T07:22:56.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:55.041146+0000 mgr.smithi045.wavrrv (mgr.24421) 122 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:22:56.538 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.15 MB/sec execute 134 sec latency 123245.841 ms 2024-09-11T07:22:56.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:55.041146+0000 mgr.smithi045.wavrrv (mgr.24421) 122 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:22:56.787 INFO:teuthology.orchestra.run.smithi017.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T07:22:56.787 INFO:teuthology.orchestra.run.smithi017.stdout:alertmanager.smithi017 smithi017 *:9093,9094 running (8m) 106s ago 10m 19.1M - 0.20.0 0881eb8f169f 8ff211b4e457 2024-09-11T07:22:56.787 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi017 smithi017 running (10m) 106s ago 10m 6395k - 16.2.4 8d91d370c2b8 cfba143c9b6f 2024-09-11T07:22:56.787 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi045 smithi045 running (9m) 108s ago 9m 6409k - 16.2.4 8d91d370c2b8 b3a463d5f314 2024-09-11T07:22:56.787 INFO:teuthology.orchestra.run.smithi017.stdout:grafana.smithi017 smithi017 *:3000 running (8m) 106s ago 9m 34.8M - 6.7.4 557c83e11646 24bbf4d58b8c 2024-09-11T07:22:56.787 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi017.utzzzp smithi017 running (4m) 106s ago 4m 12.5M - 16.2.4 8d91d370c2b8 711da931e1f1 2024-09-11T07:22:56.788 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi045.gxtxww smithi045 running (4m) 108s ago 4m 42.8M - 16.2.4 8d91d370c2b8 8de08b53c390 2024-09-11T07:22:56.788 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi017.qgiuqa smithi017 *:9283 running (11m) 106s ago 11m 358M - 16.2.4 8d91d370c2b8 800455b7a557 2024-09-11T07:22:56.788 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi045.wavrrv smithi045 *:8443,9283 running (2m) 108s ago 9m 445M - 17.2.7-1623-gd0e6828a 4a918172a497 d0118f3daec5 2024-09-11T07:22:56.788 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi017 smithi017 running (11m) 106s ago 11m 55.1M 2048M 16.2.4 8d91d370c2b8 a0e09aaa1101 2024-09-11T07:22:56.788 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi045 smithi045 running (9m) 108s ago 9m 46.2M 2048M 16.2.4 8d91d370c2b8 275188c394ab 2024-09-11T07:22:56.788 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.0.0.smithi017.yhlpto smithi017 *:2049 running (118s) 106s ago 118s 52.1M - 3.5 8d91d370c2b8 4d43393feaee 2024-09-11T07:22:56.788 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.1.0.smithi045.sirexv smithi045 *:2049 running (113s) 108s ago 113s 47.2M - 3.5 8d91d370c2b8 0795be2c25de 2024-09-11T07:22:56.788 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi017 smithi017 *:9100 running (9m) 106s ago 9m 17.0M - 0.18.1 e5a616e4b9cf 3ae9bdfa57df 2024-09-11T07:22:56.788 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi045 smithi045 *:9100 running (8m) 108s ago 8m 17.0M - 0.18.1 e5a616e4b9cf 517c959affda 2024-09-11T07:22:56.788 INFO:teuthology.orchestra.run.smithi017.stdout:osd.0 smithi017 running (8m) 106s ago 8m 382M 4096M 16.2.4 8d91d370c2b8 432bd5329ca6 2024-09-11T07:22:56.788 INFO:teuthology.orchestra.run.smithi017.stdout:osd.1 smithi017 running (8m) 106s ago 8m 288M 4096M 16.2.4 8d91d370c2b8 b9bde4672d10 2024-09-11T07:22:56.788 INFO:teuthology.orchestra.run.smithi017.stdout:osd.2 smithi017 running (7m) 106s ago 7m 252M 4096M 16.2.4 8d91d370c2b8 a42eeb5fcae7 2024-09-11T07:22:56.788 INFO:teuthology.orchestra.run.smithi017.stdout:osd.3 smithi017 running (7m) 106s ago 7m 361M 4096M 16.2.4 8d91d370c2b8 59fc76e234d1 2024-09-11T07:22:56.789 INFO:teuthology.orchestra.run.smithi017.stdout:osd.4 smithi045 running (7m) 108s ago 7m 375M 4096M 16.2.4 8d91d370c2b8 3dc1e394cdfa 2024-09-11T07:22:56.789 INFO:teuthology.orchestra.run.smithi017.stdout:osd.5 smithi045 running (6m) 108s ago 6m 397M 4096M 16.2.4 8d91d370c2b8 ec6745fcdd10 2024-09-11T07:22:56.789 INFO:teuthology.orchestra.run.smithi017.stdout:osd.6 smithi045 running (6m) 108s ago 6m 335M 4096M 16.2.4 8d91d370c2b8 788633f8efc6 2024-09-11T07:22:56.789 INFO:teuthology.orchestra.run.smithi017.stdout:osd.7 smithi045 running (6m) 108s ago 6m 492M 4096M 16.2.4 8d91d370c2b8 162523c68393 2024-09-11T07:22:56.789 INFO:teuthology.orchestra.run.smithi017.stdout:prometheus.smithi017 smithi017 *:9095 running (8m) 106s ago 9m 42.4M - 2.18.1 de242295e225 5d1f02a1080f 2024-09-11T07:22:57.174 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:22:57.174 INFO:teuthology.orchestra.run.smithi017.stdout: "mon": { 2024-09-11T07:22:57.174 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-11T07:22:57.174 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:22:57.174 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr": { 2024-09-11T07:22:57.174 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2024-09-11T07:22:57.174 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 1 2024-09-11T07:22:57.174 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:22:57.175 INFO:teuthology.orchestra.run.smithi017.stdout: "osd": { 2024-09-11T07:22:57.175 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-11T07:22:57.175 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:22:57.175 INFO:teuthology.orchestra.run.smithi017.stdout: "mds": { 2024-09-11T07:22:57.175 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-11T07:22:57.175 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:22:57.175 INFO:teuthology.orchestra.run.smithi017.stdout: "overall": { 2024-09-11T07:22:57.175 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2024-09-11T07:22:57.175 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 1 2024-09-11T07:22:57.175 INFO:teuthology.orchestra.run.smithi017.stdout: } 2024-09-11T07:22:57.175 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:22:57.498 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:22:57.498 INFO:teuthology.orchestra.run.smithi017.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T07:22:57.498 INFO:teuthology.orchestra.run.smithi017.stdout: "in_progress": true, 2024-09-11T07:22:57.498 INFO:teuthology.orchestra.run.smithi017.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-11T07:22:57.498 INFO:teuthology.orchestra.run.smithi017.stdout: "services_complete": [], 2024-09-11T07:22:57.498 INFO:teuthology.orchestra.run.smithi017.stdout: "progress": "1/23 daemons upgraded", 2024-09-11T07:22:57.498 INFO:teuthology.orchestra.run.smithi017.stdout: "message": "", 2024-09-11T07:22:57.498 INFO:teuthology.orchestra.run.smithi017.stdout: "is_paused": false 2024-09-11T07:22:57.498 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:22:57.499 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:57 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:22:56.132235+0000 mgr.smithi045.wavrrv (mgr.24421) 123 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:22:57.499 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:57 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:22:56.460226+0000 mgr.smithi045.wavrrv (mgr.24421) 124 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:22:57.499 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:57 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:56.896854+0000 mds.foofs.smithi045.gxtxww (mds.0) 20 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 114.491266 secs 2024-09-11T07:22:57.499 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:57 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:22:57.172664+0000 mon.smithi017 (mon.0) 802 : audit [DBG] from='client.? 172.21.15.17:0/1663944801' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:22:57.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:57 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:22:56.132235+0000 mgr.smithi045.wavrrv (mgr.24421) 123 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:22:57.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:57 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:22:56.460226+0000 mgr.smithi045.wavrrv (mgr.24421) 124 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:22:57.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:57 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:56.896854+0000 mds.foofs.smithi045.gxtxww (mds.0) 20 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 114.491266 secs 2024-09-11T07:22:57.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:57 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:22:57.172664+0000 mon.smithi017 (mon.0) 802 : audit [DBG] from='client.? 172.21.15.17:0/1663944801' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:22:57.538 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.14 MB/sec execute 135 sec latency 124245.927 ms 2024-09-11T07:22:58.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:22:56.776027+0000 mgr.smithi045.wavrrv (mgr.24421) 125 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:22:58.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:57.042016+0000 mgr.smithi045.wavrrv (mgr.24421) 126 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:22:58.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:22:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:22:57.495903+0000 mgr.smithi045.wavrrv (mgr.24421) 127 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:22:58.538 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.13 MB/sec execute 136 sec latency 125245.979 ms 2024-09-11T07:22:58.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:58 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:22:56.776027+0000 mgr.smithi045.wavrrv (mgr.24421) 125 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:22:58.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:58 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:57.042016+0000 mgr.smithi045.wavrrv (mgr.24421) 126 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:22:58.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:22:58 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:22:57.495903+0000 mgr.smithi045.wavrrv (mgr.24421) 127 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:22:59.538 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.12 MB/sec execute 137 sec latency 126246.075 ms 2024-09-11T07:23:00.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:00 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:22:59.042440+0000 mgr.smithi045.wavrrv (mgr.24421) 128 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:00.538 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.12 MB/sec execute 138 sec latency 127246.132 ms 2024-09-11T07:23:00.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:00 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:22:59.042440+0000 mgr.smithi045.wavrrv (mgr.24421) 128 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:01.538 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.11 MB/sec execute 139 sec latency 128246.225 ms 2024-09-11T07:23:02.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:02 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:23:01.042836+0000 mgr.smithi045.wavrrv (mgr.24421) 129 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:02.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:02 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:23:01.896929+0000 mds.foofs.smithi045.gxtxww (mds.0) 21 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 119.491344 secs 2024-09-11T07:23:02.538 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.10 MB/sec execute 140 sec latency 129246.279 ms 2024-09-11T07:23:02.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:02 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:23:01.042836+0000 mgr.smithi045.wavrrv (mgr.24421) 129 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:02.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:02 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:23:01.896929+0000 mds.foofs.smithi045.gxtxww (mds.0) 21 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 119.491344 secs 2024-09-11T07:23:03.539 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.09 MB/sec execute 141 sec latency 130246.382 ms 2024-09-11T07:23:04.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:23:03.043501+0000 mgr.smithi045.wavrrv (mgr.24421) 130 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:04.538 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.08 MB/sec execute 142 sec latency 131246.500 ms 2024-09-11T07:23:04.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:23:03.043501+0000 mgr.smithi045.wavrrv (mgr.24421) 130 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:05.539 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.08 MB/sec execute 143 sec latency 132246.615 ms 2024-09-11T07:23:06.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:06 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:23:05.043904+0000 mgr.smithi045.wavrrv (mgr.24421) 131 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:06.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:06 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:23:05.501358+0000 mon.smithi045 (mon.1) 85 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:23:06.539 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.07 MB/sec execute 144 sec latency 133246.665 ms 2024-09-11T07:23:06.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:06 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:23:05.043904+0000 mgr.smithi045.wavrrv (mgr.24421) 131 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:06.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:06 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:23:05.501358+0000 mon.smithi045 (mon.1) 85 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:23:07.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:23:06.897000+0000 mds.foofs.smithi045.gxtxww (mds.0) 22 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 124.491404 secs 2024-09-11T07:23:07.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:23:06.897004+0000 mds.foofs.smithi045.gxtxww (mds.0) 23 : cluster [WRN] slow request 124.491404 seconds old, received at 2024-09-11T07:21:02.405565+0000: client_request(client.14746:4 getattr pAsLsXsFs #0x100000046d6 2024-09-11T07:21:02.405499+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2024-09-11T07:23:07.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:23:06.897027+0000 mds.foofs.smithi045.gxtxww (mds.0) 24 : cluster [WRN] client.14552 isn't responding to mclientcaps(revoke), ino 0x100000046d6 pending pAsxLsXsxFcb issued pAsxLsXsxFsxcrwb, sent 124.491417 seconds ago 2024-09-11T07:23:07.539 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.06 MB/sec execute 145 sec latency 134246.746 ms 2024-09-11T07:23:07.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:23:06.897000+0000 mds.foofs.smithi045.gxtxww (mds.0) 22 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 124.491404 secs 2024-09-11T07:23:07.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:23:06.897004+0000 mds.foofs.smithi045.gxtxww (mds.0) 23 : cluster [WRN] slow request 124.491404 seconds old, received at 2024-09-11T07:21:02.405565+0000: client_request(client.14746:4 getattr pAsLsXsFs #0x100000046d6 2024-09-11T07:21:02.405499+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2024-09-11T07:23:07.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:23:06.897027+0000 mds.foofs.smithi045.gxtxww (mds.0) 24 : cluster [WRN] client.14552 isn't responding to mclientcaps(revoke), ino 0x100000046d6 pending pAsxLsXsxFcb issued pAsxLsXsxFsxcrwb, sent 124.491417 seconds ago 2024-09-11T07:23:08.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:08 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:23:07.044649+0000 mgr.smithi045.wavrrv (mgr.24421) 132 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:23:08.539 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.05 MB/sec execute 146 sec latency 135246.856 ms 2024-09-11T07:23:08.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:08 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:23:07.044649+0000 mgr.smithi045.wavrrv (mgr.24421) 132 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:23:09.539 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.05 MB/sec execute 147 sec latency 136246.982 ms 2024-09-11T07:23:10.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:10 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:23:09.045135+0000 mgr.smithi045.wavrrv (mgr.24421) 133 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:10.539 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.04 MB/sec execute 148 sec latency 137247.031 ms 2024-09-11T07:23:10.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:10 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:23:09.045135+0000 mgr.smithi045.wavrrv (mgr.24421) 133 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:11.539 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.03 MB/sec execute 149 sec latency 138247.068 ms 2024-09-11T07:23:12.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:12 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:23:11.045665+0000 mgr.smithi045.wavrrv (mgr.24421) 134 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:12.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:12 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:23:11.897140+0000 mds.foofs.smithi045.gxtxww (mds.0) 25 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 129.491538 secs 2024-09-11T07:23:12.539 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.03 MB/sec execute 150 sec latency 139247.107 ms 2024-09-11T07:23:12.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:12 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:23:11.045665+0000 mgr.smithi045.wavrrv (mgr.24421) 134 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:12.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:12 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:23:11.897140+0000 mds.foofs.smithi045.gxtxww (mds.0) 25 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 129.491538 secs 2024-09-11T07:23:13.539 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.02 MB/sec execute 151 sec latency 140247.146 ms 2024-09-11T07:23:14.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:23:13.046497+0000 mgr.smithi045.wavrrv (mgr.24421) 135 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:14.539 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.01 MB/sec execute 152 sec latency 141247.197 ms 2024-09-11T07:23:14.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:14 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:23:13.046497+0000 mgr.smithi045.wavrrv (mgr.24421) 135 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:15.539 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.01 MB/sec execute 153 sec latency 142247.246 ms 2024-09-11T07:23:16.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:23:15.047032+0000 mgr.smithi045.wavrrv (mgr.24421) 136 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:16.539 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 1.00 MB/sec execute 154 sec latency 143247.295 ms 2024-09-11T07:23:16.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:23:15.047032+0000 mgr.smithi045.wavrrv (mgr.24421) 136 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:17.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:17 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:23:16.897259+0000 mds.foofs.smithi045.gxtxww (mds.0) 26 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 134.491654 secs 2024-09-11T07:23:17.539 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.99 MB/sec execute 155 sec latency 144247.346 ms 2024-09-11T07:23:17.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:17 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:23:16.897259+0000 mds.foofs.smithi045.gxtxww (mds.0) 26 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 134.491654 secs 2024-09-11T07:23:18.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:18 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:23:17.047750+0000 mgr.smithi045.wavrrv (mgr.24421) 137 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:23:18.539 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.99 MB/sec execute 156 sec latency 145247.459 ms 2024-09-11T07:23:18.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:18 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:23:17.047750+0000 mgr.smithi045.wavrrv (mgr.24421) 137 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:23:19.540 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.98 MB/sec execute 157 sec latency 146247.531 ms 2024-09-11T07:23:20.503 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:20 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:23:19.048211+0000 mgr.smithi045.wavrrv (mgr.24421) 138 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:20.503 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:20 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:23:19.852826+0000 mon.smithi045 (mon.1) 86 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:23:20.503 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:20 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:23:19.858526+0000 mon.smithi017 (mon.0) 803 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:23:20.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:20 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:23:19.048211+0000 mgr.smithi045.wavrrv (mgr.24421) 138 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:20.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:20 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:23:19.852826+0000 mon.smithi045 (mon.1) 86 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:23:20.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:20 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:23:19.858526+0000 mon.smithi017 (mon.0) 803 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:23:20.539 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.97 MB/sec execute 158 sec latency 147247.573 ms 2024-09-11T07:23:21.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:23:19.849614+0000 mgr.smithi045.wavrrv (mgr.24421) 139 : cephadm [ERR] cephadm exited with an error code: 1, stderr: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:23:21.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:23:21.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:23:21.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:23:21.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Traceback (most recent call last): 2024-09-11T07:23:21.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:23:21.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: main() 2024-09-11T07:23:21.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:23:21.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: r = ctx.func(ctx) 2024-09-11T07:23:21.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:23:21.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: return func(ctx) 2024-09-11T07:23:21.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:23:21.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:23:21.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:23:21.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:23:21.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:23:21.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:23:21.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:23:21.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:23:21.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Traceback (most recent call last): 2024-09-11T07:23:21.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:23:21.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:23:21.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:23:21.539 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: return self.wait_async( 2024-09-11T07:23:21.539 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:23:21.539 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:23:21.539 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:23:21.539 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: return future.result(timeout) 2024-09-11T07:23:21.539 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:23:21.539 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: return self.__get_result() 2024-09-11T07:23:21.539 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:23:21.539 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: raise self._exception 2024-09-11T07:23:21.539 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:23:21.539 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: out, err, code = await self._run_cephadm( 2024-09-11T07:23:21.539 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:23:21.539 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: raise OrchestratorError( 2024-09-11T07:23:21.540 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:23:21.540 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:23:21.540 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:23:21.540 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:23:21.540 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Traceback (most recent call last): 2024-09-11T07:23:21.540 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:23:21.540 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: main() 2024-09-11T07:23:21.541 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.97 MB/sec execute 159 sec latency 148247.618 ms 2024-09-11T07:23:21.541 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:23:21.541 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: r = ctx.func(ctx) 2024-09-11T07:23:21.541 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:23:21.541 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: return func(ctx) 2024-09-11T07:23:21.541 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:23:21.542 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:23:21.542 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:23:21.542 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:23:21.542 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:23:21.542 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:23:21.542 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:23:21.542 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:23:21.542 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:23:19.860019+0000 mgr.smithi045.wavrrv (mgr.24421) 140 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi045.wavrrv) 2024-09-11T07:23:21.542 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:23:19.860479+0000 mgr.smithi045.wavrrv (mgr.24421) 141 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi045.wavrrv) 2024-09-11T07:23:21.542 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:23:20.501673+0000 mon.smithi045 (mon.1) 87 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:23:21.543 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:23:19.849614+0000 mgr.smithi045.wavrrv (mgr.24421) 139 : cephadm [ERR] cephadm exited with an error code: 1, stderr: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:23:21.543 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:23:21.543 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:23:21.543 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:23:21.543 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: Traceback (most recent call last): 2024-09-11T07:23:21.543 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:23:21.543 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: main() 2024-09-11T07:23:21.543 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:23:21.543 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: r = ctx.func(ctx) 2024-09-11T07:23:21.543 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:23:21.543 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: return func(ctx) 2024-09-11T07:23:21.543 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:23:21.544 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:23:21.544 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:23:21.544 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:23:21.544 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:23:21.544 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:23:21.544 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:23:21.544 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:23:21.545 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: Traceback (most recent call last): 2024-09-11T07:23:21.545 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:23:21.545 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:23:21.545 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:23:21.545 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: return self.wait_async( 2024-09-11T07:23:21.545 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:23:21.545 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:23:21.545 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:23:21.545 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: return future.result(timeout) 2024-09-11T07:23:21.545 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:23:21.545 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: return self.__get_result() 2024-09-11T07:23:21.545 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:23:21.546 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: raise self._exception 2024-09-11T07:23:21.546 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:23:21.546 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: out, err, code = await self._run_cephadm( 2024-09-11T07:23:21.546 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:23:21.546 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: raise OrchestratorError( 2024-09-11T07:23:21.546 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:23:21.546 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:23:21.546 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:23:21.546 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:23:21.546 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: Traceback (most recent call last): 2024-09-11T07:23:21.546 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:23:21.546 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: main() 2024-09-11T07:23:21.546 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:23:21.546 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: r = ctx.func(ctx) 2024-09-11T07:23:21.547 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:23:21.547 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: return func(ctx) 2024-09-11T07:23:21.547 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:23:21.547 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:23:21.547 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:23:21.547 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:23:21.547 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:23:21.547 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:23:21.547 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:23:21.547 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:23:21.547 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:23:19.860019+0000 mgr.smithi045.wavrrv (mgr.24421) 140 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi045.wavrrv) 2024-09-11T07:23:21.547 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:23:19.860479+0000 mgr.smithi045.wavrrv (mgr.24421) 141 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi045.wavrrv) 2024-09-11T07:23:21.547 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:23:20.501673+0000 mon.smithi045 (mon.1) 87 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:23:22.540 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.96 MB/sec execute 160 sec latency 149247.725 ms 2024-09-11T07:23:22.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:22 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:23:21.048619+0000 mgr.smithi045.wavrrv (mgr.24421) 142 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:22.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:22 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:23:21.393423+0000 mgr.smithi045.wavrrv (mgr.24421) 143 : cephadm [INF] Upgrade: Updating mgr.smithi017.qgiuqa 2024-09-11T07:23:22.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:22 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:23:21.398411+0000 mon.smithi017 (mon.0) 804 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:23:22.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:22 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:23:21.399633+0000 mon.smithi045 (mon.1) 88 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi017.qgiuqa", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:23:22.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:22 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:23:21.400019+0000 mon.smithi017 (mon.0) 805 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi017.qgiuqa", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:23:22.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:22 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:23:21.401044+0000 mon.smithi045 (mon.1) 89 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:23:22.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:22 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:23:21.402044+0000 mon.smithi045 (mon.1) 90 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:23:22.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:22 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:23:21.403034+0000 mgr.smithi045.wavrrv (mgr.24421) 144 : cephadm [INF] Deploying daemon mgr.smithi017.qgiuqa on smithi017 2024-09-11T07:23:22.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:22 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:23:21.897356+0000 mds.foofs.smithi045.gxtxww (mds.0) 27 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 139.491756 secs 2024-09-11T07:23:22.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:22 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:23:21.048619+0000 mgr.smithi045.wavrrv (mgr.24421) 142 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:22.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:22 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:23:21.393423+0000 mgr.smithi045.wavrrv (mgr.24421) 143 : cephadm [INF] Upgrade: Updating mgr.smithi017.qgiuqa 2024-09-11T07:23:22.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:22 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:23:21.398411+0000 mon.smithi017 (mon.0) 804 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:23:22.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:22 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:23:21.399633+0000 mon.smithi045 (mon.1) 88 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi017.qgiuqa", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:23:22.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:22 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:23:21.400019+0000 mon.smithi017 (mon.0) 805 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi017.qgiuqa", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:23:22.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:22 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:23:21.401044+0000 mon.smithi045 (mon.1) 89 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:23:22.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:22 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:23:21.402044+0000 mon.smithi045 (mon.1) 90 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:23:22.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:22 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:23:21.403034+0000 mgr.smithi045.wavrrv (mgr.24421) 144 : cephadm [INF] Deploying daemon mgr.smithi017.qgiuqa on smithi017 2024-09-11T07:23:22.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:22 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:23:21.897356+0000 mds.foofs.smithi045.gxtxww (mds.0) 27 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 139.491756 secs 2024-09-11T07:23:23.540 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.96 MB/sec execute 161 sec latency 150247.767 ms 2024-09-11T07:23:24.540 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.95 MB/sec execute 162 sec latency 151247.817 ms 2024-09-11T07:23:24.780 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:24 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:23:23.049250+0000 mgr.smithi045.wavrrv (mgr.24421) 145 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:24.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:24 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:23:23.049250+0000 mgr.smithi045.wavrrv (mgr.24421) 145 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:25.540 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.94 MB/sec execute 163 sec latency 152247.842 ms 2024-09-11T07:23:26.376 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:26 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:23:25.049726+0000 mgr.smithi045.wavrrv (mgr.24421) 146 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:26.376 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:26 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:23:25.171726+0000 mon.smithi017 (mon.0) 806 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:23:26.376 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:26 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:23:25.178019+0000 mon.smithi017 (mon.0) 807 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:23:26.376 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:26 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:23:25.179697+0000 mon.smithi045 (mon.1) 91 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:23:26.377 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:26 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:23:25.481911+0000 mon.smithi017 (mon.0) 808 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:23:26.377 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:26 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:23:25.488020+0000 mon.smithi017 (mon.0) 809 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:23:26.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:26 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:23:25.049726+0000 mgr.smithi045.wavrrv (mgr.24421) 146 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:26.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:26 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:23:25.171726+0000 mon.smithi017 (mon.0) 806 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:23:26.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:26 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:23:25.178019+0000 mon.smithi017 (mon.0) 807 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:23:26.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:26 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:23:25.179697+0000 mon.smithi045 (mon.1) 91 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:23:26.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:26 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:23:25.481911+0000 mon.smithi017 (mon.0) 808 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:23:26.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:26 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:23:25.488020+0000 mon.smithi017 (mon.0) 809 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:23:26.540 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.94 MB/sec execute 164 sec latency 153247.883 ms 2024-09-11T07:23:27.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:27 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:23:26.897494+0000 mds.foofs.smithi045.gxtxww (mds.0) 28 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 144.491881 secs 2024-09-11T07:23:27.540 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.93 MB/sec execute 165 sec latency 154248.030 ms 2024-09-11T07:23:27.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:27 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:23:26.897494+0000 mds.foofs.smithi045.gxtxww (mds.0) 28 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 144.491881 secs 2024-09-11T07:23:27.869 INFO:teuthology.orchestra.run.smithi017.stdout:true 2024-09-11T07:23:28.372 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:28 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:23:27.050450+0000 mgr.smithi045.wavrrv (mgr.24421) 147 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:23:28.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:28 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:23:27.050450+0000 mgr.smithi045.wavrrv (mgr.24421) 147 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:23:28.540 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.93 MB/sec execute 166 sec latency 155248.068 ms 2024-09-11T07:23:28.548 INFO:teuthology.orchestra.run.smithi017.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T07:23:28.548 INFO:teuthology.orchestra.run.smithi017.stdout:alertmanager.smithi017 smithi017 *:9093,9094 running (9m) 2m ago 10m 19.1M - 0.20.0 0881eb8f169f 8ff211b4e457 2024-09-11T07:23:28.548 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi017 smithi017 running (10m) 2m ago 10m 6395k - 16.2.4 8d91d370c2b8 cfba143c9b6f 2024-09-11T07:23:28.548 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi045 smithi045 running (9m) 2m ago 9m 6409k - 16.2.4 8d91d370c2b8 b3a463d5f314 2024-09-11T07:23:28.548 INFO:teuthology.orchestra.run.smithi017.stdout:grafana.smithi017 smithi017 *:3000 running (8m) 2m ago 10m 34.8M - 6.7.4 557c83e11646 24bbf4d58b8c 2024-09-11T07:23:28.548 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi017.utzzzp smithi017 running (5m) 2m ago 5m 12.5M - 16.2.4 8d91d370c2b8 711da931e1f1 2024-09-11T07:23:28.548 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi045.gxtxww smithi045 running (5m) 2m ago 5m 42.8M - 16.2.4 8d91d370c2b8 8de08b53c390 2024-09-11T07:23:28.548 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi017.qgiuqa smithi017 *:8443,9283 starting - - - - 2024-09-11T07:23:28.548 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi045.wavrrv smithi045 *:8443,9283 running (3m) 2m ago 9m 445M - 17.2.7-1623-gd0e6828a 4a918172a497 d0118f3daec5 2024-09-11T07:23:28.548 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi017 smithi017 running (12m) 2m ago 12m 55.1M 2048M 16.2.4 8d91d370c2b8 a0e09aaa1101 2024-09-11T07:23:28.548 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi045 smithi045 running (9m) 2m ago 9m 46.2M 2048M 16.2.4 8d91d370c2b8 275188c394ab 2024-09-11T07:23:28.548 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.0.0.smithi017.yhlpto smithi017 *:2049 running (2m) 2m ago 2m 52.1M - 3.5 8d91d370c2b8 4d43393feaee 2024-09-11T07:23:28.549 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.1.0.smithi045.sirexv smithi045 *:2049 running (2m) 2m ago 2m 47.2M - 3.5 8d91d370c2b8 0795be2c25de 2024-09-11T07:23:28.549 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi017 smithi017 *:9100 running (10m) 2m ago 10m 17.0M - 0.18.1 e5a616e4b9cf 3ae9bdfa57df 2024-09-11T07:23:28.549 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi045 smithi045 *:9100 running (9m) 2m ago 9m 17.0M - 0.18.1 e5a616e4b9cf 517c959affda 2024-09-11T07:23:28.549 INFO:teuthology.orchestra.run.smithi017.stdout:osd.0 smithi017 running (9m) 2m ago 9m 382M 4096M 16.2.4 8d91d370c2b8 432bd5329ca6 2024-09-11T07:23:28.549 INFO:teuthology.orchestra.run.smithi017.stdout:osd.1 smithi017 running (8m) 2m ago 8m 288M 4096M 16.2.4 8d91d370c2b8 b9bde4672d10 2024-09-11T07:23:28.549 INFO:teuthology.orchestra.run.smithi017.stdout:osd.2 smithi017 running (8m) 2m ago 8m 252M 4096M 16.2.4 8d91d370c2b8 a42eeb5fcae7 2024-09-11T07:23:28.549 INFO:teuthology.orchestra.run.smithi017.stdout:osd.3 smithi017 running (7m) 2m ago 7m 361M 4096M 16.2.4 8d91d370c2b8 59fc76e234d1 2024-09-11T07:23:28.549 INFO:teuthology.orchestra.run.smithi017.stdout:osd.4 smithi045 running (7m) 2m ago 7m 375M 4096M 16.2.4 8d91d370c2b8 3dc1e394cdfa 2024-09-11T07:23:28.549 INFO:teuthology.orchestra.run.smithi017.stdout:osd.5 smithi045 running (7m) 2m ago 7m 397M 4096M 16.2.4 8d91d370c2b8 ec6745fcdd10 2024-09-11T07:23:28.549 INFO:teuthology.orchestra.run.smithi017.stdout:osd.6 smithi045 running (7m) 2m ago 6m 335M 4096M 16.2.4 8d91d370c2b8 788633f8efc6 2024-09-11T07:23:28.549 INFO:teuthology.orchestra.run.smithi017.stdout:osd.7 smithi045 running (6m) 2m ago 6m 492M 4096M 16.2.4 8d91d370c2b8 162523c68393 2024-09-11T07:23:28.549 INFO:teuthology.orchestra.run.smithi017.stdout:prometheus.smithi017 smithi017 *:9095 running (8m) 2m ago 9m 42.4M - 2.18.1 de242295e225 5d1f02a1080f 2024-09-11T07:23:28.953 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:23:28.953 INFO:teuthology.orchestra.run.smithi017.stdout: "mon": { 2024-09-11T07:23:28.953 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-11T07:23:28.953 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:23:28.953 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr": { 2024-09-11T07:23:28.953 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2024-09-11T07:23:28.953 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 1 2024-09-11T07:23:28.953 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:23:28.953 INFO:teuthology.orchestra.run.smithi017.stdout: "osd": { 2024-09-11T07:23:28.953 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-11T07:23:28.953 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:23:28.953 INFO:teuthology.orchestra.run.smithi017.stdout: "mds": { 2024-09-11T07:23:28.954 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-11T07:23:28.954 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:23:28.954 INFO:teuthology.orchestra.run.smithi017.stdout: "overall": { 2024-09-11T07:23:28.954 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 13, 2024-09-11T07:23:28.954 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 1 2024-09-11T07:23:28.954 INFO:teuthology.orchestra.run.smithi017.stdout: } 2024-09-11T07:23:28.954 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:23:29.284 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:29 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:23:27.848306+0000 mgr.smithi045.wavrrv (mgr.24421) 148 : audit [DBG] from='client.24591 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:23:29.284 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:29 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:23:28.188560+0000 mgr.smithi045.wavrrv (mgr.24421) 149 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:23:29.284 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:29 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:23:28.537910+0000 mgr.smithi045.wavrrv (mgr.24421) 150 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:23:29.284 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:29 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:23:28.951231+0000 mon.smithi017 (mon.0) 810 : audit [DBG] from='client.? 172.21.15.17:0/1752978213' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:23:29.284 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:23:29.284 INFO:teuthology.orchestra.run.smithi017.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T07:23:29.284 INFO:teuthology.orchestra.run.smithi017.stdout: "in_progress": true, 2024-09-11T07:23:29.284 INFO:teuthology.orchestra.run.smithi017.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-11T07:23:29.285 INFO:teuthology.orchestra.run.smithi017.stdout: "services_complete": [], 2024-09-11T07:23:29.285 INFO:teuthology.orchestra.run.smithi017.stdout: "progress": "", 2024-09-11T07:23:29.285 INFO:teuthology.orchestra.run.smithi017.stdout: "message": "Currently upgrading mgr daemons", 2024-09-11T07:23:29.285 INFO:teuthology.orchestra.run.smithi017.stdout: "is_paused": false 2024-09-11T07:23:29.285 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:23:29.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:29 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:23:27.848306+0000 mgr.smithi045.wavrrv (mgr.24421) 148 : audit [DBG] from='client.24591 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:23:29.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:29 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:23:28.188560+0000 mgr.smithi045.wavrrv (mgr.24421) 149 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:23:29.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:29 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:23:28.537910+0000 mgr.smithi045.wavrrv (mgr.24421) 150 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:23:29.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:29 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:23:28.951231+0000 mon.smithi017 (mon.0) 810 : audit [DBG] from='client.? 172.21.15.17:0/1752978213' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:23:29.540 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.92 MB/sec execute 167 sec latency 156248.103 ms 2024-09-11T07:23:30.540 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.92 MB/sec execute 168 sec latency 157248.130 ms 2024-09-11T07:23:31.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:30 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:23:29.050770+0000 mgr.smithi045.wavrrv (mgr.24421) 151 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:31.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:30 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:23:29.281930+0000 mgr.smithi045.wavrrv (mgr.24421) 152 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:23:31.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:30 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:23:29.593826+0000 mon.smithi017 (mon.0) 811 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:23:31.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:30 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:23:29.599166+0000 mon.smithi017 (mon.0) 812 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:23:31.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:30 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:23:29.865165+0000 mon.smithi017 (mon.0) 813 : cluster [DBG] Standby manager daemon smithi017.qgiuqa restarted 2024-09-11T07:23:31.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:30 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:23:29.865284+0000 mon.smithi017 (mon.0) 814 : cluster [DBG] Standby manager daemon smithi017.qgiuqa started 2024-09-11T07:23:31.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:30 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:23:29.867270+0000 mon.smithi017 (mon.0) 815 : audit [DBG] from='mgr.? 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi017.qgiuqa/crt"}]: dispatch 2024-09-11T07:23:31.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:30 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:23:29.867650+0000 mon.smithi017 (mon.0) 816 : audit [DBG] from='mgr.? 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T07:23:31.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:30 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:23:29.869112+0000 mon.smithi017 (mon.0) 817 : audit [DBG] from='mgr.? 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi017.qgiuqa/key"}]: dispatch 2024-09-11T07:23:31.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:30 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:23:29.870326+0000 mon.smithi017 (mon.0) 818 : audit [DBG] from='mgr.? 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T07:23:31.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:30 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:23:29.050770+0000 mgr.smithi045.wavrrv (mgr.24421) 151 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:31.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:30 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:23:29.281930+0000 mgr.smithi045.wavrrv (mgr.24421) 152 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:23:31.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:30 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:23:29.593826+0000 mon.smithi017 (mon.0) 811 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:23:31.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:30 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:23:29.599166+0000 mon.smithi017 (mon.0) 812 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:23:31.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:30 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:23:29.865165+0000 mon.smithi017 (mon.0) 813 : cluster [DBG] Standby manager daemon smithi017.qgiuqa restarted 2024-09-11T07:23:31.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:30 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:23:29.865284+0000 mon.smithi017 (mon.0) 814 : cluster [DBG] Standby manager daemon smithi017.qgiuqa started 2024-09-11T07:23:31.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:30 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:23:29.867270+0000 mon.smithi017 (mon.0) 815 : audit [DBG] from='mgr.? 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi017.qgiuqa/crt"}]: dispatch 2024-09-11T07:23:31.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:30 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:23:29.867650+0000 mon.smithi017 (mon.0) 816 : audit [DBG] from='mgr.? 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T07:23:31.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:30 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:23:29.869112+0000 mon.smithi017 (mon.0) 817 : audit [DBG] from='mgr.? 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi017.qgiuqa/key"}]: dispatch 2024-09-11T07:23:31.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:30 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:23:29.870326+0000 mon.smithi017 (mon.0) 818 : audit [DBG] from='mgr.? 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T07:23:31.540 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.91 MB/sec execute 169 sec latency 158248.155 ms 2024-09-11T07:23:32.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:31 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:23:30.606378+0000 mon.smithi017 (mon.0) 819 : cluster [DBG] mgrmap e34: smithi045.wavrrv(active, since 2m), standbys: smithi017.qgiuqa 2024-09-11T07:23:32.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:31 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:23:31.051229+0000 mgr.smithi045.wavrrv (mgr.24421) 153 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:32.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:31 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:23:30.606378+0000 mon.smithi017 (mon.0) 819 : cluster [DBG] mgrmap e34: smithi045.wavrrv(active, since 2m), standbys: smithi017.qgiuqa 2024-09-11T07:23:32.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:31 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:23:31.051229+0000 mgr.smithi045.wavrrv (mgr.24421) 153 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:32.540 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.91 MB/sec execute 170 sec latency 159248.185 ms 2024-09-11T07:23:33.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:32 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:23:31.897620+0000 mds.foofs.smithi045.gxtxww (mds.0) 29 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 149.492019 secs 2024-09-11T07:23:33.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:32 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:23:32.564176+0000 mon.smithi017 (mon.0) 820 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:23:33.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:32 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:23:32.570114+0000 mon.smithi017 (mon.0) 821 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:23:33.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:32 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:23:31.897620+0000 mds.foofs.smithi045.gxtxww (mds.0) 29 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 149.492019 secs 2024-09-11T07:23:33.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:32 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:23:32.564176+0000 mon.smithi017 (mon.0) 820 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:23:33.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:32 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:23:32.570114+0000 mon.smithi017 (mon.0) 821 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:23:33.540 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.90 MB/sec execute 171 sec latency 160248.221 ms 2024-09-11T07:23:34.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:34 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:23:33.052013+0000 mgr.smithi045.wavrrv (mgr.24421) 154 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:34.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:34 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:23:33.200298+0000 mon.smithi017 (mon.0) 822 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:23:34.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:34 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:23:33.206329+0000 mon.smithi017 (mon.0) 823 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:23:34.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:34 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:23:33.052013+0000 mgr.smithi045.wavrrv (mgr.24421) 154 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:34.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:34 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:23:33.200298+0000 mon.smithi017 (mon.0) 822 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:23:34.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:34 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:23:33.206329+0000 mon.smithi017 (mon.0) 823 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:23:34.541 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.90 MB/sec execute 172 sec latency 161248.269 ms 2024-09-11T07:23:35.541 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.89 MB/sec execute 173 sec latency 162248.360 ms 2024-09-11T07:23:36.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:36 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:23:35.052419+0000 mgr.smithi045.wavrrv (mgr.24421) 155 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:36.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:36 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:23:35.502038+0000 mon.smithi045 (mon.1) 92 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:23:36.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:36 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:23:35.052419+0000 mgr.smithi045.wavrrv (mgr.24421) 155 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:36.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:36 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:23:35.502038+0000 mon.smithi045 (mon.1) 92 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:23:36.540 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.89 MB/sec execute 174 sec latency 163248.748 ms 2024-09-11T07:23:37.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:37 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:23:36.897640+0000 mds.foofs.smithi045.gxtxww (mds.0) 30 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 154.492052 secs 2024-09-11T07:23:37.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:37 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:23:36.897640+0000 mds.foofs.smithi045.gxtxww (mds.0) 30 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 154.492052 secs 2024-09-11T07:23:37.541 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.88 MB/sec execute 175 sec latency 164248.828 ms 2024-09-11T07:23:38.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:38 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:23:37.053323+0000 mgr.smithi045.wavrrv (mgr.24421) 156 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:23:38.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:38 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:23:37.053323+0000 mgr.smithi045.wavrrv (mgr.24421) 156 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:23:38.541 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.88 MB/sec execute 176 sec latency 165248.904 ms 2024-09-11T07:23:39.541 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.87 MB/sec execute 177 sec latency 166249.009 ms 2024-09-11T07:23:40.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:40 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:23:39.053852+0000 mgr.smithi045.wavrrv (mgr.24421) 157 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:40.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:23:39.053852+0000 mgr.smithi045.wavrrv (mgr.24421) 157 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:40.541 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.87 MB/sec execute 178 sec latency 167249.117 ms 2024-09-11T07:23:41.541 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.86 MB/sec execute 179 sec latency 168249.259 ms 2024-09-11T07:23:42.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:42 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:23:41.054169+0000 mgr.smithi045.wavrrv (mgr.24421) 158 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:42.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:42 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:23:41.897701+0000 mds.foofs.smithi045.gxtxww (mds.0) 31 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 159.492114 secs 2024-09-11T07:23:42.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:23:41.054169+0000 mgr.smithi045.wavrrv (mgr.24421) 158 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:42.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:23:41.897701+0000 mds.foofs.smithi045.gxtxww (mds.0) 31 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 159.492114 secs 2024-09-11T07:23:42.541 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.86 MB/sec execute 180 sec latency 169249.375 ms 2024-09-11T07:23:43.542 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.85 MB/sec execute 181 sec latency 170249.474 ms 2024-09-11T07:23:44.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:23:43.054887+0000 mgr.smithi045.wavrrv (mgr.24421) 159 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:44.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:23:43.054887+0000 mgr.smithi045.wavrrv (mgr.24421) 159 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:44.541 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.85 MB/sec execute 182 sec latency 171249.509 ms 2024-09-11T07:23:45.542 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.84 MB/sec execute 183 sec latency 172249.555 ms 2024-09-11T07:23:46.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:46 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:23:45.055422+0000 mgr.smithi045.wavrrv (mgr.24421) 160 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:46.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:46 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:23:45.055422+0000 mgr.smithi045.wavrrv (mgr.24421) 160 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:46.541 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.84 MB/sec execute 184 sec latency 173249.607 ms 2024-09-11T07:23:47.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:47 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:23:46.897837+0000 mds.foofs.smithi045.gxtxww (mds.0) 32 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 164.492225 secs 2024-09-11T07:23:47.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:47 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:23:46.897837+0000 mds.foofs.smithi045.gxtxww (mds.0) 32 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 164.492225 secs 2024-09-11T07:23:47.541 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.83 MB/sec execute 185 sec latency 174249.666 ms 2024-09-11T07:23:48.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:23:47.056287+0000 mgr.smithi045.wavrrv (mgr.24421) 161 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:23:48.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:48 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:23:47.056287+0000 mgr.smithi045.wavrrv (mgr.24421) 161 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:23:48.541 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.83 MB/sec execute 186 sec latency 175249.702 ms 2024-09-11T07:23:49.542 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.82 MB/sec execute 187 sec latency 176249.748 ms 2024-09-11T07:23:50.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:50 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:23:49.056832+0000 mgr.smithi045.wavrrv (mgr.24421) 162 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:50.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:50 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:23:49.056832+0000 mgr.smithi045.wavrrv (mgr.24421) 162 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:50.542 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.82 MB/sec execute 188 sec latency 177249.788 ms 2024-09-11T07:23:51.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:51 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:23:50.502622+0000 mon.smithi045 (mon.1) 93 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:23:51.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:51 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:23:50.502622+0000 mon.smithi045 (mon.1) 93 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:23:51.542 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.81 MB/sec execute 189 sec latency 178249.848 ms 2024-09-11T07:23:52.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:52 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:23:51.057177+0000 mgr.smithi045.wavrrv (mgr.24421) 163 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:52.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:52 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:23:51.897944+0000 mds.foofs.smithi045.gxtxww (mds.0) 33 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 169.492343 secs 2024-09-11T07:23:52.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:52 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:23:51.057177+0000 mgr.smithi045.wavrrv (mgr.24421) 163 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:52.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:52 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:23:51.897944+0000 mds.foofs.smithi045.gxtxww (mds.0) 33 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 169.492343 secs 2024-09-11T07:23:52.542 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.81 MB/sec execute 190 sec latency 179249.913 ms 2024-09-11T07:23:53.542 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.81 MB/sec execute 191 sec latency 180250.004 ms 2024-09-11T07:23:54.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:23:53.057923+0000 mgr.smithi045.wavrrv (mgr.24421) 164 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:54.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:23:53.057923+0000 mgr.smithi045.wavrrv (mgr.24421) 164 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:54.542 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.80 MB/sec execute 192 sec latency 181250.087 ms 2024-09-11T07:23:55.542 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.80 MB/sec execute 193 sec latency 182250.178 ms 2024-09-11T07:23:56.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:23:55.058317+0000 mgr.smithi045.wavrrv (mgr.24421) 165 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:56.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:23:55.058317+0000 mgr.smithi045.wavrrv (mgr.24421) 165 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:23:56.542 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.79 MB/sec execute 194 sec latency 183250.285 ms 2024-09-11T07:23:57.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:57 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:23:56.898067+0000 mds.foofs.smithi045.gxtxww (mds.0) 34 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 174.492463 secs 2024-09-11T07:23:57.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:57 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:23:56.898067+0000 mds.foofs.smithi045.gxtxww (mds.0) 34 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 174.492463 secs 2024-09-11T07:23:57.542 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.79 MB/sec execute 195 sec latency 184250.383 ms 2024-09-11T07:23:58.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:23:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:23:57.059019+0000 mgr.smithi045.wavrrv (mgr.24421) 166 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:23:58.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:23:58 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:23:57.059019+0000 mgr.smithi045.wavrrv (mgr.24421) 166 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:23:58.542 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.79 MB/sec execute 196 sec latency 185250.506 ms 2024-09-11T07:23:59.543 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.78 MB/sec execute 197 sec latency 186250.571 ms 2024-09-11T07:23:59.635 INFO:teuthology.orchestra.run.smithi017.stdout:true 2024-09-11T07:24:00.270 INFO:teuthology.orchestra.run.smithi017.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T07:24:00.271 INFO:teuthology.orchestra.run.smithi017.stdout:alertmanager.smithi017 smithi017 *:9093,9094 running (9m) 27s ago 11m 19.1M - 0.20.0 0881eb8f169f 8ff211b4e457 2024-09-11T07:24:00.271 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi017 smithi017 running (11m) 27s ago 11m 6395k - 16.2.4 8d91d370c2b8 cfba143c9b6f 2024-09-11T07:24:00.271 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi045 smithi045 running (10m) 30s ago 10m 6409k - 16.2.4 8d91d370c2b8 b3a463d5f314 2024-09-11T07:24:00.271 INFO:teuthology.orchestra.run.smithi017.stdout:grafana.smithi017 smithi017 *:3000 running (9m) 27s ago 10m 34.8M - 6.7.4 557c83e11646 24bbf4d58b8c 2024-09-11T07:24:00.271 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi017.utzzzp smithi017 running (5m) 27s ago 5m 13.2M - 16.2.4 8d91d370c2b8 711da931e1f1 2024-09-11T07:24:00.271 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi045.gxtxww smithi045 running (5m) 30s ago 5m 40.5M - 16.2.4 8d91d370c2b8 8de08b53c390 2024-09-11T07:24:00.271 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi017.qgiuqa smithi017 *:8443,9283 running (35s) 27s ago 12m 81.7M - 17.2.7-1623-gd0e6828a 4a918172a497 1a5c10d7a16e 2024-09-11T07:24:00.271 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi045.wavrrv smithi045 *:8443,9283 running (3m) 30s ago 10m 453M - 17.2.7-1623-gd0e6828a 4a918172a497 d0118f3daec5 2024-09-11T07:24:00.271 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi017 smithi017 running (12m) 27s ago 12m 56.9M 2048M 16.2.4 8d91d370c2b8 a0e09aaa1101 2024-09-11T07:24:00.271 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi045 smithi045 running (10m) 30s ago 10m 47.0M 2048M 16.2.4 8d91d370c2b8 275188c394ab 2024-09-11T07:24:00.271 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.0.0.smithi017.yhlpto smithi017 *:2049 running (3m) 27s ago 3m 76.7M - 3.5 8d91d370c2b8 4d43393feaee 2024-09-11T07:24:00.271 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.1.0.smithi045.sirexv smithi045 *:2049 running (2m) 30s ago 2m 76.6M - 3.5 8d91d370c2b8 0795be2c25de 2024-09-11T07:24:00.271 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi017 smithi017 *:9100 running (10m) 27s ago 10m 17.0M - 0.18.1 e5a616e4b9cf 3ae9bdfa57df 2024-09-11T07:24:00.272 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi045 smithi045 *:9100 running (9m) 30s ago 9m 17.0M - 0.18.1 e5a616e4b9cf 517c959affda 2024-09-11T07:24:00.272 INFO:teuthology.orchestra.run.smithi017.stdout:osd.0 smithi017 running (9m) 27s ago 9m 382M 4096M 16.2.4 8d91d370c2b8 432bd5329ca6 2024-09-11T07:24:00.272 INFO:teuthology.orchestra.run.smithi017.stdout:osd.1 smithi017 running (9m) 27s ago 9m 288M 4096M 16.2.4 8d91d370c2b8 b9bde4672d10 2024-09-11T07:24:00.272 INFO:teuthology.orchestra.run.smithi017.stdout:osd.2 smithi017 running (8m) 27s ago 8m 252M 4096M 16.2.4 8d91d370c2b8 a42eeb5fcae7 2024-09-11T07:24:00.272 INFO:teuthology.orchestra.run.smithi017.stdout:osd.3 smithi017 running (8m) 27s ago 8m 361M 4096M 16.2.4 8d91d370c2b8 59fc76e234d1 2024-09-11T07:24:00.272 INFO:teuthology.orchestra.run.smithi017.stdout:osd.4 smithi045 running (8m) 30s ago 8m 376M 4096M 16.2.4 8d91d370c2b8 3dc1e394cdfa 2024-09-11T07:24:00.272 INFO:teuthology.orchestra.run.smithi017.stdout:osd.5 smithi045 running (7m) 30s ago 7m 398M 4096M 16.2.4 8d91d370c2b8 ec6745fcdd10 2024-09-11T07:24:00.272 INFO:teuthology.orchestra.run.smithi017.stdout:osd.6 smithi045 running (7m) 30s ago 7m 335M 4096M 16.2.4 8d91d370c2b8 788633f8efc6 2024-09-11T07:24:00.272 INFO:teuthology.orchestra.run.smithi017.stdout:osd.7 smithi045 running (7m) 30s ago 7m 492M 4096M 16.2.4 8d91d370c2b8 162523c68393 2024-09-11T07:24:00.272 INFO:teuthology.orchestra.run.smithi017.stdout:prometheus.smithi017 smithi017 *:9095 error 27s ago 10m 45.6M - 2.18.1 de242295e225 5d1f02a1080f 2024-09-11T07:24:00.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:00 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:23:59.059603+0000 mgr.smithi045.wavrrv (mgr.24421) 167 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:00.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:00 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:23:59.059603+0000 mgr.smithi045.wavrrv (mgr.24421) 167 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:00.542 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.78 MB/sec execute 198 sec latency 187250.601 ms 2024-09-11T07:24:00.663 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:24:00.663 INFO:teuthology.orchestra.run.smithi017.stdout: "mon": { 2024-09-11T07:24:00.663 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-11T07:24:00.663 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:24:00.663 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr": { 2024-09-11T07:24:00.663 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:24:00.664 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:24:00.664 INFO:teuthology.orchestra.run.smithi017.stdout: "osd": { 2024-09-11T07:24:00.664 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-11T07:24:00.664 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:24:00.664 INFO:teuthology.orchestra.run.smithi017.stdout: "mds": { 2024-09-11T07:24:00.664 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-11T07:24:00.664 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:24:00.664 INFO:teuthology.orchestra.run.smithi017.stdout: "overall": { 2024-09-11T07:24:00.665 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 12, 2024-09-11T07:24:00.665 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:24:00.665 INFO:teuthology.orchestra.run.smithi017.stdout: } 2024-09-11T07:24:00.665 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:24:00.989 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:24:00.989 INFO:teuthology.orchestra.run.smithi017.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T07:24:00.989 INFO:teuthology.orchestra.run.smithi017.stdout: "in_progress": true, 2024-09-11T07:24:00.989 INFO:teuthology.orchestra.run.smithi017.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-11T07:24:00.989 INFO:teuthology.orchestra.run.smithi017.stdout: "services_complete": [ 2024-09-11T07:24:00.989 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr" 2024-09-11T07:24:00.989 INFO:teuthology.orchestra.run.smithi017.stdout: ], 2024-09-11T07:24:00.989 INFO:teuthology.orchestra.run.smithi017.stdout: "progress": "2/23 daemons upgraded", 2024-09-11T07:24:00.989 INFO:teuthology.orchestra.run.smithi017.stdout: "message": "Currently upgrading mgr daemons", 2024-09-11T07:24:00.990 INFO:teuthology.orchestra.run.smithi017.stdout: "is_paused": false 2024-09-11T07:24:00.990 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:24:01.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:01 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:23:59.620141+0000 mgr.smithi045.wavrrv (mgr.24421) 168 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:24:01.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:01 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:23:59.943793+0000 mgr.smithi045.wavrrv (mgr.24421) 169 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:24:01.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:01 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:24:00.259698+0000 mgr.smithi045.wavrrv (mgr.24421) 170 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:24:01.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:01 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:24:00.661488+0000 mon.smithi017 (mon.0) 824 : audit [DBG] from='client.? 172.21.15.17:0/1613347512' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:24:01.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:01 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:23:59.620141+0000 mgr.smithi045.wavrrv (mgr.24421) 168 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:24:01.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:01 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:23:59.943793+0000 mgr.smithi045.wavrrv (mgr.24421) 169 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:24:01.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:01 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:24:00.259698+0000 mgr.smithi045.wavrrv (mgr.24421) 170 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:24:01.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:01 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:24:00.661488+0000 mon.smithi017 (mon.0) 824 : audit [DBG] from='client.? 172.21.15.17:0/1613347512' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:24:01.542 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.77 MB/sec execute 199 sec latency 188250.656 ms 2024-09-11T07:24:02.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:02 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:24:00.987028+0000 mgr.smithi045.wavrrv (mgr.24421) 171 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:24:02.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:02 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:24:01.059947+0000 mgr.smithi045.wavrrv (mgr.24421) 172 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:02.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:02 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:24:01.898171+0000 mds.foofs.smithi045.gxtxww (mds.0) 35 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 179.492570 secs 2024-09-11T07:24:02.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:02 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:24:00.987028+0000 mgr.smithi045.wavrrv (mgr.24421) 171 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:24:02.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:02 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:24:01.059947+0000 mgr.smithi045.wavrrv (mgr.24421) 172 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:02.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:02 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:24:01.898171+0000 mds.foofs.smithi045.gxtxww (mds.0) 35 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 179.492570 secs 2024-09-11T07:24:02.543 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.77 MB/sec execute 200 sec latency 189250.703 ms 2024-09-11T07:24:03.543 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.77 MB/sec execute 201 sec latency 190250.825 ms 2024-09-11T07:24:04.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:24:03.060655+0000 mgr.smithi045.wavrrv (mgr.24421) 173 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:04.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:24:03.060655+0000 mgr.smithi045.wavrrv (mgr.24421) 173 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:04.543 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.76 MB/sec execute 202 sec latency 191250.901 ms 2024-09-11T07:24:05.543 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.76 MB/sec execute 203 sec latency 192251.011 ms 2024-09-11T07:24:06.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:06 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:24:05.061130+0000 mgr.smithi045.wavrrv (mgr.24421) 174 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:06.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:06 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:24:05.502701+0000 mon.smithi045 (mon.1) 94 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:24:06.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:06 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:24:05.061130+0000 mgr.smithi045.wavrrv (mgr.24421) 174 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:06.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:06 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:24:05.502701+0000 mon.smithi045 (mon.1) 94 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:24:06.543 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.76 MB/sec execute 204 sec latency 193251.091 ms 2024-09-11T07:24:07.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:24:06.898306+0000 mds.foofs.smithi045.gxtxww (mds.0) 36 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 184.492705 secs 2024-09-11T07:24:07.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:24:06.898306+0000 mds.foofs.smithi045.gxtxww (mds.0) 36 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 184.492705 secs 2024-09-11T07:24:07.543 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.75 MB/sec execute 205 sec latency 194251.182 ms 2024-09-11T07:24:08.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:08 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:24:07.061887+0000 mgr.smithi045.wavrrv (mgr.24421) 175 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:24:08.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:08 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:24:07.061887+0000 mgr.smithi045.wavrrv (mgr.24421) 175 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:24:08.543 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.75 MB/sec execute 206 sec latency 195251.287 ms 2024-09-11T07:24:09.543 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.74 MB/sec execute 207 sec latency 196251.410 ms 2024-09-11T07:24:10.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:10 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:24:09.062296+0000 mgr.smithi045.wavrrv (mgr.24421) 176 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:10.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:10 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:24:09.062296+0000 mgr.smithi045.wavrrv (mgr.24421) 176 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:10.543 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.74 MB/sec execute 208 sec latency 197251.528 ms 2024-09-11T07:24:11.544 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.74 MB/sec execute 209 sec latency 198251.584 ms 2024-09-11T07:24:12.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:12 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:24:11.062807+0000 mgr.smithi045.wavrrv (mgr.24421) 177 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:12.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:12 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:24:11.898438+0000 mds.foofs.smithi045.gxtxww (mds.0) 37 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 189.492836 secs 2024-09-11T07:24:12.543 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.73 MB/sec execute 210 sec latency 199251.621 ms 2024-09-11T07:24:12.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:12 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:24:11.062807+0000 mgr.smithi045.wavrrv (mgr.24421) 177 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:12.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:12 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:24:11.898438+0000 mds.foofs.smithi045.gxtxww (mds.0) 37 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 189.492836 secs 2024-09-11T07:24:13.544 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.73 MB/sec execute 211 sec latency 200251.712 ms 2024-09-11T07:24:14.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:14 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:24:13.063501+0000 mgr.smithi045.wavrrv (mgr.24421) 178 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:14.544 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.73 MB/sec execute 212 sec latency 201251.762 ms 2024-09-11T07:24:14.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:24:13.063501+0000 mgr.smithi045.wavrrv (mgr.24421) 178 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:15.544 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.72 MB/sec execute 213 sec latency 202251.825 ms 2024-09-11T07:24:16.544 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.72 MB/sec execute 214 sec latency 203251.887 ms 2024-09-11T07:24:16.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:24:15.063830+0000 mgr.smithi045.wavrrv (mgr.24421) 179 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:16.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:24:15.063830+0000 mgr.smithi045.wavrrv (mgr.24421) 179 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:17.544 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.72 MB/sec execute 215 sec latency 204251.999 ms 2024-09-11T07:24:17.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:17 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:24:16.898556+0000 mds.foofs.smithi045.gxtxww (mds.0) 38 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 194.492968 secs 2024-09-11T07:24:17.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:17 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:24:16.898556+0000 mds.foofs.smithi045.gxtxww (mds.0) 38 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 194.492968 secs 2024-09-11T07:24:18.544 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.71 MB/sec execute 216 sec latency 205252.093 ms 2024-09-11T07:24:18.557 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:18 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:24:17.064500+0000 mgr.smithi045.wavrrv (mgr.24421) 180 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:24:18.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:18 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:24:17.064500+0000 mgr.smithi045.wavrrv (mgr.24421) 180 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:24:19.544 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.71 MB/sec execute 217 sec latency 206252.204 ms 2024-09-11T07:24:20.545 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.71 MB/sec execute 218 sec latency 207252.311 ms 2024-09-11T07:24:20.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:20 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:24:19.064895+0000 mgr.smithi045.wavrrv (mgr.24421) 181 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:20.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:20 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:24:19.064895+0000 mgr.smithi045.wavrrv (mgr.24421) 181 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:21.545 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.70 MB/sec execute 219 sec latency 208252.450 ms 2024-09-11T07:24:21.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:24:20.503054+0000 mon.smithi045 (mon.1) 95 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:24:21.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:24:20.503054+0000 mon.smithi045 (mon.1) 95 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:24:22.545 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.70 MB/sec execute 220 sec latency 209252.554 ms 2024-09-11T07:24:22.687 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:22 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:24:21.065433+0000 mgr.smithi045.wavrrv (mgr.24421) 182 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:22.687 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:22 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:24:21.898697+0000 mds.foofs.smithi045.gxtxww (mds.0) 39 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 199.493096 secs 2024-09-11T07:24:22.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:22 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:24:21.065433+0000 mgr.smithi045.wavrrv (mgr.24421) 182 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:22.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:22 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:24:21.898697+0000 mds.foofs.smithi045.gxtxww (mds.0) 39 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 199.493096 secs 2024-09-11T07:24:23.545 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.70 MB/sec execute 221 sec latency 210252.674 ms 2024-09-11T07:24:24.545 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.69 MB/sec execute 222 sec latency 211252.782 ms 2024-09-11T07:24:24.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:24 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:24:23.066109+0000 mgr.smithi045.wavrrv (mgr.24421) 183 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:24.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:24 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:24:23.066109+0000 mgr.smithi045.wavrrv (mgr.24421) 183 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:25.545 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.69 MB/sec execute 223 sec latency 212252.896 ms 2024-09-11T07:24:26.545 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.69 MB/sec execute 224 sec latency 213253.000 ms 2024-09-11T07:24:26.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:26 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:24:25.066665+0000 mgr.smithi045.wavrrv (mgr.24421) 184 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:26.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:26 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:24:25.066665+0000 mgr.smithi045.wavrrv (mgr.24421) 184 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:27.545 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.68 MB/sec execute 225 sec latency 214253.094 ms 2024-09-11T07:24:27.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:27 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:24:26.898766+0000 mds.foofs.smithi045.gxtxww (mds.0) 40 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 204.493178 secs 2024-09-11T07:24:27.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:27 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:24:26.898766+0000 mds.foofs.smithi045.gxtxww (mds.0) 40 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 204.493178 secs 2024-09-11T07:24:28.545 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.68 MB/sec execute 226 sec latency 215253.201 ms 2024-09-11T07:24:28.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:28 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:24:27.067536+0000 mgr.smithi045.wavrrv (mgr.24421) 185 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:24:28.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:28 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:24:27.067536+0000 mgr.smithi045.wavrrv (mgr.24421) 185 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:24:29.545 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.68 MB/sec execute 227 sec latency 216253.305 ms 2024-09-11T07:24:30.546 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.68 MB/sec execute 228 sec latency 217253.411 ms 2024-09-11T07:24:30.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:30 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:24:29.067969+0000 mgr.smithi045.wavrrv (mgr.24421) 186 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:30.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:30 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:24:29.067969+0000 mgr.smithi045.wavrrv (mgr.24421) 186 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:31.345 INFO:teuthology.orchestra.run.smithi017.stdout:true 2024-09-11T07:24:31.546 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.67 MB/sec execute 229 sec latency 218253.473 ms 2024-09-11T07:24:31.983 INFO:teuthology.orchestra.run.smithi017.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T07:24:31.983 INFO:teuthology.orchestra.run.smithi017.stdout:alertmanager.smithi017 smithi017 *:9093,9094 running (10m) 59s ago 11m 19.1M - 0.20.0 0881eb8f169f 8ff211b4e457 2024-09-11T07:24:31.983 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi017 smithi017 running (11m) 59s ago 11m 6395k - 16.2.4 8d91d370c2b8 cfba143c9b6f 2024-09-11T07:24:31.983 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi045 smithi045 running (10m) 62s ago 10m 6409k - 16.2.4 8d91d370c2b8 b3a463d5f314 2024-09-11T07:24:31.983 INFO:teuthology.orchestra.run.smithi017.stdout:grafana.smithi017 smithi017 *:3000 running (10m) 59s ago 11m 34.8M - 6.7.4 557c83e11646 24bbf4d58b8c 2024-09-11T07:24:31.983 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi017.utzzzp smithi017 running (6m) 59s ago 6m 13.2M - 16.2.4 8d91d370c2b8 711da931e1f1 2024-09-11T07:24:31.983 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi045.gxtxww smithi045 running (6m) 62s ago 6m 40.5M - 16.2.4 8d91d370c2b8 8de08b53c390 2024-09-11T07:24:31.984 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi017.qgiuqa smithi017 *:8443,9283 running (67s) 59s ago 13m 81.7M - 17.2.7-1623-gd0e6828a 4a918172a497 1a5c10d7a16e 2024-09-11T07:24:31.984 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi045.wavrrv smithi045 *:8443,9283 running (4m) 62s ago 10m 453M - 17.2.7-1623-gd0e6828a 4a918172a497 d0118f3daec5 2024-09-11T07:24:31.984 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi017 smithi017 running (13m) 59s ago 13m 56.9M 2048M 16.2.4 8d91d370c2b8 a0e09aaa1101 2024-09-11T07:24:31.984 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi045 smithi045 running (10m) 62s ago 10m 47.0M 2048M 16.2.4 8d91d370c2b8 275188c394ab 2024-09-11T07:24:31.984 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.0.0.smithi017.yhlpto smithi017 *:2049 running (3m) 59s ago 3m 76.7M - 3.5 8d91d370c2b8 4d43393feaee 2024-09-11T07:24:31.984 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.1.0.smithi045.sirexv smithi045 *:2049 running (3m) 62s ago 3m 76.6M - 3.5 8d91d370c2b8 0795be2c25de 2024-09-11T07:24:31.984 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi017 smithi017 *:9100 running (11m) 59s ago 11m 17.0M - 0.18.1 e5a616e4b9cf 3ae9bdfa57df 2024-09-11T07:24:31.984 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi045 smithi045 *:9100 running (10m) 62s ago 10m 17.0M - 0.18.1 e5a616e4b9cf 517c959affda 2024-09-11T07:24:31.984 INFO:teuthology.orchestra.run.smithi017.stdout:osd.0 smithi017 running (10m) 59s ago 10m 382M 4096M 16.2.4 8d91d370c2b8 432bd5329ca6 2024-09-11T07:24:31.984 INFO:teuthology.orchestra.run.smithi017.stdout:osd.1 smithi017 running (9m) 59s ago 9m 288M 4096M 16.2.4 8d91d370c2b8 b9bde4672d10 2024-09-11T07:24:31.984 INFO:teuthology.orchestra.run.smithi017.stdout:osd.2 smithi017 running (9m) 59s ago 9m 252M 4096M 16.2.4 8d91d370c2b8 a42eeb5fcae7 2024-09-11T07:24:31.984 INFO:teuthology.orchestra.run.smithi017.stdout:osd.3 smithi017 running (8m) 59s ago 8m 361M 4096M 16.2.4 8d91d370c2b8 59fc76e234d1 2024-09-11T07:24:31.984 INFO:teuthology.orchestra.run.smithi017.stdout:osd.4 smithi045 running (8m) 62s ago 8m 376M 4096M 16.2.4 8d91d370c2b8 3dc1e394cdfa 2024-09-11T07:24:31.985 INFO:teuthology.orchestra.run.smithi017.stdout:osd.5 smithi045 running (8m) 62s ago 8m 398M 4096M 16.2.4 8d91d370c2b8 ec6745fcdd10 2024-09-11T07:24:31.985 INFO:teuthology.orchestra.run.smithi017.stdout:osd.6 smithi045 running (8m) 62s ago 8m 335M 4096M 16.2.4 8d91d370c2b8 788633f8efc6 2024-09-11T07:24:31.985 INFO:teuthology.orchestra.run.smithi017.stdout:osd.7 smithi045 running (7m) 62s ago 7m 492M 4096M 16.2.4 8d91d370c2b8 162523c68393 2024-09-11T07:24:31.985 INFO:teuthology.orchestra.run.smithi017.stdout:prometheus.smithi017 smithi017 *:9095 error 59s ago 11m 45.6M - 2.18.1 de242295e225 5d1f02a1080f 2024-09-11T07:24:32.365 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:24:32.365 INFO:teuthology.orchestra.run.smithi017.stdout: "mon": { 2024-09-11T07:24:32.365 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-11T07:24:32.366 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:24:32.366 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr": { 2024-09-11T07:24:32.366 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:24:32.366 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:24:32.366 INFO:teuthology.orchestra.run.smithi017.stdout: "osd": { 2024-09-11T07:24:32.366 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-11T07:24:32.366 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:24:32.366 INFO:teuthology.orchestra.run.smithi017.stdout: "mds": { 2024-09-11T07:24:32.366 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-11T07:24:32.366 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:24:32.366 INFO:teuthology.orchestra.run.smithi017.stdout: "overall": { 2024-09-11T07:24:32.366 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 12, 2024-09-11T07:24:32.366 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:24:32.367 INFO:teuthology.orchestra.run.smithi017.stdout: } 2024-09-11T07:24:32.367 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:24:32.546 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.67 MB/sec execute 230 sec latency 219253.523 ms 2024-09-11T07:24:32.690 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:32 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:24:31.068480+0000 mgr.smithi045.wavrrv (mgr.24421) 187 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:32.690 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:32 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:24:31.331155+0000 mgr.smithi045.wavrrv (mgr.24421) 188 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:24:32.690 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:32 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:24:31.898913+0000 mds.foofs.smithi045.gxtxww (mds.0) 41 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 209.493326 secs 2024-09-11T07:24:32.690 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:24:32.690 INFO:teuthology.orchestra.run.smithi017.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T07:24:32.690 INFO:teuthology.orchestra.run.smithi017.stdout: "in_progress": true, 2024-09-11T07:24:32.690 INFO:teuthology.orchestra.run.smithi017.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-11T07:24:32.690 INFO:teuthology.orchestra.run.smithi017.stdout: "services_complete": [ 2024-09-11T07:24:32.690 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr" 2024-09-11T07:24:32.690 INFO:teuthology.orchestra.run.smithi017.stdout: ], 2024-09-11T07:24:32.691 INFO:teuthology.orchestra.run.smithi017.stdout: "progress": "2/23 daemons upgraded", 2024-09-11T07:24:32.691 INFO:teuthology.orchestra.run.smithi017.stdout: "message": "Currently upgrading mgr daemons", 2024-09-11T07:24:32.691 INFO:teuthology.orchestra.run.smithi017.stdout: "is_paused": false 2024-09-11T07:24:32.691 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:24:32.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:32 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:24:31.068480+0000 mgr.smithi045.wavrrv (mgr.24421) 187 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:32.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:32 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:24:31.331155+0000 mgr.smithi045.wavrrv (mgr.24421) 188 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:24:32.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:32 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:24:31.898913+0000 mds.foofs.smithi045.gxtxww (mds.0) 41 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 209.493326 secs 2024-09-11T07:24:33.546 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.67 MB/sec execute 231 sec latency 220253.662 ms 2024-09-11T07:24:33.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:33 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:24:31.657140+0000 mgr.smithi045.wavrrv (mgr.24421) 189 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:24:33.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:33 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:24:31.971716+0000 mgr.smithi045.wavrrv (mgr.24421) 190 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:24:33.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:33 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:24:32.364147+0000 mon.smithi017 (mon.0) 825 : audit [DBG] from='client.? 172.21.15.17:0/106957630' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:24:33.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:33 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:24:31.657140+0000 mgr.smithi045.wavrrv (mgr.24421) 189 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:24:33.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:33 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:24:31.971716+0000 mgr.smithi045.wavrrv (mgr.24421) 190 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:24:33.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:33 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:24:32.364147+0000 mon.smithi017 (mon.0) 825 : audit [DBG] from='client.? 172.21.15.17:0/106957630' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:24:34.546 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.66 MB/sec execute 232 sec latency 221253.761 ms 2024-09-11T07:24:34.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:34 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:24:32.687427+0000 mgr.smithi045.wavrrv (mgr.24421) 191 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:24:34.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:34 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:24:33.069262+0000 mgr.smithi045.wavrrv (mgr.24421) 192 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:34.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:34 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:24:32.687427+0000 mgr.smithi045.wavrrv (mgr.24421) 191 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:24:34.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:34 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:24:33.069262+0000 mgr.smithi045.wavrrv (mgr.24421) 192 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:35.546 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.66 MB/sec execute 233 sec latency 222253.874 ms 2024-09-11T07:24:36.546 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.66 MB/sec execute 234 sec latency 223253.988 ms 2024-09-11T07:24:36.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:36 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:24:35.069816+0000 mgr.smithi045.wavrrv (mgr.24421) 193 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:36.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:36 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:24:35.503216+0000 mon.smithi045 (mon.1) 96 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:24:36.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:36 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:24:35.069816+0000 mgr.smithi045.wavrrv (mgr.24421) 193 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:36.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:36 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:24:35.503216+0000 mon.smithi045 (mon.1) 96 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:24:37.546 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.66 MB/sec execute 235 sec latency 224254.109 ms 2024-09-11T07:24:37.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:37 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:24:36.898996+0000 mds.foofs.smithi045.gxtxww (mds.0) 42 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 214.493407 secs 2024-09-11T07:24:37.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:37 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:24:36.898996+0000 mds.foofs.smithi045.gxtxww (mds.0) 42 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 214.493407 secs 2024-09-11T07:24:38.546 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.65 MB/sec execute 236 sec latency 225254.230 ms 2024-09-11T07:24:38.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:38 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:24:37.070748+0000 mgr.smithi045.wavrrv (mgr.24421) 194 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:24:38.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:38 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:24:37.070748+0000 mgr.smithi045.wavrrv (mgr.24421) 194 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:24:39.546 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.65 MB/sec execute 237 sec latency 226254.330 ms 2024-09-11T07:24:40.547 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.65 MB/sec execute 238 sec latency 227254.458 ms 2024-09-11T07:24:40.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:40 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:24:39.071143+0000 mgr.smithi045.wavrrv (mgr.24421) 195 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:40.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:24:39.071143+0000 mgr.smithi045.wavrrv (mgr.24421) 195 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:41.547 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.64 MB/sec execute 239 sec latency 228254.555 ms 2024-09-11T07:24:42.547 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.64 MB/sec execute 240 sec latency 229254.630 ms 2024-09-11T07:24:42.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:42 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:24:41.071536+0000 mgr.smithi045.wavrrv (mgr.24421) 196 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:42.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:42 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:24:41.899143+0000 mds.foofs.smithi045.gxtxww (mds.0) 43 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 219.493542 secs 2024-09-11T07:24:42.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:24:41.071536+0000 mgr.smithi045.wavrrv (mgr.24421) 196 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:42.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:24:41.899143+0000 mds.foofs.smithi045.gxtxww (mds.0) 43 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 219.493542 secs 2024-09-11T07:24:43.547 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.64 MB/sec execute 241 sec latency 230254.737 ms 2024-09-11T07:24:44.547 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.64 MB/sec execute 242 sec latency 231254.818 ms 2024-09-11T07:24:44.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:24:43.072330+0000 mgr.smithi045.wavrrv (mgr.24421) 197 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:44.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:24:43.072330+0000 mgr.smithi045.wavrrv (mgr.24421) 197 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:45.547 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.63 MB/sec execute 243 sec latency 232254.915 ms 2024-09-11T07:24:46.547 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.63 MB/sec execute 244 sec latency 233254.959 ms 2024-09-11T07:24:46.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:46 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:24:45.072862+0000 mgr.smithi045.wavrrv (mgr.24421) 198 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:46.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:46 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:24:45.072862+0000 mgr.smithi045.wavrrv (mgr.24421) 198 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:47.547 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.63 MB/sec execute 245 sec latency 234255.072 ms 2024-09-11T07:24:47.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:47 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:24:46.899249+0000 mds.foofs.smithi045.gxtxww (mds.0) 44 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 224.493649 secs 2024-09-11T07:24:47.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:47 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:24:46.899249+0000 mds.foofs.smithi045.gxtxww (mds.0) 44 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 224.493649 secs 2024-09-11T07:24:48.547 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.63 MB/sec execute 246 sec latency 235255.193 ms 2024-09-11T07:24:48.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:24:47.073552+0000 mgr.smithi045.wavrrv (mgr.24421) 199 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:24:48.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:48 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:24:47.073552+0000 mgr.smithi045.wavrrv (mgr.24421) 199 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:24:49.547 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.62 MB/sec execute 247 sec latency 236255.311 ms 2024-09-11T07:24:50.547 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.62 MB/sec execute 248 sec latency 237255.380 ms 2024-09-11T07:24:50.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:50 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:24:49.074093+0000 mgr.smithi045.wavrrv (mgr.24421) 200 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:50.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:50 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:24:49.074093+0000 mgr.smithi045.wavrrv (mgr.24421) 200 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:51.548 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.62 MB/sec execute 249 sec latency 238255.478 ms 2024-09-11T07:24:51.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:51 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:24:50.503714+0000 mon.smithi045 (mon.1) 97 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:24:51.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:51 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:24:50.503714+0000 mon.smithi045 (mon.1) 97 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:24:52.548 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.62 MB/sec execute 250 sec latency 239255.599 ms 2024-09-11T07:24:52.687 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:52 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:24:51.074512+0000 mgr.smithi045.wavrrv (mgr.24421) 201 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:52.687 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:52 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:24:51.899384+0000 mds.foofs.smithi045.gxtxww (mds.0) 45 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 229.493783 secs 2024-09-11T07:24:52.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:52 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:24:51.074512+0000 mgr.smithi045.wavrrv (mgr.24421) 201 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:52.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:52 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:24:51.899384+0000 mds.foofs.smithi045.gxtxww (mds.0) 45 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 229.493783 secs 2024-09-11T07:24:53.548 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.61 MB/sec execute 251 sec latency 240255.728 ms 2024-09-11T07:24:54.548 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.61 MB/sec execute 252 sec latency 241255.829 ms 2024-09-11T07:24:54.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:24:53.075218+0000 mgr.smithi045.wavrrv (mgr.24421) 202 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:54.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:24:53.075218+0000 mgr.smithi045.wavrrv (mgr.24421) 202 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:55.548 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.61 MB/sec execute 253 sec latency 242255.940 ms 2024-09-11T07:24:56.548 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.61 MB/sec execute 254 sec latency 243256.063 ms 2024-09-11T07:24:56.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:24:55.075601+0000 mgr.smithi045.wavrrv (mgr.24421) 203 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:56.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:24:55.075601+0000 mgr.smithi045.wavrrv (mgr.24421) 203 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:24:57.548 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.60 MB/sec execute 255 sec latency 244256.195 ms 2024-09-11T07:24:57.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:57 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:24:56.899465+0000 mds.foofs.smithi045.gxtxww (mds.0) 46 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 234.493878 secs 2024-09-11T07:24:57.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:57 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:24:56.899465+0000 mds.foofs.smithi045.gxtxww (mds.0) 46 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 234.493878 secs 2024-09-11T07:24:58.548 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.60 MB/sec execute 256 sec latency 245256.304 ms 2024-09-11T07:24:58.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:24:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:24:57.076352+0000 mgr.smithi045.wavrrv (mgr.24421) 204 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:24:58.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:24:58 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:24:57.076352+0000 mgr.smithi045.wavrrv (mgr.24421) 204 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:24:59.549 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.60 MB/sec execute 257 sec latency 246256.417 ms 2024-09-11T07:25:00.549 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.60 MB/sec execute 258 sec latency 247256.548 ms 2024-09-11T07:25:00.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:00 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:24:59.076753+0000 mgr.smithi045.wavrrv (mgr.24421) 205 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:25:00.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:00 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:24:59.076753+0000 mgr.smithi045.wavrrv (mgr.24421) 205 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:25:01.549 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.59 MB/sec execute 259 sec latency 248256.629 ms 2024-09-11T07:25:02.549 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.59 MB/sec execute 260 sec latency 249256.705 ms 2024-09-11T07:25:02.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:02 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:01.077120+0000 mgr.smithi045.wavrrv (mgr.24421) 206 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:25:02.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:02 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:01.899602+0000 mds.foofs.smithi045.gxtxww (mds.0) 47 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 239.494016 secs 2024-09-11T07:25:02.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:02 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:01.077120+0000 mgr.smithi045.wavrrv (mgr.24421) 206 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:25:02.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:02 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:01.899602+0000 mds.foofs.smithi045.gxtxww (mds.0) 47 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 239.494016 secs 2024-09-11T07:25:03.041 INFO:teuthology.orchestra.run.smithi017.stdout:true 2024-09-11T07:25:03.549 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.59 MB/sec execute 261 sec latency 250256.739 ms 2024-09-11T07:25:03.681 INFO:teuthology.orchestra.run.smithi017.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T07:25:03.681 INFO:teuthology.orchestra.run.smithi017.stdout:alertmanager.smithi017 smithi017 *:9093,9094 running (10m) 91s ago 12m 19.1M - 0.20.0 0881eb8f169f 8ff211b4e457 2024-09-11T07:25:03.681 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi017 smithi017 running (12m) 91s ago 12m 6395k - 16.2.4 8d91d370c2b8 cfba143c9b6f 2024-09-11T07:25:03.681 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi045 smithi045 running (11m) 94s ago 11m 6409k - 16.2.4 8d91d370c2b8 b3a463d5f314 2024-09-11T07:25:03.681 INFO:teuthology.orchestra.run.smithi017.stdout:grafana.smithi017 smithi017 *:3000 running (10m) 91s ago 12m 34.8M - 6.7.4 557c83e11646 24bbf4d58b8c 2024-09-11T07:25:03.681 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi017.utzzzp smithi017 running (6m) 91s ago 6m 13.2M - 16.2.4 8d91d370c2b8 711da931e1f1 2024-09-11T07:25:03.681 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi045.gxtxww smithi045 running (6m) 94s ago 6m 40.5M - 16.2.4 8d91d370c2b8 8de08b53c390 2024-09-11T07:25:03.681 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi017.qgiuqa smithi017 *:8443,9283 running (98s) 91s ago 13m 81.7M - 17.2.7-1623-gd0e6828a 4a918172a497 1a5c10d7a16e 2024-09-11T07:25:03.682 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi045.wavrrv smithi045 *:8443,9283 running (4m) 94s ago 11m 453M - 17.2.7-1623-gd0e6828a 4a918172a497 d0118f3daec5 2024-09-11T07:25:03.682 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi017 smithi017 running (13m) 91s ago 13m 56.9M 2048M 16.2.4 8d91d370c2b8 a0e09aaa1101 2024-09-11T07:25:03.682 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi045 smithi045 running (11m) 94s ago 11m 47.0M 2048M 16.2.4 8d91d370c2b8 275188c394ab 2024-09-11T07:25:03.682 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.0.0.smithi017.yhlpto smithi017 *:2049 running (4m) 91s ago 4m 76.7M - 3.5 8d91d370c2b8 4d43393feaee 2024-09-11T07:25:03.682 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.1.0.smithi045.sirexv smithi045 *:2049 running (4m) 94s ago 3m 76.6M - 3.5 8d91d370c2b8 0795be2c25de 2024-09-11T07:25:03.682 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi017 smithi017 *:9100 running (11m) 91s ago 11m 17.0M - 0.18.1 e5a616e4b9cf 3ae9bdfa57df 2024-09-11T07:25:03.682 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi045 smithi045 *:9100 running (11m) 94s ago 10m 17.0M - 0.18.1 e5a616e4b9cf 517c959affda 2024-09-11T07:25:03.682 INFO:teuthology.orchestra.run.smithi017.stdout:osd.0 smithi017 running (10m) 91s ago 10m 382M 4096M 16.2.4 8d91d370c2b8 432bd5329ca6 2024-09-11T07:25:03.682 INFO:teuthology.orchestra.run.smithi017.stdout:osd.1 smithi017 running (10m) 91s ago 10m 288M 4096M 16.2.4 8d91d370c2b8 b9bde4672d10 2024-09-11T07:25:03.682 INFO:teuthology.orchestra.run.smithi017.stdout:osd.2 smithi017 running (9m) 91s ago 9m 252M 4096M 16.2.4 8d91d370c2b8 a42eeb5fcae7 2024-09-11T07:25:03.682 INFO:teuthology.orchestra.run.smithi017.stdout:osd.3 smithi017 running (9m) 91s ago 9m 361M 4096M 16.2.4 8d91d370c2b8 59fc76e234d1 2024-09-11T07:25:03.682 INFO:teuthology.orchestra.run.smithi017.stdout:osd.4 smithi045 running (9m) 94s ago 9m 376M 4096M 16.2.4 8d91d370c2b8 3dc1e394cdfa 2024-09-11T07:25:03.682 INFO:teuthology.orchestra.run.smithi017.stdout:osd.5 smithi045 running (8m) 94s ago 8m 398M 4096M 16.2.4 8d91d370c2b8 ec6745fcdd10 2024-09-11T07:25:03.682 INFO:teuthology.orchestra.run.smithi017.stdout:osd.6 smithi045 running (8m) 94s ago 8m 335M 4096M 16.2.4 8d91d370c2b8 788633f8efc6 2024-09-11T07:25:03.683 INFO:teuthology.orchestra.run.smithi017.stdout:osd.7 smithi045 running (8m) 94s ago 8m 492M 4096M 16.2.4 8d91d370c2b8 162523c68393 2024-09-11T07:25:03.683 INFO:teuthology.orchestra.run.smithi017.stdout:prometheus.smithi017 smithi017 *:9095 error 91s ago 11m 45.6M - 2.18.1 de242295e225 5d1f02a1080f 2024-09-11T07:25:04.066 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:25:04.066 INFO:teuthology.orchestra.run.smithi017.stdout: "mon": { 2024-09-11T07:25:04.066 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-11T07:25:04.066 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:25:04.067 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr": { 2024-09-11T07:25:04.067 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:25:04.067 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:25:04.067 INFO:teuthology.orchestra.run.smithi017.stdout: "osd": { 2024-09-11T07:25:04.067 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-11T07:25:04.067 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:25:04.067 INFO:teuthology.orchestra.run.smithi017.stdout: "mds": { 2024-09-11T07:25:04.067 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-11T07:25:04.067 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:25:04.067 INFO:teuthology.orchestra.run.smithi017.stdout: "overall": { 2024-09-11T07:25:04.067 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 12, 2024-09-11T07:25:04.067 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:25:04.067 INFO:teuthology.orchestra.run.smithi017.stdout: } 2024-09-11T07:25:04.068 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:25:04.390 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:25:04.390 INFO:teuthology.orchestra.run.smithi017.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T07:25:04.390 INFO:teuthology.orchestra.run.smithi017.stdout: "in_progress": true, 2024-09-11T07:25:04.390 INFO:teuthology.orchestra.run.smithi017.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-11T07:25:04.390 INFO:teuthology.orchestra.run.smithi017.stdout: "services_complete": [ 2024-09-11T07:25:04.390 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr" 2024-09-11T07:25:04.390 INFO:teuthology.orchestra.run.smithi017.stdout: ], 2024-09-11T07:25:04.390 INFO:teuthology.orchestra.run.smithi017.stdout: "progress": "2/23 daemons upgraded", 2024-09-11T07:25:04.390 INFO:teuthology.orchestra.run.smithi017.stdout: "message": "Currently upgrading mgr daemons", 2024-09-11T07:25:04.391 INFO:teuthology.orchestra.run.smithi017.stdout: "is_paused": false 2024-09-11T07:25:04.391 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:25:04.549 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.59 MB/sec execute 262 sec latency 251256.828 ms 2024-09-11T07:25:04.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:25:03.026971+0000 mgr.smithi045.wavrrv (mgr.24421) 207 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:25:04.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:03.077971+0000 mgr.smithi045.wavrrv (mgr.24421) 208 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:25:04.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:25:03.352041+0000 mgr.smithi045.wavrrv (mgr.24421) 209 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:25:04.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:25:04.065014+0000 mon.smithi017 (mon.0) 826 : audit [DBG] from='client.? 172.21.15.17:0/966781260' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:25:04.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:25:03.026971+0000 mgr.smithi045.wavrrv (mgr.24421) 207 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:25:04.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:03.077971+0000 mgr.smithi045.wavrrv (mgr.24421) 208 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:25:04.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:25:03.352041+0000 mgr.smithi045.wavrrv (mgr.24421) 209 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:25:04.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:25:04.065014+0000 mon.smithi017 (mon.0) 826 : audit [DBG] from='client.? 172.21.15.17:0/966781260' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:25:05.549 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.59 MB/sec execute 263 sec latency 252256.913 ms 2024-09-11T07:25:05.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:05 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:25:03.670200+0000 mgr.smithi045.wavrrv (mgr.24421) 210 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:25:05.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:05 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:25:04.388448+0000 mgr.smithi045.wavrrv (mgr.24421) 211 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:25:05.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:05 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:25:03.670200+0000 mgr.smithi045.wavrrv (mgr.24421) 210 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:25:05.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:05 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:25:04.388448+0000 mgr.smithi045.wavrrv (mgr.24421) 211 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:25:06.549 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.58 MB/sec execute 264 sec latency 253257.025 ms 2024-09-11T07:25:06.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:06 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:05.078344+0000 mgr.smithi045.wavrrv (mgr.24421) 212 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:25:06.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:06 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:25:05.503940+0000 mon.smithi045 (mon.1) 98 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:25:06.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:06 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:05.078344+0000 mgr.smithi045.wavrrv (mgr.24421) 212 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:25:06.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:06 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:25:05.503940+0000 mon.smithi045 (mon.1) 98 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:25:07.549 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.58 MB/sec execute 265 sec latency 254257.134 ms 2024-09-11T07:25:07.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:06.899737+0000 mds.foofs.smithi045.gxtxww (mds.0) 48 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 244.494143 secs 2024-09-11T07:25:07.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:06.899742+0000 mds.foofs.smithi045.gxtxww (mds.0) 49 : cluster [WRN] slow request 244.494143 seconds old, received at 2024-09-11T07:21:02.405565+0000: client_request(client.14746:4 getattr pAsLsXsFs #0x100000046d6 2024-09-11T07:21:02.405499+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2024-09-11T07:25:07.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:06.899768+0000 mds.foofs.smithi045.gxtxww (mds.0) 50 : cluster [WRN] client.14552 isn't responding to mclientcaps(revoke), ino 0x100000046d6 pending pAsxLsXsxFcb issued pAsxLsXsxFsxcrwb, sent 244.494158 seconds ago 2024-09-11T07:25:07.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:06.899737+0000 mds.foofs.smithi045.gxtxww (mds.0) 48 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 244.494143 secs 2024-09-11T07:25:07.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:06.899742+0000 mds.foofs.smithi045.gxtxww (mds.0) 49 : cluster [WRN] slow request 244.494143 seconds old, received at 2024-09-11T07:21:02.405565+0000: client_request(client.14746:4 getattr pAsLsXsFs #0x100000046d6 2024-09-11T07:21:02.405499+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2024-09-11T07:25:07.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:06.899768+0000 mds.foofs.smithi045.gxtxww (mds.0) 50 : cluster [WRN] client.14552 isn't responding to mclientcaps(revoke), ino 0x100000046d6 pending pAsxLsXsxFcb issued pAsxLsXsxFsxcrwb, sent 244.494158 seconds ago 2024-09-11T07:25:08.549 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.58 MB/sec execute 266 sec latency 255257.263 ms 2024-09-11T07:25:08.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:08 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:07.079035+0000 mgr.smithi045.wavrrv (mgr.24421) 213 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:25:08.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:08 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:07.079035+0000 mgr.smithi045.wavrrv (mgr.24421) 213 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:25:09.550 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.58 MB/sec execute 267 sec latency 256257.374 ms 2024-09-11T07:25:10.550 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.57 MB/sec execute 268 sec latency 257257.529 ms 2024-09-11T07:25:10.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:10 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:09.079598+0000 mgr.smithi045.wavrrv (mgr.24421) 214 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:25:10.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:10 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:09.079598+0000 mgr.smithi045.wavrrv (mgr.24421) 214 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:25:11.550 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.57 MB/sec execute 269 sec latency 258257.610 ms 2024-09-11T07:25:12.550 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.57 MB/sec execute 270 sec latency 259257.742 ms 2024-09-11T07:25:12.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:12 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:11.080135+0000 mgr.smithi045.wavrrv (mgr.24421) 215 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:25:12.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:12 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:11.899854+0000 mds.foofs.smithi045.gxtxww (mds.0) 51 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 249.494267 secs 2024-09-11T07:25:12.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:12 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:11.080135+0000 mgr.smithi045.wavrrv (mgr.24421) 215 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:25:12.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:12 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:11.899854+0000 mds.foofs.smithi045.gxtxww (mds.0) 51 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 249.494267 secs 2024-09-11T07:25:13.550 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.57 MB/sec execute 271 sec latency 260257.863 ms 2024-09-11T07:25:14.550 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.57 MB/sec execute 272 sec latency 261257.986 ms 2024-09-11T07:25:14.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:13.080977+0000 mgr.smithi045.wavrrv (mgr.24421) 216 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:25:14.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:14 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:13.080977+0000 mgr.smithi045.wavrrv (mgr.24421) 216 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:25:15.550 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.56 MB/sec execute 273 sec latency 262258.130 ms 2024-09-11T07:25:16.551 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.56 MB/sec execute 274 sec latency 263258.243 ms 2024-09-11T07:25:16.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:15.081421+0000 mgr.smithi045.wavrrv (mgr.24421) 217 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:25:16.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:15.081421+0000 mgr.smithi045.wavrrv (mgr.24421) 217 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:25:17.550 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.56 MB/sec execute 275 sec latency 264258.353 ms 2024-09-11T07:25:17.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:17 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:16.899995+0000 mds.foofs.smithi045.gxtxww (mds.0) 52 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 254.494392 secs 2024-09-11T07:25:17.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:17 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:16.899995+0000 mds.foofs.smithi045.gxtxww (mds.0) 52 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 254.494392 secs 2024-09-11T07:25:18.550 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.56 MB/sec execute 276 sec latency 265258.479 ms 2024-09-11T07:25:18.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:18 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:17.082242+0000 mgr.smithi045.wavrrv (mgr.24421) 218 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:25:18.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:18 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:17.082242+0000 mgr.smithi045.wavrrv (mgr.24421) 218 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:25:19.551 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.56 MB/sec execute 277 sec latency 266258.632 ms 2024-09-11T07:25:20.551 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.55 MB/sec execute 278 sec latency 267258.777 ms 2024-09-11T07:25:20.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:20 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:19.082636+0000 mgr.smithi045.wavrrv (mgr.24421) 219 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:25:20.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:20 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:19.082636+0000 mgr.smithi045.wavrrv (mgr.24421) 219 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:25:21.551 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.55 MB/sec execute 279 sec latency 268258.866 ms 2024-09-11T07:25:21.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:25:20.504407+0000 mon.smithi045 (mon.1) 99 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:25:21.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:25:20.504407+0000 mon.smithi045 (mon.1) 99 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:25:22.551 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.55 MB/sec execute 280 sec latency 269258.957 ms 2024-09-11T07:25:22.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:22 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:21.083121+0000 mgr.smithi045.wavrrv (mgr.24421) 220 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:25:22.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:22 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:21.900115+0000 mds.foofs.smithi045.gxtxww (mds.0) 53 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 259.494514 secs 2024-09-11T07:25:22.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:22 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:21.083121+0000 mgr.smithi045.wavrrv (mgr.24421) 220 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:25:22.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:22 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:21.900115+0000 mds.foofs.smithi045.gxtxww (mds.0) 53 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 259.494514 secs 2024-09-11T07:25:23.551 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.55 MB/sec execute 281 sec latency 270259.068 ms 2024-09-11T07:25:24.551 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.55 MB/sec execute 282 sec latency 271259.168 ms 2024-09-11T07:25:24.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:24 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:23.084037+0000 mgr.smithi045.wavrrv (mgr.24421) 221 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:25:24.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:24 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:23.084037+0000 mgr.smithi045.wavrrv (mgr.24421) 221 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:25:25.551 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.54 MB/sec execute 283 sec latency 272259.277 ms 2024-09-11T07:25:26.551 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.54 MB/sec execute 284 sec latency 273259.398 ms 2024-09-11T07:25:26.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:26 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:25.084597+0000 mgr.smithi045.wavrrv (mgr.24421) 222 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:25:26.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:26 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:25.084597+0000 mgr.smithi045.wavrrv (mgr.24421) 222 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:25:27.552 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.54 MB/sec execute 285 sec latency 274259.510 ms 2024-09-11T07:25:27.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:27 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:26.900245+0000 mds.foofs.smithi045.gxtxww (mds.0) 54 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 264.494644 secs 2024-09-11T07:25:27.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:27 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:26.900245+0000 mds.foofs.smithi045.gxtxww (mds.0) 54 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 264.494644 secs 2024-09-11T07:25:28.552 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.54 MB/sec execute 286 sec latency 275259.578 ms 2024-09-11T07:25:28.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:28 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:27.085492+0000 mgr.smithi045.wavrrv (mgr.24421) 223 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:25:28.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:28 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:27.085492+0000 mgr.smithi045.wavrrv (mgr.24421) 223 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:25:29.552 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.54 MB/sec execute 287 sec latency 276259.651 ms 2024-09-11T07:25:30.552 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.53 MB/sec execute 288 sec latency 277259.762 ms 2024-09-11T07:25:30.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:30 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:29.085838+0000 mgr.smithi045.wavrrv (mgr.24421) 224 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:25:30.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:30 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:29.085838+0000 mgr.smithi045.wavrrv (mgr.24421) 224 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:25:31.552 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.53 MB/sec execute 289 sec latency 278259.887 ms 2024-09-11T07:25:32.552 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.53 MB/sec execute 290 sec latency 279259.992 ms 2024-09-11T07:25:32.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:32 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:31.086163+0000 mgr.smithi045.wavrrv (mgr.24421) 225 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:25:32.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:32 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:31.900365+0000 mds.foofs.smithi045.gxtxww (mds.0) 55 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 269.494779 secs 2024-09-11T07:25:32.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:32 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:31.086163+0000 mgr.smithi045.wavrrv (mgr.24421) 225 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:25:32.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:32 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:31.900365+0000 mds.foofs.smithi045.gxtxww (mds.0) 55 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 269.494779 secs 2024-09-11T07:25:33.552 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.53 MB/sec execute 291 sec latency 280260.113 ms 2024-09-11T07:25:34.552 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.53 MB/sec execute 292 sec latency 281260.181 ms 2024-09-11T07:25:34.741 INFO:teuthology.orchestra.run.smithi017.stdout:true 2024-09-11T07:25:34.742 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:34 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:33.087072+0000 mgr.smithi045.wavrrv (mgr.24421) 226 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:25:34.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:34 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:33.087072+0000 mgr.smithi045.wavrrv (mgr.24421) 226 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:25:35.377 INFO:teuthology.orchestra.run.smithi017.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T07:25:35.378 INFO:teuthology.orchestra.run.smithi017.stdout:alertmanager.smithi017 smithi017 *:9093,9094 running (11m) 2m ago 12m 19.1M - 0.20.0 0881eb8f169f 8ff211b4e457 2024-09-11T07:25:35.378 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi017 smithi017 running (12m) 2m ago 12m 6395k - 16.2.4 8d91d370c2b8 cfba143c9b6f 2024-09-11T07:25:35.378 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi045 smithi045 running (11m) 2m ago 11m 6409k - 16.2.4 8d91d370c2b8 b3a463d5f314 2024-09-11T07:25:35.378 INFO:teuthology.orchestra.run.smithi017.stdout:grafana.smithi017 smithi017 *:3000 running (11m) 2m ago 12m 34.8M - 6.7.4 557c83e11646 24bbf4d58b8c 2024-09-11T07:25:35.378 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi017.utzzzp smithi017 running (7m) 2m ago 7m 13.2M - 16.2.4 8d91d370c2b8 711da931e1f1 2024-09-11T07:25:35.378 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi045.gxtxww smithi045 running (7m) 2m ago 7m 40.5M - 16.2.4 8d91d370c2b8 8de08b53c390 2024-09-11T07:25:35.378 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi017.qgiuqa smithi017 *:8443,9283 running (2m) 2m ago 14m 81.7M - 17.2.7-1623-gd0e6828a 4a918172a497 1a5c10d7a16e 2024-09-11T07:25:35.378 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi045.wavrrv smithi045 *:8443,9283 running (5m) 2m ago 11m 453M - 17.2.7-1623-gd0e6828a 4a918172a497 d0118f3daec5 2024-09-11T07:25:35.378 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi017 smithi017 running (14m) 2m ago 14m 56.9M 2048M 16.2.4 8d91d370c2b8 a0e09aaa1101 2024-09-11T07:25:35.378 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi045 smithi045 running (11m) 2m ago 11m 47.0M 2048M 16.2.4 8d91d370c2b8 275188c394ab 2024-09-11T07:25:35.378 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.0.0.smithi017.yhlpto smithi017 *:2049 running (4m) 2m ago 4m 76.7M - 3.5 8d91d370c2b8 4d43393feaee 2024-09-11T07:25:35.378 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.1.0.smithi045.sirexv smithi045 *:2049 running (4m) 2m ago 4m 76.6M - 3.5 8d91d370c2b8 0795be2c25de 2024-09-11T07:25:35.379 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi017 smithi017 *:9100 running (12m) 2m ago 12m 17.0M - 0.18.1 e5a616e4b9cf 3ae9bdfa57df 2024-09-11T07:25:35.379 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi045 smithi045 *:9100 running (11m) 2m ago 11m 17.0M - 0.18.1 e5a616e4b9cf 517c959affda 2024-09-11T07:25:35.379 INFO:teuthology.orchestra.run.smithi017.stdout:osd.0 smithi017 running (11m) 2m ago 11m 382M 4096M 16.2.4 8d91d370c2b8 432bd5329ca6 2024-09-11T07:25:35.379 INFO:teuthology.orchestra.run.smithi017.stdout:osd.1 smithi017 running (10m) 2m ago 10m 288M 4096M 16.2.4 8d91d370c2b8 b9bde4672d10 2024-09-11T07:25:35.379 INFO:teuthology.orchestra.run.smithi017.stdout:osd.2 smithi017 running (10m) 2m ago 10m 252M 4096M 16.2.4 8d91d370c2b8 a42eeb5fcae7 2024-09-11T07:25:35.379 INFO:teuthology.orchestra.run.smithi017.stdout:osd.3 smithi017 running (10m) 2m ago 10m 361M 4096M 16.2.4 8d91d370c2b8 59fc76e234d1 2024-09-11T07:25:35.379 INFO:teuthology.orchestra.run.smithi017.stdout:osd.4 smithi045 running (9m) 2m ago 9m 376M 4096M 16.2.4 8d91d370c2b8 3dc1e394cdfa 2024-09-11T07:25:35.379 INFO:teuthology.orchestra.run.smithi017.stdout:osd.5 smithi045 running (9m) 2m ago 9m 398M 4096M 16.2.4 8d91d370c2b8 ec6745fcdd10 2024-09-11T07:25:35.379 INFO:teuthology.orchestra.run.smithi017.stdout:osd.6 smithi045 running (9m) 2m ago 9m 335M 4096M 16.2.4 8d91d370c2b8 788633f8efc6 2024-09-11T07:25:35.379 INFO:teuthology.orchestra.run.smithi017.stdout:osd.7 smithi045 running (8m) 2m ago 8m 492M 4096M 16.2.4 8d91d370c2b8 162523c68393 2024-09-11T07:25:35.379 INFO:teuthology.orchestra.run.smithi017.stdout:prometheus.smithi017 smithi017 *:9095 error 2m ago 12m 45.6M - 2.18.1 de242295e225 5d1f02a1080f 2024-09-11T07:25:35.552 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.53 MB/sec execute 293 sec latency 282260.218 ms 2024-09-11T07:25:35.763 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:25:35.763 INFO:teuthology.orchestra.run.smithi017.stdout: "mon": { 2024-09-11T07:25:35.763 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-11T07:25:35.763 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:25:35.763 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr": { 2024-09-11T07:25:35.763 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:25:35.763 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:25:35.763 INFO:teuthology.orchestra.run.smithi017.stdout: "osd": { 2024-09-11T07:25:35.764 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-11T07:25:35.764 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:25:35.764 INFO:teuthology.orchestra.run.smithi017.stdout: "mds": { 2024-09-11T07:25:35.764 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-11T07:25:35.764 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:25:35.764 INFO:teuthology.orchestra.run.smithi017.stdout: "overall": { 2024-09-11T07:25:35.764 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 12, 2024-09-11T07:25:35.764 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:25:35.764 INFO:teuthology.orchestra.run.smithi017.stdout: } 2024-09-11T07:25:35.764 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:25:36.097 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:25:36.097 INFO:teuthology.orchestra.run.smithi017.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T07:25:36.097 INFO:teuthology.orchestra.run.smithi017.stdout: "in_progress": true, 2024-09-11T07:25:36.097 INFO:teuthology.orchestra.run.smithi017.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-11T07:25:36.098 INFO:teuthology.orchestra.run.smithi017.stdout: "services_complete": [ 2024-09-11T07:25:36.098 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr" 2024-09-11T07:25:36.098 INFO:teuthology.orchestra.run.smithi017.stdout: ], 2024-09-11T07:25:36.098 INFO:teuthology.orchestra.run.smithi017.stdout: "progress": "2/23 daemons upgraded", 2024-09-11T07:25:36.098 INFO:teuthology.orchestra.run.smithi017.stdout: "message": "Currently upgrading mgr daemons", 2024-09-11T07:25:36.098 INFO:teuthology.orchestra.run.smithi017.stdout: "is_paused": false 2024-09-11T07:25:36.099 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:25:36.552 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.52 MB/sec execute 294 sec latency 283260.352 ms 2024-09-11T07:25:36.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:36 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:25:34.726870+0000 mgr.smithi045.wavrrv (mgr.24421) 227 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:25:36.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:36 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:25:35.050370+0000 mgr.smithi045.wavrrv (mgr.24421) 228 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:25:36.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:36 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:35.087469+0000 mgr.smithi045.wavrrv (mgr.24421) 229 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:25:36.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:36 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:25:35.366281+0000 mgr.smithi045.wavrrv (mgr.24421) 230 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:25:36.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:36 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:25:35.504670+0000 mon.smithi045 (mon.1) 100 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:25:36.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:36 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:25:35.761783+0000 mon.smithi017 (mon.0) 827 : audit [DBG] from='client.? 172.21.15.17:0/2619749854' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:25:36.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:36 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:25:34.726870+0000 mgr.smithi045.wavrrv (mgr.24421) 227 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:25:36.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:36 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:25:35.050370+0000 mgr.smithi045.wavrrv (mgr.24421) 228 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:25:36.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:36 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:35.087469+0000 mgr.smithi045.wavrrv (mgr.24421) 229 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:25:36.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:36 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:25:35.366281+0000 mgr.smithi045.wavrrv (mgr.24421) 230 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:25:36.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:36 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:25:35.504670+0000 mon.smithi045 (mon.1) 100 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:25:36.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:36 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:25:35.761783+0000 mon.smithi017 (mon.0) 827 : audit [DBG] from='client.? 172.21.15.17:0/2619749854' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:25:37.552 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.52 MB/sec execute 295 sec latency 284260.427 ms 2024-09-11T07:25:37.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:37 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:25:36.095202+0000 mgr.smithi045.wavrrv (mgr.24421) 231 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:25:37.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:37 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:36.900516+0000 mds.foofs.smithi045.gxtxww (mds.0) 56 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 274.494915 secs 2024-09-11T07:25:37.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:37 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:25:36.095202+0000 mgr.smithi045.wavrrv (mgr.24421) 231 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:25:37.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:37 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:36.900516+0000 mds.foofs.smithi045.gxtxww (mds.0) 56 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 274.494915 secs 2024-09-11T07:25:38.553 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.52 MB/sec execute 296 sec latency 285260.532 ms 2024-09-11T07:25:38.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:38 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:37.088373+0000 mgr.smithi045.wavrrv (mgr.24421) 232 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:25:38.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:38 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:37.088373+0000 mgr.smithi045.wavrrv (mgr.24421) 232 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:25:39.553 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.52 MB/sec execute 297 sec latency 286260.639 ms 2024-09-11T07:25:40.553 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.52 MB/sec execute 298 sec latency 287260.760 ms 2024-09-11T07:25:40.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:40 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:39.088834+0000 mgr.smithi045.wavrrv (mgr.24421) 233 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:25:40.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:39.088834+0000 mgr.smithi045.wavrrv (mgr.24421) 233 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:25:41.553 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.52 MB/sec execute 299 sec latency 288260.890 ms 2024-09-11T07:25:42.553 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.51 MB/sec execute 300 sec latency 289260.998 ms 2024-09-11T07:25:42.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:42 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:41.089393+0000 mgr.smithi045.wavrrv (mgr.24421) 234 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:25:42.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:42 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:41.900633+0000 mds.foofs.smithi045.gxtxww (mds.0) 57 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 279.495033 secs 2024-09-11T07:25:42.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:41.089393+0000 mgr.smithi045.wavrrv (mgr.24421) 234 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:25:42.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:41.900633+0000 mds.foofs.smithi045.gxtxww (mds.0) 57 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 279.495033 secs 2024-09-11T07:25:43.553 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.51 MB/sec execute 301 sec latency 290261.095 ms 2024-09-11T07:25:44.553 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.51 MB/sec execute 302 sec latency 291261.210 ms 2024-09-11T07:25:44.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:43.090155+0000 mgr.smithi045.wavrrv (mgr.24421) 235 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:25:44.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:43.090155+0000 mgr.smithi045.wavrrv (mgr.24421) 235 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:25:45.553 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.51 MB/sec execute 303 sec latency 292261.290 ms 2024-09-11T07:25:46.553 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.51 MB/sec execute 304 sec latency 293261.376 ms 2024-09-11T07:25:46.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:46 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:45.090609+0000 mgr.smithi045.wavrrv (mgr.24421) 236 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:25:46.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:46 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:45.090609+0000 mgr.smithi045.wavrrv (mgr.24421) 236 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:25:47.554 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.50 MB/sec execute 305 sec latency 294261.484 ms 2024-09-11T07:25:47.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:47 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:46.900766+0000 mds.foofs.smithi045.gxtxww (mds.0) 58 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 284.495166 secs 2024-09-11T07:25:47.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:47 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:46.900811+0000 mds.foofs.smithi045.gxtxww (mds.0) 59 : cluster [WRN] evicting unresponsive client smithi045:foo1 (24319), after 302.101 seconds 2024-09-11T07:25:47.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:47 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:46.900827+0000 mds.foofs.smithi045.gxtxww (mds.0) 60 : cluster [INF] Evicting (and blocklisting) client session 24319 (172.21.15.45:0/2940988661) 2024-09-11T07:25:47.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:47 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:25:46.901131+0000 mon.smithi045 (mon.1) 101 : audit [INF] from='mds.? [v2:172.21.15.45:6832/2161648306,v1:172.21.15.45:6833/2161648306]' entity='mds.foofs.smithi045.gxtxww' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.45:0/2940988661"}]: dispatch 2024-09-11T07:25:47.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:47 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:25:46.901822+0000 mon.smithi017 (mon.0) 828 : audit [INF] from='mds.? ' entity='mds.foofs.smithi045.gxtxww' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.45:0/2940988661"}]: dispatch 2024-09-11T07:25:47.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:47 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:46.900766+0000 mds.foofs.smithi045.gxtxww (mds.0) 58 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 284.495166 secs 2024-09-11T07:25:47.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:47 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:46.900811+0000 mds.foofs.smithi045.gxtxww (mds.0) 59 : cluster [WRN] evicting unresponsive client smithi045:foo1 (24319), after 302.101 seconds 2024-09-11T07:25:47.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:47 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:46.900827+0000 mds.foofs.smithi045.gxtxww (mds.0) 60 : cluster [INF] Evicting (and blocklisting) client session 24319 (172.21.15.45:0/2940988661) 2024-09-11T07:25:47.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:47 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:25:46.901131+0000 mon.smithi045 (mon.1) 101 : audit [INF] from='mds.? [v2:172.21.15.45:6832/2161648306,v1:172.21.15.45:6833/2161648306]' entity='mds.foofs.smithi045.gxtxww' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.45:0/2940988661"}]: dispatch 2024-09-11T07:25:47.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:47 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:25:46.901822+0000 mon.smithi017 (mon.0) 828 : audit [INF] from='mds.? ' entity='mds.foofs.smithi045.gxtxww' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.45:0/2940988661"}]: dispatch 2024-09-11T07:25:48.554 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.50 MB/sec execute 306 sec latency 295261.606 ms 2024-09-11T07:25:48.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:47.091484+0000 mgr.smithi045.wavrrv (mgr.24421) 237 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:25:48.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:25:47.503283+0000 mon.smithi017 (mon.0) 829 : audit [INF] from='mds.? ' entity='mds.foofs.smithi045.gxtxww' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.45:0/2940988661"}]': finished 2024-09-11T07:25:48.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:47.503365+0000 mon.smithi017 (mon.0) 830 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-09-11T07:25:48.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:48 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:47.091484+0000 mgr.smithi045.wavrrv (mgr.24421) 237 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:25:48.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:48 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:25:47.503283+0000 mon.smithi017 (mon.0) 829 : audit [INF] from='mds.? ' entity='mds.foofs.smithi045.gxtxww' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.45:0/2940988661"}]': finished 2024-09-11T07:25:48.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:48 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:47.503365+0000 mon.smithi017 (mon.0) 830 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-09-11T07:25:49.554 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.50 MB/sec execute 307 sec latency 296261.667 ms 2024-09-11T07:25:50.554 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.50 MB/sec execute 308 sec latency 297261.752 ms 2024-09-11T07:25:50.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:50 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:49.092024+0000 mgr.smithi045.wavrrv (mgr.24421) 238 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-11T07:25:50.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:50 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:49.092024+0000 mgr.smithi045.wavrrv (mgr.24421) 238 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-11T07:25:51.554 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.50 MB/sec execute 309 sec latency 298261.813 ms 2024-09-11T07:25:51.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:51 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:25:50.504811+0000 mon.smithi045 (mon.1) 102 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:25:51.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:51 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:25:50.504811+0000 mon.smithi045 (mon.1) 102 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:25:52.554 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.50 MB/sec execute 310 sec latency 299261.919 ms 2024-09-11T07:25:52.691 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:52 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:51.092462+0000 mgr.smithi045.wavrrv (mgr.24421) 239 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-11T07:25:52.691 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:52 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:51.900887+0000 mds.foofs.smithi045.gxtxww (mds.0) 61 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 289.495287 secs 2024-09-11T07:25:52.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:52 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:51.092462+0000 mgr.smithi045.wavrrv (mgr.24421) 239 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-11T07:25:52.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:52 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:51.900887+0000 mds.foofs.smithi045.gxtxww (mds.0) 61 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 289.495287 secs 2024-09-11T07:25:53.554 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.50 MB/sec execute 311 sec latency 300262.021 ms 2024-09-11T07:25:54.554 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.49 MB/sec execute 312 sec latency 301262.146 ms 2024-09-11T07:25:54.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:53.093273+0000 mgr.smithi045.wavrrv (mgr.24421) 240 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-09-11T07:25:54.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:53.093273+0000 mgr.smithi045.wavrrv (mgr.24421) 240 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-09-11T07:25:55.554 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.49 MB/sec execute 313 sec latency 302262.252 ms 2024-09-11T07:25:56.554 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.49 MB/sec execute 314 sec latency 303262.376 ms 2024-09-11T07:25:56.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:55.093853+0000 mgr.smithi045.wavrrv (mgr.24421) 241 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-09-11T07:25:56.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:55.093853+0000 mgr.smithi045.wavrrv (mgr.24421) 241 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-09-11T07:25:57.555 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100007 0.49 MB/sec execute 315 sec latency 304262.439 ms 2024-09-11T07:25:57.693 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:57 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:56.900998+0000 mds.foofs.smithi045.gxtxww (mds.0) 62 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 294.495396 secs 2024-09-11T07:25:57.693 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:57 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:56.901037+0000 mds.foofs.smithi045.gxtxww (mds.0) 63 : cluster [WRN] evicting unresponsive client smithi017:foo1 (14552), after 319.201 seconds 2024-09-11T07:25:57.693 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:57 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:56.901052+0000 mds.foofs.smithi045.gxtxww (mds.0) 64 : cluster [INF] Evicting (and blocklisting) client session 14552 (172.21.15.17:0/3736502699) 2024-09-11T07:25:57.693 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:57 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:25:56.901515+0000 mon.smithi045 (mon.1) 103 : audit [INF] from='mds.? [v2:172.21.15.45:6832/2161648306,v1:172.21.15.45:6833/2161648306]' entity='mds.foofs.smithi045.gxtxww' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.17:0/3736502699"}]: dispatch 2024-09-11T07:25:57.693 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:57 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:25:56.902132+0000 mon.smithi017 (mon.0) 831 : audit [INF] from='mds.? ' entity='mds.foofs.smithi045.gxtxww' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.17:0/3736502699"}]: dispatch 2024-09-11T07:25:57.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:57 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:56.900998+0000 mds.foofs.smithi045.gxtxww (mds.0) 62 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 294.495396 secs 2024-09-11T07:25:57.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:57 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:56.901037+0000 mds.foofs.smithi045.gxtxww (mds.0) 63 : cluster [WRN] evicting unresponsive client smithi017:foo1 (14552), after 319.201 seconds 2024-09-11T07:25:57.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:57 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:56.901052+0000 mds.foofs.smithi045.gxtxww (mds.0) 64 : cluster [INF] Evicting (and blocklisting) client session 14552 (172.21.15.17:0/3736502699) 2024-09-11T07:25:57.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:57 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:25:56.901515+0000 mon.smithi045 (mon.1) 103 : audit [INF] from='mds.? [v2:172.21.15.45:6832/2161648306,v1:172.21.15.45:6833/2161648306]' entity='mds.foofs.smithi045.gxtxww' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.17:0/3736502699"}]: dispatch 2024-09-11T07:25:57.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:57 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:25:56.902132+0000 mon.smithi017 (mon.0) 831 : audit [INF] from='mds.? ' entity='mds.foofs.smithi045.gxtxww' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.17:0/3736502699"}]: dispatch 2024-09-11T07:25:58.555 INFO:teuthology.orchestra.run.smithi017.stdout: 5 100467 0.53 MB/sec execute 316 sec latency 304413.474 ms 2024-09-11T07:25:58.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:57.094603+0000 mgr.smithi045.wavrrv (mgr.24421) 242 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-09-11T07:25:58.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:25:57.527591+0000 mon.smithi017 (mon.0) 832 : audit [INF] from='mds.? ' entity='mds.foofs.smithi045.gxtxww' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.17:0/3736502699"}]': finished 2024-09-11T07:25:58.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:57.527738+0000 mon.smithi017 (mon.0) 833 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-09-11T07:25:58.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:58 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:57.094603+0000 mgr.smithi045.wavrrv (mgr.24421) 242 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-09-11T07:25:58.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:58 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:25:57.527591+0000 mon.smithi017 (mon.0) 832 : audit [INF] from='mds.? ' entity='mds.foofs.smithi045.gxtxww' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.17:0/3736502699"}]': finished 2024-09-11T07:25:58.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:58 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:57.527738+0000 mon.smithi017 (mon.0) 833 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-09-11T07:25:59.555 INFO:teuthology.orchestra.run.smithi017.stdout: 5 101056 0.57 MB/sec execute 317 sec latency 26.151 ms 2024-09-11T07:25:59.823 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:59 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:25:58.613570+0000 mon.smithi017 (mon.0) 834 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:25:59.824 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:59 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:25:58.619485+0000 mon.smithi017 (mon.0) 835 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:25:59.824 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:59 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:25:58.621489+0000 mon.smithi045 (mon.1) 104 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:25:59.824 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:59 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:25:58.622442+0000 mon.smithi045 (mon.1) 105 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:25:59.824 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:59 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:25:58.628269+0000 mon.smithi017 (mon.0) 836 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:25:59.824 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:25:59 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:25:58.636394+0000 mon.smithi017 (mon.0) 837 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:26:00.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:59 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:25:58.613570+0000 mon.smithi017 (mon.0) 834 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:26:00.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:59 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:25:58.619485+0000 mon.smithi017 (mon.0) 835 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:26:00.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:59 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:25:58.621489+0000 mon.smithi045 (mon.1) 104 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:26:00.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:59 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:25:58.622442+0000 mon.smithi045 (mon.1) 105 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:26:00.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:59 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:25:58.628269+0000 mon.smithi017 (mon.0) 836 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:26:00.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:25:59 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:25:58.636394+0000 mon.smithi017 (mon.0) 837 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' 2024-09-11T07:26:00.555 INFO:teuthology.orchestra.run.smithi017.stdout: 5 101639 0.61 MB/sec execute 318 sec latency 41.265 ms 2024-09-11T07:26:00.628 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:00 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:25:58.623168+0000 mgr.smithi045.wavrrv (mgr.24421) 243 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:26:00.628 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:00 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:58.623922+0000 mgr.smithi045.wavrrv (mgr.24421) 244 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 214 B/s rd, 214 B/s wr, 0 op/s 2024-09-11T07:26:00.628 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:00 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:25:58.723856+0000 mgr.smithi045.wavrrv (mgr.24421) 245 : cephadm [INF] Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:26:00.628 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:00 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:25:58.730222+0000 mgr.smithi045.wavrrv (mgr.24421) 246 : cephadm [INF] Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:26:00.628 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:00 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:25:59.619963+0000 mon.smithi017 (mon.0) 838 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-11T07:26:01.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:00 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:25:58.623168+0000 mgr.smithi045.wavrrv (mgr.24421) 243 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:26:01.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:00 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:58.623922+0000 mgr.smithi045.wavrrv (mgr.24421) 244 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 214 B/s rd, 214 B/s wr, 0 op/s 2024-09-11T07:26:01.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:00 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:25:58.723856+0000 mgr.smithi045.wavrrv (mgr.24421) 245 : cephadm [INF] Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:26:01.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:00 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:25:58.730222+0000 mgr.smithi045.wavrrv (mgr.24421) 246 : cephadm [INF] Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:26:01.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:00 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:25:59.619963+0000 mon.smithi017 (mon.0) 838 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-11T07:26:01.555 INFO:teuthology.orchestra.run.smithi017.stdout: 5 102200 0.65 MB/sec execute 319 sec latency 35.378 ms 2024-09-11T07:26:02.555 INFO:teuthology.orchestra.run.smithi017.stdout: 5 102744 0.70 MB/sec execute 320 sec latency 39.322 ms 2024-09-11T07:26:02.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:02 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:00.624243+0000 mgr.smithi045.wavrrv (mgr.24421) 247 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 214 B/s rd, 214 B/s wr, 0 op/s 2024-09-11T07:26:02.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:02 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:02.544907+0000 mon.smithi017 (mon.0) 839 : cluster [INF] MDS health message cleared (mds.?): Client smithi017:foo1 failing to respond to capability release 2024-09-11T07:26:02.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:02 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:02.544935+0000 mon.smithi017 (mon.0) 840 : cluster [INF] MDS health message cleared (mds.?): 1 slow requests are blocked > 30 secs 2024-09-11T07:26:03.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:02 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:00.624243+0000 mgr.smithi045.wavrrv (mgr.24421) 247 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 325 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 214 B/s rd, 214 B/s wr, 0 op/s 2024-09-11T07:26:03.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:02 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:02.544907+0000 mon.smithi017 (mon.0) 839 : cluster [INF] MDS health message cleared (mds.?): Client smithi017:foo1 failing to respond to capability release 2024-09-11T07:26:03.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:02 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:02.544935+0000 mon.smithi017 (mon.0) 840 : cluster [INF] MDS health message cleared (mds.?): 1 slow requests are blocked > 30 secs 2024-09-11T07:26:03.555 INFO:teuthology.orchestra.run.smithi017.stdout: 5 103242 0.75 MB/sec execute 321 sec latency 42.553 ms 2024-09-11T07:26:03.878 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:03 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:02.619884+0000 mon.smithi017 (mon.0) 841 : cluster [INF] Health check cleared: MDS_CLIENT_LATE_RELEASE (was: 1 clients failing to respond to capability release) 2024-09-11T07:26:03.878 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:03 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:02.619916+0000 mon.smithi017 (mon.0) 842 : cluster [INF] Health check cleared: MDS_SLOW_REQUEST (was: 1 MDSs report slow requests) 2024-09-11T07:26:03.878 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:03 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:02.628332+0000 mon.smithi017 (mon.0) 843 : cluster [DBG] mds.? [v2:172.21.15.45:6832/2161648306,v1:172.21.15.45:6833/2161648306] up:active 2024-09-11T07:26:03.878 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:03 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:02.628402+0000 mon.smithi017 (mon.0) 844 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi045.gxtxww=up:active} 1 up:standby 2024-09-11T07:26:03.878 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:03 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:02.688923+0000 mon.smithi045 (mon.1) 106 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:26:03.878 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:03 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:02.694019+0000 mon.smithi045 (mon.1) 107 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "mgr fail", "who": "smithi045.wavrrv"}]: dispatch 2024-09-11T07:26:03.878 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:03 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:02.694469+0000 mon.smithi017 (mon.0) 845 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "mgr fail", "who": "smithi045.wavrrv"}]: dispatch 2024-09-11T07:26:03.878 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:03 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:02.698738+0000 mon.smithi017 (mon.0) 846 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-09-11T07:26:03.879 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:03 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:02.930103+0000 mon.smithi017 (mon.0) 847 : cluster [DBG] Standby manager daemon smithi045.wavrrv started 2024-09-11T07:26:03.940 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:03 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:02.619884+0000 mon.smithi017 (mon.0) 841 : cluster [INF] Health check cleared: MDS_CLIENT_LATE_RELEASE (was: 1 clients failing to respond to capability release) 2024-09-11T07:26:03.940 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:03 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:02.619916+0000 mon.smithi017 (mon.0) 842 : cluster [INF] Health check cleared: MDS_SLOW_REQUEST (was: 1 MDSs report slow requests) 2024-09-11T07:26:03.940 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:03 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:02.628332+0000 mon.smithi017 (mon.0) 843 : cluster [DBG] mds.? [v2:172.21.15.45:6832/2161648306,v1:172.21.15.45:6833/2161648306] up:active 2024-09-11T07:26:03.941 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:03 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:02.628402+0000 mon.smithi017 (mon.0) 844 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi045.gxtxww=up:active} 1 up:standby 2024-09-11T07:26:03.941 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:03 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:02.688923+0000 mon.smithi045 (mon.1) 106 : audit [DBG] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:26:03.941 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:03 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:02.694019+0000 mon.smithi045 (mon.1) 107 : audit [INF] from='mgr.24421 172.21.15.45:0/1591016286' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "mgr fail", "who": "smithi045.wavrrv"}]: dispatch 2024-09-11T07:26:03.941 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:03 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:02.694469+0000 mon.smithi017 (mon.0) 845 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "mgr fail", "who": "smithi045.wavrrv"}]: dispatch 2024-09-11T07:26:03.941 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:03 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:02.698738+0000 mon.smithi017 (mon.0) 846 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-09-11T07:26:03.941 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:03 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:02.930103+0000 mon.smithi017 (mon.0) 847 : cluster [DBG] Standby manager daemon smithi045.wavrrv started 2024-09-11T07:26:04.555 INFO:teuthology.orchestra.run.smithi017.stdout: 5 103599 0.78 MB/sec execute 322 sec latency 49.030 ms 2024-09-11T07:26:04.970 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:02.624850+0000 mgr.smithi045.wavrrv (mgr.24421) 248 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 330 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 387 KiB/s rd, 2.8 MiB/s wr, 318 op/s 2024-09-11T07:26:04.971 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:26:02.687172+0000 mgr.smithi045.wavrrv (mgr.24421) 249 : cephadm [ERR] cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:26:04.971 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:26:04.971 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:26:04.971 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:26:04.971 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:26:04.971 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:26:04.971 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Traceback (most recent call last): 2024-09-11T07:26:04.971 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:26:04.971 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: main() 2024-09-11T07:26:04.971 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:26:04.971 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: r = ctx.func(ctx) 2024-09-11T07:26:04.971 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:26:04.971 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: return func(ctx) 2024-09-11T07:26:04.972 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:26:04.972 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:26:04.972 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:26:04.972 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:26:04.972 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:26:04.973 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:26:04.973 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:26:04.973 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:26:04.973 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Traceback (most recent call last): 2024-09-11T07:26:04.973 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:26:04.973 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:26:04.973 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:26:04.973 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: return self.wait_async( 2024-09-11T07:26:04.973 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:26:04.973 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:26:04.973 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:26:04.974 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: return future.result(timeout) 2024-09-11T07:26:04.974 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:26:04.974 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: return self.__get_result() 2024-09-11T07:26:04.974 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:26:04.974 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: raise self._exception 2024-09-11T07:26:04.974 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:26:04.974 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: out, err, code = await self._run_cephadm( 2024-09-11T07:26:04.974 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:26:04.974 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: raise OrchestratorError( 2024-09-11T07:26:04.974 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:26:04.974 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:26:04.974 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:26:04.974 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:26:04.975 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:26:04.975 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:26:04.975 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Traceback (most recent call last): 2024-09-11T07:26:04.975 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:26:04.975 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: main() 2024-09-11T07:26:04.975 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:26:04.975 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: r = ctx.func(ctx) 2024-09-11T07:26:04.975 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:26:04.975 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: return func(ctx) 2024-09-11T07:26:04.975 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:26:04.975 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:26:04.975 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:26:04.975 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:26:04.975 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:26:04.976 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:26:04.976 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:26:04.976 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:26:04.976 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:26:02.691087+0000 mgr.smithi045.wavrrv (mgr.24421) 250 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi045.wavrrv) 2024-09-11T07:26:04.976 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:26:02.691480+0000 mgr.smithi045.wavrrv (mgr.24421) 251 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi045.wavrrv) 2024-09-11T07:26:04.976 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:26:02.693759+0000 mgr.smithi045.wavrrv (mgr.24421) 252 : cephadm [INF] Failing over to other MGR 2024-09-11T07:26:04.976 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:03.638154+0000 mon.smithi017 (mon.0) 848 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd='[{"prefix": "mgr fail", "who": "smithi045.wavrrv"}]': finished 2024-09-11T07:26:04.976 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:03.638242+0000 mon.smithi017 (mon.0) 849 : cluster [DBG] mgrmap e35: smithi017.qgiuqa(active, starting, since 0.942998s), standbys: smithi045.wavrrv 2024-09-11T07:26:04.976 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:03.640092+0000 mon.smithi017 (mon.0) 850 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mon metadata", "id": "smithi017"}]: dispatch 2024-09-11T07:26:04.976 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:03.640292+0000 mon.smithi017 (mon.0) 851 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2024-09-11T07:26:04.976 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:03.640645+0000 mon.smithi017 (mon.0) 852 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi017.utzzzp"}]: dispatch 2024-09-11T07:26:04.976 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:03.640988+0000 mon.smithi017 (mon.0) 853 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi045.gxtxww"}]: dispatch 2024-09-11T07:26:04.976 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:03.643744+0000 mon.smithi017 (mon.0) 854 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mgr metadata", "who": "smithi017.qgiuqa", "id": "smithi017.qgiuqa"}]: dispatch 2024-09-11T07:26:04.976 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:03.644070+0000 mon.smithi017 (mon.0) 855 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mgr metadata", "who": "smithi045.wavrrv", "id": "smithi045.wavrrv"}]: dispatch 2024-09-11T07:26:04.977 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:03.644392+0000 mon.smithi017 (mon.0) 856 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:26:04.977 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:03.644669+0000 mon.smithi017 (mon.0) 857 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:26:04.977 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:03.644955+0000 mon.smithi017 (mon.0) 858 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:26:04.977 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:03.645177+0000 mon.smithi017 (mon.0) 859 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:26:04.977 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:03.645394+0000 mon.smithi017 (mon.0) 860 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:26:04.977 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:03.645605+0000 mon.smithi017 (mon.0) 861 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:26:04.977 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:03.645818+0000 mon.smithi017 (mon.0) 862 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:26:04.977 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:03.646032+0000 mon.smithi017 (mon.0) 863 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:26:04.977 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:03.646318+0000 mon.smithi017 (mon.0) 864 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T07:26:04.977 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:03.646626+0000 mon.smithi017 (mon.0) 865 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T07:26:04.977 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:03.647077+0000 mon.smithi017 (mon.0) 866 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T07:26:04.978 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:03.878602+0000 mon.smithi017 (mon.0) 867 : cluster [INF] Manager daemon smithi017.qgiuqa is now available 2024-09-11T07:26:04.978 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:26:03.890026+0000 mgr.smithi017.qgiuqa (mgr.14844) 1 : cephadm [INF] inventory: adjusted host smithi045 addr 'smithi045' -> '172.21.15.45' 2024-09-11T07:26:04.978 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:03.893846+0000 mon.smithi017 (mon.0) 868 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:04.978 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:03.906578+0000 mon.smithi017 (mon.0) 869 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:26:04.978 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:03.944584+0000 mon.smithi017 (mon.0) 870 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:04.978 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:03.947874+0000 mon.smithi017 (mon.0) 871 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:26:04.978 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:03.948156+0000 mon.smithi017 (mon.0) 872 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:26:04.978 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:03.976877+0000 mon.smithi017 (mon.0) 873 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/trash_purge_schedule"}]: dispatch 2024-09-11T07:26:05.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:02.624850+0000 mgr.smithi045.wavrrv (mgr.24421) 248 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 330 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 387 KiB/s rd, 2.8 MiB/s wr, 318 op/s 2024-09-11T07:26:05.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:26:02.687172+0000 mgr.smithi045.wavrrv (mgr.24421) 249 : cephadm [ERR] cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:26:05.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:26:05.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:26:05.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:26:05.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:26:05.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:26:05.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: Traceback (most recent call last): 2024-09-11T07:26:05.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:26:05.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: main() 2024-09-11T07:26:05.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:26:05.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: r = ctx.func(ctx) 2024-09-11T07:26:05.042 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:26:05.042 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: return func(ctx) 2024-09-11T07:26:05.042 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:26:05.042 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:26:05.042 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:26:05.042 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:26:05.042 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:26:05.043 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:26:05.043 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:26:05.043 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:26:05.043 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: Traceback (most recent call last): 2024-09-11T07:26:05.043 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:26:05.043 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:26:05.043 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:26:05.043 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: return self.wait_async( 2024-09-11T07:26:05.043 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:26:05.043 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:26:05.044 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:26:05.044 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: return future.result(timeout) 2024-09-11T07:26:05.044 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:26:05.044 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: return self.__get_result() 2024-09-11T07:26:05.044 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:26:05.044 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: raise self._exception 2024-09-11T07:26:05.044 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:26:05.044 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: out, err, code = await self._run_cephadm( 2024-09-11T07:26:05.044 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:26:05.044 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: raise OrchestratorError( 2024-09-11T07:26:05.044 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:26:05.044 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:26:05.044 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:26:05.045 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:26:05.045 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:26:05.045 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:26:05.045 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: Traceback (most recent call last): 2024-09-11T07:26:05.045 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:26:05.045 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: main() 2024-09-11T07:26:05.045 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:26:05.045 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: r = ctx.func(ctx) 2024-09-11T07:26:05.045 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:26:05.045 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: return func(ctx) 2024-09-11T07:26:05.045 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:26:05.045 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:26:05.045 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:26:05.046 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:26:05.046 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:26:05.046 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:26:05.046 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:26:05.046 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:26:05.046 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:26:02.691087+0000 mgr.smithi045.wavrrv (mgr.24421) 250 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi045.wavrrv) 2024-09-11T07:26:05.046 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:26:02.691480+0000 mgr.smithi045.wavrrv (mgr.24421) 251 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi045.wavrrv) 2024-09-11T07:26:05.046 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:26:02.693759+0000 mgr.smithi045.wavrrv (mgr.24421) 252 : cephadm [INF] Failing over to other MGR 2024-09-11T07:26:05.046 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:03.638154+0000 mon.smithi017 (mon.0) 848 : audit [INF] from='mgr.24421 ' entity='mgr.smithi045.wavrrv' cmd='[{"prefix": "mgr fail", "who": "smithi045.wavrrv"}]': finished 2024-09-11T07:26:05.046 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:03.638242+0000 mon.smithi017 (mon.0) 849 : cluster [DBG] mgrmap e35: smithi017.qgiuqa(active, starting, since 0.942998s), standbys: smithi045.wavrrv 2024-09-11T07:26:05.046 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:03.640092+0000 mon.smithi017 (mon.0) 850 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mon metadata", "id": "smithi017"}]: dispatch 2024-09-11T07:26:05.046 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:03.640292+0000 mon.smithi017 (mon.0) 851 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2024-09-11T07:26:05.047 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:03.640645+0000 mon.smithi017 (mon.0) 852 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi017.utzzzp"}]: dispatch 2024-09-11T07:26:05.047 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:03.640988+0000 mon.smithi017 (mon.0) 853 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi045.gxtxww"}]: dispatch 2024-09-11T07:26:05.047 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:03.643744+0000 mon.smithi017 (mon.0) 854 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mgr metadata", "who": "smithi017.qgiuqa", "id": "smithi017.qgiuqa"}]: dispatch 2024-09-11T07:26:05.047 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:03.644070+0000 mon.smithi017 (mon.0) 855 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mgr metadata", "who": "smithi045.wavrrv", "id": "smithi045.wavrrv"}]: dispatch 2024-09-11T07:26:05.047 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:03.644392+0000 mon.smithi017 (mon.0) 856 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:26:05.047 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:03.644669+0000 mon.smithi017 (mon.0) 857 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:26:05.047 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:03.644955+0000 mon.smithi017 (mon.0) 858 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:26:05.047 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:03.645177+0000 mon.smithi017 (mon.0) 859 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:26:05.047 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:03.645394+0000 mon.smithi017 (mon.0) 860 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:26:05.047 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:03.645605+0000 mon.smithi017 (mon.0) 861 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:26:05.047 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:03.645818+0000 mon.smithi017 (mon.0) 862 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:26:05.047 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:03.646032+0000 mon.smithi017 (mon.0) 863 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:26:05.047 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:03.646318+0000 mon.smithi017 (mon.0) 864 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T07:26:05.048 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:03.646626+0000 mon.smithi017 (mon.0) 865 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T07:26:05.048 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:03.647077+0000 mon.smithi017 (mon.0) 866 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T07:26:05.048 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:03.878602+0000 mon.smithi017 (mon.0) 867 : cluster [INF] Manager daemon smithi017.qgiuqa is now available 2024-09-11T07:26:05.048 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:26:03.890026+0000 mgr.smithi017.qgiuqa (mgr.14844) 1 : cephadm [INF] inventory: adjusted host smithi045 addr 'smithi045' -> '172.21.15.45' 2024-09-11T07:26:05.048 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:03.893846+0000 mon.smithi017 (mon.0) 868 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:05.048 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:03.906578+0000 mon.smithi017 (mon.0) 869 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:26:05.048 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:03.944584+0000 mon.smithi017 (mon.0) 870 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:05.048 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:03.947874+0000 mon.smithi017 (mon.0) 871 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:26:05.048 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:03.948156+0000 mon.smithi017 (mon.0) 872 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:26:05.048 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:04 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:03.976877+0000 mon.smithi017 (mon.0) 873 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/trash_purge_schedule"}]: dispatch 2024-09-11T07:26:05.555 INFO:teuthology.orchestra.run.smithi017.stdout: 5 103966 0.81 MB/sec execute 323 sec latency 41.187 ms 2024-09-11T07:26:06.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:05 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:04.643168+0000 mon.smithi017 (mon.0) 874 : cluster [DBG] mgrmap e36: smithi017.qgiuqa(active, since 1.94792s), standbys: smithi045.wavrrv 2024-09-11T07:26:06.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:05 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:04.653150+0000 mgr.smithi017.qgiuqa (mgr.14844) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 330 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail 2024-09-11T07:26:06.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:05 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:04.735512+0000 mon.smithi017 (mon.0) 875 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:06.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:05 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:04.741540+0000 mon.smithi017 (mon.0) 876 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:06.037 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:05 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:04.643168+0000 mon.smithi017 (mon.0) 874 : cluster [DBG] mgrmap e36: smithi017.qgiuqa(active, since 1.94792s), standbys: smithi045.wavrrv 2024-09-11T07:26:06.037 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:05 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:04.653150+0000 mgr.smithi017.qgiuqa (mgr.14844) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 330 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail 2024-09-11T07:26:06.037 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:05 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:04.735512+0000 mon.smithi017 (mon.0) 875 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:06.037 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:05 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:04.741540+0000 mon.smithi017 (mon.0) 876 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:06.528 INFO:teuthology.orchestra.run.smithi017.stdout:true 2024-09-11T07:26:06.555 INFO:teuthology.orchestra.run.smithi017.stdout: 5 104295 0.83 MB/sec execute 324 sec latency 45.818 ms 2024-09-11T07:26:06.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:06 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:05.633588+0000 mon.smithi017 (mon.0) 877 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-11T07:26:06.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:06 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:05.633614+0000 mon.smithi017 (mon.0) 878 : cluster [INF] Cluster is now healthy 2024-09-11T07:26:06.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:06 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:05.644591+0000 mgr.smithi017.qgiuqa (mgr.14844) 3 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 330 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail 2024-09-11T07:26:07.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:06 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:05.633588+0000 mon.smithi017 (mon.0) 877 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-11T07:26:07.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:06 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:05.633614+0000 mon.smithi017 (mon.0) 878 : cluster [INF] Cluster is now healthy 2024-09-11T07:26:07.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:06 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:05.644591+0000 mgr.smithi017.qgiuqa (mgr.14844) 3 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 330 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail 2024-09-11T07:26:07.408 INFO:teuthology.orchestra.run.smithi017.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T07:26:07.409 INFO:teuthology.orchestra.run.smithi017.stdout:alertmanager.smithi017 smithi017 *:9093,9094 running (11m) 2m ago 13m 19.1M - 0.20.0 0881eb8f169f 8ff211b4e457 2024-09-11T07:26:07.409 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi017 smithi017 running (13m) 2m ago 13m 6395k - 16.2.4 8d91d370c2b8 cfba143c9b6f 2024-09-11T07:26:07.409 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi045 smithi045 running (12m) 2m ago 12m 6409k - 16.2.4 8d91d370c2b8 b3a463d5f314 2024-09-11T07:26:07.409 INFO:teuthology.orchestra.run.smithi017.stdout:grafana.smithi017 smithi017 *:3000 running (11m) 2m ago 13m 34.8M - 6.7.4 557c83e11646 24bbf4d58b8c 2024-09-11T07:26:07.409 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi017.utzzzp smithi017 running (7m) 2m ago 7m 13.2M - 16.2.4 8d91d370c2b8 711da931e1f1 2024-09-11T07:26:07.410 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi045.gxtxww smithi045 running (7m) 2m ago 7m 40.5M - 16.2.4 8d91d370c2b8 8de08b53c390 2024-09-11T07:26:07.410 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi017.qgiuqa smithi017 *:8443,9283 running (2m) 2m ago 14m 81.7M - 17.2.7-1623-gd0e6828a 4a918172a497 1a5c10d7a16e 2024-09-11T07:26:07.410 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi045.wavrrv smithi045 *:8443,9283 running (5m) 2m ago 12m 453M - 17.2.7-1623-gd0e6828a 4a918172a497 d0118f3daec5 2024-09-11T07:26:07.410 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi017 smithi017 running (14m) 2m ago 14m 56.9M 2048M 16.2.4 8d91d370c2b8 a0e09aaa1101 2024-09-11T07:26:07.410 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi045 smithi045 running (12m) 2m ago 12m 47.0M 2048M 16.2.4 8d91d370c2b8 275188c394ab 2024-09-11T07:26:07.411 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.0.0.smithi017.yhlpto smithi017 *:2049 running (5m) 2m ago 5m 76.7M - 3.5 8d91d370c2b8 4d43393feaee 2024-09-11T07:26:07.411 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.1.0.smithi045.sirexv smithi045 *:2049 running (5m) 2m ago 5m 76.6M - 3.5 8d91d370c2b8 0795be2c25de 2024-09-11T07:26:07.411 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi017 smithi017 *:9100 running (12m) 2m ago 12m 17.0M - 0.18.1 e5a616e4b9cf 3ae9bdfa57df 2024-09-11T07:26:07.411 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi045 smithi045 *:9100 running (12m) 2m ago 12m 17.0M - 0.18.1 e5a616e4b9cf 517c959affda 2024-09-11T07:26:07.411 INFO:teuthology.orchestra.run.smithi017.stdout:osd.0 smithi017 running (11m) 2m ago 11m 382M 4096M 16.2.4 8d91d370c2b8 432bd5329ca6 2024-09-11T07:26:07.412 INFO:teuthology.orchestra.run.smithi017.stdout:osd.1 smithi017 running (11m) 2m ago 11m 288M 4096M 16.2.4 8d91d370c2b8 b9bde4672d10 2024-09-11T07:26:07.412 INFO:teuthology.orchestra.run.smithi017.stdout:osd.2 smithi017 running (10m) 2m ago 10m 252M 4096M 16.2.4 8d91d370c2b8 a42eeb5fcae7 2024-09-11T07:26:07.412 INFO:teuthology.orchestra.run.smithi017.stdout:osd.3 smithi017 running (10m) 2m ago 10m 361M 4096M 16.2.4 8d91d370c2b8 59fc76e234d1 2024-09-11T07:26:07.412 INFO:teuthology.orchestra.run.smithi017.stdout:osd.4 smithi045 running (10m) 2m ago 10m 376M 4096M 16.2.4 8d91d370c2b8 3dc1e394cdfa 2024-09-11T07:26:07.412 INFO:teuthology.orchestra.run.smithi017.stdout:osd.5 smithi045 running (9m) 2m ago 9m 398M 4096M 16.2.4 8d91d370c2b8 ec6745fcdd10 2024-09-11T07:26:07.413 INFO:teuthology.orchestra.run.smithi017.stdout:osd.6 smithi045 running (9m) 2m ago 9m 335M 4096M 16.2.4 8d91d370c2b8 788633f8efc6 2024-09-11T07:26:07.413 INFO:teuthology.orchestra.run.smithi017.stdout:osd.7 smithi045 running (9m) 2m ago 9m 492M 4096M 16.2.4 8d91d370c2b8 162523c68393 2024-09-11T07:26:07.413 INFO:teuthology.orchestra.run.smithi017.stdout:prometheus.smithi017 smithi017 *:9095 error 2m ago 12m 45.6M - 2.18.1 de242295e225 5d1f02a1080f 2024-09-11T07:26:07.555 INFO:teuthology.orchestra.run.smithi017.stdout: 5 104639 0.86 MB/sec execute 325 sec latency 70.061 ms 2024-09-11T07:26:07.892 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:06.508119+0000 mgr.smithi017.qgiuqa (mgr.14844) 4 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:26:07.892 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:26:06.621804+0000 mgr.smithi017.qgiuqa (mgr.14844) 5 : cephadm [INF] [11/Sep/2024:07:26:06] ENGINE Bus STARTING 2024-09-11T07:26:07.892 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:06.651073+0000 mon.smithi017 (mon.0) 879 : cluster [DBG] mgrmap e37: smithi017.qgiuqa(active, since 3s), standbys: smithi045.wavrrv 2024-09-11T07:26:07.892 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:26:06.745808+0000 mgr.smithi017.qgiuqa (mgr.14844) 6 : cephadm [INF] [11/Sep/2024:07:26:06] ENGINE Serving on https://172.21.15.17:7150 2024-09-11T07:26:07.892 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:26:06.745956+0000 mgr.smithi017.qgiuqa (mgr.14844) 7 : cephadm [INF] [11/Sep/2024:07:26:06] ENGINE Bus STARTED 2024-09-11T07:26:07.892 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:26:06.747680+0000 mgr.smithi017.qgiuqa (mgr.14844) 8 : cephadm [ERR] [11/Sep/2024:07:26:06] ENGINE Error in HTTPServer.serve 2024-09-11T07:26:07.893 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Traceback (most recent call last): 2024-09-11T07:26:07.893 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T07:26:07.893 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: self._connections.run(self.expiration_interval) 2024-09-11T07:26:07.893 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T07:26:07.893 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: self._run(expiration_interval) 2024-09-11T07:26:07.893 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T07:26:07.893 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T07:26:07.893 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T07:26:07.893 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T07:26:07.893 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T07:26:07.893 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: s = self.context.wrap_socket( 2024-09-11T07:26:07.893 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T07:26:07.893 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: return self.sslsocket_class._create( 2024-09-11T07:26:07.893 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T07:26:07.894 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: self.do_handshake() 2024-09-11T07:26:07.894 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T07:26:07.894 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: self._sslobj.do_handshake() 2024-09-11T07:26:07.894 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T07:26:07.894 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: 2024-09-11T07:26:07.894 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:06.750289+0000 mon.smithi017 (mon.0) 880 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:07.894 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:06.951344+0000 mgr.smithi017.qgiuqa (mgr.14844) 9 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:26:07.983 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:26:07.983 INFO:teuthology.orchestra.run.smithi017.stdout: "mon": { 2024-09-11T07:26:07.983 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-11T07:26:07.983 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:26:07.983 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr": { 2024-09-11T07:26:07.983 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:26:07.983 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:26:07.984 INFO:teuthology.orchestra.run.smithi017.stdout: "osd": { 2024-09-11T07:26:07.984 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-11T07:26:07.984 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:26:07.984 INFO:teuthology.orchestra.run.smithi017.stdout: "mds": { 2024-09-11T07:26:07.984 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-11T07:26:07.984 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:26:07.984 INFO:teuthology.orchestra.run.smithi017.stdout: "overall": { 2024-09-11T07:26:07.984 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 12, 2024-09-11T07:26:07.984 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:26:07.984 INFO:teuthology.orchestra.run.smithi017.stdout: } 2024-09-11T07:26:07.984 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:26:07.985 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:06.508119+0000 mgr.smithi017.qgiuqa (mgr.14844) 4 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:26:07.985 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:26:06.621804+0000 mgr.smithi017.qgiuqa (mgr.14844) 5 : cephadm [INF] [11/Sep/2024:07:26:06] ENGINE Bus STARTING 2024-09-11T07:26:07.986 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:06.651073+0000 mon.smithi017 (mon.0) 879 : cluster [DBG] mgrmap e37: smithi017.qgiuqa(active, since 3s), standbys: smithi045.wavrrv 2024-09-11T07:26:07.986 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:26:06.745808+0000 mgr.smithi017.qgiuqa (mgr.14844) 6 : cephadm [INF] [11/Sep/2024:07:26:06] ENGINE Serving on https://172.21.15.17:7150 2024-09-11T07:26:07.986 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:26:06.745956+0000 mgr.smithi017.qgiuqa (mgr.14844) 7 : cephadm [INF] [11/Sep/2024:07:26:06] ENGINE Bus STARTED 2024-09-11T07:26:07.986 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:26:06.747680+0000 mgr.smithi017.qgiuqa (mgr.14844) 8 : cephadm [ERR] [11/Sep/2024:07:26:06] ENGINE Error in HTTPServer.serve 2024-09-11T07:26:07.986 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: Traceback (most recent call last): 2024-09-11T07:26:07.986 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T07:26:07.987 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: self._connections.run(self.expiration_interval) 2024-09-11T07:26:07.987 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T07:26:07.987 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: self._run(expiration_interval) 2024-09-11T07:26:07.987 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T07:26:07.987 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T07:26:07.987 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T07:26:07.988 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T07:26:07.988 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T07:26:07.988 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: s = self.context.wrap_socket( 2024-09-11T07:26:07.988 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T07:26:07.988 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: return self.sslsocket_class._create( 2024-09-11T07:26:07.989 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T07:26:07.989 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: self.do_handshake() 2024-09-11T07:26:07.989 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T07:26:07.989 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: self._sslobj.do_handshake() 2024-09-11T07:26:07.989 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T07:26:07.990 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: 2024-09-11T07:26:07.990 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:06.750289+0000 mon.smithi017 (mon.0) 880 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:07.990 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:07 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:06.951344+0000 mgr.smithi017.qgiuqa (mgr.14844) 9 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:26:08.456 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:26:08.456 INFO:teuthology.orchestra.run.smithi017.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T07:26:08.457 INFO:teuthology.orchestra.run.smithi017.stdout: "in_progress": true, 2024-09-11T07:26:08.457 INFO:teuthology.orchestra.run.smithi017.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-11T07:26:08.457 INFO:teuthology.orchestra.run.smithi017.stdout: "services_complete": [ 2024-09-11T07:26:08.457 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr" 2024-09-11T07:26:08.457 INFO:teuthology.orchestra.run.smithi017.stdout: ], 2024-09-11T07:26:08.457 INFO:teuthology.orchestra.run.smithi017.stdout: "progress": "2/23 daemons upgraded", 2024-09-11T07:26:08.457 INFO:teuthology.orchestra.run.smithi017.stdout: "message": "", 2024-09-11T07:26:08.457 INFO:teuthology.orchestra.run.smithi017.stdout: "is_paused": false 2024-09-11T07:26:08.457 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:26:08.555 INFO:teuthology.orchestra.run.smithi017.stdout: 5 105019 0.87 MB/sec execute 326 sec latency 34.018 ms 2024-09-11T07:26:09.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:08 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:07.394291+0000 mgr.smithi017.qgiuqa (mgr.14844) 10 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:26:09.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:08 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:07.645007+0000 mgr.smithi017.qgiuqa (mgr.14844) 11 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 330 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail 2024-09-11T07:26:09.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:08 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:07.981075+0000 mon.smithi017 (mon.0) 881 : audit [DBG] from='client.? 172.21.15.17:0/1473941989' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:26:09.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:08 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:07.394291+0000 mgr.smithi017.qgiuqa (mgr.14844) 10 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:26:09.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:08 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:07.645007+0000 mgr.smithi017.qgiuqa (mgr.14844) 11 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 330 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail 2024-09-11T07:26:09.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:08 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:07.981075+0000 mon.smithi017 (mon.0) 881 : audit [DBG] from='client.? 172.21.15.17:0/1473941989' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:26:09.555 INFO:teuthology.orchestra.run.smithi017.stdout: 5 105336 0.89 MB/sec execute 327 sec latency 54.763 ms 2024-09-11T07:26:09.931 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:09 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:08.454689+0000 mgr.smithi017.qgiuqa (mgr.14844) 12 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:26:09.931 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:09 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:08.759964+0000 mon.smithi017 (mon.0) 882 : cluster [DBG] mgrmap e38: smithi017.qgiuqa(active, since 6s), standbys: smithi045.wavrrv 2024-09-11T07:26:09.931 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:09 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:09.613998+0000 mon.smithi017 (mon.0) 883 : cluster [DBG] Standby manager daemon smithi045.wavrrv restarted 2024-09-11T07:26:09.931 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:09 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:09.614185+0000 mon.smithi017 (mon.0) 884 : cluster [DBG] Standby manager daemon smithi045.wavrrv started 2024-09-11T07:26:09.931 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:09 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:09.615731+0000 mon.smithi045 (mon.1) 108 : audit [DBG] from='mgr.? 172.21.15.45:0/2651617738' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi045.wavrrv/crt"}]: dispatch 2024-09-11T07:26:09.931 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:09 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:09.617874+0000 mon.smithi045 (mon.1) 109 : audit [DBG] from='mgr.? 172.21.15.45:0/2651617738' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T07:26:09.931 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:09 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:09.619641+0000 mon.smithi045 (mon.1) 110 : audit [DBG] from='mgr.? 172.21.15.45:0/2651617738' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi045.wavrrv/key"}]: dispatch 2024-09-11T07:26:09.931 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:09 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:09.619941+0000 mon.smithi045 (mon.1) 111 : audit [DBG] from='mgr.? 172.21.15.45:0/2651617738' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T07:26:10.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:09 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:08.454689+0000 mgr.smithi017.qgiuqa (mgr.14844) 12 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:26:10.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:09 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:08.759964+0000 mon.smithi017 (mon.0) 882 : cluster [DBG] mgrmap e38: smithi017.qgiuqa(active, since 6s), standbys: smithi045.wavrrv 2024-09-11T07:26:10.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:09 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:09.613998+0000 mon.smithi017 (mon.0) 883 : cluster [DBG] Standby manager daemon smithi045.wavrrv restarted 2024-09-11T07:26:10.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:09 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:09.614185+0000 mon.smithi017 (mon.0) 884 : cluster [DBG] Standby manager daemon smithi045.wavrrv started 2024-09-11T07:26:10.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:09 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:09.615731+0000 mon.smithi045 (mon.1) 108 : audit [DBG] from='mgr.? 172.21.15.45:0/2651617738' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi045.wavrrv/crt"}]: dispatch 2024-09-11T07:26:10.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:09 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:09.617874+0000 mon.smithi045 (mon.1) 109 : audit [DBG] from='mgr.? 172.21.15.45:0/2651617738' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T07:26:10.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:09 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:09.619641+0000 mon.smithi045 (mon.1) 110 : audit [DBG] from='mgr.? 172.21.15.45:0/2651617738' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi045.wavrrv/key"}]: dispatch 2024-09-11T07:26:10.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:09 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:09.619941+0000 mon.smithi045 (mon.1) 111 : audit [DBG] from='mgr.? 172.21.15.45:0/2651617738' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T07:26:10.555 INFO:teuthology.orchestra.run.smithi017.stdout: 5 105904 0.93 MB/sec execute 328 sec latency 37.558 ms 2024-09-11T07:26:10.803 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:10 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:09.645428+0000 mgr.smithi017.qgiuqa (mgr.14844) 13 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 321 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.4 KiB/s rd, 203 KiB/s wr, 19 op/s 2024-09-11T07:26:10.803 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:10 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:10.198507+0000 mon.smithi017 (mon.0) 885 : cluster [DBG] mgrmap e39: smithi017.qgiuqa(active, since 7s), standbys: smithi045.wavrrv 2024-09-11T07:26:10.803 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:10 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:10.272232+0000 mon.smithi017 (mon.0) 886 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:10.803 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:10 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:10.278269+0000 mon.smithi017 (mon.0) 887 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:11.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:10 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:09.645428+0000 mgr.smithi017.qgiuqa (mgr.14844) 13 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 321 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.4 KiB/s rd, 203 KiB/s wr, 19 op/s 2024-09-11T07:26:11.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:10 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:10.198507+0000 mon.smithi017 (mon.0) 885 : cluster [DBG] mgrmap e39: smithi017.qgiuqa(active, since 7s), standbys: smithi045.wavrrv 2024-09-11T07:26:11.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:10 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:10.272232+0000 mon.smithi017 (mon.0) 886 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:11.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:10 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:10.278269+0000 mon.smithi017 (mon.0) 887 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:11.555 INFO:teuthology.orchestra.run.smithi017.stdout: 5 106529 1.00 MB/sec execute 329 sec latency 34.837 ms 2024-09-11T07:26:12.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:12 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:11.123166+0000 mon.smithi017 (mon.0) 888 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:12.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:12 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:11.129066+0000 mon.smithi017 (mon.0) 889 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:12.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:12 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:11.646201+0000 mgr.smithi017.qgiuqa (mgr.14844) 14 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 34 KiB/s rd, 3.5 MiB/s wr, 407 op/s 2024-09-11T07:26:12.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:12 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:11.123166+0000 mon.smithi017 (mon.0) 888 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:12.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:12 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:11.129066+0000 mon.smithi017 (mon.0) 889 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:12.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:12 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:11.646201+0000 mgr.smithi017.qgiuqa (mgr.14844) 14 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 34 KiB/s rd, 3.5 MiB/s wr, 407 op/s 2024-09-11T07:26:12.555 INFO:teuthology.orchestra.run.smithi017.stdout: 5 107114 1.05 MB/sec execute 330 sec latency 28.108 ms 2024-09-11T07:26:13.555 INFO:teuthology.orchestra.run.smithi017.stdout: 5 107547 1.08 MB/sec execute 331 sec latency 36.282 ms 2024-09-11T07:26:14.427 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:14 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:13.098613+0000 mon.smithi017 (mon.0) 890 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:14.427 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:14 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:13.103239+0000 mon.smithi017 (mon.0) 891 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:14.427 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:14 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:13.646627+0000 mgr.smithi017.qgiuqa (mgr.14844) 15 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 26 KiB/s rd, 2.7 MiB/s wr, 316 op/s 2024-09-11T07:26:14.427 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:14 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:13.887265+0000 mon.smithi017 (mon.0) 892 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:14.427 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:14 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:13.895250+0000 mon.smithi017 (mon.0) 893 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:14.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:13.098613+0000 mon.smithi017 (mon.0) 890 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:14.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:13.103239+0000 mon.smithi017 (mon.0) 891 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:14.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:13.646627+0000 mgr.smithi017.qgiuqa (mgr.14844) 15 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 320 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 26 KiB/s rd, 2.7 MiB/s wr, 316 op/s 2024-09-11T07:26:14.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:13.887265+0000 mon.smithi017 (mon.0) 892 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:14.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:13.895250+0000 mon.smithi017 (mon.0) 893 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:14.555 INFO:teuthology.orchestra.run.smithi017.stdout: 5 108042 1.12 MB/sec execute 332 sec latency 45.668 ms 2024-09-11T07:26:15.556 INFO:teuthology.orchestra.run.smithi017.stdout: 5 108582 1.14 MB/sec execute 333 sec latency 28.624 ms 2024-09-11T07:26:16.556 INFO:teuthology.orchestra.run.smithi017.stdout: 5 108986 1.17 MB/sec execute 334 sec latency 42.450 ms 2024-09-11T07:26:17.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:15.647362+0000 mgr.smithi017.qgiuqa (mgr.14844) 16 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 329 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 26 KiB/s rd, 6.0 MiB/s wr, 615 op/s 2024-09-11T07:26:17.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:15.647362+0000 mgr.smithi017.qgiuqa (mgr.14844) 16 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 329 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 26 KiB/s rd, 6.0 MiB/s wr, 615 op/s 2024-09-11T07:26:17.556 INFO:teuthology.orchestra.run.smithi017.stdout: 5 109497 1.20 MB/sec execute 335 sec latency 56.257 ms 2024-09-11T07:26:18.556 INFO:teuthology.orchestra.run.smithi017.stdout: 5 109992 1.26 MB/sec execute 336 sec latency 48.809 ms 2024-09-11T07:26:19.024 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:18 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:17.647755+0000 mgr.smithi017.qgiuqa (mgr.14844) 17 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 329 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 24 KiB/s rd, 5.5 MiB/s wr, 563 op/s 2024-09-11T07:26:19.024 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:18 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:18.261927+0000 mon.smithi017 (mon.0) 894 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:19.024 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:18 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:18.268216+0000 mon.smithi017 (mon.0) 895 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:19.024 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:18 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:18.270002+0000 mon.smithi017 (mon.0) 896 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:26:19.024 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:18 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:18.270722+0000 mon.smithi017 (mon.0) 897 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:26:19.025 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:18 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:18.276261+0000 mon.smithi017 (mon.0) 898 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:19.025 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:18 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:18.282560+0000 mon.smithi017 (mon.0) 899 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:19.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:18 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:17.647755+0000 mgr.smithi017.qgiuqa (mgr.14844) 17 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 329 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 24 KiB/s rd, 5.5 MiB/s wr, 563 op/s 2024-09-11T07:26:19.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:18 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:18.261927+0000 mon.smithi017 (mon.0) 894 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:19.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:18 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:18.268216+0000 mon.smithi017 (mon.0) 895 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:19.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:18 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:18.270002+0000 mon.smithi017 (mon.0) 896 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:26:19.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:18 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:18.270722+0000 mon.smithi017 (mon.0) 897 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:26:19.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:18 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:18.276261+0000 mon.smithi017 (mon.0) 898 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:19.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:18 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:18.282560+0000 mon.smithi017 (mon.0) 899 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:19.556 INFO:teuthology.orchestra.run.smithi017.stdout: 5 110401 1.29 MB/sec execute 337 sec latency 48.363 ms 2024-09-11T07:26:20.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:19 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:26:18.271496+0000 mgr.smithi017.qgiuqa (mgr.14844) 18 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:26:20.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:19 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:18.272158+0000 mgr.smithi017.qgiuqa (mgr.14844) 19 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 329 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 27 KiB/s rd, 6.2 MiB/s wr, 636 op/s 2024-09-11T07:26:20.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:19 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:26:18.374447+0000 mgr.smithi017.qgiuqa (mgr.14844) 20 : cephadm [INF] Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:26:20.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:19 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:26:18.386034+0000 mgr.smithi017.qgiuqa (mgr.14844) 21 : cephadm [INF] Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:26:20.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:19 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:18.941688+0000 mon.smithi017 (mon.0) 900 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:20.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:19 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:18.942442+0000 mon.smithi017 (mon.0) 901 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:26:20.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:19 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:19.265123+0000 mon.smithi017 (mon.0) 902 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-11T07:26:20.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:19 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:26:18.271496+0000 mgr.smithi017.qgiuqa (mgr.14844) 18 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:26:20.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:19 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:18.272158+0000 mgr.smithi017.qgiuqa (mgr.14844) 19 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 329 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 27 KiB/s rd, 6.2 MiB/s wr, 636 op/s 2024-09-11T07:26:20.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:19 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:26:18.374447+0000 mgr.smithi017.qgiuqa (mgr.14844) 20 : cephadm [INF] Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:26:20.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:19 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:26:18.386034+0000 mgr.smithi017.qgiuqa (mgr.14844) 21 : cephadm [INF] Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:26:20.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:19 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:18.941688+0000 mon.smithi017 (mon.0) 900 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:20.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:19 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:18.942442+0000 mon.smithi017 (mon.0) 901 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:26:20.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:19 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:19.265123+0000 mon.smithi017 (mon.0) 902 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-11T07:26:20.556 INFO:teuthology.orchestra.run.smithi017.stdout: 5 110799 1.32 MB/sec execute 338 sec latency 34.903 ms 2024-09-11T07:26:21.556 INFO:teuthology.orchestra.run.smithi017.stdout: 5 111129 1.34 MB/sec execute 339 sec latency 37.590 ms 2024-09-11T07:26:22.256 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:21 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:20.272738+0000 mgr.smithi017.qgiuqa (mgr.14844) 22 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 330 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 26 KiB/s rd, 9.3 MiB/s wr, 949 op/s 2024-09-11T07:26:22.285 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:20.272738+0000 mgr.smithi017.qgiuqa (mgr.14844) 22 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 330 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 26 KiB/s rd, 9.3 MiB/s wr, 949 op/s 2024-09-11T07:26:22.556 INFO:teuthology.orchestra.run.smithi017.stdout: 5 111885 1.39 MB/sec execute 340 sec latency 28.659 ms 2024-09-11T07:26:23.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:22 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:22.327997+0000 mon.smithi017 (mon.0) 903 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:26:23.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:22 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:22.327997+0000 mon.smithi017 (mon.0) 903 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:26:23.556 INFO:teuthology.orchestra.run.smithi017.stdout: 5 112839 1.45 MB/sec execute 341 sec latency 32.226 ms 2024-09-11T07:26:24.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:22.273176+0000 mgr.smithi017.qgiuqa (mgr.14844) 23 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 330 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 7.1 MiB/s wr, 690 op/s 2024-09-11T07:26:24.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:26:22.324691+0000 mgr.smithi017.qgiuqa (mgr.14844) 24 : cephadm [ERR] cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:26:24.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:26:24.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:26:24.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:26:24.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:26:24.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:26:24.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Traceback (most recent call last): 2024-09-11T07:26:24.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:26:24.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: main() 2024-09-11T07:26:24.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:26:24.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: r = ctx.func(ctx) 2024-09-11T07:26:24.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:26:24.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: return func(ctx) 2024-09-11T07:26:24.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:26:24.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:26:24.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:26:24.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:26:24.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:26:24.289 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:26:24.289 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:26:24.289 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:26:24.289 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Traceback (most recent call last): 2024-09-11T07:26:24.289 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:26:24.289 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:26:24.289 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:26:24.289 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: return self.wait_async( 2024-09-11T07:26:24.289 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:26:24.289 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:26:24.289 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:26:24.289 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: return future.result(timeout) 2024-09-11T07:26:24.289 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:26:24.289 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: return self.__get_result() 2024-09-11T07:26:24.290 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:26:24.290 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: raise self._exception 2024-09-11T07:26:24.290 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:26:24.290 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: out, err, code = await self._run_cephadm( 2024-09-11T07:26:24.290 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:26:24.290 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: raise OrchestratorError( 2024-09-11T07:26:24.290 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:26:24.290 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:26:24.290 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:26:24.290 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:26:24.290 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:26:24.290 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:26:24.291 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Traceback (most recent call last): 2024-09-11T07:26:24.291 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:26:24.291 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: main() 2024-09-11T07:26:24.291 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:26:24.291 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: r = ctx.func(ctx) 2024-09-11T07:26:24.291 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:26:24.291 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: return func(ctx) 2024-09-11T07:26:24.291 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:26:24.291 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:26:24.291 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:26:24.291 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:26:24.291 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:26:24.291 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:26:24.292 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:26:24.292 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:26:24.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:22.273176+0000 mgr.smithi017.qgiuqa (mgr.14844) 23 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 330 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 7.1 MiB/s wr, 690 op/s 2024-09-11T07:26:24.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:26:22.324691+0000 mgr.smithi017.qgiuqa (mgr.14844) 24 : cephadm [ERR] cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:26:24.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:26:24.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:26:24.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:26:24.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:26:24.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:26:24.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: Traceback (most recent call last): 2024-09-11T07:26:24.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:26:24.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: main() 2024-09-11T07:26:24.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:26:24.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: r = ctx.func(ctx) 2024-09-11T07:26:24.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:26:24.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: return func(ctx) 2024-09-11T07:26:24.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:26:24.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:26:24.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:26:24.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:26:24.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:26:24.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:26:24.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:26:24.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:26:24.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: Traceback (most recent call last): 2024-09-11T07:26:24.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:26:24.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:26:24.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:26:24.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: return self.wait_async( 2024-09-11T07:26:24.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:26:24.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:26:24.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:26:24.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: return future.result(timeout) 2024-09-11T07:26:24.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:26:24.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: return self.__get_result() 2024-09-11T07:26:24.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:26:24.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: raise self._exception 2024-09-11T07:26:24.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:26:24.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: out, err, code = await self._run_cephadm( 2024-09-11T07:26:24.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:26:24.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: raise OrchestratorError( 2024-09-11T07:26:24.296 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:26:24.296 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:26:24.296 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:26:24.296 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:26:24.296 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:26:24.296 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:26:24.296 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: Traceback (most recent call last): 2024-09-11T07:26:24.296 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:26:24.296 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: main() 2024-09-11T07:26:24.296 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:26:24.296 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: r = ctx.func(ctx) 2024-09-11T07:26:24.296 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:26:24.296 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: return func(ctx) 2024-09-11T07:26:24.296 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:26:24.297 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:26:24.297 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:26:24.297 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:26:24.297 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:26:24.297 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:26:24.297 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:26:24.297 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:23 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:26:24.556 INFO:teuthology.orchestra.run.smithi017.stdout: 5 113845 1.54 MB/sec execute 342 sec latency 60.109 ms 2024-09-11T07:26:25.318 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:25 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:24.273634+0000 mgr.smithi017.qgiuqa (mgr.14844) 25 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 330 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 7.1 MiB/s wr, 690 op/s 2024-09-11T07:26:25.318 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:25 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:26:24.603042+0000 mgr.smithi017.qgiuqa (mgr.14844) 26 : cephadm [INF] Upgrade: Updating mgr.smithi045.wavrrv 2024-09-11T07:26:25.318 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:25 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:24.603629+0000 mon.smithi017 (mon.0) 904 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi045.wavrrv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:26:25.319 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:25 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:24.604966+0000 mon.smithi017 (mon.0) 905 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:26:25.319 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:25 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:24.606115+0000 mon.smithi017 (mon.0) 906 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:26:25.319 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:25 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:26:24.607258+0000 mgr.smithi017.qgiuqa (mgr.14844) 27 : cephadm [INF] Deploying daemon mgr.smithi045.wavrrv on smithi045 2024-09-11T07:26:25.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:25 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:24.273634+0000 mgr.smithi017.qgiuqa (mgr.14844) 25 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 330 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 7.1 MiB/s wr, 690 op/s 2024-09-11T07:26:25.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:25 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:26:24.603042+0000 mgr.smithi017.qgiuqa (mgr.14844) 26 : cephadm [INF] Upgrade: Updating mgr.smithi045.wavrrv 2024-09-11T07:26:25.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:25 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:24.603629+0000 mon.smithi017 (mon.0) 904 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi045.wavrrv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:26:25.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:25 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:24.604966+0000 mon.smithi017 (mon.0) 905 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:26:25.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:25 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:24.606115+0000 mon.smithi017 (mon.0) 906 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:26:25.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:25 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:26:24.607258+0000 mgr.smithi017.qgiuqa (mgr.14844) 27 : cephadm [INF] Deploying daemon mgr.smithi045.wavrrv on smithi045 2024-09-11T07:26:25.556 INFO:teuthology.orchestra.run.smithi017.stdout: 5 114593 1.60 MB/sec execute 343 sec latency 17.182 ms 2024-09-11T07:26:26.556 INFO:teuthology.orchestra.run.smithi017.stdout: 5 115013 1.63 MB/sec execute 344 sec latency 34.430 ms 2024-09-11T07:26:27.513 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:27 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:26.274330+0000 mgr.smithi017.qgiuqa (mgr.14844) 28 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 334 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 9.9 KiB/s rd, 8.0 MiB/s wr, 798 op/s 2024-09-11T07:26:27.556 INFO:teuthology.orchestra.run.smithi017.stdout: 5 115307 1.64 MB/sec execute 345 sec latency 68.048 ms 2024-09-11T07:26:27.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:27 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:26.274330+0000 mgr.smithi017.qgiuqa (mgr.14844) 28 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 334 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 9.9 KiB/s rd, 8.0 MiB/s wr, 798 op/s 2024-09-11T07:26:28.556 INFO:teuthology.orchestra.run.smithi017.stdout: 5 115649 1.65 MB/sec execute 346 sec latency 64.216 ms 2024-09-11T07:26:29.556 INFO:teuthology.orchestra.run.smithi017.stdout: 5 115872 1.66 MB/sec execute 347 sec latency 74.280 ms 2024-09-11T07:26:30.241 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:29 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:28.274645+0000 mgr.smithi017.qgiuqa (mgr.14844) 29 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 334 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 9.9 KiB/s rd, 8.0 MiB/s wr, 798 op/s 2024-09-11T07:26:30.241 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:29 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:28.954074+0000 mon.smithi017 (mon.0) 907 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:30.241 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:29 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:28.957938+0000 mon.smithi017 (mon.0) 908 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:30.241 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:29 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:28.958844+0000 mon.smithi017 (mon.0) 909 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:26:30.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:29 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:28.274645+0000 mgr.smithi017.qgiuqa (mgr.14844) 29 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 334 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 9.9 KiB/s rd, 8.0 MiB/s wr, 798 op/s 2024-09-11T07:26:30.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:29 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:28.954074+0000 mon.smithi017 (mon.0) 907 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:30.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:29 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:28.957938+0000 mon.smithi017 (mon.0) 908 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:30.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:29 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:28.958844+0000 mon.smithi017 (mon.0) 909 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:26:30.556 INFO:teuthology.orchestra.run.smithi017.stdout: 5 116232 1.68 MB/sec execute 348 sec latency 83.709 ms 2024-09-11T07:26:31.556 INFO:teuthology.orchestra.run.smithi017.stdout: 5 116679 1.71 MB/sec execute 349 sec latency 41.484 ms 2024-09-11T07:26:32.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:31 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:30.275360+0000 mgr.smithi017.qgiuqa (mgr.14844) 30 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 323 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 9.5 MiB/s wr, 955 op/s 2024-09-11T07:26:32.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:31 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:30.275360+0000 mgr.smithi017.qgiuqa (mgr.14844) 30 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 323 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 9.5 MiB/s wr, 955 op/s 2024-09-11T07:26:32.556 INFO:teuthology.orchestra.run.smithi017.stdout: 5 117081 1.75 MB/sec execute 350 sec latency 33.747 ms 2024-09-11T07:26:33.556 INFO:teuthology.orchestra.run.smithi017.stdout: 5 117497 1.78 MB/sec execute 351 sec latency 56.938 ms 2024-09-11T07:26:34.197 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:33 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:32.275895+0000 mgr.smithi017.qgiuqa (mgr.14844) 31 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 323 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 6.6 MiB/s wr, 670 op/s 2024-09-11T07:26:34.197 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:33 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:33.942044+0000 mon.smithi017 (mon.0) 910 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:34.197 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:33 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:33.942949+0000 mon.smithi017 (mon.0) 911 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:26:34.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:33 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:32.275895+0000 mgr.smithi017.qgiuqa (mgr.14844) 31 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 323 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 6.6 MiB/s wr, 670 op/s 2024-09-11T07:26:34.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:33 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:33.942044+0000 mon.smithi017 (mon.0) 910 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:34.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:33 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:33.942949+0000 mon.smithi017 (mon.0) 911 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:26:34.556 INFO:teuthology.orchestra.run.smithi017.stdout: 5 117961 1.81 MB/sec execute 352 sec latency 40.561 ms 2024-09-11T07:26:35.557 INFO:teuthology.orchestra.run.smithi017.stdout: 5 118327 1.84 MB/sec execute 353 sec latency 53.733 ms 2024-09-11T07:26:35.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:34.276257+0000 mgr.smithi017.qgiuqa (mgr.14844) 32 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 323 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 6.6 MiB/s wr, 670 op/s 2024-09-11T07:26:35.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:34.506785+0000 mon.smithi017 (mon.0) 912 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:35.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:34.512316+0000 mon.smithi017 (mon.0) 913 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:35.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:35.093543+0000 mon.smithi017 (mon.0) 914 : cluster [DBG] Standby manager daemon smithi045.wavrrv restarted 2024-09-11T07:26:35.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:35.093732+0000 mon.smithi017 (mon.0) 915 : cluster [DBG] Standby manager daemon smithi045.wavrrv started 2024-09-11T07:26:35.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:35.095793+0000 mon.smithi045 (mon.1) 112 : audit [DBG] from='mgr.? 172.21.15.45:0/2368895702' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi045.wavrrv/crt"}]: dispatch 2024-09-11T07:26:35.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:35.096668+0000 mon.smithi045 (mon.1) 113 : audit [DBG] from='mgr.? 172.21.15.45:0/2368895702' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T07:26:35.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:35.098544+0000 mon.smithi045 (mon.1) 114 : audit [DBG] from='mgr.? 172.21.15.45:0/2368895702' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi045.wavrrv/key"}]: dispatch 2024-09-11T07:26:35.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:35.099599+0000 mon.smithi045 (mon.1) 115 : audit [DBG] from='mgr.? 172.21.15.45:0/2368895702' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T07:26:35.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:35.354562+0000 mon.smithi017 (mon.0) 916 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:35.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:35.359597+0000 mon.smithi017 (mon.0) 917 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:35.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:34.276257+0000 mgr.smithi017.qgiuqa (mgr.14844) 32 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 323 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 6.6 MiB/s wr, 670 op/s 2024-09-11T07:26:35.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:34.506785+0000 mon.smithi017 (mon.0) 912 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:35.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:34.512316+0000 mon.smithi017 (mon.0) 913 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:35.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:35.093543+0000 mon.smithi017 (mon.0) 914 : cluster [DBG] Standby manager daemon smithi045.wavrrv restarted 2024-09-11T07:26:35.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:35.093732+0000 mon.smithi017 (mon.0) 915 : cluster [DBG] Standby manager daemon smithi045.wavrrv started 2024-09-11T07:26:35.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:35.095793+0000 mon.smithi045 (mon.1) 112 : audit [DBG] from='mgr.? 172.21.15.45:0/2368895702' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi045.wavrrv/crt"}]: dispatch 2024-09-11T07:26:35.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:35.096668+0000 mon.smithi045 (mon.1) 113 : audit [DBG] from='mgr.? 172.21.15.45:0/2368895702' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T07:26:35.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:35.098544+0000 mon.smithi045 (mon.1) 114 : audit [DBG] from='mgr.? 172.21.15.45:0/2368895702' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi045.wavrrv/key"}]: dispatch 2024-09-11T07:26:35.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:35.099599+0000 mon.smithi045 (mon.1) 115 : audit [DBG] from='mgr.? 172.21.15.45:0/2368895702' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T07:26:35.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:35.354562+0000 mon.smithi017 (mon.0) 916 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:35.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:35 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:35.359597+0000 mon.smithi017 (mon.0) 917 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:36.557 INFO:teuthology.orchestra.run.smithi017.stdout: 5 118785 1.87 MB/sec execute 354 sec latency 35.375 ms 2024-09-11T07:26:36.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:36 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:35.519808+0000 mon.smithi017 (mon.0) 918 : cluster [DBG] mgrmap e40: smithi017.qgiuqa(active, since 32s), standbys: smithi045.wavrrv 2024-09-11T07:26:36.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:36 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:35.519808+0000 mon.smithi017 (mon.0) 918 : cluster [DBG] mgrmap e40: smithi017.qgiuqa(active, since 32s), standbys: smithi045.wavrrv 2024-09-11T07:26:37.557 INFO:teuthology.orchestra.run.smithi017.stdout: 5 119185 1.87 MB/sec execute 355 sec latency 110.410 ms 2024-09-11T07:26:37.681 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:37 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:36.276887+0000 mgr.smithi017.qgiuqa (mgr.14844) 33 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 334 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 9.3 MiB/s wr, 919 op/s 2024-09-11T07:26:37.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:37 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:36.276887+0000 mgr.smithi017.qgiuqa (mgr.14844) 33 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 334 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 9.3 MiB/s wr, 919 op/s 2024-09-11T07:26:38.557 INFO:teuthology.orchestra.run.smithi017.stdout: 5 119611 1.90 MB/sec execute 356 sec latency 37.090 ms 2024-09-11T07:26:38.897 INFO:teuthology.orchestra.run.smithi017.stdout:true 2024-09-11T07:26:39.557 INFO:teuthology.orchestra.run.smithi017.stdout: 5 120153 1.93 MB/sec execute 357 sec latency 45.218 ms 2024-09-11T07:26:39.778 INFO:teuthology.orchestra.run.smithi017.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T07:26:39.778 INFO:teuthology.orchestra.run.smithi017.stdout:alertmanager.smithi017 smithi017 *:9093,9094 running (12m) 26s ago 13m 19.1M - 0.20.0 0881eb8f169f 8ff211b4e457 2024-09-11T07:26:39.778 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi017 smithi017 running (13m) 26s ago 13m 6395k - 16.2.4 8d91d370c2b8 cfba143c9b6f 2024-09-11T07:26:39.778 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi045 smithi045 running (13m) 5s ago 12m 6409k - 16.2.4 8d91d370c2b8 b3a463d5f314 2024-09-11T07:26:39.778 INFO:teuthology.orchestra.run.smithi017.stdout:grafana.smithi017 smithi017 *:3000 running (12m) 26s ago 13m 35.0M - 6.7.4 557c83e11646 24bbf4d58b8c 2024-09-11T07:26:39.778 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi017.utzzzp smithi017 running (8m) 26s ago 8m 14.0M - 16.2.4 8d91d370c2b8 711da931e1f1 2024-09-11T07:26:39.778 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi045.gxtxww smithi045 running (8m) 5s ago 8m 41.2M - 16.2.4 8d91d370c2b8 8de08b53c390 2024-09-11T07:26:39.778 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi017.qgiuqa smithi017 *:8443,9283 running (3m) 26s ago 15m 427M - 17.2.7-1623-gd0e6828a 4a918172a497 1a5c10d7a16e 2024-09-11T07:26:39.779 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi045.wavrrv smithi045 *:8443,9283 running (11s) 5s ago 12m 51.5M - 17.2.7-1623-gd0e6828a 4a918172a497 79559b699e04 2024-09-11T07:26:39.779 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi017 smithi017 running (15m) 26s ago 15m 69.1M 2048M 16.2.4 8d91d370c2b8 a0e09aaa1101 2024-09-11T07:26:39.779 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi045 smithi045 running (12m) 5s ago 12m 67.8M 2048M 16.2.4 8d91d370c2b8 275188c394ab 2024-09-11T07:26:39.779 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.0.0.smithi017.yhlpto smithi017 *:2049 running (5m) 26s ago 5m 130M - 3.5 8d91d370c2b8 4d43393feaee 2024-09-11T07:26:39.779 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.1.0.smithi045.sirexv smithi045 *:2049 running (5m) 5s ago 5m 86.9M - 3.5 8d91d370c2b8 0795be2c25de 2024-09-11T07:26:39.779 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi017 smithi017 *:9100 running (13m) 26s ago 13m 17.0M - 0.18.1 e5a616e4b9cf 3ae9bdfa57df 2024-09-11T07:26:39.779 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi045 smithi045 *:9100 running (12m) 5s ago 12m 17.0M - 0.18.1 e5a616e4b9cf 517c959affda 2024-09-11T07:26:39.779 INFO:teuthology.orchestra.run.smithi017.stdout:osd.0 smithi017 running (12m) 26s ago 12m 396M 4096M 16.2.4 8d91d370c2b8 432bd5329ca6 2024-09-11T07:26:39.779 INFO:teuthology.orchestra.run.smithi017.stdout:osd.1 smithi017 running (11m) 26s ago 11m 307M 4096M 16.2.4 8d91d370c2b8 b9bde4672d10 2024-09-11T07:26:39.779 INFO:teuthology.orchestra.run.smithi017.stdout:osd.2 smithi017 running (11m) 26s ago 11m 253M 4096M 16.2.4 8d91d370c2b8 a42eeb5fcae7 2024-09-11T07:26:39.779 INFO:teuthology.orchestra.run.smithi017.stdout:osd.3 smithi017 running (11m) 26s ago 11m 383M 4096M 16.2.4 8d91d370c2b8 59fc76e234d1 2024-09-11T07:26:39.779 INFO:teuthology.orchestra.run.smithi017.stdout:osd.4 smithi045 running (10m) 5s ago 10m 418M 4096M 16.2.4 8d91d370c2b8 3dc1e394cdfa 2024-09-11T07:26:39.780 INFO:teuthology.orchestra.run.smithi017.stdout:osd.5 smithi045 running (10m) 5s ago 10m 452M 4096M 16.2.4 8d91d370c2b8 ec6745fcdd10 2024-09-11T07:26:39.780 INFO:teuthology.orchestra.run.smithi017.stdout:osd.6 smithi045 running (10m) 5s ago 10m 382M 4096M 16.2.4 8d91d370c2b8 788633f8efc6 2024-09-11T07:26:39.780 INFO:teuthology.orchestra.run.smithi017.stdout:osd.7 smithi045 running (9m) 5s ago 9m 539M 4096M 16.2.4 8d91d370c2b8 162523c68393 2024-09-11T07:26:39.780 INFO:teuthology.orchestra.run.smithi017.stdout:prometheus.smithi017 smithi017 *:9095 error 26s ago 13m 46.0M - 2.18.1 de242295e225 5d1f02a1080f 2024-09-11T07:26:39.780 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:39 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:38.277236+0000 mgr.smithi017.qgiuqa (mgr.14844) 34 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 334 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.0 MiB/s wr, 496 op/s 2024-09-11T07:26:39.780 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:39 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:38.872337+0000 mgr.smithi017.qgiuqa (mgr.14844) 35 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:26:39.780 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:39 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:39.430413+0000 mon.smithi017 (mon.0) 919 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:39.780 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:39 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:39.435959+0000 mon.smithi017 (mon.0) 920 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:39.780 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:39 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:39.437225+0000 mon.smithi017 (mon.0) 921 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:26:39.780 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:39 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:39.438045+0000 mon.smithi017 (mon.0) 922 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:26:39.781 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:39 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:39.444590+0000 mon.smithi017 (mon.0) 923 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:39.781 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:39 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:39.451307+0000 mon.smithi017 (mon.0) 924 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:39.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:39 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:38.277236+0000 mgr.smithi017.qgiuqa (mgr.14844) 34 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 334 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.0 MiB/s wr, 496 op/s 2024-09-11T07:26:39.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:39 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:38.872337+0000 mgr.smithi017.qgiuqa (mgr.14844) 35 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:26:39.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:39 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:39.430413+0000 mon.smithi017 (mon.0) 919 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:39.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:39 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:39.435959+0000 mon.smithi017 (mon.0) 920 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:39.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:39 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:39.437225+0000 mon.smithi017 (mon.0) 921 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:26:39.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:39 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:39.438045+0000 mon.smithi017 (mon.0) 922 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:26:39.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:39 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:39.444590+0000 mon.smithi017 (mon.0) 923 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:39.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:39 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:39.451307+0000 mon.smithi017 (mon.0) 924 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:40.295 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:26:40.295 INFO:teuthology.orchestra.run.smithi017.stdout: "mon": { 2024-09-11T07:26:40.296 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-11T07:26:40.296 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:26:40.296 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr": { 2024-09-11T07:26:40.296 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:26:40.296 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:26:40.296 INFO:teuthology.orchestra.run.smithi017.stdout: "osd": { 2024-09-11T07:26:40.296 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-11T07:26:40.296 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:26:40.296 INFO:teuthology.orchestra.run.smithi017.stdout: "mds": { 2024-09-11T07:26:40.296 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-11T07:26:40.296 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:26:40.296 INFO:teuthology.orchestra.run.smithi017.stdout: "overall": { 2024-09-11T07:26:40.296 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 12, 2024-09-11T07:26:40.296 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:26:40.297 INFO:teuthology.orchestra.run.smithi017.stdout: } 2024-09-11T07:26:40.297 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:26:40.557 INFO:teuthology.orchestra.run.smithi017.stdout: 5 120627 1.98 MB/sec execute 358 sec latency 28.119 ms 2024-09-11T07:26:40.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:40 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:39.323754+0000 mgr.smithi017.qgiuqa (mgr.14844) 36 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:26:40.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:40 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:26:39.438645+0000 mgr.smithi017.qgiuqa (mgr.14844) 37 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:26:40.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:40 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:39.439145+0000 mgr.smithi017.qgiuqa (mgr.14844) 38 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 334 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.4 MiB/s wr, 534 op/s 2024-09-11T07:26:40.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:40 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:39.439358+0000 mgr.smithi017.qgiuqa (mgr.14844) 39 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 334 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 3.1 KiB/s rd, 3.5 MiB/s wr, 325 op/s 2024-09-11T07:26:40.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:40 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:26:39.540243+0000 mgr.smithi017.qgiuqa (mgr.14844) 40 : cephadm [INF] Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:26:40.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:40 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:26:39.544933+0000 mgr.smithi017.qgiuqa (mgr.14844) 41 : cephadm [INF] Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:26:40.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:40 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:39.766471+0000 mgr.smithi017.qgiuqa (mgr.14844) 42 : audit [DBG] from='client.24699 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:26:40.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:40 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:40.293850+0000 mon.smithi017 (mon.0) 925 : audit [DBG] from='client.? 172.21.15.17:0/2408666105' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:26:40.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:39.323754+0000 mgr.smithi017.qgiuqa (mgr.14844) 36 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:26:40.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:26:39.438645+0000 mgr.smithi017.qgiuqa (mgr.14844) 37 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:26:40.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:39.439145+0000 mgr.smithi017.qgiuqa (mgr.14844) 38 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 334 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.4 MiB/s wr, 534 op/s 2024-09-11T07:26:40.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:39.439358+0000 mgr.smithi017.qgiuqa (mgr.14844) 39 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 334 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 3.1 KiB/s rd, 3.5 MiB/s wr, 325 op/s 2024-09-11T07:26:40.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:26:39.540243+0000 mgr.smithi017.qgiuqa (mgr.14844) 40 : cephadm [INF] Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:26:40.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:26:39.544933+0000 mgr.smithi017.qgiuqa (mgr.14844) 41 : cephadm [INF] Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:26:40.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:39.766471+0000 mgr.smithi017.qgiuqa (mgr.14844) 42 : audit [DBG] from='client.24699 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:26:40.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:40 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:40.293850+0000 mon.smithi017 (mon.0) 925 : audit [DBG] from='client.? 172.21.15.17:0/2408666105' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:26:40.801 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:26:40.801 INFO:teuthology.orchestra.run.smithi017.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T07:26:40.801 INFO:teuthology.orchestra.run.smithi017.stdout: "in_progress": true, 2024-09-11T07:26:40.801 INFO:teuthology.orchestra.run.smithi017.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-11T07:26:40.801 INFO:teuthology.orchestra.run.smithi017.stdout: "services_complete": [ 2024-09-11T07:26:40.801 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr" 2024-09-11T07:26:40.801 INFO:teuthology.orchestra.run.smithi017.stdout: ], 2024-09-11T07:26:40.802 INFO:teuthology.orchestra.run.smithi017.stdout: "progress": "2/23 daemons upgraded", 2024-09-11T07:26:40.802 INFO:teuthology.orchestra.run.smithi017.stdout: "message": "Currently upgrading mgr daemons", 2024-09-11T07:26:40.802 INFO:teuthology.orchestra.run.smithi017.stdout: "is_paused": false 2024-09-11T07:26:40.802 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:26:41.557 INFO:teuthology.orchestra.run.smithi017.stdout: 5 121660 2.06 MB/sec execute 359 sec latency 17.579 ms 2024-09-11T07:26:41.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:41 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:40.799092+0000 mgr.smithi017.qgiuqa (mgr.14844) 43 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:26:41.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:41 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:40.799092+0000 mgr.smithi017.qgiuqa (mgr.14844) 43 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:26:42.557 INFO:teuthology.orchestra.run.smithi017.stdout: 5 122311 2.10 MB/sec execute 360 sec latency 35.294 ms 2024-09-11T07:26:42.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:42 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:41.440170+0000 mgr.smithi017.qgiuqa (mgr.14844) 44 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 327 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.9 MiB/s wr, 698 op/s 2024-09-11T07:26:42.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:41.440170+0000 mgr.smithi017.qgiuqa (mgr.14844) 44 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 327 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.9 MiB/s wr, 698 op/s 2024-09-11T07:26:43.557 INFO:teuthology.orchestra.run.smithi017.stdout: 5 122873 2.12 MB/sec execute 361 sec latency 43.907 ms 2024-09-11T07:26:43.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:43 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:43.091306+0000 mon.smithi017 (mon.0) 926 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:26:43.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:43 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:43.094893+0000 mon.smithi017 (mon.0) 927 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:26:43.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:43 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:43.100387+0000 mon.smithi017 (mon.0) 928 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:43.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:43 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:43.101833+0000 mon.smithi017 (mon.0) 929 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi017.qgiuqa"}]: dispatch 2024-09-11T07:26:43.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:43 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:43.106604+0000 mon.smithi017 (mon.0) 930 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi017.qgiuqa"}]': finished 2024-09-11T07:26:43.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:43 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:43.107645+0000 mon.smithi017 (mon.0) 931 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi045.wavrrv"}]: dispatch 2024-09-11T07:26:43.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:43 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:43.112527+0000 mon.smithi017 (mon.0) 932 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi045.wavrrv"}]': finished 2024-09-11T07:26:43.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:43 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:43.114018+0000 mon.smithi017 (mon.0) 933 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-11T07:26:43.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:43 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:43.091306+0000 mon.smithi017 (mon.0) 926 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:26:43.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:43 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:43.094893+0000 mon.smithi017 (mon.0) 927 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:26:43.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:43 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:43.100387+0000 mon.smithi017 (mon.0) 928 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:43.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:43 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:43.101833+0000 mon.smithi017 (mon.0) 929 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi017.qgiuqa"}]: dispatch 2024-09-11T07:26:43.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:43 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:43.106604+0000 mon.smithi017 (mon.0) 930 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi017.qgiuqa"}]': finished 2024-09-11T07:26:43.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:43 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:43.107645+0000 mon.smithi017 (mon.0) 931 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi045.wavrrv"}]: dispatch 2024-09-11T07:26:43.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:43 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:43.112527+0000 mon.smithi017 (mon.0) 932 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi045.wavrrv"}]': finished 2024-09-11T07:26:43.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:43 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:43.114018+0000 mon.smithi017 (mon.0) 933 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-11T07:26:44.557 INFO:teuthology.orchestra.run.smithi017.stdout: 5 123342 2.14 MB/sec execute 362 sec latency 42.136 ms 2024-09-11T07:26:44.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:26:43.088854+0000 mgr.smithi017.qgiuqa (mgr.14844) 45 : cephadm [ERR] cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:26:44.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:26:44.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:26:44.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:26:44.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:26:44.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:26:44.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Traceback (most recent call last): 2024-09-11T07:26:44.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:26:44.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: main() 2024-09-11T07:26:44.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:26:44.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: r = ctx.func(ctx) 2024-09-11T07:26:44.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:26:44.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: return func(ctx) 2024-09-11T07:26:44.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:26:44.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:26:44.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:26:44.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:26:44.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:26:44.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:26:44.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:26:44.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:26:44.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Traceback (most recent call last): 2024-09-11T07:26:44.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:26:44.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:26:44.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:26:44.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: return self.wait_async( 2024-09-11T07:26:44.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:26:44.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:26:44.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:26:44.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: return future.result(timeout) 2024-09-11T07:26:44.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:26:44.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: return self.__get_result() 2024-09-11T07:26:44.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:26:44.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: raise self._exception 2024-09-11T07:26:44.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:26:44.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: out, err, code = await self._run_cephadm( 2024-09-11T07:26:44.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:26:44.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: raise OrchestratorError( 2024-09-11T07:26:44.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:26:44.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:26:44.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:26:44.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:26:44.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:26:44.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:26:44.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Traceback (most recent call last): 2024-09-11T07:26:44.792 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:26:44.792 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: main() 2024-09-11T07:26:44.792 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:26:44.792 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: r = ctx.func(ctx) 2024-09-11T07:26:44.792 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:26:44.792 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: return func(ctx) 2024-09-11T07:26:44.792 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:26:44.792 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:26:44.792 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:26:44.793 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:26:44.793 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:26:44.793 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:26:44.793 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:26:44.793 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:26:44.793 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:26:43.095699+0000 mgr.smithi017.qgiuqa (mgr.14844) 46 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T07:26:44.793 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:44 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:43.440511+0000 mgr.smithi017.qgiuqa (mgr.14844) 47 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 327 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.9 MiB/s wr, 698 op/s 2024-09-11T07:26:44.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:26:43.088854+0000 mgr.smithi017.qgiuqa (mgr.14844) 45 : cephadm [ERR] cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:26:44.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:26:44.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:26:44.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:26:44.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:26:44.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:26:44.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: Traceback (most recent call last): 2024-09-11T07:26:44.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:26:44.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: main() 2024-09-11T07:26:44.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:26:44.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: r = ctx.func(ctx) 2024-09-11T07:26:44.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:26:44.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: return func(ctx) 2024-09-11T07:26:44.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:26:44.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:26:44.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:26:44.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:26:44.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:26:44.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:26:44.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:26:44.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:26:44.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: Traceback (most recent call last): 2024-09-11T07:26:44.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:26:44.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:26:44.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:26:44.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: return self.wait_async( 2024-09-11T07:26:44.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:26:44.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:26:44.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:26:44.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: return future.result(timeout) 2024-09-11T07:26:44.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:26:44.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: return self.__get_result() 2024-09-11T07:26:44.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:26:44.797 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: raise self._exception 2024-09-11T07:26:44.797 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:26:44.797 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: out, err, code = await self._run_cephadm( 2024-09-11T07:26:44.797 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:26:44.797 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: raise OrchestratorError( 2024-09-11T07:26:44.797 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:26:44.797 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:26:44.798 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:26:44.798 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:26:44.798 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:26:44.798 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:26:44.798 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: Traceback (most recent call last): 2024-09-11T07:26:44.798 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:26:44.798 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: main() 2024-09-11T07:26:44.798 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:26:44.798 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: r = ctx.func(ctx) 2024-09-11T07:26:44.798 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:26:44.798 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: return func(ctx) 2024-09-11T07:26:44.798 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:26:44.798 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:26:44.799 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:26:44.799 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:26:44.799 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:26:44.799 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:26:44.799 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:26:44.799 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:26:44.799 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:26:43.095699+0000 mgr.smithi017.qgiuqa (mgr.14844) 46 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-11T07:26:44.799 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:43.440511+0000 mgr.smithi017.qgiuqa (mgr.14844) 47 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 327 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.9 MiB/s wr, 698 op/s 2024-09-11T07:26:45.557 INFO:teuthology.orchestra.run.smithi017.stdout: 5 123812 2.17 MB/sec execute 363 sec latency 40.211 ms 2024-09-11T07:26:46.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:46 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:26:45.091529+0000 mgr.smithi017.qgiuqa (mgr.14844) 48 : cephadm [INF] Upgrade: Updating mon.smithi017 2024-09-11T07:26:46.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:46 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:45.095753+0000 mon.smithi017 (mon.0) 934 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:46.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:46 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:45.096562+0000 mon.smithi017 (mon.0) 935 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:26:46.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:46 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:45.097272+0000 mon.smithi017 (mon.0) 936 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:26:46.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:46 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:45.097841+0000 mon.smithi017 (mon.0) 937 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:26:46.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:46 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:26:45.098566+0000 mgr.smithi017.qgiuqa (mgr.14844) 49 : cephadm [INF] Deploying daemon mon.smithi017 on smithi017 2024-09-11T07:26:46.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:46 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:45.441255+0000 mgr.smithi017.qgiuqa (mgr.14844) 50 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 331 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 8.4 MiB/s wr, 880 op/s 2024-09-11T07:26:46.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:46 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:26:45.091529+0000 mgr.smithi017.qgiuqa (mgr.14844) 48 : cephadm [INF] Upgrade: Updating mon.smithi017 2024-09-11T07:26:46.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:46 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:45.095753+0000 mon.smithi017 (mon.0) 934 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:26:46.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:46 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:45.096562+0000 mon.smithi017 (mon.0) 935 : audit [INF] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:26:46.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:46 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:45.097272+0000 mon.smithi017 (mon.0) 936 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:26:46.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:46 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: audit 2024-09-11T07:26:45.097841+0000 mon.smithi017 (mon.0) 937 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:26:46.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:46 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cephadm 2024-09-11T07:26:45.098566+0000 mgr.smithi017.qgiuqa (mgr.14844) 49 : cephadm [INF] Deploying daemon mon.smithi017 on smithi017 2024-09-11T07:26:46.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:46 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: cluster 2024-09-11T07:26:45.441255+0000 mgr.smithi017.qgiuqa (mgr.14844) 50 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 331 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 8.4 MiB/s wr, 880 op/s 2024-09-11T07:26:46.557 INFO:teuthology.orchestra.run.smithi017.stdout: 5 124448 2.24 MB/sec execute 364 sec latency 38.106 ms 2024-09-11T07:26:47.255 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:46 smithi017 systemd[1]: Stopping Ceph mon.smithi017 for ef0778be-700c-11ef-bcea-c7b262605968... 2024-09-11T07:26:47.255 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:47 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:26:47.101+0000 7fb4c7c15700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi017 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-09-11T07:26:47.255 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:47 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017[23510]: debug 2024-09-11T07:26:47.101+0000 7fb4c7c15700 -1 mon.smithi017@0(leader) e2 *** Got Signal Terminated *** 2024-09-11T07:26:47.256 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:47 smithi017 podman[63191]: 2024-09-11 07:26:47.1450387 +0000 UTC m=+0.179529209 container died a0e09aaa110195560d3e97b59bce98f83730e3965d59fa8fc31bc26a46dcbf42 (image=docker.io/ceph/ceph:v16.2.4, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=HEAD, ceph=True, maintainer=Dimitri Savineau , org.label-schema.build-date=20201204, CEPH_POINT_RELEASE=-16.2.4) 2024-09-11T07:26:47.557 INFO:teuthology.orchestra.run.smithi017.stdout: 5 125329 2.29 MB/sec execute 365 sec latency 27.634 ms 2024-09-11T07:26:48.008 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:47 smithi017 podman[63191]: 2024-09-11 07:26:47.562018444 +0000 UTC m=+0.596508951 container cleanup a0e09aaa110195560d3e97b59bce98f83730e3965d59fa8fc31bc26a46dcbf42 (image=docker.io/ceph/ceph:v16.2.4, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-16.2.4, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , RELEASE=HEAD, ceph=True, org.label-schema.build-date=20201204, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, GIT_CLEAN=True, org.label-schema.license=GPLv2) 2024-09-11T07:26:48.008 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:47 smithi017 bash[63191]: ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017 2024-09-11T07:26:48.008 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:47 smithi017 podman[63205]: 2024-09-11 07:26:47.778958896 +0000 UTC m=+0.628552335 container remove a0e09aaa110195560d3e97b59bce98f83730e3965d59fa8fc31bc26a46dcbf42 (image=docker.io/ceph/ceph:v16.2.4, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi017, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-16.2.4, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, RELEASE=HEAD, org.label-schema.build-date=20201204, GIT_CLEAN=True, maintainer=Dimitri Savineau , ceph=True, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2) 2024-09-11T07:26:48.557 INFO:teuthology.orchestra.run.smithi017.stdout: 5 126069 2.33 MB/sec execute 366 sec latency 36.461 ms 2024-09-11T07:26:48.710 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:48 smithi017 systemd[1]: ceph-ef0778be-700c-11ef-bcea-c7b262605968@mon.smithi017.service: Deactivated successfully. 2024-09-11T07:26:48.710 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:48 smithi017 systemd[1]: Stopped Ceph mon.smithi017 for ef0778be-700c-11ef-bcea-c7b262605968. 2024-09-11T07:26:48.710 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:48 smithi017 systemd[1]: ceph-ef0778be-700c-11ef-bcea-c7b262605968@mon.smithi017.service: Consumed 19.837s CPU time. 2024-09-11T07:26:48.978 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:48 smithi017 systemd[1]: Starting Ceph mon.smithi017 for ef0778be-700c-11ef-bcea-c7b262605968... 2024-09-11T07:26:49.277 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:48 smithi017 podman[63365]: 2024-09-11 07:26:48.880825451 +0000 UTC m=+0.026705801 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T07:26:49.278 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 podman[63365]: 2024-09-11 07:26:49.022553947 +0000 UTC m=+0.168434293 container create 93477c9f020445232953d0f072036885cb0ad68715e095f2aa57e8ce4ceb7213 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon-smithi017, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0) 2024-09-11T07:26:49.278 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 podman[63365]: 2024-09-11 07:26:49.275588327 +0000 UTC m=+0.421468670 container init 93477c9f020445232953d0f072036885cb0ad68715e095f2aa57e8ce4ceb7213 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon-smithi017, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, io.buildah.version=1.37.2) 2024-09-11T07:26:49.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 podman[63365]: 2024-09-11 07:26:49.280827814 +0000 UTC m=+0.426708154 container start 93477c9f020445232953d0f072036885cb0ad68715e095f2aa57e8ce4ceb7213 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon-smithi017, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, ceph=True, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T07:26:49.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: set uid:gid to 167:167 (ceph:ceph) 2024-09-11T07:26:49.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable), process ceph-mon, pid 2 2024-09-11T07:26:49.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: pidfile_write: ignore empty --pid-file 2024-09-11T07:26:49.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: load: jerasure load: lrc 2024-09-11T07:26:49.542 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: RocksDB version: 6.15.5 2024-09-11T07:26:49.542 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-11T07:26:49.542 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Compile date Sep 10 2024 2024-09-11T07:26:49.542 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: DB SUMMARY 2024-09-11T07:26:49.542 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: DB Session ID: 7TI1VBFRTDK8SUJ5SFVN 2024-09-11T07:26:49.542 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: CURRENT file: CURRENT 2024-09-11T07:26:49.542 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: IDENTITY file: IDENTITY 2024-09-11T07:26:49.542 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: MANIFEST file: MANIFEST-000008 size: 959 Bytes 2024-09-11T07:26:49.542 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi017/store.db dir, Total Num: 1, files: 000023.sst 2024-09-11T07:26:49.542 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi017/store.db: 000021.log size: 16408239 ; 2024-09-11T07:26:49.543 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.error_if_exists: 0 2024-09-11T07:26:49.543 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.create_if_missing: 0 2024-09-11T07:26:49.543 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.paranoid_checks: 1 2024-09-11T07:26:49.543 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-11T07:26:49.543 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.env: 0x559a1531d440 2024-09-11T07:26:49.543 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.fs: Posix File System 2024-09-11T07:26:49.543 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.info_log: 0x559a1771b0c0 2024-09-11T07:26:49.543 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.max_file_opening_threads: 16 2024-09-11T07:26:49.543 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.statistics: (nil) 2024-09-11T07:26:49.544 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.use_fsync: 0 2024-09-11T07:26:49.544 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.max_log_file_size: 0 2024-09-11T07:26:49.544 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-11T07:26:49.544 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-11T07:26:49.544 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.keep_log_file_num: 1000 2024-09-11T07:26:49.544 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.recycle_log_file_num: 0 2024-09-11T07:26:49.544 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.allow_fallocate: 1 2024-09-11T07:26:49.544 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.allow_mmap_reads: 0 2024-09-11T07:26:49.544 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.allow_mmap_writes: 0 2024-09-11T07:26:49.544 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.use_direct_reads: 0 2024-09-11T07:26:49.544 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-11T07:26:49.545 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.create_missing_column_families: 0 2024-09-11T07:26:49.545 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.db_log_dir: 2024-09-11T07:26:49.545 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi017/store.db 2024-09-11T07:26:49.545 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-11T07:26:49.545 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-11T07:26:49.545 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-11T07:26:49.545 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-11T07:26:49.545 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-11T07:26:49.545 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-11T07:26:49.545 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.advise_random_on_open: 1 2024-09-11T07:26:49.546 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.db_write_buffer_size: 0 2024-09-11T07:26:49.546 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.write_buffer_manager: 0x559a177d8810 2024-09-11T07:26:49.546 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-11T07:26:49.546 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-11T07:26:49.546 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-11T07:26:49.546 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-11T07:26:49.546 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.rate_limiter: (nil) 2024-09-11T07:26:49.546 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-11T07:26:49.546 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.wal_recovery_mode: 2 2024-09-11T07:26:49.546 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.enable_thread_tracking: 0 2024-09-11T07:26:49.546 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.enable_pipelined_write: 0 2024-09-11T07:26:49.546 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.unordered_write: 0 2024-09-11T07:26:49.547 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-11T07:26:49.547 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-11T07:26:49.547 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-11T07:26:49.547 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-11T07:26:49.547 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.row_cache: None 2024-09-11T07:26:49.547 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.wal_filter: None 2024-09-11T07:26:49.547 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-11T07:26:49.547 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.allow_ingest_behind: 0 2024-09-11T07:26:49.547 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.preserve_deletes: 0 2024-09-11T07:26:49.548 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.two_write_queues: 0 2024-09-11T07:26:49.548 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.manual_wal_flush: 0 2024-09-11T07:26:49.548 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.atomic_flush: 0 2024-09-11T07:26:49.548 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-11T07:26:49.548 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-11T07:26:49.548 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-11T07:26:49.550 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.log_readahead_size: 0 2024-09-11T07:26:49.550 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-11T07:26:49.550 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.best_efforts_recovery: 0 2024-09-11T07:26:49.550 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-11T07:26:49.550 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-11T07:26:49.550 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.allow_data_in_errors: 0 2024-09-11T07:26:49.550 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.db_host_id: __hostname__ 2024-09-11T07:26:49.550 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.max_background_jobs: 2 2024-09-11T07:26:49.550 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.max_background_compactions: -1 2024-09-11T07:26:49.551 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.max_subcompactions: 1 2024-09-11T07:26:49.551 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-11T07:26:49.551 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-11T07:26:49.551 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-11T07:26:49.551 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.max_total_wal_size: 0 2024-09-11T07:26:49.551 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-11T07:26:49.551 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-11T07:26:49.551 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-11T07:26:49.551 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-11T07:26:49.552 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.max_open_files: -1 2024-09-11T07:26:49.552 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.bytes_per_sync: 0 2024-09-11T07:26:49.552 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-11T07:26:49.552 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-11T07:26:49.552 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.compaction_readahead_size: 0 2024-09-11T07:26:49.552 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.max_background_flushes: -1 2024-09-11T07:26:49.552 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Compression algorithms supported: 2024-09-11T07:26:49.552 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: kZSTD supported: 0 2024-09-11T07:26:49.552 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: kXpressCompression supported: 0 2024-09-11T07:26:49.552 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: kBZip2Compression supported: 0 2024-09-11T07:26:49.552 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-11T07:26:49.552 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: kLZ4Compression supported: 1 2024-09-11T07:26:49.552 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: kZlibCompression supported: 1 2024-09-11T07:26:49.553 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: kLZ4HCCompression supported: 1 2024-09-11T07:26:49.553 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: kSnappyCompression supported: 1 2024-09-11T07:26:49.553 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-11T07:26:49.553 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi017/store.db/MANIFEST-000008 2024-09-11T07:26:49.553 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2024-09-11T07:26:49.553 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-11T07:26:49.553 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.merge_operator: 2024-09-11T07:26:49.553 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.compaction_filter: None 2024-09-11T07:26:49.553 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.compaction_filter_factory: None 2024-09-11T07:26:49.553 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.sst_partitioner_factory: None 2024-09-11T07:26:49.553 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-11T07:26:49.553 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-11T07:26:49.553 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x559a176c1a38) 2024-09-11T07:26:49.553 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: cache_index_and_filter_blocks: 1 2024-09-11T07:26:49.553 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-11T07:26:49.554 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-11T07:26:49.554 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: pin_top_level_index_and_filter: 1 2024-09-11T07:26:49.554 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: index_type: 0 2024-09-11T07:26:49.554 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: data_block_index_type: 0 2024-09-11T07:26:49.554 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: index_shortening: 1 2024-09-11T07:26:49.554 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-11T07:26:49.554 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: hash_index_allow_collision: 1 2024-09-11T07:26:49.554 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: checksum: 1 2024-09-11T07:26:49.554 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: no_block_cache: 0 2024-09-11T07:26:49.554 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: block_cache: 0x559a176f71f0 2024-09-11T07:26:49.554 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: block_cache_name: BinnedLRUCache 2024-09-11T07:26:49.554 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: block_cache_options: 2024-09-11T07:26:49.554 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: capacity : 536870912 2024-09-11T07:26:49.554 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: num_shard_bits : 4 2024-09-11T07:26:49.555 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: strict_capacity_limit : 0 2024-09-11T07:26:49.555 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: high_pri_pool_ratio: 0.000 2024-09-11T07:26:49.555 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: block_cache_compressed: (nil) 2024-09-11T07:26:49.555 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: persistent_cache: (nil) 2024-09-11T07:26:49.555 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: block_size: 4096 2024-09-11T07:26:49.555 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: block_size_deviation: 10 2024-09-11T07:26:49.555 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: block_restart_interval: 16 2024-09-11T07:26:49.555 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: index_block_restart_interval: 1 2024-09-11T07:26:49.555 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: metadata_block_size: 4096 2024-09-11T07:26:49.555 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: partition_filters: 0 2024-09-11T07:26:49.555 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: use_delta_encoding: 1 2024-09-11T07:26:49.555 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-11T07:26:49.555 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: whole_key_filtering: 1 2024-09-11T07:26:49.556 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: verify_compression: 0 2024-09-11T07:26:49.556 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: read_amp_bytes_per_bit: 0 2024-09-11T07:26:49.556 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: format_version: 4 2024-09-11T07:26:49.556 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: enable_index_compression: 1 2024-09-11T07:26:49.556 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: block_align: 0 2024-09-11T07:26:49.556 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.write_buffer_size: 33554432 2024-09-11T07:26:49.556 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.max_write_buffer_number: 2 2024-09-11T07:26:49.556 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.compression: NoCompression 2024-09-11T07:26:49.556 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.bottommost_compression: Disabled 2024-09-11T07:26:49.556 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.prefix_extractor: nullptr 2024-09-11T07:26:49.556 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-11T07:26:49.557 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.num_levels: 7 2024-09-11T07:26:49.557 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-11T07:26:49.557 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-11T07:26:49.557 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-11T07:26:49.557 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-11T07:26:49.557 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-11T07:26:49.557 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-11T07:26:49.557 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-11T07:26:49.557 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-11T07:26:49.557 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-11T07:26:49.557 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-11T07:26:49.558 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-11T07:26:49.558 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.compression_opts.level: 32767 2024-09-11T07:26:49.558 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.compression_opts.strategy: 0 2024-09-11T07:26:49.558 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-11T07:26:49.558 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-11T07:26:49.558 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-11T07:26:49.558 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.compression_opts.enabled: false 2024-09-11T07:26:49.558 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-11T07:26:49.558 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-11T07:26:49.558 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-11T07:26:49.558 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.target_file_size_base: 67108864 2024-09-11T07:26:49.559 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-11T07:26:49.559 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-11T07:26:49.559 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-11T07:26:49.559 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-11T07:26:49.559 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-11T07:26:49.559 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-11T07:26:49.559 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-11T07:26:49.559 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-11T07:26:49.559 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-11T07:26:49.559 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-11T07:26:49.559 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-11T07:26:49.560 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-11T07:26:49.560 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-11T07:26:49.560 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.arena_block_size: 4194304 2024-09-11T07:26:49.560 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-11T07:26:49.560 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-11T07:26:49.560 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-11T07:26:49.560 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.disable_auto_compactions: 0 2024-09-11T07:26:49.560 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-11T07:26:49.560 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-11T07:26:49.560 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-11T07:26:49.560 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-11T07:26:49.561 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-11T07:26:49.561 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-11T07:26:49.561 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-11T07:26:49.561 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-11T07:26:49.561 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-11T07:26:49.561 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-11T07:26:49.561 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-11T07:26:49.561 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.inplace_update_support: 0 2024-09-11T07:26:49.561 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-11T07:26:49.561 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-11T07:26:49.561 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-11T07:26:49.561 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-11T07:26:49.561 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.bloom_locality: 0 2024-09-11T07:26:49.562 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.max_successive_merges: 0 2024-09-11T07:26:49.562 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-11T07:26:49.562 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.paranoid_file_checks: 0 2024-09-11T07:26:49.562 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.force_consistency_checks: 1 2024-09-11T07:26:49.562 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.report_bg_io_stats: 0 2024-09-11T07:26:49.562 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.ttl: 2592000 2024-09-11T07:26:49.562 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-11T07:26:49.562 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.enable_blob_files: false 2024-09-11T07:26:49.562 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.min_blob_size: 0 2024-09-11T07:26:49.562 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.blob_file_size: 268435456 2024-09-11T07:26:49.562 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-11T07:26:49.562 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-11T07:26:49.563 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-11T07:26:49.563 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: [db/version_set.cc:4764] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi017/store.db/MANIFEST-000008 succeeded,manifest_file_number is 8, next_file_number is 25, last_sequence is 11278, log_number is 21,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-11T07:26:49.563 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 21 2024-09-11T07:26:49.563 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: [db/version_set.cc:4082] Creating manifest 25 2024-09-11T07:26:49.563 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726039609307227, "job": 1, "event": "recovery_started", "wal_files": [21]} 2024-09-11T07:26:49.563 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #21 mode 2 2024-09-11T07:26:49.563 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: 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-11T07:26:49.563 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726039609340805, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 26, "file_size": 16167431, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 16149475, "index_size": 14107, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 2885, "raw_key_size": 21501, "raw_average_key_size": 18, "raw_value_size": 16119604, "raw_average_value_size": 14177, "num_data_blocks": 611, "num_entries": 1137, "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": 1726039609, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "95c79880-6bfe-4b75-bb60-0be9b8c0004d", "db_session_id": "7TI1VBFRTDK8SUJ5SFVN"}} 2024-09-11T07:26:49.563 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: [db/version_set.cc:4082] Creating manifest 27 2024-09-11T07:26:49.563 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726039609341289, "job": 1, "event": "recovery_finished"} 2024-09-11T07:26:49.563 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: [file/delete_scheduler.cc:69] Deleted file /var/lib/ceph/mon/ceph-smithi017/store.db/000021.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-11T07:26:49.563 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x559a1772a700 2024-09-11T07:26:49.563 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: DB pointer 0x559a176fa000 2024-09-11T07:26:49.564 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2024-09-11T07:26:49.564 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: rocksdb: [db/db_impl/db_impl.cc:903] 2024-09-11T07:26:49.564 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: ** DB Stats ** 2024-09-11T07:26:49.564 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T07:26:49.564 INFO:journalctl@ceph.mon.smithi017.smithi017.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-11T07:26:49.564 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T07:26:49.564 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T07:26:49.564 INFO:journalctl@ceph.mon.smithi017.smithi017.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-11T07:26:49.564 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-11T07:26:49.564 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T07:26:49.564 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: 2024-09-11T07:26:49.564 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: ** Compaction Stats [default] ** 2024-09-11T07:26:49.564 INFO:journalctl@ceph.mon.smithi017.smithi017.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-11T07:26:49.564 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:26:49.565 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: L0 1/0 15.42 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 845.4 0.02 0.00 1 0.018 0 0 2024-09-11T07:26:49.565 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: L6 1/0 26.78 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-11T07:26:49.565 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Sum 2/0 42.19 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 845.4 0.02 0.00 1 0.018 0 0 2024-09-11T07:26:49.565 INFO:journalctl@ceph.mon.smithi017.smithi017.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 845.4 0.02 0.00 1 0.018 0 0 2024-09-11T07:26:49.565 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: 2024-09-11T07:26:49.565 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: ** Compaction Stats [default] ** 2024-09-11T07:26:49.565 INFO:journalctl@ceph.mon.smithi017.smithi017.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-11T07:26:49.565 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:26:49.565 INFO:journalctl@ceph.mon.smithi017.smithi017.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 845.4 0.02 0.00 1 0.018 0 0 2024-09-11T07:26:49.565 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T07:26:49.565 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Flush(GB): cumulative 0.015, interval 0.015 2024-09-11T07:26:49.565 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T07:26:49.565 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T07:26:49.565 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T07:26:49.566 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-11T07:26:49.566 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Cumulative compaction: 0.02 GB write, 409.93 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T07:26:49.566 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Interval compaction: 0.02 GB write, 409.93 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T07:26:49.566 INFO:journalctl@ceph.mon.smithi017.smithi017.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-11T07:26:49.566 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: 2024-09-11T07:26:49.566 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-11T07:26:49.566 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: 2024-09-11T07:26:49.566 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: ** Compaction Stats [default] ** 2024-09-11T07:26:49.566 INFO:journalctl@ceph.mon.smithi017.smithi017.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-11T07:26:49.566 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:26:49.566 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: L0 1/0 15.42 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 845.4 0.02 0.00 1 0.018 0 0 2024-09-11T07:26:49.566 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: L6 1/0 26.78 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-11T07:26:49.567 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Sum 2/0 42.19 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 845.4 0.02 0.00 1 0.018 0 0 2024-09-11T07:26:49.567 INFO:journalctl@ceph.mon.smithi017.smithi017.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-11T07:26:49.567 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: 2024-09-11T07:26:49.567 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: ** Compaction Stats [default] ** 2024-09-11T07:26:49.567 INFO:journalctl@ceph.mon.smithi017.smithi017.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-11T07:26:49.567 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:26:49.567 INFO:journalctl@ceph.mon.smithi017.smithi017.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 845.4 0.02 0.00 1 0.018 0 0 2024-09-11T07:26:49.567 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T07:26:49.567 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Flush(GB): cumulative 0.015, interval 0.000 2024-09-11T07:26:49.567 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T07:26:49.567 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T07:26:49.567 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T07:26:49.567 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-11T07:26:49.567 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Cumulative compaction: 0.02 GB write, 409.53 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T07:26:49.568 INFO:journalctl@ceph.mon.smithi017.smithi017.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-11T07:26:49.568 INFO:journalctl@ceph.mon.smithi017.smithi017.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-11T07:26:49.568 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: 2024-09-11T07:26:49.568 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-11T07:26:49.568 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: starting mon.smithi017 rank 0 at public addrs [v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0] at bind addrs [v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi017 fsid ef0778be-700c-11ef-bcea-c7b262605968 2024-09-11T07:26:49.568 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: mon.smithi017@-1(???) e2 preinit fsid ef0778be-700c-11ef-bcea-c7b262605968 2024-09-11T07:26:49.568 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: mon.smithi017@-1(???).mds e10 new map 2024-09-11T07:26:49.568 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: mon.smithi017@-1(???).mds e10 print_map 2024-09-11T07:26:49.568 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: e10 2024-09-11T07:26:49.568 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-11T07:26:49.568 INFO:journalctl@ceph.mon.smithi017.smithi017.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-11T07:26:49.568 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: legacy client fscid: 1 2024-09-11T07:26:49.568 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: 2024-09-11T07:26:49.569 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Filesystem 'foofs' (1) 2024-09-11T07:26:49.569 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: fs_name foofs 2024-09-11T07:26:49.569 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: epoch 10 2024-09-11T07:26:49.569 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2024-09-11T07:26:49.569 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: created 2024-09-11T07:18:15.182291+0000 2024-09-11T07:26:49.569 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: modified 2024-09-11T07:26:02.619826+0000 2024-09-11T07:26:49.569 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: tableserver 0 2024-09-11T07:26:49.569 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: root 0 2024-09-11T07:26:49.569 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: session_timeout 60 2024-09-11T07:26:49.569 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: session_autoclose 300 2024-09-11T07:26:49.569 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: max_file_size 1099511627776 2024-09-11T07:26:49.569 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: required_client_features {} 2024-09-11T07:26:49.569 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: last_failure 0 2024-09-11T07:26:49.569 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: last_failure_osd_epoch 0 2024-09-11T07:26:49.570 INFO:journalctl@ceph.mon.smithi017.smithi017.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-11T07:26:49.570 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: max_mds 1 2024-09-11T07:26:49.570 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: in 0 2024-09-11T07:26:49.570 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: up {0=24275} 2024-09-11T07:26:49.570 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: failed 2024-09-11T07:26:49.570 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: damaged 2024-09-11T07:26:49.570 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: stopped 2024-09-11T07:26:49.570 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: data_pools [3] 2024-09-11T07:26:49.570 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: metadata_pool 2 2024-09-11T07:26:49.570 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: inline_data disabled 2024-09-11T07:26:49.570 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: balancer 2024-09-11T07:26:49.570 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: standby_count_wanted 1 2024-09-11T07:26:49.570 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: [mds.foofs.smithi045.gxtxww{0:24275} state up:active seq 117 join_fscid=1 addr [v2:172.21.15.45:6832/2161648306,v1:172.21.15.45:6833/2161648306] compat {c=[1],r=[1],i=[7ff]}] 2024-09-11T07:26:49.571 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: 2024-09-11T07:26:49.571 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: 2024-09-11T07:26:49.571 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Standby daemons: 2024-09-11T07:26:49.571 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: 2024-09-11T07:26:49.571 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: [mds.foofs.smithi017.utzzzp{-1:14506} state up:standby seq 3 join_fscid=1 addr [v2:172.21.15.17:6834/415470523,v1:172.21.15.17:6835/415470523] compat {c=[1],r=[1],i=[7ff]}] 2024-09-11T07:26:49.571 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: mon.smithi017@-1(???).osd e74 crush map has features 3314933000854323200, adjusting msgr requires 2024-09-11T07:26:49.571 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: mon.smithi017@-1(???).osd e74 crush map has features 432629239337189376, adjusting msgr requires 2024-09-11T07:26:49.571 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: mon.smithi017@-1(???).osd e74 crush map has features 432629239337189376, adjusting msgr requires 2024-09-11T07:26:49.571 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: mon.smithi017@-1(???).osd e74 crush map has features 432629239337189376, adjusting msgr requires 2024-09-11T07:26:49.571 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 ceph-mon[63383]: mon.smithi017@-1(???).paxosservice(auth 1..39) refresh upgraded, format 0 -> 3 2024-09-11T07:26:49.571 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 bash[63365]: 93477c9f020445232953d0f072036885cb0ad68715e095f2aa57e8ce4ceb7213 2024-09-11T07:26:49.571 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:26:49 smithi017 systemd[1]: Started Ceph mon.smithi017 for ef0778be-700c-11ef-bcea-c7b262605968. 2024-09-11T07:26:49.572 INFO:teuthology.orchestra.run.smithi017.stdout: 5 126547 2.35 MB/sec execute 367 sec latency 54.911 ms 2024-09-11T07:26:50.557 INFO:teuthology.orchestra.run.smithi017.stdout: 5 127063 2.39 MB/sec execute 368 sec latency 34.586 ms 2024-09-11T07:26:51.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:50 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:47.109077+0000 mon.smithi045 (mon.1) 116 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mon metadata", "id": "smithi017"}]: dispatch 2024-09-11T07:26:51.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:50 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:47.110612+0000 mon.smithi045 (mon.1) 117 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2024-09-11T07:26:51.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:50 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:47.441690+0000 mgr.smithi017.qgiuqa (mgr.14844) 51 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 331 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 8.4 MiB/s wr, 880 op/s 2024-09-11T07:26:51.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:50 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:48.938949+0000 mon.smithi045 (mon.1) 118 : audit [DBG] from='mgr.14844 172.21.15.17:0/3972182781' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:26:51.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:50 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:49.442082+0000 mgr.smithi017.qgiuqa (mgr.14844) 52 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 331 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 7.7 MiB/s wr, 806 op/s 2024-09-11T07:26:51.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:50 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:50.756938+0000 mon.smithi017 (mon.0) 1 : cluster [INF] mon.smithi017 calling monitor election 2024-09-11T07:26:51.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:50 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:50.758607+0000 mon.smithi017 (mon.0) 2 : cluster [INF] mon.smithi017 is new leader, mons smithi017,smithi045 in quorum (ranks 0,1) 2024-09-11T07:26:51.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:50 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:50.767136+0000 mon.smithi017 (mon.0) 3 : cluster [DBG] monmap e2: 2 mons at {smithi017=[v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0],smithi045=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T07:26:51.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:50 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:50.767856+0000 mon.smithi017 (mon.0) 4 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi045.gxtxww=up:active} 1 up:standby 2024-09-11T07:26:51.080 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:50 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:50.767894+0000 mon.smithi017 (mon.0) 5 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-09-11T07:26:51.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:50 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:50.768786+0000 mon.smithi017 (mon.0) 6 : cluster [DBG] mgrmap e40: smithi017.qgiuqa(active, since 48s), standbys: smithi045.wavrrv 2024-09-11T07:26:51.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:50 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:50.769390+0000 mon.smithi017 (mon.0) 7 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-11T07:26:51.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:50 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:50.769409+0000 mon.smithi017 (mon.0) 8 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-11T07:26:51.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:50 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:50.769423+0000 mon.smithi017 (mon.0) 9 : cluster [WRN] daemon prometheus.smithi017 on smithi017 is in error state 2024-09-11T07:26:51.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:50 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:50.777656+0000 mon.smithi017 (mon.0) 10 : cluster [DBG] mgrmap e41: smithi017.qgiuqa(active, since 48s), standbys: smithi045.wavrrv 2024-09-11T07:26:51.081 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:50 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:50.777716+0000 mon.smithi017 (mon.0) 11 : audit [INF] from='mgr.14844 ' entity='' 2024-09-11T07:26:51.557 INFO:teuthology.orchestra.run.smithi017.stdout: 5 127391 2.40 MB/sec execute 369 sec latency 43.744 ms 2024-09-11T07:26:52.557 INFO:teuthology.orchestra.run.smithi017.stdout: 5 127791 2.44 MB/sec execute 370 sec latency 50.232 ms 2024-09-11T07:26:52.929 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:52 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:51.782162+0000 mon.smithi017 (mon.0) 12 : cluster [DBG] mgrmap e42: smithi017.qgiuqa(active, since 49s), standbys: smithi045.wavrrv 2024-09-11T07:26:53.557 INFO:teuthology.orchestra.run.smithi017.stdout: 5 128603 2.49 MB/sec execute 371 sec latency 26.245 ms 2024-09-11T07:26:54.557 INFO:teuthology.orchestra.run.smithi017.stdout: 5 128944 2.51 MB/sec execute 372 sec latency 81.622 ms 2024-09-11T07:26:55.557 INFO:teuthology.orchestra.run.smithi017.stdout: 5 129292 2.53 MB/sec execute 373 sec latency 45.758 ms 2024-09-11T07:26:56.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:56.331915+0000 mon.smithi017 (mon.0) 13 : cluster [INF] Active manager daemon smithi017.qgiuqa restarted 2024-09-11T07:26:56.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:56.332222+0000 mon.smithi017 (mon.0) 14 : cluster [INF] Activating manager daemon smithi017.qgiuqa 2024-09-11T07:26:56.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:56.337372+0000 mon.smithi017 (mon.0) 15 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-09-11T07:26:56.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:56.337676+0000 mon.smithi017 (mon.0) 16 : cluster [DBG] mgrmap e43: smithi017.qgiuqa(active, starting, since 0.00553837s), standbys: smithi045.wavrrv 2024-09-11T07:26:56.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:56.338990+0000 mon.smithi017 (mon.0) 17 : audit [DBG] from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mon metadata", "id": "smithi017"}]: dispatch 2024-09-11T07:26:56.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:56.339170+0000 mon.smithi017 (mon.0) 18 : audit [DBG] from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2024-09-11T07:26:56.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:56.339477+0000 mon.smithi017 (mon.0) 19 : audit [DBG] from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi017.utzzzp"}]: dispatch 2024-09-11T07:26:56.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:56.339663+0000 mon.smithi017 (mon.0) 20 : audit [DBG] from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi045.gxtxww"}]: dispatch 2024-09-11T07:26:56.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:56.340628+0000 mon.smithi017 (mon.0) 21 : audit [DBG] from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mgr metadata", "who": "smithi017.qgiuqa", "id": "smithi017.qgiuqa"}]: dispatch 2024-09-11T07:26:56.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:56.340775+0000 mon.smithi017 (mon.0) 22 : audit [DBG] from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mgr metadata", "who": "smithi045.wavrrv", "id": "smithi045.wavrrv"}]: dispatch 2024-09-11T07:26:56.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:56.340997+0000 mon.smithi017 (mon.0) 23 : audit [DBG] from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:26:56.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:56.341200+0000 mon.smithi017 (mon.0) 24 : audit [DBG] from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:26:56.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:56.341445+0000 mon.smithi017 (mon.0) 25 : audit [DBG] from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:26:56.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:56.341668+0000 mon.smithi017 (mon.0) 26 : audit [DBG] from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:26:56.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:56.341940+0000 mon.smithi017 (mon.0) 27 : audit [DBG] from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:26:56.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:56.342139+0000 mon.smithi017 (mon.0) 28 : audit [DBG] from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:26:56.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:56.342312+0000 mon.smithi017 (mon.0) 29 : audit [DBG] from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:26:56.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:56.342483+0000 mon.smithi017 (mon.0) 30 : audit [DBG] from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:26:56.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:56.342666+0000 mon.smithi017 (mon.0) 31 : audit [DBG] from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T07:26:56.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:56.342873+0000 mon.smithi017 (mon.0) 32 : audit [DBG] from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T07:26:56.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:56.343280+0000 mon.smithi017 (mon.0) 33 : audit [DBG] from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T07:26:56.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:56.351120+0000 mon.smithi017 (mon.0) 34 : cluster [INF] Manager daemon smithi017.qgiuqa is now available 2024-09-11T07:26:56.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:56.374251+0000 mon.smithi017 (mon.0) 35 : audit [DBG] from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:26:56.557 INFO:teuthology.orchestra.run.smithi017.stdout: 5 129606 2.54 MB/sec execute 374 sec latency 67.682 ms 2024-09-11T07:26:57.557 INFO:teuthology.orchestra.run.smithi017.stdout: 5 130095 2.56 MB/sec execute 375 sec latency 52.256 ms 2024-09-11T07:26:57.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:57 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:56.396533+0000 mon.smithi017 (mon.0) 36 : audit [DBG] from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:26:57.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:57 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:56.409401+0000 mon.smithi017 (mon.0) 37 : audit [INF] from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:26:57.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:57 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:56.432269+0000 mon.smithi017 (mon.0) 38 : audit [INF] from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/trash_purge_schedule"}]: dispatch 2024-09-11T07:26:57.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:57 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:57.342385+0000 mon.smithi017 (mon.0) 39 : cluster [DBG] mgrmap e44: smithi017.qgiuqa(active, since 1.01025s), standbys: smithi045.wavrrv 2024-09-11T07:26:58.557 INFO:teuthology.orchestra.run.smithi017.stdout: 5 131000 2.62 MB/sec execute 376 sec latency 24.231 ms 2024-09-11T07:26:58.655 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:57.352235+0000 mgr.smithi017.qgiuqa (mgr.34100) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 324 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-09-11T07:26:58.655 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:57.523313+0000 mon.smithi017 (mon.0) 40 : cluster [DBG] Standby manager daemon smithi045.wavrrv restarted 2024-09-11T07:26:58.655 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:57.523412+0000 mon.smithi017 (mon.0) 41 : cluster [DBG] Standby manager daemon smithi045.wavrrv started 2024-09-11T07:26:58.655 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:57.528838+0000 mon.smithi017 (mon.0) 42 : audit [DBG] from='mgr.? 172.21.15.45:0/1908322520' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi045.wavrrv/crt"}]: dispatch 2024-09-11T07:26:58.655 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:57.530029+0000 mon.smithi017 (mon.0) 43 : audit [DBG] from='mgr.? 172.21.15.45:0/1908322520' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T07:26:58.655 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:57.533081+0000 mon.smithi017 (mon.0) 44 : audit [DBG] from='mgr.? 172.21.15.45:0/1908322520' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi045.wavrrv/key"}]: dispatch 2024-09-11T07:26:58.655 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:57.533655+0000 mon.smithi017 (mon.0) 45 : audit [DBG] from='mgr.? 172.21.15.45:0/1908322520' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T07:26:58.655 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:58.337888+0000 mon.smithi017 (mon.0) 46 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-11T07:26:58.655 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:58.337920+0000 mon.smithi017 (mon.0) 47 : cluster [INF] Cluster is now healthy 2024-09-11T07:26:59.557 INFO:teuthology.orchestra.run.smithi017.stdout: 5 131324 2.65 MB/sec execute 377 sec latency 54.496 ms 2024-09-11T07:26:59.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:59 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:26:58.397585+0000 mon.smithi017 (mon.0) 48 : cluster [DBG] mgrmap e45: smithi017.qgiuqa(active, since 2s), standbys: smithi045.wavrrv 2024-09-11T07:26:59.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:59 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:26:58.674224+0000 mgr.smithi017.qgiuqa (mgr.34100) 3 : cephadm [INF] [11/Sep/2024:07:26:58] ENGINE Bus STARTING 2024-09-11T07:26:59.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:59 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:26:58.794152+0000 mgr.smithi017.qgiuqa (mgr.34100) 4 : cephadm [INF] [11/Sep/2024:07:26:58] ENGINE Serving on https://172.21.15.17:7150 2024-09-11T07:26:59.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:59 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:26:58.794285+0000 mgr.smithi017.qgiuqa (mgr.34100) 5 : cephadm [INF] [11/Sep/2024:07:26:58] ENGINE Bus STARTED 2024-09-11T07:26:59.769 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:59 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:26:58.795620+0000 mgr.smithi017.qgiuqa (mgr.34100) 6 : cephadm [ERR] [11/Sep/2024:07:26:58] ENGINE Error in HTTPServer.serve 2024-09-11T07:26:59.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:59 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Traceback (most recent call last): 2024-09-11T07:26:59.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:59 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T07:26:59.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:59 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: self._connections.run(self.expiration_interval) 2024-09-11T07:26:59.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:59 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T07:26:59.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:59 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: self._run(expiration_interval) 2024-09-11T07:26:59.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:59 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T07:26:59.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:59 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T07:26:59.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:59 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T07:26:59.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:59 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T07:26:59.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:59 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T07:26:59.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:59 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: s = self.context.wrap_socket( 2024-09-11T07:26:59.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:59 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T07:26:59.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:59 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: return self.sslsocket_class._create( 2024-09-11T07:26:59.770 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:59 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T07:26:59.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:59 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: self.do_handshake() 2024-09-11T07:26:59.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:59 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T07:26:59.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:59 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: self._sslobj.do_handshake() 2024-09-11T07:26:59.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:59 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T07:26:59.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:59 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: 2024-09-11T07:26:59.771 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:26:59 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:26:58.797878+0000 mon.smithi017 (mon.0) 49 : audit [INF] from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:00.558 INFO:teuthology.orchestra.run.smithi017.stdout: 5 131655 2.67 MB/sec execute 378 sec latency 57.806 ms 2024-09-11T07:27:01.557 INFO:teuthology.orchestra.run.smithi017.stdout: 5 131972 2.68 MB/sec execute 379 sec latency 53.717 ms 2024-09-11T07:27:01.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:01 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:27:00.342776+0000 mgr.smithi017.qgiuqa (mgr.34100) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 324 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-09-11T07:27:01.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:01 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:27:00.401900+0000 mon.smithi017 (mon.0) 50 : cluster [DBG] mgrmap e46: smithi017.qgiuqa(active, since 4s), standbys: smithi045.wavrrv 2024-09-11T07:27:02.558 INFO:teuthology.orchestra.run.smithi017.stdout: 5 132261 2.70 MB/sec execute 380 sec latency 66.841 ms 2024-09-11T07:27:03.558 INFO:teuthology.orchestra.run.smithi017.stdout: 5 132528 2.71 MB/sec execute 381 sec latency 52.855 ms 2024-09-11T07:27:04.001 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:03 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:27:02.343145+0000 mgr.smithi017.qgiuqa (mgr.34100) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 324 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-09-11T07:27:04.002 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:03 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:27:02.716513+0000 mon.smithi017 (mon.0) 51 : audit [INF] from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:04.002 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:03 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:27:02.721737+0000 mon.smithi017 (mon.0) 52 : audit [INF] from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:04.002 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:03 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:27:03.474564+0000 mon.smithi017 (mon.0) 53 : audit [INF] from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:04.002 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:03 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:27:03.479632+0000 mon.smithi017 (mon.0) 54 : audit [INF] from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:04.558 INFO:teuthology.orchestra.run.smithi017.stdout: 5 132909 2.73 MB/sec execute 382 sec latency 58.213 ms 2024-09-11T07:27:05.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:05 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:27:04.343845+0000 mgr.smithi017.qgiuqa (mgr.34100) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 331 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 30 KiB/s rd, 4.7 MiB/s wr, 449 op/s 2024-09-11T07:27:05.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:05 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:27:04.500926+0000 mon.smithi017 (mon.0) 55 : audit [INF] from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:05.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:05 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:27:04.506044+0000 mon.smithi017 (mon.0) 56 : audit [INF] from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:05.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:05 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:27:05.305080+0000 mon.smithi017 (mon.0) 57 : audit [INF] from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:05.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:05 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:27:05.309008+0000 mon.smithi017 (mon.0) 58 : audit [INF] from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:05.558 INFO:teuthology.orchestra.run.smithi017.stdout: 5 133272 2.73 MB/sec execute 383 sec latency 98.249 ms 2024-09-11T07:27:06.558 INFO:teuthology.orchestra.run.smithi017.stdout: 5 133584 2.75 MB/sec execute 384 sec latency 42.106 ms 2024-09-11T07:27:07.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:27:06.344164+0000 mgr.smithi017.qgiuqa (mgr.34100) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 331 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 23 KiB/s rd, 3.6 MiB/s wr, 349 op/s 2024-09-11T07:27:07.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:27:07.412959+0000 mon.smithi017 (mon.0) 59 : audit [INF] from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:07.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:27:07.418038+0000 mon.smithi017 (mon.0) 60 : audit [INF] from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:07.558 INFO:teuthology.orchestra.run.smithi017.stdout: 5 133951 2.76 MB/sec execute 385 sec latency 71.979 ms 2024-09-11T07:27:08.558 INFO:teuthology.orchestra.run.smithi017.stdout: 5 134390 2.78 MB/sec execute 386 sec latency 54.934 ms 2024-09-11T07:27:09.558 INFO:teuthology.orchestra.run.smithi017.stdout: 5 134936 2.83 MB/sec execute 387 sec latency 45.737 ms 2024-09-11T07:27:09.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:09 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:27:08.344731+0000 mgr.smithi017.qgiuqa (mgr.34100) 11 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 323 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 23 KiB/s rd, 5.1 MiB/s wr, 526 op/s 2024-09-11T07:27:09.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:09 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:27:08.980138+0000 mon.smithi017 (mon.0) 61 : audit [INF] from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:09.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:09 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:27:08.985737+0000 mon.smithi017 (mon.0) 62 : audit [INF] from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:09.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:09 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:27:08.987540+0000 mon.smithi017 (mon.0) 63 : audit [DBG] from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:27:09.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:09 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:27:08.988482+0000 mon.smithi017 (mon.0) 64 : audit [INF] from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:27:09.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:09 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:27:08.993409+0000 mon.smithi017 (mon.0) 65 : audit [INF] from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:09.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:09 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:27:09.000985+0000 mon.smithi017 (mon.0) 66 : audit [INF] from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:10.558 INFO:teuthology.orchestra.run.smithi017.stdout: 5 135529 2.86 MB/sec execute 388 sec latency 33.791 ms 2024-09-11T07:27:10.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:10 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:27:08.989128+0000 mgr.smithi017.qgiuqa (mgr.34100) 12 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:27:10.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:10 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:27:08.989813+0000 mgr.smithi017.qgiuqa (mgr.34100) 13 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 323 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 23 KiB/s rd, 5.3 MiB/s wr, 543 op/s 2024-09-11T07:27:10.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:10 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:27:09.101787+0000 mgr.smithi017.qgiuqa (mgr.34100) 14 : cephadm [INF] Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:27:10.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:10 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:27:09.115297+0000 mgr.smithi017.qgiuqa (mgr.34100) 15 : cephadm [INF] Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:27:10.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:10 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:27:09.983155+0000 mon.smithi017 (mon.0) 67 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-11T07:27:11.207 INFO:teuthology.orchestra.run.smithi017.stdout:true 2024-09-11T07:27:11.558 INFO:teuthology.orchestra.run.smithi017.stdout: 5 135814 2.88 MB/sec execute 389 sec latency 46.853 ms 2024-09-11T07:27:11.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:11 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:27:11.394611+0000 mon.smithi017 (mon.0) 68 : audit [DBG] from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:27:11.951 INFO:teuthology.orchestra.run.smithi017.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T07:27:11.951 INFO:teuthology.orchestra.run.smithi017.stdout:alertmanager.smithi017 smithi017 *:9093,9094 running (12m) 7s ago 14m 19.1M - 0.20.0 0881eb8f169f 8ff211b4e457 2024-09-11T07:27:11.951 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi017 smithi017 running (14m) 7s ago 14m 6395k - 16.2.4 8d91d370c2b8 cfba143c9b6f 2024-09-11T07:27:11.951 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi045 smithi045 running (13m) 9s ago 13m 6409k - 16.2.4 8d91d370c2b8 b3a463d5f314 2024-09-11T07:27:11.951 INFO:teuthology.orchestra.run.smithi017.stdout:grafana.smithi017 smithi017 *:3000 running (12m) 7s ago 14m 35.0M - 6.7.4 557c83e11646 24bbf4d58b8c 2024-09-11T07:27:11.951 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi017.utzzzp smithi017 running (8m) 7s ago 8m 14.4M - 16.2.4 8d91d370c2b8 711da931e1f1 2024-09-11T07:27:11.952 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi045.gxtxww smithi045 running (8m) 9s ago 8m 41.3M - 16.2.4 8d91d370c2b8 8de08b53c390 2024-09-11T07:27:11.952 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi017.qgiuqa smithi017 *:8443,9283 running (3m) 7s ago 15m 420M - 17.2.7-1623-gd0e6828a 4a918172a497 1a5c10d7a16e 2024-09-11T07:27:11.952 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi045.wavrrv smithi045 *:8443,9283 running (43s) 9s ago 13m 374M - 17.2.7-1623-gd0e6828a 4a918172a497 79559b699e04 2024-09-11T07:27:11.952 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi017 smithi017 running (23s) 7s ago 15m 37.2M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 93477c9f0204 2024-09-11T07:27:11.952 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi045 smithi045 running (13m) 9s ago 13m 79.6M 2048M 16.2.4 8d91d370c2b8 275188c394ab 2024-09-11T07:27:11.952 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.0.0.smithi017.yhlpto smithi017 *:2049 running (6m) 7s ago 6m 141M - 3.5 8d91d370c2b8 4d43393feaee 2024-09-11T07:27:11.952 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.1.0.smithi045.sirexv smithi045 *:2049 running (6m) 9s ago 6m 86.9M - 3.5 8d91d370c2b8 0795be2c25de 2024-09-11T07:27:11.952 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi017 smithi017 *:9100 running (13m) 7s ago 13m 17.0M - 0.18.1 e5a616e4b9cf 3ae9bdfa57df 2024-09-11T07:27:11.952 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi045 smithi045 *:9100 running (13m) 9s ago 13m 17.0M - 0.18.1 e5a616e4b9cf 517c959affda 2024-09-11T07:27:11.952 INFO:teuthology.orchestra.run.smithi017.stdout:osd.0 smithi017 running (12m) 7s ago 12m 475M 4096M 16.2.4 8d91d370c2b8 432bd5329ca6 2024-09-11T07:27:11.952 INFO:teuthology.orchestra.run.smithi017.stdout:osd.1 smithi017 running (12m) 7s ago 12m 422M 4096M 16.2.4 8d91d370c2b8 b9bde4672d10 2024-09-11T07:27:11.952 INFO:teuthology.orchestra.run.smithi017.stdout:osd.2 smithi017 running (12m) 7s ago 12m 288M 4096M 16.2.4 8d91d370c2b8 a42eeb5fcae7 2024-09-11T07:27:11.953 INFO:teuthology.orchestra.run.smithi017.stdout:osd.3 smithi017 running (11m) 7s ago 11m 443M 4096M 16.2.4 8d91d370c2b8 59fc76e234d1 2024-09-11T07:27:11.953 INFO:teuthology.orchestra.run.smithi017.stdout:osd.4 smithi045 running (11m) 9s ago 11m 465M 4096M 16.2.4 8d91d370c2b8 3dc1e394cdfa 2024-09-11T07:27:11.953 INFO:teuthology.orchestra.run.smithi017.stdout:osd.5 smithi045 running (11m) 9s ago 11m 498M 4096M 16.2.4 8d91d370c2b8 ec6745fcdd10 2024-09-11T07:27:11.953 INFO:teuthology.orchestra.run.smithi017.stdout:osd.6 smithi045 running (10m) 9s ago 10m 433M 4096M 16.2.4 8d91d370c2b8 788633f8efc6 2024-09-11T07:27:11.953 INFO:teuthology.orchestra.run.smithi017.stdout:osd.7 smithi045 running (10m) 9s ago 10m 333M 4096M 16.2.4 8d91d370c2b8 162523c68393 2024-09-11T07:27:11.953 INFO:teuthology.orchestra.run.smithi017.stdout:prometheus.smithi017 smithi017 *:9095 error 7s ago 13m 46.1M - 2.18.1 de242295e225 5d1f02a1080f 2024-09-11T07:27:12.405 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:27:12.405 INFO:teuthology.orchestra.run.smithi017.stdout: "mon": { 2024-09-11T07:27:12.405 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2024-09-11T07:27:12.405 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 1 2024-09-11T07:27:12.405 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:27:12.405 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr": { 2024-09-11T07:27:12.405 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:27:12.405 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:27:12.405 INFO:teuthology.orchestra.run.smithi017.stdout: "osd": { 2024-09-11T07:27:12.405 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-11T07:27:12.406 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:27:12.406 INFO:teuthology.orchestra.run.smithi017.stdout: "mds": { 2024-09-11T07:27:12.406 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-11T07:27:12.406 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:27:12.406 INFO:teuthology.orchestra.run.smithi017.stdout: "overall": { 2024-09-11T07:27:12.406 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 11, 2024-09-11T07:27:12.406 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T07:27:12.406 INFO:teuthology.orchestra.run.smithi017.stdout: } 2024-09-11T07:27:12.406 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:27:12.558 INFO:teuthology.orchestra.run.smithi017.stdout: 5 136073 2.89 MB/sec execute 390 sec latency 59.412 ms 2024-09-11T07:27:12.773 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:27:12.773 INFO:teuthology.orchestra.run.smithi017.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T07:27:12.773 INFO:teuthology.orchestra.run.smithi017.stdout: "in_progress": true, 2024-09-11T07:27:12.773 INFO:teuthology.orchestra.run.smithi017.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-11T07:27:12.773 INFO:teuthology.orchestra.run.smithi017.stdout: "services_complete": [ 2024-09-11T07:27:12.773 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr" 2024-09-11T07:27:12.773 INFO:teuthology.orchestra.run.smithi017.stdout: ], 2024-09-11T07:27:12.774 INFO:teuthology.orchestra.run.smithi017.stdout: "progress": "3/23 daemons upgraded", 2024-09-11T07:27:12.774 INFO:teuthology.orchestra.run.smithi017.stdout: "message": "Currently upgrading mon daemons", 2024-09-11T07:27:12.774 INFO:teuthology.orchestra.run.smithi017.stdout: "is_paused": false 2024-09-11T07:27:12.774 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:27:12.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:12 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:27:10.990097+0000 mgr.smithi017.qgiuqa (mgr.34100) 16 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 323 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 23 KiB/s rd, 5.3 MiB/s wr, 543 op/s 2024-09-11T07:27:12.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:12 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:27:11.191054+0000 mgr.smithi017.qgiuqa (mgr.34100) 17 : audit [DBG] from='client.34132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:27:12.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:12 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:27:11.565628+0000 mgr.smithi017.qgiuqa (mgr.34100) 18 : audit [DBG] from='client.34136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:27:12.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:12 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:27:12.403701+0000 mon.smithi017 (mon.0) 69 : audit [DBG] from='client.? 172.21.15.17:0/286310481' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:27:13.558 INFO:teuthology.orchestra.run.smithi017.stdout: 5 136394 2.91 MB/sec execute 391 sec latency 89.662 ms 2024-09-11T07:27:13.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:27:11.936340+0000 mgr.smithi017.qgiuqa (mgr.34100) 19 : audit [DBG] from='client.34140 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:27:13.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:27:12.699438+0000 mgr.smithi017.qgiuqa (mgr.34100) 20 : cephadm [ERR] cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:27:13.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:27:13.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:27:13.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:27:13.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:13.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:13.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Traceback (most recent call last): 2024-09-11T07:27:13.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:27:13.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: main() 2024-09-11T07:27:13.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:27:13.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: r = ctx.func(ctx) 2024-09-11T07:27:13.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:27:13.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: return func(ctx) 2024-09-11T07:27:13.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:27:13.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:27:13.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:27:13.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:27:13.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:27:13.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:27:13.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:13.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:13.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Traceback (most recent call last): 2024-09-11T07:27:13.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:27:13.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:27:13.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:27:13.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: return self.wait_async( 2024-09-11T07:27:13.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:27:13.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:27:13.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:27:13.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: return future.result(timeout) 2024-09-11T07:27:13.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:27:13.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: return self.__get_result() 2024-09-11T07:27:13.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:27:13.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: raise self._exception 2024-09-11T07:27:13.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:27:13.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: out, err, code = await self._run_cephadm( 2024-09-11T07:27:13.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:27:13.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: raise OrchestratorError( 2024-09-11T07:27:13.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:27:13.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:27:13.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:27:13.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:27:13.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:13.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:13.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: Traceback (most recent call last): 2024-09-11T07:27:13.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:27:13.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: main() 2024-09-11T07:27:13.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:27:13.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: r = ctx.func(ctx) 2024-09-11T07:27:13.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:27:13.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: return func(ctx) 2024-09-11T07:27:13.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:27:13.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:27:13.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:27:13.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:27:13.792 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:27:13.792 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:27:13.792 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:13.792 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:13.792 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:27:12.701707+0000 mon.smithi017 (mon.0) 70 : audit [DBG] from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:27:13.792 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:27:12.704350+0000 mon.smithi017 (mon.0) 71 : audit [DBG] from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:27:13.792 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:27:12.705261+0000 mon.smithi017 (mon.0) 72 : audit [DBG] from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-11T07:27:13.792 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:27:12.770928+0000 mgr.smithi017.qgiuqa (mgr.34100) 21 : audit [DBG] from='client.34148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:27:14.558 INFO:teuthology.orchestra.run.smithi017.stdout: 5 136780 2.91 MB/sec execute 392 sec latency 74.039 ms 2024-09-11T07:27:14.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cluster 2024-09-11T07:27:12.990654+0000 mgr.smithi017.qgiuqa (mgr.34100) 22 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 330 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 28 KiB/s rd, 8.6 MiB/s wr, 843 op/s 2024-09-11T07:27:14.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:27:14.403637+0000 mon.smithi017 (mon.0) 73 : audit [INF] from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:14.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:27:14.404386+0000 mon.smithi017 (mon.0) 74 : audit [INF] from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:27:14.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:27:14.404946+0000 mon.smithi017 (mon.0) 75 : audit [DBG] from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:27:14.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: audit 2024-09-11T07:27:14.405474+0000 mon.smithi017 (mon.0) 76 : audit [DBG] from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:27:15.558 INFO:teuthology.orchestra.run.smithi017.stdout: 5 137129 2.93 MB/sec execute 393 sec latency 32.176 ms 2024-09-11T07:27:15.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:15 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:27:14.399889+0000 mgr.smithi017.qgiuqa (mgr.34100) 23 : cephadm [INF] Upgrade: Updating mon.smithi045 2024-09-11T07:27:15.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:15 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: cephadm 2024-09-11T07:27:14.406241+0000 mgr.smithi017.qgiuqa (mgr.34100) 24 : cephadm [INF] Deploying daemon mon.smithi045 on smithi045 2024-09-11T07:27:16.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:16 smithi045 systemd[1]: Stopping Ceph mon.smithi045 for ef0778be-700c-11ef-bcea-c7b262605968... 2024-09-11T07:27:16.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:27:16.333+0000 7f8124f6e700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi045 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-09-11T07:27:16.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045[26527]: debug 2024-09-11T07:27:16.333+0000 7f8124f6e700 -1 mon.smithi045@1(peon) e2 *** Got Signal Terminated *** 2024-09-11T07:27:16.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:16 smithi045 podman[48635]: 2024-09-11 07:27:16.354153562 +0000 UTC m=+0.144255153 container died 275188c394abeb8e95157d4879f855eb59c5b6cc2319a3039b2ea5d84bd8d902 (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.build-date=20201204, org.label-schema.name=CentOS Base Image, GIT_BRANCH=HEAD, ceph=True, CEPH_POINT_RELEASE=-16.2.4, RELEASE=HEAD, maintainer=Dimitri Savineau , GIT_CLEAN=True, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.license=GPLv2) 2024-09-11T07:27:16.558 INFO:teuthology.orchestra.run.smithi017.stdout: 5 137531 2.94 MB/sec execute 394 sec latency 53.007 ms 2024-09-11T07:27:17.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:16 smithi045 podman[48635]: 2024-09-11 07:27:16.775342255 +0000 UTC m=+0.565443847 container cleanup 275188c394abeb8e95157d4879f855eb59c5b6cc2319a3039b2ea5d84bd8d902 (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.name=CentOS Base Image, GIT_CLEAN=True, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, CEPH_POINT_RELEASE=-16.2.4, RELEASE=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.build-date=20201204, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, maintainer=Dimitri Savineau ) 2024-09-11T07:27:17.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:16 smithi045 bash[48635]: ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045 2024-09-11T07:27:17.360 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:17 smithi045 podman[48648]: 2024-09-11 07:27:17.035744419 +0000 UTC m=+0.678753962 container remove 275188c394abeb8e95157d4879f855eb59c5b6cc2319a3039b2ea5d84bd8d902 (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon.smithi045, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, org.label-schema.build-date=20201204, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=-16.2.4, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image, RELEASE=HEAD) 2024-09-11T07:27:17.559 INFO:teuthology.orchestra.run.smithi017.stdout: 5 138034 2.97 MB/sec execute 395 sec latency 65.365 ms 2024-09-11T07:27:17.631 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:17 smithi045 systemd[1]: ceph-ef0778be-700c-11ef-bcea-c7b262605968@mon.smithi045.service: Deactivated successfully. 2024-09-11T07:27:17.631 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:17 smithi045 systemd[1]: Stopped Ceph mon.smithi045 for ef0778be-700c-11ef-bcea-c7b262605968. 2024-09-11T07:27:17.631 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:17 smithi045 systemd[1]: ceph-ef0778be-700c-11ef-bcea-c7b262605968@mon.smithi045.service: Consumed 9.371s CPU time. 2024-09-11T07:27:17.899 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:17 smithi045 systemd[1]: Starting Ceph mon.smithi045 for ef0778be-700c-11ef-bcea-c7b262605968... 2024-09-11T07:27:18.219 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:17 smithi045 podman[48782]: 2024-09-11 07:27:17.800985044 +0000 UTC m=+0.022829044 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T07:27:18.219 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:17 smithi045 podman[48782]: 2024-09-11 07:27:17.954290259 +0000 UTC m=+0.176134234 container create ef66edbefbdf9f5497b297dba733193aff924c4a484c63769de4216439aac380 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon-smithi045, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, ceph=True, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731) 2024-09-11T07:27:18.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 podman[48782]: 2024-09-11 07:27:18.217331396 +0000 UTC m=+0.439175390 container init ef66edbefbdf9f5497b297dba733193aff924c4a484c63769de4216439aac380 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon-smithi045, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux ) 2024-09-11T07:27:18.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 podman[48782]: 2024-09-11 07:27:18.223653759 +0000 UTC m=+0.445497738 container start ef66edbefbdf9f5497b297dba733193aff924c4a484c63769de4216439aac380 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon-smithi045, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828) 2024-09-11T07:27:18.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: set uid:gid to 167:167 (ceph:ceph) 2024-09-11T07:27:18.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable), process ceph-mon, pid 2 2024-09-11T07:27:18.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: pidfile_write: ignore empty --pid-file 2024-09-11T07:27:18.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: load: jerasure load: lrc 2024-09-11T07:27:18.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: RocksDB version: 6.15.5 2024-09-11T07:27:18.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-11T07:27:18.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Compile date Sep 10 2024 2024-09-11T07:27:18.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: DB SUMMARY 2024-09-11T07:27:18.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: DB Session ID: WTQTTW6D32BXE2QGLOQM 2024-09-11T07:27:18.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: CURRENT file: CURRENT 2024-09-11T07:27:18.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: IDENTITY file: IDENTITY 2024-09-11T07:27:18.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: MANIFEST file: MANIFEST-000005 size: 883 Bytes 2024-09-11T07:27:18.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi045/store.db dir, Total Num: 1, files: 000020.sst 2024-09-11T07:27:18.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi045/store.db: 000018.log size: 30498074 ; 2024-09-11T07:27:18.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.error_if_exists: 0 2024-09-11T07:27:18.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.create_if_missing: 0 2024-09-11T07:27:18.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.paranoid_checks: 1 2024-09-11T07:27:18.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-11T07:27:18.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.env: 0x55d12a192440 2024-09-11T07:27:18.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.fs: Posix File System 2024-09-11T07:27:18.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.info_log: 0x55d12b1470c0 2024-09-11T07:27:18.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.max_file_opening_threads: 16 2024-09-11T07:27:18.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.statistics: (nil) 2024-09-11T07:27:18.539 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.use_fsync: 0 2024-09-11T07:27:18.539 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.max_log_file_size: 0 2024-09-11T07:27:18.539 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-11T07:27:18.539 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-11T07:27:18.539 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.keep_log_file_num: 1000 2024-09-11T07:27:18.539 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.recycle_log_file_num: 0 2024-09-11T07:27:18.539 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.allow_fallocate: 1 2024-09-11T07:27:18.539 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.allow_mmap_reads: 0 2024-09-11T07:27:18.540 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.allow_mmap_writes: 0 2024-09-11T07:27:18.540 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.use_direct_reads: 0 2024-09-11T07:27:18.540 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-11T07:27:18.540 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.create_missing_column_families: 0 2024-09-11T07:27:18.540 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.db_log_dir: 2024-09-11T07:27:18.540 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi045/store.db 2024-09-11T07:27:18.540 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-11T07:27:18.540 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-11T07:27:18.540 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-11T07:27:18.540 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-11T07:27:18.540 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-11T07:27:18.540 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-11T07:27:18.540 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.advise_random_on_open: 1 2024-09-11T07:27:18.541 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.db_write_buffer_size: 0 2024-09-11T07:27:18.541 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.write_buffer_manager: 0x55d12b204810 2024-09-11T07:27:18.541 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-11T07:27:18.541 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-11T07:27:18.541 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-11T07:27:18.541 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-11T07:27:18.541 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.rate_limiter: (nil) 2024-09-11T07:27:18.541 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-11T07:27:18.541 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.wal_recovery_mode: 2 2024-09-11T07:27:18.541 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.enable_thread_tracking: 0 2024-09-11T07:27:18.541 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.enable_pipelined_write: 0 2024-09-11T07:27:18.541 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.unordered_write: 0 2024-09-11T07:27:18.542 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-11T07:27:18.542 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-11T07:27:18.542 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-11T07:27:18.542 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-11T07:27:18.542 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.row_cache: None 2024-09-11T07:27:18.542 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.wal_filter: None 2024-09-11T07:27:18.542 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-11T07:27:18.542 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.allow_ingest_behind: 0 2024-09-11T07:27:18.542 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.preserve_deletes: 0 2024-09-11T07:27:18.542 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.two_write_queues: 0 2024-09-11T07:27:18.542 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.manual_wal_flush: 0 2024-09-11T07:27:18.542 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.atomic_flush: 0 2024-09-11T07:27:18.542 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-11T07:27:18.542 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-11T07:27:18.543 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-11T07:27:18.543 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.log_readahead_size: 0 2024-09-11T07:27:18.543 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-11T07:27:18.543 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.best_efforts_recovery: 0 2024-09-11T07:27:18.543 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-11T07:27:18.543 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-11T07:27:18.543 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.allow_data_in_errors: 0 2024-09-11T07:27:18.543 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.db_host_id: __hostname__ 2024-09-11T07:27:18.543 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.max_background_jobs: 2 2024-09-11T07:27:18.543 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.max_background_compactions: -1 2024-09-11T07:27:18.543 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.max_subcompactions: 1 2024-09-11T07:27:18.543 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-11T07:27:18.543 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-11T07:27:18.543 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-11T07:27:18.543 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.max_total_wal_size: 0 2024-09-11T07:27:18.544 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-11T07:27:18.544 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-11T07:27:18.544 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-11T07:27:18.544 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-11T07:27:18.544 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.max_open_files: -1 2024-09-11T07:27:18.544 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.bytes_per_sync: 0 2024-09-11T07:27:18.544 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-11T07:27:18.544 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-11T07:27:18.544 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.compaction_readahead_size: 0 2024-09-11T07:27:18.544 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.max_background_flushes: -1 2024-09-11T07:27:18.544 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Compression algorithms supported: 2024-09-11T07:27:18.544 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: kZSTD supported: 0 2024-09-11T07:27:18.544 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: kXpressCompression supported: 0 2024-09-11T07:27:18.545 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: kBZip2Compression supported: 0 2024-09-11T07:27:18.545 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-11T07:27:18.545 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: kLZ4Compression supported: 1 2024-09-11T07:27:18.545 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: kZlibCompression supported: 1 2024-09-11T07:27:18.545 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: kLZ4HCCompression supported: 1 2024-09-11T07:27:18.545 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: kSnappyCompression supported: 1 2024-09-11T07:27:18.545 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-11T07:27:18.545 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi045/store.db/MANIFEST-000005 2024-09-11T07:27:18.545 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2024-09-11T07:27:18.545 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-11T07:27:18.545 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.merge_operator: 2024-09-11T07:27:18.545 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.compaction_filter: None 2024-09-11T07:27:18.545 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.compaction_filter_factory: None 2024-09-11T07:27:18.545 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.sst_partitioner_factory: None 2024-09-11T07:27:18.546 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-11T07:27:18.546 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-11T07:27:18.546 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55d12b0eda38) 2024-09-11T07:27:18.546 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: cache_index_and_filter_blocks: 1 2024-09-11T07:27:18.546 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-11T07:27:18.546 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-11T07:27:18.546 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: pin_top_level_index_and_filter: 1 2024-09-11T07:27:18.546 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: index_type: 0 2024-09-11T07:27:18.546 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: data_block_index_type: 0 2024-09-11T07:27:18.546 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: index_shortening: 1 2024-09-11T07:27:18.546 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-11T07:27:18.546 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: hash_index_allow_collision: 1 2024-09-11T07:27:18.547 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: checksum: 1 2024-09-11T07:27:18.547 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: no_block_cache: 0 2024-09-11T07:27:18.547 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: block_cache: 0x55d12b123350 2024-09-11T07:27:18.547 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: block_cache_name: BinnedLRUCache 2024-09-11T07:27:18.547 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: block_cache_options: 2024-09-11T07:27:18.547 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: capacity : 536870912 2024-09-11T07:27:18.547 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: num_shard_bits : 4 2024-09-11T07:27:18.547 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: strict_capacity_limit : 0 2024-09-11T07:27:18.547 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: high_pri_pool_ratio: 0.000 2024-09-11T07:27:18.547 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: block_cache_compressed: (nil) 2024-09-11T07:27:18.547 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: persistent_cache: (nil) 2024-09-11T07:27:18.547 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: block_size: 4096 2024-09-11T07:27:18.547 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: block_size_deviation: 10 2024-09-11T07:27:18.547 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: block_restart_interval: 16 2024-09-11T07:27:18.548 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: index_block_restart_interval: 1 2024-09-11T07:27:18.548 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: metadata_block_size: 4096 2024-09-11T07:27:18.548 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: partition_filters: 0 2024-09-11T07:27:18.548 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: use_delta_encoding: 1 2024-09-11T07:27:18.548 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-11T07:27:18.548 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: whole_key_filtering: 1 2024-09-11T07:27:18.548 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: verify_compression: 0 2024-09-11T07:27:18.548 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: read_amp_bytes_per_bit: 0 2024-09-11T07:27:18.548 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: format_version: 4 2024-09-11T07:27:18.548 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: enable_index_compression: 1 2024-09-11T07:27:18.548 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: block_align: 0 2024-09-11T07:27:18.549 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.write_buffer_size: 33554432 2024-09-11T07:27:18.549 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.max_write_buffer_number: 2 2024-09-11T07:27:18.549 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.compression: NoCompression 2024-09-11T07:27:18.549 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.bottommost_compression: Disabled 2024-09-11T07:27:18.549 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.prefix_extractor: nullptr 2024-09-11T07:27:18.549 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-11T07:27:18.549 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.num_levels: 7 2024-09-11T07:27:18.549 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-11T07:27:18.549 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-11T07:27:18.549 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-11T07:27:18.549 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-11T07:27:18.549 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-11T07:27:18.550 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-11T07:27:18.550 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-11T07:27:18.550 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-11T07:27:18.550 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-11T07:27:18.550 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-11T07:27:18.550 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-11T07:27:18.550 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.compression_opts.level: 32767 2024-09-11T07:27:18.550 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.compression_opts.strategy: 0 2024-09-11T07:27:18.550 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-11T07:27:18.550 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-11T07:27:18.550 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-11T07:27:18.550 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.compression_opts.enabled: false 2024-09-11T07:27:18.550 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-11T07:27:18.550 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-11T07:27:18.551 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-11T07:27:18.551 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.target_file_size_base: 67108864 2024-09-11T07:27:18.551 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-11T07:27:18.551 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-11T07:27:18.551 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-11T07:27:18.551 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-11T07:27:18.551 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-11T07:27:18.551 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-11T07:27:18.551 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-11T07:27:18.551 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-11T07:27:18.551 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-11T07:27:18.551 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-11T07:27:18.551 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-11T07:27:18.551 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-11T07:27:18.551 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-11T07:27:18.552 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.arena_block_size: 4194304 2024-09-11T07:27:18.552 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-11T07:27:18.553 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-11T07:27:18.553 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-11T07:27:18.553 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.disable_auto_compactions: 0 2024-09-11T07:27:18.553 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-11T07:27:18.553 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-11T07:27:18.553 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-11T07:27:18.553 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-11T07:27:18.553 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-11T07:27:18.553 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-11T07:27:18.553 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-11T07:27:18.553 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-11T07:27:18.553 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-11T07:27:18.553 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-11T07:27:18.554 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-11T07:27:18.554 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.inplace_update_support: 0 2024-09-11T07:27:18.554 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-11T07:27:18.554 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-11T07:27:18.554 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-11T07:27:18.554 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-11T07:27:18.554 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.bloom_locality: 0 2024-09-11T07:27:18.554 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.max_successive_merges: 0 2024-09-11T07:27:18.554 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-11T07:27:18.554 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.paranoid_file_checks: 0 2024-09-11T07:27:18.554 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.force_consistency_checks: 1 2024-09-11T07:27:18.554 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.report_bg_io_stats: 0 2024-09-11T07:27:18.554 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.ttl: 2592000 2024-09-11T07:27:18.554 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-11T07:27:18.555 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.enable_blob_files: false 2024-09-11T07:27:18.555 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.min_blob_size: 0 2024-09-11T07:27:18.555 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.blob_file_size: 268435456 2024-09-11T07:27:18.555 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-11T07:27:18.555 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-11T07:27:18.555 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-11T07:27:18.555 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: [db/version_set.cc:4764] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi045/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 22, last_sequence is 11541, log_number is 18,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-11T07:27:18.555 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 18 2024-09-11T07:27:18.555 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: [db/version_set.cc:4082] Creating manifest 22 2024-09-11T07:27:18.555 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726039638255820, "job": 1, "event": "recovery_started", "wal_files": [18]} 2024-09-11T07:27:18.555 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #18 mode 2 2024-09-11T07:27:18.555 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: 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-11T07:27:18.556 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726039638309320, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 23, "file_size": 19903280, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 19882816, "index_size": 16231, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 3269, "raw_key_size": 23931, "raw_average_key_size": 18, "raw_value_size": 19849019, "raw_average_value_size": 15666, "num_data_blocks": 706, "num_entries": 1267, "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": 1726039638, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "d43c7eaf-b238-4c05-8dc2-9873daa64b0e", "db_session_id": "WTQTTW6D32BXE2QGLOQM"}} 2024-09-11T07:27:18.556 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: [db/version_set.cc:4082] Creating manifest 24 2024-09-11T07:27:18.556 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726039638309855, "job": 1, "event": "recovery_finished"} 2024-09-11T07:27:18.556 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: [file/delete_scheduler.cc:69] Deleted file /var/lib/ceph/mon/ceph-smithi045/store.db/000018.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-11T07:27:18.556 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x55d12b156700 2024-09-11T07:27:18.556 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: DB pointer 0x55d12b126000 2024-09-11T07:27:18.556 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2024-09-11T07:27:18.556 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: rocksdb: [db/db_impl/db_impl.cc:903] 2024-09-11T07:27:18.556 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: ** DB Stats ** 2024-09-11T07:27:18.556 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Uptime(secs): 0.1 total, 0.1 interval 2024-09-11T07:27:18.556 INFO:journalctl@ceph.mon.smithi045.smithi045.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-11T07:27:18.556 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T07:27:18.556 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T07:27:18.556 INFO:journalctl@ceph.mon.smithi045.smithi045.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-11T07:27:18.557 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-11T07:27:18.557 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T07:27:18.557 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: 2024-09-11T07:27:18.557 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: ** Compaction Stats [default] ** 2024-09-11T07:27:18.557 INFO:journalctl@ceph.mon.smithi045.smithi045.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-11T07:27:18.557 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:27:18.557 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: L0 1/0 18.98 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 838.8 0.02 0.00 1 0.023 0 0 2024-09-11T07:27:18.557 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: L6 1/0 26.78 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-11T07:27:18.557 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Sum 2/0 45.76 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 838.8 0.02 0.00 1 0.023 0 0 2024-09-11T07:27:18.557 INFO:journalctl@ceph.mon.smithi045.smithi045.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 838.8 0.02 0.00 1 0.023 0 0 2024-09-11T07:27:18.557 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: 2024-09-11T07:27:18.558 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: ** Compaction Stats [default] ** 2024-09-11T07:27:18.558 INFO:journalctl@ceph.mon.smithi045.smithi045.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-11T07:27:18.558 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:27:18.558 INFO:journalctl@ceph.mon.smithi045.smithi045.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 838.8 0.02 0.00 1 0.023 0 0 2024-09-11T07:27:18.558 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Uptime(secs): 0.1 total, 0.1 interval 2024-09-11T07:27:18.558 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Flush(GB): cumulative 0.019, interval 0.019 2024-09-11T07:27:18.558 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T07:27:18.558 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T07:27:18.558 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T07:27:18.558 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-11T07:27:18.558 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Cumulative compaction: 0.02 GB write, 322.25 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T07:27:18.558 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Interval compaction: 0.02 GB write, 322.25 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T07:27:18.558 INFO:journalctl@ceph.mon.smithi045.smithi045.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-11T07:27:18.558 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: 2024-09-11T07:27:18.559 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-11T07:27:18.559 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: 2024-09-11T07:27:18.559 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: ** Compaction Stats [default] ** 2024-09-11T07:27:18.559 INFO:journalctl@ceph.mon.smithi045.smithi045.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-11T07:27:18.559 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:27:18.559 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: L0 1/0 18.98 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 838.8 0.02 0.00 1 0.023 0 0 2024-09-11T07:27:18.559 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: L6 1/0 26.78 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-11T07:27:18.559 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Sum 2/0 45.76 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 838.8 0.02 0.00 1 0.023 0 0 2024-09-11T07:27:18.559 INFO:journalctl@ceph.mon.smithi045.smithi045.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-11T07:27:18.559 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: 2024-09-11T07:27:18.559 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: ** Compaction Stats [default] ** 2024-09-11T07:27:18.559 INFO:journalctl@ceph.mon.smithi045.smithi045.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-11T07:27:18.559 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T07:27:18.559 INFO:journalctl@ceph.mon.smithi045.smithi045.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 838.8 0.02 0.00 1 0.023 0 0 2024-09-11T07:27:18.560 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Uptime(secs): 0.1 total, 0.0 interval 2024-09-11T07:27:18.560 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Flush(GB): cumulative 0.019, interval 0.000 2024-09-11T07:27:18.560 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T07:27:18.560 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T07:27:18.560 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T07:27:18.560 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-11T07:27:18.560 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Cumulative compaction: 0.02 GB write, 322.04 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T07:27:18.560 INFO:journalctl@ceph.mon.smithi045.smithi045.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-11T07:27:18.560 INFO:journalctl@ceph.mon.smithi045.smithi045.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-11T07:27:18.560 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: 2024-09-11T07:27:18.560 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-11T07:27:18.560 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: starting mon.smithi045 rank 1 at public addrs [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] at bind addrs [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi045 fsid ef0778be-700c-11ef-bcea-c7b262605968 2024-09-11T07:27:18.560 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: mon.smithi045@-1(???) e2 preinit fsid ef0778be-700c-11ef-bcea-c7b262605968 2024-09-11T07:27:18.560 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: mon.smithi045@-1(???).mds e10 new map 2024-09-11T07:27:18.561 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: mon.smithi045@-1(???).mds e10 print_map 2024-09-11T07:27:18.561 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: e10 2024-09-11T07:27:18.561 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-11T07:27:18.561 INFO:journalctl@ceph.mon.smithi045.smithi045.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-11T07:27:18.561 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: legacy client fscid: 1 2024-09-11T07:27:18.561 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: 2024-09-11T07:27:18.561 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Filesystem 'foofs' (1) 2024-09-11T07:27:18.561 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: fs_name foofs 2024-09-11T07:27:18.561 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: epoch 10 2024-09-11T07:27:18.561 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2024-09-11T07:27:18.561 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: created 2024-09-11T07:18:15.182291+0000 2024-09-11T07:27:18.561 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: modified 2024-09-11T07:26:02.619826+0000 2024-09-11T07:27:18.561 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: tableserver 0 2024-09-11T07:27:18.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: root 0 2024-09-11T07:27:18.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: session_timeout 60 2024-09-11T07:27:18.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: session_autoclose 300 2024-09-11T07:27:18.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: max_file_size 1099511627776 2024-09-11T07:27:18.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: required_client_features {} 2024-09-11T07:27:18.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: last_failure 0 2024-09-11T07:27:18.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: last_failure_osd_epoch 0 2024-09-11T07:27:18.562 INFO:journalctl@ceph.mon.smithi045.smithi045.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-11T07:27:18.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: max_mds 1 2024-09-11T07:27:18.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: in 0 2024-09-11T07:27:18.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: up {0=24275} 2024-09-11T07:27:18.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: failed 2024-09-11T07:27:18.562 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: damaged 2024-09-11T07:27:18.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: stopped 2024-09-11T07:27:18.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: data_pools [3] 2024-09-11T07:27:18.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: metadata_pool 2 2024-09-11T07:27:18.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: inline_data disabled 2024-09-11T07:27:18.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: balancer 2024-09-11T07:27:18.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: standby_count_wanted 1 2024-09-11T07:27:18.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: [mds.foofs.smithi045.gxtxww{0:24275} state up:active seq 117 join_fscid=1 addr [v2:172.21.15.45:6832/2161648306,v1:172.21.15.45:6833/2161648306] compat {c=[1],r=[1],i=[7ff]}] 2024-09-11T07:27:18.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: 2024-09-11T07:27:18.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: 2024-09-11T07:27:18.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Standby daemons: 2024-09-11T07:27:18.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: 2024-09-11T07:27:18.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: [mds.foofs.smithi017.utzzzp{-1:14506} state up:standby seq 3 join_fscid=1 addr [v2:172.21.15.17:6834/415470523,v1:172.21.15.17:6835/415470523] compat {c=[1],r=[1],i=[7ff]}] 2024-09-11T07:27:18.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: mon.smithi045@-1(???).osd e75 crush map has features 3314933000854323200, adjusting msgr requires 2024-09-11T07:27:18.563 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: mon.smithi045@-1(???).osd e75 crush map has features 432629239337189376, adjusting msgr requires 2024-09-11T07:27:18.564 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: mon.smithi045@-1(???).osd e75 crush map has features 432629239337189376, adjusting msgr requires 2024-09-11T07:27:18.564 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: mon.smithi045@-1(???).osd e75 crush map has features 432629239337189376, adjusting msgr requires 2024-09-11T07:27:18.564 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 ceph-mon[48800]: mon.smithi045@-1(???).paxosservice(auth 1..40) refresh upgraded, format 0 -> 3 2024-09-11T07:27:18.564 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 bash[48782]: ef66edbefbdf9f5497b297dba733193aff924c4a484c63769de4216439aac380 2024-09-11T07:27:18.564 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:18 smithi045 systemd[1]: Started Ceph mon.smithi045 for ef0778be-700c-11ef-bcea-c7b262605968. 2024-09-11T07:27:18.564 INFO:teuthology.orchestra.run.smithi017.stdout: 5 138516 3.02 MB/sec execute 396 sec latency 36.513 ms 2024-09-11T07:27:19.559 INFO:teuthology.orchestra.run.smithi017.stdout: 5 139013 3.04 MB/sec execute 397 sec latency 44.299 ms 2024-09-11T07:27:20.559 INFO:teuthology.orchestra.run.smithi017.stdout: 5 139259 3.04 MB/sec execute 398 sec latency 68.298 ms 2024-09-11T07:27:21.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: mkfs ef0778be-700c-11ef-bcea-c7b262605968 2024-09-11T07:27:21.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: Deploying daemon nfs.foo.0.0.smithi017.yhlpto on smithi017 2024-09-11T07:27:21.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: Creating key for client.nfs.foo.1.0.smithi045.sirexv 2024-09-11T07:27:21.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-09-11T07:27:21.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: Rados config object exists: conf-nfs.foo 2024-09-11T07:27:21.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: Creating key for client.nfs.foo.1.0.smithi045.sirexv-rgw 2024-09-11T07:27:21.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: Bind address in nfs.foo.1.0.smithi045.sirexv's ganesha conf is defaulting to empty 2024-09-11T07:27:21.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: Deploying daemon nfs.foo.1.0.smithi045.sirexv on smithi045 2024-09-11T07:27:21.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:27:21.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:27:21.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:27:21.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: cephadm exited with an error code: 1, stderr: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:27:21.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:27:21.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:21.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:21.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:27:21.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:27:21.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: main() 2024-09-11T07:27:21.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:27:21.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: r = ctx.func(ctx) 2024-09-11T07:27:21.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:27:21.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return func(ctx) 2024-09-11T07:27:21.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:27:21.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:27:21.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:27:21.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:27:21.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:27:21.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:27:21.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:21.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:21.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:27:21.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:27:21.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:27:21.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:27:21.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.wait_async( 2024-09-11T07:27:21.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:27:21.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:27:21.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:27:21.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return future.result(timeout) 2024-09-11T07:27:21.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:27:21.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.__get_result() 2024-09-11T07:27:21.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:27:21.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise self._exception 2024-09-11T07:27:21.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:27:21.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: out, err, code = await self._run_cephadm( 2024-09-11T07:27:21.042 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:27:21.042 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise OrchestratorError( 2024-09-11T07:27:21.042 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:27:21.042 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:27:21.042 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:21.042 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:21.042 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:27:21.042 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:27:21.042 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: main() 2024-09-11T07:27:21.042 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:27:21.042 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: r = ctx.func(ctx) 2024-09-11T07:27:21.042 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:27:21.042 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return func(ctx) 2024-09-11T07:27:21.042 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:27:21.043 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:27:21.043 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:27:21.043 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:27:21.043 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:27:21.043 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:27:21.043 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:21.043 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:21.043 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: Upgrade: Need to upgrade myself (mgr.smithi045.wavrrv) 2024-09-11T07:27:21.043 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: Upgrade: Need to upgrade myself (mgr.smithi045.wavrrv) 2024-09-11T07:27:21.043 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: Upgrade: Updating mgr.smithi017.qgiuqa 2024-09-11T07:27:21.043 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: Deploying daemon mgr.smithi017.qgiuqa on smithi017 2024-09-11T07:27:21.043 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:27:21.043 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:27:21.044 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:27:21.044 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:27:21.044 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:27:21.044 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:27:21.044 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:27:21.044 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:21.044 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:21.044 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:27:21.044 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:27:21.044 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: main() 2024-09-11T07:27:21.044 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:27:21.044 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: r = ctx.func(ctx) 2024-09-11T07:27:21.044 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:27:21.045 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return func(ctx) 2024-09-11T07:27:21.045 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:27:21.045 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:27:21.045 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:27:21.045 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:27:21.045 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:27:21.045 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:27:21.045 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:21.045 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:21.045 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:27:21.045 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:27:21.045 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:27:21.045 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:27:21.045 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.wait_async( 2024-09-11T07:27:21.046 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:27:21.046 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:27:21.046 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:27:21.046 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return future.result(timeout) 2024-09-11T07:27:21.046 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:27:21.046 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.__get_result() 2024-09-11T07:27:21.046 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:27:21.046 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise self._exception 2024-09-11T07:27:21.046 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:27:21.046 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: out, err, code = await self._run_cephadm( 2024-09-11T07:27:21.046 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:27:21.046 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise OrchestratorError( 2024-09-11T07:27:21.046 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:27:21.047 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:27:21.047 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:27:21.047 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:27:21.047 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:21.047 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:21.047 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:27:21.047 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:27:21.047 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: main() 2024-09-11T07:27:21.047 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:27:21.047 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: r = ctx.func(ctx) 2024-09-11T07:27:21.047 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:27:21.047 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return func(ctx) 2024-09-11T07:27:21.047 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:27:21.048 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:27:21.048 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:27:21.048 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:27:21.048 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:27:21.048 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:27:21.048 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:21.048 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:21.048 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: Upgrade: Need to upgrade myself (mgr.smithi045.wavrrv) 2024-09-11T07:27:21.048 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: Upgrade: Need to upgrade myself (mgr.smithi045.wavrrv) 2024-09-11T07:27:21.048 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: Failing over to other MGR 2024-09-11T07:27:21.048 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: inventory: adjusted host smithi045 addr 'smithi045' -> '172.21.15.45' 2024-09-11T07:27:21.048 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: [11/Sep/2024:07:26:06] ENGINE Bus STARTING 2024-09-11T07:27:21.049 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: [11/Sep/2024:07:26:06] ENGINE Serving on https://172.21.15.17:7150 2024-09-11T07:27:21.049 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: [11/Sep/2024:07:26:06] ENGINE Bus STARTED 2024-09-11T07:27:21.049 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: [11/Sep/2024:07:26:06] ENGINE Error in HTTPServer.serve 2024-09-11T07:27:21.049 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:27:21.049 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T07:27:21.049 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: self._connections.run(self.expiration_interval) 2024-09-11T07:27:21.049 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T07:27:21.049 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: self._run(expiration_interval) 2024-09-11T07:27:21.049 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T07:27:21.049 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T07:27:21.049 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T07:27:21.049 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T07:27:21.050 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T07:27:21.050 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: s = self.context.wrap_socket( 2024-09-11T07:27:21.050 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T07:27:21.050 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.sslsocket_class._create( 2024-09-11T07:27:21.050 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T07:27:21.050 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: self.do_handshake() 2024-09-11T07:27:21.050 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T07:27:21.050 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: self._sslobj.do_handshake() 2024-09-11T07:27:21.050 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T07:27:21.050 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:27:21.050 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:27:21.050 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:27:21.050 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:27:21.050 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:27:21.051 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:27:21.051 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:27:21.051 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:21.051 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:21.051 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:27:21.051 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:27:21.051 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: main() 2024-09-11T07:27:21.051 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:27:21.051 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: r = ctx.func(ctx) 2024-09-11T07:27:21.051 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:27:21.051 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return func(ctx) 2024-09-11T07:27:21.051 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:27:21.051 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:27:21.052 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:27:21.052 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:27:21.052 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:27:21.052 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:27:21.052 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:21.052 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:21.052 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:27:21.052 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:27:21.052 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:27:21.052 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:27:21.052 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.wait_async( 2024-09-11T07:27:21.052 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:27:21.052 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:27:21.052 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:27:21.053 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return future.result(timeout) 2024-09-11T07:27:21.053 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:27:21.053 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.__get_result() 2024-09-11T07:27:21.053 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:27:21.053 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise self._exception 2024-09-11T07:27:21.053 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:27:21.053 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: out, err, code = await self._run_cephadm( 2024-09-11T07:27:21.053 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:27:21.053 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise OrchestratorError( 2024-09-11T07:27:21.053 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:27:21.053 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:27:21.053 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:27:21.053 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:27:21.053 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:21.053 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:21.054 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:27:21.054 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:27:21.054 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: main() 2024-09-11T07:27:21.054 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:27:21.054 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: r = ctx.func(ctx) 2024-09-11T07:27:21.054 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:27:21.054 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return func(ctx) 2024-09-11T07:27:21.054 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:27:21.054 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:27:21.054 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:27:21.054 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:27:21.054 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:27:21.054 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:27:21.054 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:21.054 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:21.055 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: Upgrade: Updating mgr.smithi045.wavrrv 2024-09-11T07:27:21.055 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: Deploying daemon mgr.smithi045.wavrrv on smithi045 2024-09-11T07:27:21.055 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: pgmap v16: 129 pgs: 129 active+clean; 334 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 9.9 KiB/s rd, 8.0 MiB/s wr, 798 op/s 2024-09-11T07:27:21.055 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: pgmap v17: 129 pgs: 129 active+clean; 323 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 9.5 MiB/s wr, 955 op/s 2024-09-11T07:27:21.055 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: pgmap v18: 129 pgs: 129 active+clean; 323 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 6.6 MiB/s wr, 670 op/s 2024-09-11T07:27:21.055 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: pgmap v19: 129 pgs: 129 active+clean; 323 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 6.6 MiB/s wr, 670 op/s 2024-09-11T07:27:21.055 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: Standby manager daemon smithi045.wavrrv restarted 2024-09-11T07:27:21.055 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: Standby manager daemon smithi045.wavrrv started 2024-09-11T07:27:21.055 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: mgrmap e40: smithi017.qgiuqa(active, since 32s), standbys: smithi045.wavrrv 2024-09-11T07:27:21.055 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: pgmap v20: 129 pgs: 129 active+clean; 334 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 9.3 MiB/s wr, 919 op/s 2024-09-11T07:27:21.055 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: pgmap v21: 129 pgs: 129 active+clean; 334 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.0 MiB/s wr, 496 op/s 2024-09-11T07:27:21.055 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:27:21.055 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: pgmap v22: 129 pgs: 129 active+clean; 334 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.4 MiB/s wr, 534 op/s 2024-09-11T07:27:21.055 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: pgmap v23: 129 pgs: 129 active+clean; 334 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 3.1 KiB/s rd, 3.5 MiB/s wr, 325 op/s 2024-09-11T07:27:21.055 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:27:21.056 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:27:21.056 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: pgmap v24: 129 pgs: 129 active+clean; 327 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.9 MiB/s wr, 698 op/s 2024-09-11T07:27:21.056 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:27:21.056 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:27:21.056 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:27:21.056 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:27:21.056 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:21.056 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:21.056 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:27:21.056 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:27:21.056 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: main() 2024-09-11T07:27:21.056 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:27:21.056 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: r = ctx.func(ctx) 2024-09-11T07:27:21.056 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:27:21.056 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return func(ctx) 2024-09-11T07:27:21.057 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:27:21.057 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:27:21.057 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:27:21.057 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:27:21.057 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:27:21.057 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:27:21.057 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:21.057 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:21.057 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:27:21.057 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:27:21.057 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:27:21.057 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:27:21.057 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.wait_async( 2024-09-11T07:27:21.057 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:27:21.057 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:27:21.058 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:27:21.058 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return future.result(timeout) 2024-09-11T07:27:21.058 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:27:21.058 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.__get_result() 2024-09-11T07:27:21.058 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:27:21.058 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise self._exception 2024-09-11T07:27:21.058 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:27:21.058 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: out, err, code = await self._run_cephadm( 2024-09-11T07:27:21.058 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:27:21.058 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise OrchestratorError( 2024-09-11T07:27:21.058 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:27:21.058 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:27:21.058 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:27:21.058 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:27:21.059 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:21.059 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:21.059 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:27:21.059 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:27:21.059 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: main() 2024-09-11T07:27:21.059 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:27:21.059 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: r = ctx.func(ctx) 2024-09-11T07:27:21.059 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:27:21.059 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return func(ctx) 2024-09-11T07:27:21.059 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:27:21.059 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:27:21.059 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:27:21.059 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:27:21.059 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:27:21.059 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:27:21.059 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:21.060 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:21.060 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: Upgrade: Setting container_image for all mgr 2024-09-11T07:27:21.060 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: pgmap v25: 129 pgs: 129 active+clean; 327 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.9 MiB/s wr, 698 op/s 2024-09-11T07:27:21.060 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: Upgrade: Updating mon.smithi017 2024-09-11T07:27:21.060 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: Deploying daemon mon.smithi017 on smithi017 2024-09-11T07:27:21.060 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: pgmap v26: 129 pgs: 129 active+clean; 331 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 8.4 MiB/s wr, 880 op/s 2024-09-11T07:27:21.060 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: pgmap v27: 129 pgs: 129 active+clean; 331 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 8.4 MiB/s wr, 880 op/s 2024-09-11T07:27:21.060 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: pgmap v28: 129 pgs: 129 active+clean; 331 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 7.7 MiB/s wr, 806 op/s 2024-09-11T07:27:21.060 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: mon.smithi017 calling monitor election 2024-09-11T07:27:21.060 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: mon.smithi017 is new leader, mons smithi017,smithi045 in quorum (ranks 0,1) 2024-09-11T07:27:21.060 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: monmap e2: 2 mons at {smithi017=[v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0],smithi045=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T07:27:21.060 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: fsmap foofs:1 {0=foofs.smithi045.gxtxww=up:active} 1 up:standby 2024-09-11T07:27:21.060 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: osdmap e74: 8 total, 8 up, 8 in 2024-09-11T07:27:21.060 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: mgrmap e40: smithi017.qgiuqa(active, since 48s), standbys: smithi045.wavrrv 2024-09-11T07:27:21.060 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-11T07:27:21.061 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-11T07:27:21.061 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: daemon prometheus.smithi017 on smithi017 is in error state 2024-09-11T07:27:21.061 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: mgrmap e41: smithi017.qgiuqa(active, since 48s), standbys: smithi045.wavrrv 2024-09-11T07:27:21.061 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: mgrmap e42: smithi017.qgiuqa(active, since 49s), standbys: smithi045.wavrrv 2024-09-11T07:27:21.061 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: Active manager daemon smithi017.qgiuqa restarted 2024-09-11T07:27:21.061 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: Activating manager daemon smithi017.qgiuqa 2024-09-11T07:27:21.061 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: osdmap e75: 8 total, 8 up, 8 in 2024-09-11T07:27:21.061 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: mgrmap e43: smithi017.qgiuqa(active, starting, since 0.00553837s), standbys: smithi045.wavrrv 2024-09-11T07:27:21.061 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mgr metadata", "who": "smithi045.wavrrv", "id": "smithi045.wavrrv"}]: dispatch 2024-09-11T07:27:21.061 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:27:21.061 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:27:21.061 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:27:21.061 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:27:21.061 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:27:21.062 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:27:21.062 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:27:21.062 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:27:21.062 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T07:27:21.062 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T07:27:21.062 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T07:27:21.062 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: Manager daemon smithi017.qgiuqa is now available 2024-09-11T07:27:21.062 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:27:21.062 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:27:21.062 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:27:21.062 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/trash_purge_schedule"}]: dispatch 2024-09-11T07:27:21.062 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: mgrmap e44: smithi017.qgiuqa(active, since 1.01025s), standbys: smithi045.wavrrv 2024-09-11T07:27:21.062 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: pgmap v3: 129 pgs: 129 active+clean; 324 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-09-11T07:27:21.063 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: Standby manager daemon smithi045.wavrrv restarted 2024-09-11T07:27:21.063 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: Standby manager daemon smithi045.wavrrv started 2024-09-11T07:27:21.063 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.? 172.21.15.45:0/1908322520' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi045.wavrrv/crt"}]: dispatch 2024-09-11T07:27:21.063 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.? 172.21.15.45:0/1908322520' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T07:27:21.063 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.? 172.21.15.45:0/1908322520' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi045.wavrrv/key"}]: dispatch 2024-09-11T07:27:21.063 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.? 172.21.15.45:0/1908322520' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T07:27:21.063 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-11T07:27:21.063 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: Cluster is now healthy 2024-09-11T07:27:21.063 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: mgrmap e45: smithi017.qgiuqa(active, since 2s), standbys: smithi045.wavrrv 2024-09-11T07:27:21.063 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: [11/Sep/2024:07:26:58] ENGINE Bus STARTING 2024-09-11T07:27:21.063 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: [11/Sep/2024:07:26:58] ENGINE Serving on https://172.21.15.17:7150 2024-09-11T07:27:21.063 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: [11/Sep/2024:07:26:58] ENGINE Bus STARTED 2024-09-11T07:27:21.063 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: [11/Sep/2024:07:26:58] ENGINE Error in HTTPServer.serve 2024-09-11T07:27:21.063 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:27:21.063 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T07:27:21.063 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: self._connections.run(self.expiration_interval) 2024-09-11T07:27:21.064 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T07:27:21.064 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: self._run(expiration_interval) 2024-09-11T07:27:21.064 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T07:27:21.064 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T07:27:21.064 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T07:27:21.064 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T07:27:21.064 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T07:27:21.064 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: s = self.context.wrap_socket( 2024-09-11T07:27:21.064 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T07:27:21.064 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.sslsocket_class._create( 2024-09-11T07:27:21.064 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T07:27:21.064 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: self.do_handshake() 2024-09-11T07:27:21.064 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T07:27:21.064 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: self._sslobj.do_handshake() 2024-09-11T07:27:21.064 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T07:27:21.065 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:21.065 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: pgmap v5: 129 pgs: 129 active+clean; 324 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-09-11T07:27:21.065 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: mgrmap e46: smithi017.qgiuqa(active, since 4s), standbys: smithi045.wavrrv 2024-09-11T07:27:21.065 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: pgmap v6: 129 pgs: 129 active+clean; 324 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-09-11T07:27:21.065 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:21.065 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:21.065 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:21.065 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:21.065 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: pgmap v7: 129 pgs: 129 active+clean; 331 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 30 KiB/s rd, 4.7 MiB/s wr, 449 op/s 2024-09-11T07:27:21.065 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:21.065 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:21.065 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:21.065 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:21.065 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: pgmap v8: 129 pgs: 129 active+clean; 331 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 23 KiB/s rd, 3.6 MiB/s wr, 349 op/s 2024-09-11T07:27:21.066 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:21.066 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:21.066 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: pgmap v9: 129 pgs: 129 active+clean; 323 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 23 KiB/s rd, 5.1 MiB/s wr, 526 op/s 2024-09-11T07:27:21.066 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:21.066 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:21.066 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:27:21.066 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:27:21.066 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:27:21.066 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: pgmap v10: 129 pgs: 129 active+clean; 323 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 23 KiB/s rd, 5.3 MiB/s wr, 543 op/s 2024-09-11T07:27:21.066 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:21.066 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:21.066 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:27:21.066 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:27:21.066 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-11T07:27:21.066 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: pgmap v11: 129 pgs: 129 active+clean; 323 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 23 KiB/s rd, 5.3 MiB/s wr, 543 op/s 2024-09-11T07:27:21.066 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='client.34132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:27:21.067 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:27:21.067 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='client.34136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:27:21.067 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='client.34140 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:27:21.067 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='client.? 172.21.15.17:0/286310481' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:27:21.067 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:27:21.067 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:27:21.067 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:27:21.067 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:27:21.067 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:21.067 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:21.067 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:27:21.067 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:27:21.067 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: main() 2024-09-11T07:27:21.067 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:27:21.067 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: r = ctx.func(ctx) 2024-09-11T07:27:21.068 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:27:21.068 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return func(ctx) 2024-09-11T07:27:21.068 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:27:21.068 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:27:21.068 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:27:21.068 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:27:21.068 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:27:21.068 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:27:21.068 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:21.068 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:21.068 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:27:21.068 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:27:21.068 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:27:21.069 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:27:21.069 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.wait_async( 2024-09-11T07:27:21.069 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:27:21.069 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:27:21.069 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:27:21.069 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return future.result(timeout) 2024-09-11T07:27:21.069 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:27:21.069 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.__get_result() 2024-09-11T07:27:21.069 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:27:21.069 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise self._exception 2024-09-11T07:27:21.069 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:27:21.069 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: out, err, code = await self._run_cephadm( 2024-09-11T07:27:21.069 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:27:21.069 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise OrchestratorError( 2024-09-11T07:27:21.069 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:27:21.070 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:27:21.070 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:27:21.070 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:27:21.070 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:21.070 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:21.070 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:27:21.070 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:27:21.070 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: main() 2024-09-11T07:27:21.070 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:27:21.070 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: r = ctx.func(ctx) 2024-09-11T07:27:21.070 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:27:21.070 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return func(ctx) 2024-09-11T07:27:21.070 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:27:21.070 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:27:21.070 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:27:21.071 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:27:21.071 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:27:21.071 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:27:21.071 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:21.071 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:21.071 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:27:21.071 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:27:21.071 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-11T07:27:21.071 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='client.34148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:27:21.071 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: pgmap v12: 129 pgs: 129 active+clean; 330 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 28 KiB/s rd, 8.6 MiB/s wr, 843 op/s 2024-09-11T07:27:21.071 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: Upgrade: Updating mon.smithi045 2024-09-11T07:27:21.071 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:21.071 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:27:21.071 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:27:21.072 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:27:21.072 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: Deploying daemon mon.smithi045 on smithi045 2024-09-11T07:27:21.072 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: pgmap v13: 129 pgs: 129 active+clean; 330 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.5 MiB/s wr, 548 op/s 2024-09-11T07:27:21.072 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: pgmap v15: 129 pgs: 129 active+clean; 330 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.7 MiB/s wr, 570 op/s 2024-09-11T07:27:21.072 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mon metadata", "id": "smithi017"}]: dispatch 2024-09-11T07:27:21.072 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: mon.smithi017 calling monitor election 2024-09-11T07:27:21.072 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: mon.smithi045 calling monitor election 2024-09-11T07:27:21.072 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2024-09-11T07:27:21.072 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: mon.smithi017 is new leader, mons smithi017,smithi045 in quorum (ranks 0,1) 2024-09-11T07:27:21.072 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: monmap e3: 2 mons at {smithi017=[v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0],smithi045=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T07:27:21.072 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: fsmap foofs:1 {0=foofs.smithi045.gxtxww=up:active} 1 up:standby 2024-09-11T07:27:21.072 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: osdmap e75: 8 total, 8 up, 8 in 2024-09-11T07:27:21.072 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: mgrmap e46: smithi017.qgiuqa(active, since 23s), standbys: smithi045.wavrrv 2024-09-11T07:27:21.072 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-11T07:27:21.073 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-11T07:27:21.073 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: daemon prometheus.smithi017 on smithi017 is in error state 2024-09-11T07:27:21.073 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:21.073 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:21.073 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:27:21.074 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: mkfs ef0778be-700c-11ef-bcea-c7b262605968 2024-09-11T07:27:21.075 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: Deploying daemon nfs.foo.0.0.smithi017.yhlpto on smithi017 2024-09-11T07:27:21.075 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: Creating key for client.nfs.foo.1.0.smithi045.sirexv 2024-09-11T07:27:21.075 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-09-11T07:27:21.075 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: Rados config object exists: conf-nfs.foo 2024-09-11T07:27:21.075 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: Creating key for client.nfs.foo.1.0.smithi045.sirexv-rgw 2024-09-11T07:27:21.075 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: Bind address in nfs.foo.1.0.smithi045.sirexv's ganesha conf is defaulting to empty 2024-09-11T07:27:21.075 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: Deploying daemon nfs.foo.1.0.smithi045.sirexv on smithi045 2024-09-11T07:27:21.075 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:27:21.075 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:27:21.075 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:27:21.075 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: cephadm exited with an error code: 1, stderr: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:27:21.075 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:27:21.075 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:21.076 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:21.076 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:27:21.076 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:27:21.076 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: main() 2024-09-11T07:27:21.076 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:27:21.076 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: r = ctx.func(ctx) 2024-09-11T07:27:21.076 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:27:21.076 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return func(ctx) 2024-09-11T07:27:21.076 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:27:21.076 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:27:21.076 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:27:21.076 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:27:21.076 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:27:21.076 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:27:21.076 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:21.076 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:21.077 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:27:21.077 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:27:21.077 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:27:21.077 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:27:21.077 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.wait_async( 2024-09-11T07:27:21.077 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:27:21.077 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:27:21.077 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:27:21.077 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return future.result(timeout) 2024-09-11T07:27:21.078 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:27:21.078 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.__get_result() 2024-09-11T07:27:21.078 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:27:21.078 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise self._exception 2024-09-11T07:27:21.078 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:27:21.078 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: out, err, code = await self._run_cephadm( 2024-09-11T07:27:21.078 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:27:21.078 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise OrchestratorError( 2024-09-11T07:27:21.078 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:27:21.078 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:27:21.078 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:21.078 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:21.078 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:27:21.078 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:27:21.079 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: main() 2024-09-11T07:27:21.079 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:27:21.079 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: r = ctx.func(ctx) 2024-09-11T07:27:21.079 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:27:21.079 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return func(ctx) 2024-09-11T07:27:21.079 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:27:21.079 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:27:21.079 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:27:21.079 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:27:21.079 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:27:21.079 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:27:21.079 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:21.079 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:21.079 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: Upgrade: Need to upgrade myself (mgr.smithi045.wavrrv) 2024-09-11T07:27:21.080 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: Upgrade: Need to upgrade myself (mgr.smithi045.wavrrv) 2024-09-11T07:27:21.080 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: Upgrade: Updating mgr.smithi017.qgiuqa 2024-09-11T07:27:21.080 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: Deploying daemon mgr.smithi017.qgiuqa on smithi017 2024-09-11T07:27:21.080 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:27:21.080 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:27:21.080 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:27:21.080 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:27:21.080 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:27:21.080 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:27:21.080 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:27:21.080 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:21.080 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:21.080 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:27:21.080 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:27:21.080 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: main() 2024-09-11T07:27:21.081 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:27:21.081 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: r = ctx.func(ctx) 2024-09-11T07:27:21.081 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:27:21.081 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return func(ctx) 2024-09-11T07:27:21.081 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:27:21.081 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:27:21.081 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:27:21.081 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:27:21.081 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:27:21.081 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:27:21.081 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:21.081 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:21.082 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:27:21.082 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:27:21.082 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:27:21.082 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:27:21.082 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.wait_async( 2024-09-11T07:27:21.082 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:27:21.082 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:27:21.082 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:27:21.082 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return future.result(timeout) 2024-09-11T07:27:21.082 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:27:21.082 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.__get_result() 2024-09-11T07:27:21.082 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:27:21.082 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise self._exception 2024-09-11T07:27:21.082 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:27:21.082 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: out, err, code = await self._run_cephadm( 2024-09-11T07:27:21.082 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:27:21.083 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise OrchestratorError( 2024-09-11T07:27:21.083 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:27:21.083 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:27:21.083 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:27:21.083 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:27:21.083 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:21.083 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:21.083 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:27:21.083 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:27:21.083 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: main() 2024-09-11T07:27:21.083 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:27:21.083 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: r = ctx.func(ctx) 2024-09-11T07:27:21.083 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:27:21.083 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return func(ctx) 2024-09-11T07:27:21.084 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:27:21.084 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:27:21.084 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:27:21.084 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:27:21.084 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:27:21.084 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:27:21.084 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:21.084 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:21.084 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: Upgrade: Need to upgrade myself (mgr.smithi045.wavrrv) 2024-09-11T07:27:21.084 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: Upgrade: Need to upgrade myself (mgr.smithi045.wavrrv) 2024-09-11T07:27:21.084 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: Failing over to other MGR 2024-09-11T07:27:21.084 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: inventory: adjusted host smithi045 addr 'smithi045' -> '172.21.15.45' 2024-09-11T07:27:21.084 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: [11/Sep/2024:07:26:06] ENGINE Bus STARTING 2024-09-11T07:27:21.085 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: [11/Sep/2024:07:26:06] ENGINE Serving on https://172.21.15.17:7150 2024-09-11T07:27:21.085 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: [11/Sep/2024:07:26:06] ENGINE Bus STARTED 2024-09-11T07:27:21.085 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: [11/Sep/2024:07:26:06] ENGINE Error in HTTPServer.serve 2024-09-11T07:27:21.085 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:27:21.085 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T07:27:21.085 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: self._connections.run(self.expiration_interval) 2024-09-11T07:27:21.085 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T07:27:21.085 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: self._run(expiration_interval) 2024-09-11T07:27:21.085 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T07:27:21.085 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T07:27:21.085 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T07:27:21.085 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T07:27:21.085 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T07:27:21.085 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: s = self.context.wrap_socket( 2024-09-11T07:27:21.086 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T07:27:21.086 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.sslsocket_class._create( 2024-09-11T07:27:21.086 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T07:27:21.086 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: self.do_handshake() 2024-09-11T07:27:21.086 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T07:27:21.086 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: self._sslobj.do_handshake() 2024-09-11T07:27:21.086 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T07:27:21.086 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:27:21.086 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:27:21.086 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:27:21.086 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:27:21.086 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:27:21.086 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:27:21.086 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:27:21.086 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:21.087 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:21.087 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:27:21.087 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:27:21.087 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: main() 2024-09-11T07:27:21.087 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:27:21.087 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: r = ctx.func(ctx) 2024-09-11T07:27:21.087 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:27:21.087 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return func(ctx) 2024-09-11T07:27:21.087 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:27:21.087 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:27:21.087 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:27:21.087 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:27:21.087 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:27:21.087 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:27:21.088 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:21.088 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:21.088 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:27:21.088 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:27:21.088 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:27:21.088 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:27:21.088 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.wait_async( 2024-09-11T07:27:21.088 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:27:21.088 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:27:21.088 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:27:21.088 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return future.result(timeout) 2024-09-11T07:27:21.088 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:27:21.089 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.__get_result() 2024-09-11T07:27:21.089 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:27:21.089 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise self._exception 2024-09-11T07:27:21.089 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:27:21.089 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: out, err, code = await self._run_cephadm( 2024-09-11T07:27:21.089 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:27:21.089 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise OrchestratorError( 2024-09-11T07:27:21.089 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:27:21.089 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:27:21.089 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:27:21.089 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:27:21.089 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:21.089 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:21.089 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:27:21.090 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:27:21.090 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: main() 2024-09-11T07:27:21.090 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:27:21.090 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: r = ctx.func(ctx) 2024-09-11T07:27:21.090 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:27:21.090 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return func(ctx) 2024-09-11T07:27:21.090 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:27:21.090 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:27:21.090 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:27:21.090 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:27:21.090 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:27:21.090 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:27:21.090 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:21.090 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:21.091 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: Upgrade: Updating mgr.smithi045.wavrrv 2024-09-11T07:27:21.091 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: Deploying daemon mgr.smithi045.wavrrv on smithi045 2024-09-11T07:27:21.091 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: pgmap v16: 129 pgs: 129 active+clean; 334 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 9.9 KiB/s rd, 8.0 MiB/s wr, 798 op/s 2024-09-11T07:27:21.091 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: pgmap v17: 129 pgs: 129 active+clean; 323 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 9.5 MiB/s wr, 955 op/s 2024-09-11T07:27:21.091 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: pgmap v18: 129 pgs: 129 active+clean; 323 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 6.6 MiB/s wr, 670 op/s 2024-09-11T07:27:21.091 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: pgmap v19: 129 pgs: 129 active+clean; 323 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 6.6 MiB/s wr, 670 op/s 2024-09-11T07:27:21.091 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: Standby manager daemon smithi045.wavrrv restarted 2024-09-11T07:27:21.091 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: Standby manager daemon smithi045.wavrrv started 2024-09-11T07:27:21.091 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: mgrmap e40: smithi017.qgiuqa(active, since 32s), standbys: smithi045.wavrrv 2024-09-11T07:27:21.091 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: pgmap v20: 129 pgs: 129 active+clean; 334 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 9.3 MiB/s wr, 919 op/s 2024-09-11T07:27:21.091 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: pgmap v21: 129 pgs: 129 active+clean; 334 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.0 MiB/s wr, 496 op/s 2024-09-11T07:27:21.091 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:27:21.091 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: pgmap v22: 129 pgs: 129 active+clean; 334 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.4 MiB/s wr, 534 op/s 2024-09-11T07:27:21.091 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: pgmap v23: 129 pgs: 129 active+clean; 334 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 3.1 KiB/s rd, 3.5 MiB/s wr, 325 op/s 2024-09-11T07:27:21.091 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:27:21.092 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:27:21.092 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: pgmap v24: 129 pgs: 129 active+clean; 327 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.9 MiB/s wr, 698 op/s 2024-09-11T07:27:21.092 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:27:21.092 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:27:21.092 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:27:21.092 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:27:21.092 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:21.092 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:21.092 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:27:21.092 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:27:21.092 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: main() 2024-09-11T07:27:21.092 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:27:21.092 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: r = ctx.func(ctx) 2024-09-11T07:27:21.093 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:27:21.093 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return func(ctx) 2024-09-11T07:27:21.093 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:27:21.093 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:27:21.093 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:27:21.093 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:27:21.093 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:27:21.093 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:27:21.093 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:21.093 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:21.093 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:27:21.093 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:27:21.093 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:27:21.093 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:27:21.094 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.wait_async( 2024-09-11T07:27:21.094 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:27:21.094 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:27:21.094 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:27:21.094 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return future.result(timeout) 2024-09-11T07:27:21.094 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:27:21.094 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.__get_result() 2024-09-11T07:27:21.094 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:27:21.094 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise self._exception 2024-09-11T07:27:21.094 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:27:21.094 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: out, err, code = await self._run_cephadm( 2024-09-11T07:27:21.094 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:27:21.094 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise OrchestratorError( 2024-09-11T07:27:21.095 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:27:21.095 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:27:21.095 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:27:21.095 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:27:21.095 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:21.095 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:21.095 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:27:21.095 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:27:21.095 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: main() 2024-09-11T07:27:21.095 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:27:21.095 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: r = ctx.func(ctx) 2024-09-11T07:27:21.095 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:27:21.096 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return func(ctx) 2024-09-11T07:27:21.096 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:27:21.096 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:27:21.096 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:27:21.096 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:27:21.096 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:27:21.096 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:27:21.096 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:21.096 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:21.096 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: Upgrade: Setting container_image for all mgr 2024-09-11T07:27:21.096 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: pgmap v25: 129 pgs: 129 active+clean; 327 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.9 MiB/s wr, 698 op/s 2024-09-11T07:27:21.096 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: Upgrade: Updating mon.smithi017 2024-09-11T07:27:21.096 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: Deploying daemon mon.smithi017 on smithi017 2024-09-11T07:27:21.096 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: pgmap v26: 129 pgs: 129 active+clean; 331 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 8.4 MiB/s wr, 880 op/s 2024-09-11T07:27:21.097 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: pgmap v27: 129 pgs: 129 active+clean; 331 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 13 KiB/s rd, 8.4 MiB/s wr, 880 op/s 2024-09-11T07:27:21.097 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: pgmap v28: 129 pgs: 129 active+clean; 331 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 12 KiB/s rd, 7.7 MiB/s wr, 806 op/s 2024-09-11T07:27:21.097 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: mon.smithi017 calling monitor election 2024-09-11T07:27:21.097 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: mon.smithi017 is new leader, mons smithi017,smithi045 in quorum (ranks 0,1) 2024-09-11T07:27:21.097 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: monmap e2: 2 mons at {smithi017=[v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0],smithi045=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T07:27:21.097 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: fsmap foofs:1 {0=foofs.smithi045.gxtxww=up:active} 1 up:standby 2024-09-11T07:27:21.097 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: osdmap e74: 8 total, 8 up, 8 in 2024-09-11T07:27:21.097 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: mgrmap e40: smithi017.qgiuqa(active, since 48s), standbys: smithi045.wavrrv 2024-09-11T07:27:21.097 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-11T07:27:21.097 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-11T07:27:21.097 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: daemon prometheus.smithi017 on smithi017 is in error state 2024-09-11T07:27:21.097 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: mgrmap e41: smithi017.qgiuqa(active, since 48s), standbys: smithi045.wavrrv 2024-09-11T07:27:21.097 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: mgrmap e42: smithi017.qgiuqa(active, since 49s), standbys: smithi045.wavrrv 2024-09-11T07:27:21.097 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: Active manager daemon smithi017.qgiuqa restarted 2024-09-11T07:27:21.098 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: Activating manager daemon smithi017.qgiuqa 2024-09-11T07:27:21.098 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: osdmap e75: 8 total, 8 up, 8 in 2024-09-11T07:27:21.098 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: mgrmap e43: smithi017.qgiuqa(active, starting, since 0.00553837s), standbys: smithi045.wavrrv 2024-09-11T07:27:21.098 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mgr metadata", "who": "smithi045.wavrrv", "id": "smithi045.wavrrv"}]: dispatch 2024-09-11T07:27:21.098 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:27:21.098 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:27:21.098 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:27:21.098 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:27:21.098 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:27:21.098 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:27:21.098 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:27:21.098 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:27:21.098 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-11T07:27:21.098 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-11T07:27:21.099 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-11T07:27:21.099 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: Manager daemon smithi017.qgiuqa is now available 2024-09-11T07:27:21.099 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:27:21.099 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:27:21.099 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/mirror_snapshot_schedule"}]: dispatch 2024-09-11T07:27:21.099 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi017.qgiuqa/trash_purge_schedule"}]: dispatch 2024-09-11T07:27:21.099 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: mgrmap e44: smithi017.qgiuqa(active, since 1.01025s), standbys: smithi045.wavrrv 2024-09-11T07:27:21.099 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: pgmap v3: 129 pgs: 129 active+clean; 324 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-09-11T07:27:21.099 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: Standby manager daemon smithi045.wavrrv restarted 2024-09-11T07:27:21.099 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: Standby manager daemon smithi045.wavrrv started 2024-09-11T07:27:21.099 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.? 172.21.15.45:0/1908322520' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi045.wavrrv/crt"}]: dispatch 2024-09-11T07:27:21.099 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.? 172.21.15.45:0/1908322520' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-11T07:27:21.099 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.? 172.21.15.45:0/1908322520' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi045.wavrrv/key"}]: dispatch 2024-09-11T07:27:21.100 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.? 172.21.15.45:0/1908322520' entity='mgr.smithi045.wavrrv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-11T07:27:21.100 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-11T07:27:21.100 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: Cluster is now healthy 2024-09-11T07:27:21.100 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: mgrmap e45: smithi017.qgiuqa(active, since 2s), standbys: smithi045.wavrrv 2024-09-11T07:27:21.100 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: [11/Sep/2024:07:26:58] ENGINE Bus STARTING 2024-09-11T07:27:21.100 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: [11/Sep/2024:07:26:58] ENGINE Serving on https://172.21.15.17:7150 2024-09-11T07:27:21.100 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: [11/Sep/2024:07:26:58] ENGINE Bus STARTED 2024-09-11T07:27:21.100 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: [11/Sep/2024:07:26:58] ENGINE Error in HTTPServer.serve 2024-09-11T07:27:21.100 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:27:21.100 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T07:27:21.100 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: self._connections.run(self.expiration_interval) 2024-09-11T07:27:21.100 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T07:27:21.100 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: self._run(expiration_interval) 2024-09-11T07:27:21.100 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T07:27:21.101 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T07:27:21.101 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T07:27:21.101 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T07:27:21.101 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T07:27:21.101 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: s = self.context.wrap_socket( 2024-09-11T07:27:21.101 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T07:27:21.101 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.sslsocket_class._create( 2024-09-11T07:27:21.101 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T07:27:21.101 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: self.do_handshake() 2024-09-11T07:27:21.101 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T07:27:21.101 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: self._sslobj.do_handshake() 2024-09-11T07:27:21.101 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T07:27:21.101 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:21.102 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: pgmap v5: 129 pgs: 129 active+clean; 324 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-09-11T07:27:21.102 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: mgrmap e46: smithi017.qgiuqa(active, since 4s), standbys: smithi045.wavrrv 2024-09-11T07:27:21.102 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: pgmap v6: 129 pgs: 129 active+clean; 324 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail 2024-09-11T07:27:21.102 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:21.102 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:21.102 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:21.102 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:21.102 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: pgmap v7: 129 pgs: 129 active+clean; 331 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 30 KiB/s rd, 4.7 MiB/s wr, 449 op/s 2024-09-11T07:27:21.102 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:21.102 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:21.102 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:21.103 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:21.103 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: pgmap v8: 129 pgs: 129 active+clean; 331 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 23 KiB/s rd, 3.6 MiB/s wr, 349 op/s 2024-09-11T07:27:21.103 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:21.103 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:21.103 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: pgmap v9: 129 pgs: 129 active+clean; 323 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 23 KiB/s rd, 5.1 MiB/s wr, 526 op/s 2024-09-11T07:27:21.103 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:21.103 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:21.103 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:27:21.103 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:27:21.103 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:27:21.103 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: pgmap v10: 129 pgs: 129 active+clean; 323 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 23 KiB/s rd, 5.3 MiB/s wr, 543 op/s 2024-09-11T07:27:21.103 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:21.103 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:21.103 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:27:21.104 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:27:21.104 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-11T07:27:21.104 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: pgmap v11: 129 pgs: 129 active+clean; 323 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 23 KiB/s rd, 5.3 MiB/s wr, 543 op/s 2024-09-11T07:27:21.104 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='client.34132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:27:21.104 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:27:21.104 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='client.34136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:27:21.104 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='client.34140 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:27:21.104 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='client.? 172.21.15.17:0/286310481' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:27:21.104 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:27:21.104 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:27:21.104 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:27:21.104 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:27:21.104 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:21.104 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:21.105 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:27:21.105 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:27:21.105 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: main() 2024-09-11T07:27:21.105 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:27:21.105 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: r = ctx.func(ctx) 2024-09-11T07:27:21.105 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:27:21.105 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return func(ctx) 2024-09-11T07:27:21.105 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:27:21.105 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:27:21.105 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:27:21.105 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:27:21.105 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:27:21.105 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:27:21.105 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:21.106 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:21.106 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:27:21.106 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:27:21.106 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:27:21.106 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:27:21.106 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.wait_async( 2024-09-11T07:27:21.106 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:27:21.106 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:27:21.106 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:27:21.106 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return future.result(timeout) 2024-09-11T07:27:21.106 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:27:21.106 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.__get_result() 2024-09-11T07:27:21.106 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:27:21.106 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise self._exception 2024-09-11T07:27:21.106 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:27:21.106 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: out, err, code = await self._run_cephadm( 2024-09-11T07:27:21.107 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:27:21.107 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise OrchestratorError( 2024-09-11T07:27:21.107 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:27:21.107 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:27:21.107 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:27:21.107 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:27:21.107 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:21.107 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:21.107 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:27:21.107 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:27:21.107 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: main() 2024-09-11T07:27:21.107 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:27:21.107 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: r = ctx.func(ctx) 2024-09-11T07:27:21.107 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:27:21.107 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return func(ctx) 2024-09-11T07:27:21.108 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:27:21.108 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:27:21.108 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:27:21.108 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:27:21.108 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:27:21.108 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:27:21.108 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:21.108 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:21.108 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:27:21.108 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:27:21.108 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-11T07:27:21.108 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='client.34148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:27:21.108 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: pgmap v12: 129 pgs: 129 active+clean; 330 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 28 KiB/s rd, 8.6 MiB/s wr, 843 op/s 2024-09-11T07:27:21.108 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: Upgrade: Updating mon.smithi045 2024-09-11T07:27:21.109 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:21.109 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:27:21.109 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:27:21.109 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:27:21.109 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: Deploying daemon mon.smithi045 on smithi045 2024-09-11T07:27:21.109 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: pgmap v13: 129 pgs: 129 active+clean; 330 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.5 MiB/s wr, 548 op/s 2024-09-11T07:27:21.109 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: pgmap v15: 129 pgs: 129 active+clean; 330 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.7 MiB/s wr, 570 op/s 2024-09-11T07:27:21.109 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mon metadata", "id": "smithi017"}]: dispatch 2024-09-11T07:27:21.109 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: mon.smithi017 calling monitor election 2024-09-11T07:27:21.109 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: mon.smithi045 calling monitor election 2024-09-11T07:27:21.109 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mon metadata", "id": "smithi045"}]: dispatch 2024-09-11T07:27:21.109 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: mon.smithi017 is new leader, mons smithi017,smithi045 in quorum (ranks 0,1) 2024-09-11T07:27:21.109 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: monmap e3: 2 mons at {smithi017=[v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0],smithi045=[v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-11T07:27:21.109 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: fsmap foofs:1 {0=foofs.smithi045.gxtxww=up:active} 1 up:standby 2024-09-11T07:27:21.110 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: osdmap e75: 8 total, 8 up, 8 in 2024-09-11T07:27:21.110 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: mgrmap e46: smithi017.qgiuqa(active, since 23s), standbys: smithi045.wavrrv 2024-09-11T07:27:21.110 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-09-11T07:27:21.110 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-11T07:27:21.110 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: daemon prometheus.smithi017 on smithi017 is in error state 2024-09-11T07:27:21.110 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:21.110 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:21.110 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:27:21.559 INFO:teuthology.orchestra.run.smithi017.stdout: 5 139497 3.06 MB/sec execute 399 sec latency 45.852 ms 2024-09-11T07:27:22.559 INFO:teuthology.orchestra.run.smithi017.stdout: 5 139803 3.07 MB/sec execute 400 sec latency 66.821 ms 2024-09-11T07:27:22.800 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:22 smithi017 ceph-mon[63383]: pgmap v16: 129 pgs: 129 active+clean; 330 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 5.1 MiB/s wr, 506 op/s 2024-09-11T07:27:23.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:22 smithi045 ceph-mon[48800]: pgmap v16: 129 pgs: 129 active+clean; 330 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 5.1 MiB/s wr, 506 op/s 2024-09-11T07:27:23.559 INFO:teuthology.orchestra.run.smithi017.stdout: 5 140210 3.08 MB/sec execute 401 sec latency 47.426 ms 2024-09-11T07:27:24.551 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:24 smithi045 ceph-mon[48800]: pgmap v17: 129 pgs: 129 active+clean; 332 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 9.7 KiB/s rd, 7.6 MiB/s wr, 728 op/s 2024-09-11T07:27:24.559 INFO:teuthology.orchestra.run.smithi017.stdout: 5 140537 3.09 MB/sec execute 402 sec latency 39.390 ms 2024-09-11T07:27:25.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:24 smithi017 ceph-mon[63383]: pgmap v17: 129 pgs: 129 active+clean; 332 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 9.7 KiB/s rd, 7.6 MiB/s wr, 728 op/s 2024-09-11T07:27:25.559 INFO:teuthology.orchestra.run.smithi017.stdout: 5 140838 3.10 MB/sec execute 403 sec latency 53.328 ms 2024-09-11T07:27:26.283 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:25 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:26.283 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:25 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:26.283 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:25 smithi045 ceph-mon[48800]: pgmap v18: 129 pgs: 129 active+clean; 332 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.6 MiB/s wr, 462 op/s 2024-09-11T07:27:26.283 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:25 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:26.283 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:25 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:26.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:25 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:26.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:25 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:26.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:25 smithi017 ceph-mon[63383]: pgmap v18: 129 pgs: 129 active+clean; 332 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.6 MiB/s wr, 462 op/s 2024-09-11T07:27:26.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:25 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:26.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:25 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:26.559 INFO:teuthology.orchestra.run.smithi017.stdout: 5 141285 3.12 MB/sec execute 404 sec latency 57.109 ms 2024-09-11T07:27:27.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:26 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:27:27.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:26 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:27:27.559 INFO:teuthology.orchestra.run.smithi017.stdout: 5 141639 3.14 MB/sec execute 405 sec latency 83.537 ms 2024-09-11T07:27:28.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:27 smithi045 ceph-mon[48800]: pgmap v19: 129 pgs: 129 active+clean; 332 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.6 MiB/s wr, 462 op/s 2024-09-11T07:27:28.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:27 smithi017 ceph-mon[63383]: pgmap v19: 129 pgs: 129 active+clean; 332 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.6 MiB/s wr, 462 op/s 2024-09-11T07:27:28.559 INFO:teuthology.orchestra.run.smithi017.stdout: 5 141981 3.17 MB/sec execute 406 sec latency 80.495 ms 2024-09-11T07:27:29.559 INFO:teuthology.orchestra.run.smithi017.stdout: 5 142369 3.18 MB/sec execute 407 sec latency 132.977 ms 2024-09-11T07:27:30.330 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:30 smithi045 ceph-mon[48800]: pgmap v20: 129 pgs: 129 active+clean; 331 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.7 MiB/s wr, 691 op/s 2024-09-11T07:27:30.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:30 smithi017 ceph-mon[63383]: pgmap v20: 129 pgs: 129 active+clean; 331 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.7 MiB/s wr, 691 op/s 2024-09-11T07:27:30.559 INFO:teuthology.orchestra.run.smithi017.stdout: 5 142789 3.20 MB/sec execute 408 sec latency 44.178 ms 2024-09-11T07:27:31.559 INFO:teuthology.orchestra.run.smithi017.stdout: 5 143080 3.22 MB/sec execute 409 sec latency 45.880 ms 2024-09-11T07:27:32.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:31 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:32.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:31 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:32.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:31 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:27:32.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:31 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:27:32.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:31 smithi045 ceph-mon[48800]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:27:32.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:31 smithi045 ceph-mon[48800]: pgmap v21: 129 pgs: 129 active+clean; 331 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.7 MiB/s wr, 462 op/s 2024-09-11T07:27:32.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:31 smithi045 ceph-mon[48800]: pgmap v22: 129 pgs: 129 active+clean; 331 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.6 MiB/s wr, 558 op/s 2024-09-11T07:27:32.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:31 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:32.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:31 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:32.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:31 smithi045 ceph-mon[48800]: Reconfiguring mon.smithi017 (monmap changed)... 2024-09-11T07:27:32.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:31 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:27:32.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:31 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:27:32.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:31 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:27:32.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:31 smithi045 ceph-mon[48800]: Reconfiguring daemon mon.smithi017 on smithi017 2024-09-11T07:27:32.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:31 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:32.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:31 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:32.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:31 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:27:32.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:31 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:27:32.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:31 smithi017 ceph-mon[63383]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:27:32.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:31 smithi017 ceph-mon[63383]: pgmap v21: 129 pgs: 129 active+clean; 331 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.7 MiB/s wr, 462 op/s 2024-09-11T07:27:32.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:31 smithi017 ceph-mon[63383]: pgmap v22: 129 pgs: 129 active+clean; 331 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.6 MiB/s wr, 558 op/s 2024-09-11T07:27:32.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:31 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:32.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:31 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:32.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:31 smithi017 ceph-mon[63383]: Reconfiguring mon.smithi017 (monmap changed)... 2024-09-11T07:27:32.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:31 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:27:32.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:31 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:27:32.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:31 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:27:32.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:31 smithi017 ceph-mon[63383]: Reconfiguring daemon mon.smithi017 on smithi017 2024-09-11T07:27:32.559 INFO:teuthology.orchestra.run.smithi017.stdout: 5 143887 3.25 MB/sec execute 410 sec latency 36.361 ms 2024-09-11T07:27:33.559 INFO:teuthology.orchestra.run.smithi017.stdout: 5 144651 3.30 MB/sec execute 411 sec latency 46.192 ms 2024-09-11T07:27:34.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:33 smithi045 ceph-mon[48800]: pgmap v23: 129 pgs: 129 active+clean; 339 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.8 MiB/s wr, 604 op/s 2024-09-11T07:27:34.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:33 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:34.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:33 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:34.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:33 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi017.qgiuqa", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:27:34.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:33 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:27:34.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:33 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:27:34.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:33 smithi017 ceph-mon[63383]: pgmap v23: 129 pgs: 129 active+clean; 339 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.8 MiB/s wr, 604 op/s 2024-09-11T07:27:34.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:33 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:34.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:33 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:34.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:33 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi017.qgiuqa", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:27:34.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:33 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:27:34.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:33 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:27:34.559 INFO:teuthology.orchestra.run.smithi017.stdout: 5 145563 3.36 MB/sec execute 412 sec latency 21.395 ms 2024-09-11T07:27:35.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:34 smithi045 ceph-mon[48800]: Reconfiguring mgr.smithi017.qgiuqa (monmap changed)... 2024-09-11T07:27:35.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:34 smithi045 ceph-mon[48800]: Reconfiguring daemon mgr.smithi017.qgiuqa on smithi017 2024-09-11T07:27:35.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:34 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:35.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:34 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:35.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:34 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi017", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-11T07:27:35.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:34 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:27:35.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:34 smithi017 ceph-mon[63383]: Reconfiguring mgr.smithi017.qgiuqa (monmap changed)... 2024-09-11T07:27:35.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:34 smithi017 ceph-mon[63383]: Reconfiguring daemon mgr.smithi017.qgiuqa on smithi017 2024-09-11T07:27:35.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:34 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:35.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:34 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:35.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:34 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi017", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-11T07:27:35.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:34 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:27:35.559 INFO:teuthology.orchestra.run.smithi017.stdout: 5 146397 3.40 MB/sec execute 413 sec latency 30.023 ms 2024-09-11T07:27:36.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:35 smithi045 ceph-mon[48800]: Reconfiguring crash.smithi017 (monmap changed)... 2024-09-11T07:27:36.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:35 smithi045 ceph-mon[48800]: Reconfiguring daemon crash.smithi017 on smithi017 2024-09-11T07:27:36.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:35 smithi045 ceph-mon[48800]: pgmap v24: 129 pgs: 129 active+clean; 339 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.8 MiB/s wr, 604 op/s 2024-09-11T07:27:36.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:35 smithi017 ceph-mon[63383]: Reconfiguring crash.smithi017 (monmap changed)... 2024-09-11T07:27:36.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:35 smithi017 ceph-mon[63383]: Reconfiguring daemon crash.smithi017 on smithi017 2024-09-11T07:27:36.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:35 smithi017 ceph-mon[63383]: pgmap v24: 129 pgs: 129 active+clean; 339 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.8 MiB/s wr, 604 op/s 2024-09-11T07:27:36.559 INFO:teuthology.orchestra.run.smithi017.stdout: 5 147248 3.44 MB/sec execute 414 sec latency 13.340 ms 2024-09-11T07:27:37.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:37 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:37.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:37 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:37.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:37 smithi017 ceph-mon[63383]: Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:27:37.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:37 smithi017 ceph-mon[63383]: Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:27:37.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:37 smithi017 ceph-mon[63383]: pgmap v25: 129 pgs: 129 active+clean; 339 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.8 MiB/s wr, 604 op/s 2024-09-11T07:27:37.559 INFO:teuthology.orchestra.run.smithi017.stdout: 5 147935 3.47 MB/sec execute 415 sec latency 50.923 ms 2024-09-11T07:27:37.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:37 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:37.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:37 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:37.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:37 smithi045 ceph-mon[48800]: Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:27:37.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:37 smithi045 ceph-mon[48800]: Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:27:37.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:37 smithi045 ceph-mon[48800]: pgmap v25: 129 pgs: 129 active+clean; 339 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.8 MiB/s wr, 604 op/s 2024-09-11T07:27:38.560 INFO:teuthology.orchestra.run.smithi017.stdout: 5 148802 3.52 MB/sec execute 416 sec latency 27.628 ms 2024-09-11T07:27:39.560 INFO:teuthology.orchestra.run.smithi017.stdout: 5 149581 3.57 MB/sec execute 417 sec latency 29.890 ms 2024-09-11T07:27:40.023 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:39 smithi017 ceph-mon[63383]: pgmap v26: 129 pgs: 129 active+clean; 338 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 9.4 MiB/s wr, 922 op/s 2024-09-11T07:27:40.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:39 smithi045 ceph-mon[48800]: pgmap v26: 129 pgs: 129 active+clean; 338 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 9.4 MiB/s wr, 922 op/s 2024-09-11T07:27:40.560 INFO:teuthology.orchestra.run.smithi017.stdout: 5 150073 3.60 MB/sec execute 418 sec latency 44.672 ms 2024-09-11T07:27:41.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:40 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T07:27:41.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:40 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:27:41.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:40 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T07:27:41.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:40 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:27:41.560 INFO:teuthology.orchestra.run.smithi017.stdout: 5 150630 3.63 MB/sec execute 419 sec latency 34.315 ms 2024-09-11T07:27:41.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:41 smithi017 ceph-mon[63383]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:27:41.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:27:41.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:27:41.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:27:41.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:41.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:41.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:27:41.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:27:41.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: main() 2024-09-11T07:27:41.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:27:41.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: r = ctx.func(ctx) 2024-09-11T07:27:41.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:27:41.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return func(ctx) 2024-09-11T07:27:41.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:27:41.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:27:41.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:27:41.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:27:41.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:27:41.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:27:41.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:41.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:41.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:27:41.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:27:41.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:27:41.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:27:41.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.wait_async( 2024-09-11T07:27:41.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:27:41.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:27:41.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:27:41.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return future.result(timeout) 2024-09-11T07:27:41.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:27:41.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.__get_result() 2024-09-11T07:27:41.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:27:41.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise self._exception 2024-09-11T07:27:41.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:27:41.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: out, err, code = await self._run_cephadm( 2024-09-11T07:27:41.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:27:41.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise OrchestratorError( 2024-09-11T07:27:41.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:27:41.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:27:41.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:27:41.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:27:41.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:41.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:41.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:27:41.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:27:41.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: main() 2024-09-11T07:27:41.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:27:41.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: r = ctx.func(ctx) 2024-09-11T07:27:41.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:27:41.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return func(ctx) 2024-09-11T07:27:41.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:27:41.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:27:41.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:27:41.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:27:41.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:27:41.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:27:41.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:41.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:41.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:41 smithi017 ceph-mon[63383]: Reconfiguring osd.0 (monmap changed)... 2024-09-11T07:27:41.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:41 smithi017 ceph-mon[63383]: Reconfiguring daemon osd.0 on smithi017 2024-09-11T07:27:41.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:41 smithi017 ceph-mon[63383]: pgmap v27: 129 pgs: 129 active+clean; 338 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 9.8 KiB/s rd, 9.1 MiB/s wr, 894 op/s 2024-09-11T07:27:41.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:41 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:27:41.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:41 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:41.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:41 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:41.797 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:41 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T07:27:41.797 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:41 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:27:42.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:41 smithi045 ceph-mon[48800]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:27:42.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:27:42.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:27:42.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:27:42.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:42.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:42.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:27:42.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:27:42.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: main() 2024-09-11T07:27:42.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:27:42.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: r = ctx.func(ctx) 2024-09-11T07:27:42.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:27:42.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return func(ctx) 2024-09-11T07:27:42.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:27:42.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:27:42.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:27:42.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:27:42.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:27:42.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:27:42.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:42.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:42.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:27:42.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:27:42.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:27:42.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:27:42.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.wait_async( 2024-09-11T07:27:42.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:27:42.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:27:42.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:27:42.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return future.result(timeout) 2024-09-11T07:27:42.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:27:42.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.__get_result() 2024-09-11T07:27:42.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:27:42.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise self._exception 2024-09-11T07:27:42.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:27:42.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: out, err, code = await self._run_cephadm( 2024-09-11T07:27:42.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:27:42.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise OrchestratorError( 2024-09-11T07:27:42.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:27:42.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:27:42.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:27:42.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:27:42.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:42.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:42.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:27:42.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:27:42.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: main() 2024-09-11T07:27:42.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:27:42.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: r = ctx.func(ctx) 2024-09-11T07:27:42.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:27:42.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return func(ctx) 2024-09-11T07:27:42.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:27:42.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:27:42.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:27:42.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:27:42.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:27:42.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:27:42.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:27:42.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:27:42.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:41 smithi045 ceph-mon[48800]: Reconfiguring osd.0 (monmap changed)... 2024-09-11T07:27:42.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:41 smithi045 ceph-mon[48800]: Reconfiguring daemon osd.0 on smithi017 2024-09-11T07:27:42.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:41 smithi045 ceph-mon[48800]: pgmap v27: 129 pgs: 129 active+clean; 338 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 9.8 KiB/s rd, 9.1 MiB/s wr, 894 op/s 2024-09-11T07:27:42.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:41 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:27:42.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:41 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:42.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:41 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:42.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:41 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T07:27:42.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:41 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:27:42.560 INFO:teuthology.orchestra.run.smithi017.stdout: 5 151329 3.65 MB/sec execute 420 sec latency 24.699 ms 2024-09-11T07:27:43.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:42 smithi045 ceph-mon[48800]: Reconfiguring osd.1 (monmap changed)... 2024-09-11T07:27:43.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:42 smithi045 ceph-mon[48800]: Reconfiguring daemon osd.1 on smithi017 2024-09-11T07:27:43.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:42 smithi017 ceph-mon[63383]: Reconfiguring osd.1 (monmap changed)... 2024-09-11T07:27:43.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:42 smithi017 ceph-mon[63383]: Reconfiguring daemon osd.1 on smithi017 2024-09-11T07:27:43.304 INFO:teuthology.orchestra.run.smithi017.stdout:true 2024-09-11T07:27:43.560 INFO:teuthology.orchestra.run.smithi017.stdout: 5 151973 3.68 MB/sec execute 421 sec latency 30.813 ms 2024-09-11T07:27:44.014 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:43 smithi017 ceph-mon[63383]: pgmap v28: 129 pgs: 129 active+clean; 340 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 12 MiB/s wr, 1.14k op/s 2024-09-11T07:27:44.014 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:43 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:44.014 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:43 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:44.014 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:43 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T07:27:44.015 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:43 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:27:44.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:43 smithi045 ceph-mon[48800]: pgmap v28: 129 pgs: 129 active+clean; 340 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 12 MiB/s wr, 1.14k op/s 2024-09-11T07:27:44.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:43 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:44.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:43 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:44.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:43 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T07:27:44.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:43 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:27:44.165 INFO:teuthology.orchestra.run.smithi017.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T07:27:44.165 INFO:teuthology.orchestra.run.smithi017.stdout:alertmanager.smithi017 smithi017 *:9093,9094 running (13m) 39s ago 15m 19.1M - 0.20.0 0881eb8f169f 8ff211b4e457 2024-09-11T07:27:44.165 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi017 smithi017 running (14m) 39s ago 14m 6395k - 16.2.4 8d91d370c2b8 cfba143c9b6f 2024-09-11T07:27:44.165 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi045 smithi045 running (14m) 19s ago 14m 6409k - 16.2.4 8d91d370c2b8 b3a463d5f314 2024-09-11T07:27:44.165 INFO:teuthology.orchestra.run.smithi017.stdout:grafana.smithi017 smithi017 *:3000 running (13m) 39s ago 14m 35.0M - 6.7.4 557c83e11646 24bbf4d58b8c 2024-09-11T07:27:44.165 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi017.utzzzp smithi017 running (9m) 39s ago 9m 14.4M - 16.2.4 8d91d370c2b8 711da931e1f1 2024-09-11T07:27:44.166 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi045.gxtxww smithi045 running (9m) 19s ago 9m 41.9M - 16.2.4 8d91d370c2b8 8de08b53c390 2024-09-11T07:27:44.166 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi017.qgiuqa smithi017 *:8443,9283 running (4m) 39s ago 16m 420M - 17.2.7-1623-gd0e6828a 4a918172a497 1a5c10d7a16e 2024-09-11T07:27:44.166 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi045.wavrrv smithi045 *:8443,9283 running (75s) 19s ago 14m 398M - 17.2.7-1623-gd0e6828a 4a918172a497 79559b699e04 2024-09-11T07:27:44.166 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi017 smithi017 running (55s) 39s ago 16m 37.2M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 93477c9f0204 2024-09-11T07:27:44.166 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi045 smithi045 running (26s) 19s ago 13m 46.3M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 ef66edbefbdf 2024-09-11T07:27:44.166 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.0.0.smithi017.yhlpto smithi017 *:2049 running (6m) 39s ago 6m 141M - 3.5 8d91d370c2b8 4d43393feaee 2024-09-11T07:27:44.166 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.1.0.smithi045.sirexv smithi045 *:2049 running (6m) 19s ago 6m 87.5M - 3.5 8d91d370c2b8 0795be2c25de 2024-09-11T07:27:44.166 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi017 smithi017 *:9100 running (14m) 39s ago 14m 17.0M - 0.18.1 e5a616e4b9cf 3ae9bdfa57df 2024-09-11T07:27:44.167 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi045 smithi045 *:9100 running (13m) 19s ago 13m 17.0M - 0.18.1 e5a616e4b9cf 517c959affda 2024-09-11T07:27:44.167 INFO:teuthology.orchestra.run.smithi017.stdout:osd.0 smithi017 running (13m) 39s ago 13m 475M 4096M 16.2.4 8d91d370c2b8 432bd5329ca6 2024-09-11T07:27:44.167 INFO:teuthology.orchestra.run.smithi017.stdout:osd.1 smithi017 running (12m) 39s ago 12m 422M 4096M 16.2.4 8d91d370c2b8 b9bde4672d10 2024-09-11T07:27:44.167 INFO:teuthology.orchestra.run.smithi017.stdout:osd.2 smithi017 running (12m) 39s ago 12m 288M 4096M 16.2.4 8d91d370c2b8 a42eeb5fcae7 2024-09-11T07:27:44.167 INFO:teuthology.orchestra.run.smithi017.stdout:osd.3 smithi017 running (12m) 39s ago 12m 443M 4096M 16.2.4 8d91d370c2b8 59fc76e234d1 2024-09-11T07:27:44.167 INFO:teuthology.orchestra.run.smithi017.stdout:osd.4 smithi045 running (11m) 19s ago 11m 508M 4096M 16.2.4 8d91d370c2b8 3dc1e394cdfa 2024-09-11T07:27:44.167 INFO:teuthology.orchestra.run.smithi017.stdout:osd.5 smithi045 running (11m) 19s ago 11m 538M 4096M 16.2.4 8d91d370c2b8 ec6745fcdd10 2024-09-11T07:27:44.168 INFO:teuthology.orchestra.run.smithi017.stdout:osd.6 smithi045 running (11m) 19s ago 11m 455M 4096M 16.2.4 8d91d370c2b8 788633f8efc6 2024-09-11T07:27:44.168 INFO:teuthology.orchestra.run.smithi017.stdout:osd.7 smithi045 running (10m) 19s ago 10m 374M 4096M 16.2.4 8d91d370c2b8 162523c68393 2024-09-11T07:27:44.168 INFO:teuthology.orchestra.run.smithi017.stdout:prometheus.smithi017 smithi017 *:9095 error 39s ago 14m 46.1M - 2.18.1 de242295e225 5d1f02a1080f 2024-09-11T07:27:44.560 INFO:teuthology.orchestra.run.smithi017.stdout: 5 152362 3.70 MB/sec execute 422 sec latency 46.203 ms 2024-09-11T07:27:44.654 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:27:44.654 INFO:teuthology.orchestra.run.smithi017.stdout: "mon": { 2024-09-11T07:27:44.654 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:27:44.654 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:27:44.654 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr": { 2024-09-11T07:27:44.654 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:27:44.654 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:27:44.654 INFO:teuthology.orchestra.run.smithi017.stdout: "osd": { 2024-09-11T07:27:44.654 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-11T07:27:44.654 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:27:44.654 INFO:teuthology.orchestra.run.smithi017.stdout: "mds": { 2024-09-11T07:27:44.655 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-11T07:27:44.655 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:27:44.655 INFO:teuthology.orchestra.run.smithi017.stdout: "overall": { 2024-09-11T07:27:44.655 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 10, 2024-09-11T07:27:44.655 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 4 2024-09-11T07:27:44.655 INFO:teuthology.orchestra.run.smithi017.stdout: } 2024-09-11T07:27:44.655 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:27:45.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:44 smithi045 ceph-mon[48800]: from='client.34152 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:27:45.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:44 smithi045 ceph-mon[48800]: Reconfiguring osd.2 (monmap changed)... 2024-09-11T07:27:45.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:44 smithi045 ceph-mon[48800]: Reconfiguring daemon osd.2 on smithi017 2024-09-11T07:27:45.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:44 smithi045 ceph-mon[48800]: from='client.44105 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:27:45.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:44 smithi045 ceph-mon[48800]: from='client.? 172.21.15.17:0/3455506086' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:27:45.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:44 smithi017 ceph-mon[63383]: from='client.34152 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:27:45.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:44 smithi017 ceph-mon[63383]: Reconfiguring osd.2 (monmap changed)... 2024-09-11T07:27:45.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:44 smithi017 ceph-mon[63383]: Reconfiguring daemon osd.2 on smithi017 2024-09-11T07:27:45.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:44 smithi017 ceph-mon[63383]: from='client.44105 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:27:45.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:44 smithi017 ceph-mon[63383]: from='client.? 172.21.15.17:0/3455506086' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:27:45.062 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:27:45.062 INFO:teuthology.orchestra.run.smithi017.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T07:27:45.062 INFO:teuthology.orchestra.run.smithi017.stdout: "in_progress": true, 2024-09-11T07:27:45.062 INFO:teuthology.orchestra.run.smithi017.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-11T07:27:45.062 INFO:teuthology.orchestra.run.smithi017.stdout: "services_complete": [ 2024-09-11T07:27:45.062 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr", 2024-09-11T07:27:45.062 INFO:teuthology.orchestra.run.smithi017.stdout: "mon" 2024-09-11T07:27:45.062 INFO:teuthology.orchestra.run.smithi017.stdout: ], 2024-09-11T07:27:45.063 INFO:teuthology.orchestra.run.smithi017.stdout: "progress": "4/23 daemons upgraded", 2024-09-11T07:27:45.063 INFO:teuthology.orchestra.run.smithi017.stdout: "message": "Currently upgrading mon daemons", 2024-09-11T07:27:45.063 INFO:teuthology.orchestra.run.smithi017.stdout: "is_paused": false 2024-09-11T07:27:45.063 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:27:45.560 INFO:teuthology.orchestra.run.smithi017.stdout: 5 152698 3.72 MB/sec execute 423 sec latency 36.160 ms 2024-09-11T07:27:45.990 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:45 smithi017 ceph-mon[63383]: from='client.44109 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:27:45.990 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:45 smithi017 ceph-mon[63383]: pgmap v29: 129 pgs: 129 active+clean; 340 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 9.1 MiB/s wr, 881 op/s 2024-09-11T07:27:45.990 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:45 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:45.990 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:45 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:45.990 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:45 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-11T07:27:45.990 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:45 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:27:46.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:45 smithi045 ceph-mon[48800]: from='client.44109 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:27:46.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:45 smithi045 ceph-mon[48800]: pgmap v29: 129 pgs: 129 active+clean; 340 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 9.1 MiB/s wr, 881 op/s 2024-09-11T07:27:46.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:45 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:46.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:45 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:46.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:45 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-11T07:27:46.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:45 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:27:46.560 INFO:teuthology.orchestra.run.smithi017.stdout: 5 153213 3.75 MB/sec execute 424 sec latency 41.080 ms 2024-09-11T07:27:47.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:46 smithi045 ceph-mon[48800]: from='client.34168 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:27:47.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:46 smithi045 ceph-mon[48800]: Reconfiguring osd.3 (monmap changed)... 2024-09-11T07:27:47.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:46 smithi045 ceph-mon[48800]: Reconfiguring daemon osd.3 on smithi017 2024-09-11T07:27:47.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:46 smithi017 ceph-mon[63383]: from='client.34168 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:27:47.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:46 smithi017 ceph-mon[63383]: Reconfiguring osd.3 (monmap changed)... 2024-09-11T07:27:47.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:46 smithi017 ceph-mon[63383]: Reconfiguring daemon osd.3 on smithi017 2024-09-11T07:27:47.560 INFO:teuthology.orchestra.run.smithi017.stdout: 5 153726 3.77 MB/sec execute 425 sec latency 37.689 ms 2024-09-11T07:27:48.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:47 smithi017 ceph-mon[63383]: pgmap v30: 129 pgs: 129 active+clean; 340 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 9.1 MiB/s wr, 881 op/s 2024-09-11T07:27:48.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:47 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:48.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:47 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:48.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:47 smithi017 ceph-mon[63383]: Reconfiguring mds.foofs.smithi017.utzzzp (monmap changed)... 2024-09-11T07:27:48.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:47 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi017.utzzzp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-11T07:27:48.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:47 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:27:48.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:47 smithi017 ceph-mon[63383]: Reconfiguring daemon mds.foofs.smithi017.utzzzp on smithi017 2024-09-11T07:27:48.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:47 smithi045 ceph-mon[48800]: pgmap v30: 129 pgs: 129 active+clean; 340 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 9.1 MiB/s wr, 881 op/s 2024-09-11T07:27:48.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:47 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:48.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:47 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:48.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:47 smithi045 ceph-mon[48800]: Reconfiguring mds.foofs.smithi017.utzzzp (monmap changed)... 2024-09-11T07:27:48.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:47 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi017.utzzzp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-11T07:27:48.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:47 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:27:48.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:47 smithi045 ceph-mon[48800]: Reconfiguring daemon mds.foofs.smithi017.utzzzp on smithi017 2024-09-11T07:27:48.560 INFO:teuthology.orchestra.run.smithi017.stdout: 5 154264 3.79 MB/sec execute 426 sec latency 38.026 ms 2024-09-11T07:27:49.560 INFO:teuthology.orchestra.run.smithi017.stdout: 5 154773 3.81 MB/sec execute 427 sec latency 40.457 ms 2024-09-11T07:27:50.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:49 smithi045 ceph-mon[48800]: pgmap v31: 129 pgs: 129 active+clean; 344 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 16 KiB/s rd, 12 MiB/s wr, 1.17k op/s 2024-09-11T07:27:50.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:49 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:50.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:49 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:50.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:49 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi045", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-11T07:27:50.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:49 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:27:50.050 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:49 smithi017 ceph-mon[63383]: pgmap v31: 129 pgs: 129 active+clean; 344 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 16 KiB/s rd, 12 MiB/s wr, 1.17k op/s 2024-09-11T07:27:50.050 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:49 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:50.050 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:49 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:50.050 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:49 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi045", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-11T07:27:50.050 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:49 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:27:50.560 INFO:teuthology.orchestra.run.smithi017.stdout: 5 155385 3.84 MB/sec execute 428 sec latency 48.647 ms 2024-09-11T07:27:51.285 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:50 smithi045 ceph-mon[48800]: Reconfiguring crash.smithi045 (monmap changed)... 2024-09-11T07:27:51.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:50 smithi045 ceph-mon[48800]: Reconfiguring daemon crash.smithi045 on smithi045 2024-09-11T07:27:51.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:50 smithi017 ceph-mon[63383]: Reconfiguring crash.smithi045 (monmap changed)... 2024-09-11T07:27:51.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:50 smithi017 ceph-mon[63383]: Reconfiguring daemon crash.smithi045 on smithi045 2024-09-11T07:27:51.560 INFO:teuthology.orchestra.run.smithi017.stdout: 5 155983 3.87 MB/sec execute 429 sec latency 33.582 ms 2024-09-11T07:27:52.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:51 smithi045 ceph-mon[48800]: pgmap v32: 129 pgs: 129 active+clean; 344 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 7.2 MiB/s wr, 687 op/s 2024-09-11T07:27:52.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:51 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:52.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:51 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:52.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:51 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi045.wavrrv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:27:52.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:51 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:27:52.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:51 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:27:52.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:51 smithi017 ceph-mon[63383]: pgmap v32: 129 pgs: 129 active+clean; 344 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 7.2 MiB/s wr, 687 op/s 2024-09-11T07:27:52.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:51 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:52.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:51 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:52.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:51 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi045.wavrrv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-11T07:27:52.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:51 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-11T07:27:52.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:51 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:27:52.560 INFO:teuthology.orchestra.run.smithi017.stdout: 5 156495 3.90 MB/sec execute 430 sec latency 36.420 ms 2024-09-11T07:27:53.147 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:52 smithi045 ceph-mon[48800]: Reconfiguring mgr.smithi045.wavrrv (monmap changed)... 2024-09-11T07:27:53.147 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:52 smithi045 ceph-mon[48800]: Reconfiguring daemon mgr.smithi045.wavrrv on smithi045 2024-09-11T07:27:53.147 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:52 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:53.147 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:52 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:53.147 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:52 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:27:53.147 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:52 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:27:53.147 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:52 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:27:53.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:52 smithi017 ceph-mon[63383]: Reconfiguring mgr.smithi045.wavrrv (monmap changed)... 2024-09-11T07:27:53.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:52 smithi017 ceph-mon[63383]: Reconfiguring daemon mgr.smithi045.wavrrv on smithi045 2024-09-11T07:27:53.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:52 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:53.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:52 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:53.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:52 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-11T07:27:53.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:52 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-11T07:27:53.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:52 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:27:53.560 INFO:teuthology.orchestra.run.smithi017.stdout: 5 156897 3.92 MB/sec execute 431 sec latency 34.826 ms 2024-09-11T07:27:54.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:53 smithi045 ceph-mon[48800]: Reconfiguring mon.smithi045 (monmap changed)... 2024-09-11T07:27:54.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:53 smithi045 ceph-mon[48800]: Reconfiguring daemon mon.smithi045 on smithi045 2024-09-11T07:27:54.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:53 smithi045 ceph-mon[48800]: pgmap v33: 129 pgs: 129 active+clean; 337 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 1.03k op/s 2024-09-11T07:27:54.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:53 smithi017 ceph-mon[63383]: Reconfiguring mon.smithi045 (monmap changed)... 2024-09-11T07:27:54.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:53 smithi017 ceph-mon[63383]: Reconfiguring daemon mon.smithi045 on smithi045 2024-09-11T07:27:54.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:53 smithi017 ceph-mon[63383]: pgmap v33: 129 pgs: 129 active+clean; 337 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 1.03k op/s 2024-09-11T07:27:54.560 INFO:teuthology.orchestra.run.smithi017.stdout: 5 157185 3.93 MB/sec execute 432 sec latency 64.020 ms 2024-09-11T07:27:55.560 INFO:teuthology.orchestra.run.smithi017.stdout: 5 157777 3.95 MB/sec execute 433 sec latency 87.407 ms 2024-09-11T07:27:56.024 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:55 smithi045 ceph-mon[48800]: pgmap v34: 129 pgs: 129 active+clean; 337 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.4 MiB/s wr, 631 op/s 2024-09-11T07:27:56.024 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:55 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:56.024 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:55 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:56.024 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:55 smithi045 ceph-mon[48800]: Reconfiguring osd.4 (monmap changed)... 2024-09-11T07:27:56.024 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:55 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-11T07:27:56.024 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:55 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:27:56.024 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:55 smithi045 ceph-mon[48800]: Reconfiguring daemon osd.4 on smithi045 2024-09-11T07:27:56.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:55 smithi017 ceph-mon[63383]: pgmap v34: 129 pgs: 129 active+clean; 337 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.4 MiB/s wr, 631 op/s 2024-09-11T07:27:56.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:55 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:56.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:55 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:56.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:55 smithi017 ceph-mon[63383]: Reconfiguring osd.4 (monmap changed)... 2024-09-11T07:27:56.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:55 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-11T07:27:56.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:55 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:27:56.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:55 smithi017 ceph-mon[63383]: Reconfiguring daemon osd.4 on smithi045 2024-09-11T07:27:56.560 INFO:teuthology.orchestra.run.smithi017.stdout: 5 158436 3.97 MB/sec execute 434 sec latency 89.358 ms 2024-09-11T07:27:57.027 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:56 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:27:57.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:56 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:27:57.560 INFO:teuthology.orchestra.run.smithi017.stdout: 5 159150 4.00 MB/sec execute 435 sec latency 39.457 ms 2024-09-11T07:27:57.886 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:57 smithi045 ceph-mon[48800]: pgmap v35: 129 pgs: 129 active+clean; 337 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.4 MiB/s wr, 631 op/s 2024-09-11T07:27:57.887 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:57 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:57.887 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:57 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:57.887 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:57 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T07:27:57.887 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:57 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:27:58.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:57 smithi017 ceph-mon[63383]: pgmap v35: 129 pgs: 129 active+clean; 337 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.4 MiB/s wr, 631 op/s 2024-09-11T07:27:58.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:57 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:58.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:57 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:27:58.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:57 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T07:27:58.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:57 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:27:58.560 INFO:teuthology.orchestra.run.smithi017.stdout: 5 159747 4.05 MB/sec execute 436 sec latency 31.697 ms 2024-09-11T07:27:58.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:58 smithi017 ceph-mon[63383]: Reconfiguring osd.5 (monmap changed)... 2024-09-11T07:27:58.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:58 smithi017 ceph-mon[63383]: Reconfiguring daemon osd.5 on smithi045 2024-09-11T07:27:59.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:58 smithi045 ceph-mon[48800]: Reconfiguring osd.5 (monmap changed)... 2024-09-11T07:27:59.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:58 smithi045 ceph-mon[48800]: Reconfiguring daemon osd.5 on smithi045 2024-09-11T07:27:59.560 INFO:teuthology.orchestra.run.smithi017.stdout: 5 160315 4.07 MB/sec execute 437 sec latency 28.922 ms 2024-09-11T07:28:00.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:59 smithi045 ceph-mon[48800]: pgmap v36: 129 pgs: 129 active+clean; 337 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 9.5 MiB/s wr, 960 op/s 2024-09-11T07:28:00.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:59 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:00.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:59 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:00.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:59 smithi045 ceph-mon[48800]: Reconfiguring osd.6 (monmap changed)... 2024-09-11T07:28:00.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:59 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-11T07:28:00.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:59 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:28:00.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:27:59 smithi045 ceph-mon[48800]: Reconfiguring daemon osd.6 on smithi045 2024-09-11T07:28:00.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:59 smithi017 ceph-mon[63383]: pgmap v36: 129 pgs: 129 active+clean; 337 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 9.5 MiB/s wr, 960 op/s 2024-09-11T07:28:00.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:59 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:00.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:59 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:00.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:59 smithi017 ceph-mon[63383]: Reconfiguring osd.6 (monmap changed)... 2024-09-11T07:28:00.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:59 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-11T07:28:00.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:59 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:28:00.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:27:59 smithi017 ceph-mon[63383]: Reconfiguring daemon osd.6 on smithi045 2024-09-11T07:28:00.561 INFO:teuthology.orchestra.run.smithi017.stdout: 5 160725 4.09 MB/sec execute 438 sec latency 40.632 ms 2024-09-11T07:28:01.561 INFO:teuthology.orchestra.run.smithi017.stdout: 5 161340 4.12 MB/sec execute 439 sec latency 49.005 ms 2024-09-11T07:28:01.713 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:01 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:01.713 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:01 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:01.713 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:01 smithi045 ceph-mon[48800]: Reconfiguring osd.7 (monmap changed)... 2024-09-11T07:28:01.713 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:01 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-11T07:28:01.713 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:01 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:28:01.713 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:01 smithi045 ceph-mon[48800]: Reconfiguring daemon osd.7 on smithi045 2024-09-11T07:28:01.714 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:01 smithi045 ceph-mon[48800]: pgmap v37: 129 pgs: 129 active+clean; 337 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.4 MiB/s wr, 668 op/s 2024-09-11T07:28:01.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:01 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:01.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:01 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:01.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:01 smithi017 ceph-mon[63383]: Reconfiguring osd.7 (monmap changed)... 2024-09-11T07:28:01.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:01 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-11T07:28:01.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:01 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:28:01.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:01 smithi017 ceph-mon[63383]: Reconfiguring daemon osd.7 on smithi045 2024-09-11T07:28:01.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:01 smithi017 ceph-mon[63383]: pgmap v37: 129 pgs: 129 active+clean; 337 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.4 MiB/s wr, 668 op/s 2024-09-11T07:28:02.561 INFO:teuthology.orchestra.run.smithi017.stdout: 5 161949 4.13 MB/sec execute 440 sec latency 60.438 ms 2024-09-11T07:28:03.561 INFO:teuthology.orchestra.run.smithi017.stdout: 5 162519 4.16 MB/sec execute 441 sec latency 35.208 ms 2024-09-11T07:28:03.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:03 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:03.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:03 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:03.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:03 smithi045 ceph-mon[48800]: Reconfiguring mds.foofs.smithi045.gxtxww (monmap changed)... 2024-09-11T07:28:03.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:03 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi045.gxtxww", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-11T07:28:03.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:03 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:28:03.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:03 smithi045 ceph-mon[48800]: Reconfiguring daemon mds.foofs.smithi045.gxtxww on smithi045 2024-09-11T07:28:03.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:03 smithi045 ceph-mon[48800]: pgmap v38: 129 pgs: 129 active+clean; 333 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 15 KiB/s rd, 10 MiB/s wr, 1.02k op/s 2024-09-11T07:28:03.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:03 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:03.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:03 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:03.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:03 smithi017 ceph-mon[63383]: Reconfiguring mds.foofs.smithi045.gxtxww (monmap changed)... 2024-09-11T07:28:03.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:03 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi045.gxtxww", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-11T07:28:03.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:03 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:28:03.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:03 smithi017 ceph-mon[63383]: Reconfiguring daemon mds.foofs.smithi045.gxtxww on smithi045 2024-09-11T07:28:03.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:03 smithi017 ceph-mon[63383]: pgmap v38: 129 pgs: 129 active+clean; 333 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 15 KiB/s rd, 10 MiB/s wr, 1.02k op/s 2024-09-11T07:28:04.561 INFO:teuthology.orchestra.run.smithi017.stdout: 5 162977 4.18 MB/sec execute 442 sec latency 53.991 ms 2024-09-11T07:28:05.218 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:04 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:05.218 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:04 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:05.218 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:04 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:28:05.218 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:04 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:28:05.218 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:04 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:28:05.218 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:04 smithi017 ceph-mon[63383]: Upgrade: Setting container_image for all mon 2024-09-11T07:28:05.219 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:04 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:05.219 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:04 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi017"}]: dispatch 2024-09-11T07:28:05.219 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:04 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi017"}]': finished 2024-09-11T07:28:05.219 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:04 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi045"}]: dispatch 2024-09-11T07:28:05.219 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:04 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi045"}]': finished 2024-09-11T07:28:05.219 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:04 smithi017 ceph-mon[63383]: pgmap v39: 129 pgs: 129 active+clean; 333 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.7 MiB/s wr, 677 op/s 2024-09-11T07:28:05.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:04 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:05.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:04 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:05.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:04 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:28:05.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:04 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:28:05.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:04 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:28:05.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:04 smithi045 ceph-mon[48800]: Upgrade: Setting container_image for all mon 2024-09-11T07:28:05.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:04 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:05.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:04 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi017"}]: dispatch 2024-09-11T07:28:05.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:04 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi017"}]': finished 2024-09-11T07:28:05.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:04 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi045"}]: dispatch 2024-09-11T07:28:05.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:04 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi045"}]': finished 2024-09-11T07:28:05.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:04 smithi045 ceph-mon[48800]: pgmap v39: 129 pgs: 129 active+clean; 333 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.7 MiB/s wr, 677 op/s 2024-09-11T07:28:05.561 INFO:teuthology.orchestra.run.smithi017.stdout: 5 163586 4.22 MB/sec execute 443 sec latency 44.713 ms 2024-09-11T07:28:06.561 INFO:teuthology.orchestra.run.smithi017.stdout: 5 164219 4.25 MB/sec execute 444 sec latency 28.575 ms 2024-09-11T07:28:07.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:07 smithi045 ceph-mon[48800]: Upgrade: Updating crash.smithi017 (1/2) 2024-09-11T07:28:07.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:07 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:07.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:07 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi017", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-11T07:28:07.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:07 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:28:07.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:07 smithi045 ceph-mon[48800]: Deploying daemon crash.smithi017 on smithi017 2024-09-11T07:28:07.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:07 smithi045 ceph-mon[48800]: pgmap v40: 129 pgs: 129 active+clean; 333 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.7 MiB/s wr, 677 op/s 2024-09-11T07:28:07.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:07 smithi017 ceph-mon[63383]: Upgrade: Updating crash.smithi017 (1/2) 2024-09-11T07:28:07.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:07 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:07.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:07 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi017", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-11T07:28:07.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:07 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:28:07.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:07 smithi017 ceph-mon[63383]: Deploying daemon crash.smithi017 on smithi017 2024-09-11T07:28:07.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:07 smithi017 ceph-mon[63383]: pgmap v40: 129 pgs: 129 active+clean; 333 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.7 MiB/s wr, 677 op/s 2024-09-11T07:28:07.561 INFO:teuthology.orchestra.run.smithi017.stdout: 5 164847 4.28 MB/sec execute 445 sec latency 36.579 ms 2024-09-11T07:28:08.561 INFO:teuthology.orchestra.run.smithi017.stdout: 5 165449 4.29 MB/sec execute 446 sec latency 41.691 ms 2024-09-11T07:28:09.561 INFO:teuthology.orchestra.run.smithi017.stdout: 5 166065 4.32 MB/sec execute 447 sec latency 49.270 ms 2024-09-11T07:28:09.916 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:09 smithi017 ceph-mon[63383]: pgmap v41: 129 pgs: 129 active+clean; 338 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 10 MiB/s wr, 1.02k op/s 2024-09-11T07:28:10.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:09 smithi045 ceph-mon[48800]: pgmap v41: 129 pgs: 129 active+clean; 338 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 10 MiB/s wr, 1.02k op/s 2024-09-11T07:28:10.561 INFO:teuthology.orchestra.run.smithi017.stdout: 5 166561 4.34 MB/sec execute 448 sec latency 35.758 ms 2024-09-11T07:28:11.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:11 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:11.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:11 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:11.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:11 smithi045 ceph-mon[48800]: pgmap v42: 129 pgs: 129 active+clean; 338 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 9.4 KiB/s rd, 7.2 MiB/s wr, 696 op/s 2024-09-11T07:28:11.561 INFO:teuthology.orchestra.run.smithi017.stdout: 5 167074 4.37 MB/sec execute 449 sec latency 28.440 ms 2024-09-11T07:28:11.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:11 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:11.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:11 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:11.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:11 smithi017 ceph-mon[63383]: pgmap v42: 129 pgs: 129 active+clean; 338 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 9.4 KiB/s rd, 7.2 MiB/s wr, 696 op/s 2024-09-11T07:28:12.561 INFO:teuthology.orchestra.run.smithi017.stdout: 5 167496 4.39 MB/sec execute 450 sec latency 39.573 ms 2024-09-11T07:28:12.736 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:12 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:28:12.737 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:12 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:12.737 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:12 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi045", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-11T07:28:12.737 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:12 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:28:12.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:12 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:28:12.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:12 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:12.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:12 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi045", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-11T07:28:12.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:12 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:28:13.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:13 smithi045 ceph-mon[48800]: Upgrade: Updating crash.smithi045 (2/2) 2024-09-11T07:28:13.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:13 smithi045 ceph-mon[48800]: Deploying daemon crash.smithi045 on smithi045 2024-09-11T07:28:13.518 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:13 smithi045 ceph-mon[48800]: pgmap v43: 129 pgs: 129 active+clean; 341 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 10 MiB/s wr, 1.02k op/s 2024-09-11T07:28:13.561 INFO:teuthology.orchestra.run.smithi017.stdout: 5 167799 4.40 MB/sec execute 451 sec latency 35.258 ms 2024-09-11T07:28:13.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:13 smithi017 ceph-mon[63383]: Upgrade: Updating crash.smithi045 (2/2) 2024-09-11T07:28:13.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:13 smithi017 ceph-mon[63383]: Deploying daemon crash.smithi045 on smithi045 2024-09-11T07:28:13.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:13 smithi017 ceph-mon[63383]: pgmap v43: 129 pgs: 129 active+clean; 341 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 10 MiB/s wr, 1.02k op/s 2024-09-11T07:28:14.561 INFO:teuthology.orchestra.run.smithi017.stdout: 5 168043 4.40 MB/sec execute 452 sec latency 57.325 ms 2024-09-11T07:28:15.437 INFO:teuthology.orchestra.run.smithi017.stdout:true 2024-09-11T07:28:15.561 INFO:teuthology.orchestra.run.smithi017.stdout: 5 168352 4.41 MB/sec execute 453 sec latency 75.312 ms 2024-09-11T07:28:15.888 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:15 smithi045 ceph-mon[48800]: pgmap v44: 129 pgs: 129 active+clean; 341 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.9 MiB/s wr, 670 op/s 2024-09-11T07:28:16.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:15 smithi017 ceph-mon[63383]: pgmap v44: 129 pgs: 129 active+clean; 341 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.9 MiB/s wr, 670 op/s 2024-09-11T07:28:16.186 INFO:teuthology.orchestra.run.smithi017.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T07:28:16.186 INFO:teuthology.orchestra.run.smithi017.stdout:alertmanager.smithi017 smithi017 *:9093,9094 running (13m) 71s ago 15m 19.1M - 0.20.0 0881eb8f169f 8ff211b4e457 2024-09-11T07:28:16.186 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi017 smithi017 starting - - - - 2024-09-11T07:28:16.187 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi045 smithi045 starting - - - - 2024-09-11T07:28:16.187 INFO:teuthology.orchestra.run.smithi017.stdout:grafana.smithi017 smithi017 *:3000 running (13m) 71s ago 15m 35.0M - 6.7.4 557c83e11646 24bbf4d58b8c 2024-09-11T07:28:16.187 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi017.utzzzp smithi017 running (9m) 71s ago 9m 14.4M - 16.2.4 8d91d370c2b8 711da931e1f1 2024-09-11T07:28:16.187 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi045.gxtxww smithi045 running (9m) 51s ago 9m 41.9M - 16.2.4 8d91d370c2b8 8de08b53c390 2024-09-11T07:28:16.187 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi017.qgiuqa smithi017 *:8443,9283 running (4m) 71s ago 16m 420M - 17.2.7-1623-gd0e6828a 4a918172a497 1a5c10d7a16e 2024-09-11T07:28:16.187 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi045.wavrrv smithi045 *:8443,9283 running (107s) 51s ago 14m 398M - 17.2.7-1623-gd0e6828a 4a918172a497 79559b699e04 2024-09-11T07:28:16.187 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi017 smithi017 running (87s) 71s ago 16m 37.2M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 93477c9f0204 2024-09-11T07:28:16.187 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi045 smithi045 running (58s) 51s ago 14m 46.3M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 ef66edbefbdf 2024-09-11T07:28:16.187 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.0.0.smithi017.yhlpto smithi017 *:2049 running (7m) 71s ago 7m 141M - 3.5 8d91d370c2b8 4d43393feaee 2024-09-11T07:28:16.187 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.1.0.smithi045.sirexv smithi045 *:2049 running (7m) 51s ago 7m 87.5M - 3.5 8d91d370c2b8 0795be2c25de 2024-09-11T07:28:16.187 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi017 smithi017 *:9100 running (15m) 71s ago 15m 17.0M - 0.18.1 e5a616e4b9cf 3ae9bdfa57df 2024-09-11T07:28:16.187 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi045 smithi045 *:9100 running (14m) 51s ago 14m 17.0M - 0.18.1 e5a616e4b9cf 517c959affda 2024-09-11T07:28:16.187 INFO:teuthology.orchestra.run.smithi017.stdout:osd.0 smithi017 running (13m) 71s ago 13m 475M 4096M 16.2.4 8d91d370c2b8 432bd5329ca6 2024-09-11T07:28:16.187 INFO:teuthology.orchestra.run.smithi017.stdout:osd.1 smithi017 running (13m) 71s ago 13m 422M 4096M 16.2.4 8d91d370c2b8 b9bde4672d10 2024-09-11T07:28:16.187 INFO:teuthology.orchestra.run.smithi017.stdout:osd.2 smithi017 running (13m) 71s ago 13m 288M 4096M 16.2.4 8d91d370c2b8 a42eeb5fcae7 2024-09-11T07:28:16.188 INFO:teuthology.orchestra.run.smithi017.stdout:osd.3 smithi017 running (12m) 71s ago 12m 443M 4096M 16.2.4 8d91d370c2b8 59fc76e234d1 2024-09-11T07:28:16.188 INFO:teuthology.orchestra.run.smithi017.stdout:osd.4 smithi045 running (12m) 51s ago 12m 508M 4096M 16.2.4 8d91d370c2b8 3dc1e394cdfa 2024-09-11T07:28:16.188 INFO:teuthology.orchestra.run.smithi017.stdout:osd.5 smithi045 running (12m) 51s ago 12m 538M 4096M 16.2.4 8d91d370c2b8 ec6745fcdd10 2024-09-11T07:28:16.188 INFO:teuthology.orchestra.run.smithi017.stdout:osd.6 smithi045 running (11m) 51s ago 11m 455M 4096M 16.2.4 8d91d370c2b8 788633f8efc6 2024-09-11T07:28:16.188 INFO:teuthology.orchestra.run.smithi017.stdout:osd.7 smithi045 running (11m) 51s ago 11m 374M 4096M 16.2.4 8d91d370c2b8 162523c68393 2024-09-11T07:28:16.188 INFO:teuthology.orchestra.run.smithi017.stdout:prometheus.smithi017 smithi017 *:9095 error 71s ago 14m 46.1M - 2.18.1 de242295e225 5d1f02a1080f 2024-09-11T07:28:16.561 INFO:teuthology.orchestra.run.smithi017.stdout: 5 168576 4.41 MB/sec execute 454 sec latency 65.455 ms 2024-09-11T07:28:16.650 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:28:16.650 INFO:teuthology.orchestra.run.smithi017.stdout: "mon": { 2024-09-11T07:28:16.650 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:28:16.651 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:28:16.651 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr": { 2024-09-11T07:28:16.651 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:28:16.651 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:28:16.651 INFO:teuthology.orchestra.run.smithi017.stdout: "osd": { 2024-09-11T07:28:16.651 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8 2024-09-11T07:28:16.651 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:28:16.651 INFO:teuthology.orchestra.run.smithi017.stdout: "mds": { 2024-09-11T07:28:16.651 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-11T07:28:16.651 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:28:16.651 INFO:teuthology.orchestra.run.smithi017.stdout: "overall": { 2024-09-11T07:28:16.651 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 10, 2024-09-11T07:28:16.651 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 4 2024-09-11T07:28:16.651 INFO:teuthology.orchestra.run.smithi017.stdout: } 2024-09-11T07:28:16.652 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:28:16.903 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:16 smithi017 ceph-mon[63383]: from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:28:16.904 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:16 smithi017 ceph-mon[63383]: from='client.34176 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:28:16.904 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:16 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:16.904 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:16 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:16.904 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:16 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:28:16.904 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:16 smithi017 ceph-mon[63383]: from='client.? 172.21.15.17:0/3236196960' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:28:17.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:16 smithi045 ceph-mon[48800]: from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:28:17.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:16 smithi045 ceph-mon[48800]: from='client.34176 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:28:17.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:16 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:17.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:16 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:17.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:16 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:28:17.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:16 smithi045 ceph-mon[48800]: from='client.? 172.21.15.17:0/3236196960' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:28:17.056 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:28:17.056 INFO:teuthology.orchestra.run.smithi017.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T07:28:17.056 INFO:teuthology.orchestra.run.smithi017.stdout: "in_progress": true, 2024-09-11T07:28:17.056 INFO:teuthology.orchestra.run.smithi017.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-11T07:28:17.056 INFO:teuthology.orchestra.run.smithi017.stdout: "services_complete": [ 2024-09-11T07:28:17.056 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr", 2024-09-11T07:28:17.056 INFO:teuthology.orchestra.run.smithi017.stdout: "mon" 2024-09-11T07:28:17.056 INFO:teuthology.orchestra.run.smithi017.stdout: ], 2024-09-11T07:28:17.056 INFO:teuthology.orchestra.run.smithi017.stdout: "progress": "4/23 daemons upgraded", 2024-09-11T07:28:17.056 INFO:teuthology.orchestra.run.smithi017.stdout: "message": "Currently upgrading crash daemons", 2024-09-11T07:28:17.056 INFO:teuthology.orchestra.run.smithi017.stdout: "is_paused": false 2024-09-11T07:28:17.057 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:28:17.561 INFO:teuthology.orchestra.run.smithi017.stdout: 5 168990 4.42 MB/sec execute 455 sec latency 113.268 ms 2024-09-11T07:28:17.979 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:17 smithi017 ceph-mon[63383]: from='client.34180 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:28:17.979 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:17 smithi017 ceph-mon[63383]: pgmap v45: 129 pgs: 129 active+clean; 341 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.9 MiB/s wr, 670 op/s 2024-09-11T07:28:18.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:17 smithi045 ceph-mon[48800]: from='client.34180 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:28:18.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:17 smithi045 ceph-mon[48800]: pgmap v45: 129 pgs: 129 active+clean; 341 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.9 MiB/s wr, 670 op/s 2024-09-11T07:28:18.561 INFO:teuthology.orchestra.run.smithi017.stdout: 5 169538 4.44 MB/sec execute 456 sec latency 40.978 ms 2024-09-11T07:28:18.832 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:18 smithi045 ceph-mon[48800]: from='client.34188 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:28:18.897 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:18 smithi017 ceph-mon[63383]: from='client.34188 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:28:19.561 INFO:teuthology.orchestra.run.smithi017.stdout: 5 170009 4.45 MB/sec execute 457 sec latency 50.566 ms 2024-09-11T07:28:19.964 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:19 smithi017 ceph-mon[63383]: pgmap v46: 129 pgs: 129 active+clean; 336 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 8.7 MiB/s wr, 872 op/s 2024-09-11T07:28:20.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:19 smithi045 ceph-mon[48800]: pgmap v46: 129 pgs: 129 active+clean; 336 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 8.7 MiB/s wr, 872 op/s 2024-09-11T07:28:20.561 INFO:teuthology.orchestra.run.smithi017.stdout: 5 170885 4.51 MB/sec execute 458 sec latency 15.862 ms 2024-09-11T07:28:21.561 INFO:teuthology.orchestra.run.smithi017.stdout: 5 171430 4.53 MB/sec execute 459 sec latency 22.809 ms 2024-09-11T07:28:22.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:21 smithi045 ceph-mon[48800]: pgmap v47: 129 pgs: 129 active+clean; 336 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.1 MiB/s wr, 524 op/s 2024-09-11T07:28:22.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:21 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:22.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:21 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:22.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:21 smithi017 ceph-mon[63383]: pgmap v47: 129 pgs: 129 active+clean; 336 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.1 MiB/s wr, 524 op/s 2024-09-11T07:28:22.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:21 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:22.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:21 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:22.561 INFO:teuthology.orchestra.run.smithi017.stdout: 5 171873 4.55 MB/sec execute 460 sec latency 51.518 ms 2024-09-11T07:28:23.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:23 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:23.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:23 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:23.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:23 smithi045 ceph-mon[48800]: pgmap v48: 129 pgs: 129 active+clean; 339 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 8.7 MiB/s wr, 871 op/s 2024-09-11T07:28:23.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:23 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:23.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:23 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:23.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:23 smithi017 ceph-mon[63383]: pgmap v48: 129 pgs: 129 active+clean; 339 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 8.7 MiB/s wr, 871 op/s 2024-09-11T07:28:23.561 INFO:teuthology.orchestra.run.smithi017.stdout: 5 172298 4.55 MB/sec execute 461 sec latency 63.244 ms 2024-09-11T07:28:24.562 INFO:teuthology.orchestra.run.smithi017.stdout: 5 172628 4.56 MB/sec execute 462 sec latency 58.755 ms 2024-09-11T07:28:25.518 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:25 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:25.519 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:25 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:25.519 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:25 smithi017 ceph-mon[63383]: pgmap v49: 129 pgs: 129 active+clean; 339 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.5 MiB/s wr, 548 op/s 2024-09-11T07:28:25.519 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:25 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:25.519 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:25 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:25.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:25 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:25.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:25 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:25.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:25 smithi045 ceph-mon[48800]: pgmap v49: 129 pgs: 129 active+clean; 339 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.5 MiB/s wr, 548 op/s 2024-09-11T07:28:25.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:25 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:25.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:25 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:25.561 INFO:teuthology.orchestra.run.smithi017.stdout: 5 173080 4.58 MB/sec execute 463 sec latency 44.617 ms 2024-09-11T07:28:26.562 INFO:teuthology.orchestra.run.smithi017.stdout: 5 173445 4.58 MB/sec execute 464 sec latency 92.782 ms 2024-09-11T07:28:26.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:26 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:28:26.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:26 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:28:27.561 INFO:teuthology.orchestra.run.smithi017.stdout: 5 173835 4.61 MB/sec execute 465 sec latency 38.969 ms 2024-09-11T07:28:27.681 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:27 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:27.682 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:27 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:27.682 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:27 smithi017 ceph-mon[63383]: pgmap v50: 129 pgs: 129 active+clean; 339 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.5 MiB/s wr, 548 op/s 2024-09-11T07:28:27.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:27 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:27.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:27 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:27.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:27 smithi045 ceph-mon[48800]: pgmap v50: 129 pgs: 129 active+clean; 339 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.5 MiB/s wr, 548 op/s 2024-09-11T07:28:28.562 INFO:teuthology.orchestra.run.smithi017.stdout: 5 174222 4.62 MB/sec execute 466 sec latency 55.919 ms 2024-09-11T07:28:29.565 INFO:teuthology.orchestra.run.smithi017.stdout: 5 174578 4.63 MB/sec execute 467 sec latency 44.247 ms 2024-09-11T07:28:29.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:29 smithi045 ceph-mon[48800]: mgrmap e47: smithi017.qgiuqa(active, since 92s), standbys: smithi045.wavrrv 2024-09-11T07:28:29.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:29 smithi045 ceph-mon[48800]: pgmap v51: 129 pgs: 129 active+clean; 332 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 7.7 MiB/s wr, 790 op/s 2024-09-11T07:28:29.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:29 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:29.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:29 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:29.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:29 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:28:29.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:29 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:28:29.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:29 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:29.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:29 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:29.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:29 smithi017 ceph-mon[63383]: mgrmap e47: smithi017.qgiuqa(active, since 92s), standbys: smithi045.wavrrv 2024-09-11T07:28:29.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:29 smithi017 ceph-mon[63383]: pgmap v51: 129 pgs: 129 active+clean; 332 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 7.7 MiB/s wr, 790 op/s 2024-09-11T07:28:29.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:29 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:29.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:29 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:29.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:29 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:28:29.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:29 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:28:29.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:29 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:29.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:29 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:30.562 INFO:teuthology.orchestra.run.smithi017.stdout: 5 174907 4.65 MB/sec execute 468 sec latency 35.732 ms 2024-09-11T07:28:30.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:30 smithi045 ceph-mon[48800]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:28:30.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:30 smithi045 ceph-mon[48800]: pgmap v52: 129 pgs: 129 active+clean; 332 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 6.7 MiB/s wr, 671 op/s 2024-09-11T07:28:30.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:30 smithi045 ceph-mon[48800]: pgmap v53: 129 pgs: 129 active+clean; 332 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 8.3 MiB/s wr, 828 op/s 2024-09-11T07:28:30.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:30 smithi045 ceph-mon[48800]: Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:28:30.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:30 smithi045 ceph-mon[48800]: Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:28:30.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:30 smithi017 ceph-mon[63383]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:28:30.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:30 smithi017 ceph-mon[63383]: pgmap v52: 129 pgs: 129 active+clean; 332 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 6.7 MiB/s wr, 671 op/s 2024-09-11T07:28:30.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:30 smithi017 ceph-mon[63383]: pgmap v53: 129 pgs: 129 active+clean; 332 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 8.3 MiB/s wr, 828 op/s 2024-09-11T07:28:30.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:30 smithi017 ceph-mon[63383]: Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:28:30.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:30 smithi017 ceph-mon[63383]: Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:28:31.562 INFO:teuthology.orchestra.run.smithi017.stdout: 5 175221 4.65 MB/sec execute 469 sec latency 42.575 ms 2024-09-11T07:28:32.562 INFO:teuthology.orchestra.run.smithi017.stdout: 5 175614 4.66 MB/sec execute 470 sec latency 64.420 ms 2024-09-11T07:28:32.677 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:32 smithi017 ceph-mon[63383]: pgmap v54: 129 pgs: 129 active+clean; 332 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 3.2 MiB/s wr, 340 op/s 2024-09-11T07:28:32.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:32 smithi045 ceph-mon[48800]: pgmap v54: 129 pgs: 129 active+clean; 332 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 3.2 MiB/s wr, 340 op/s 2024-09-11T07:28:33.562 INFO:teuthology.orchestra.run.smithi017.stdout: 5 176102 4.67 MB/sec execute 471 sec latency 44.509 ms 2024-09-11T07:28:33.733 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:33 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:28:33.733 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:33 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:28:33.733 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:33 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:28:33.733 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:33 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:28:33.733 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:33 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:33.733 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:33 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi017"}]: dispatch 2024-09-11T07:28:33.733 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:33 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi017"}]': finished 2024-09-11T07:28:33.733 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:33 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi045"}]: dispatch 2024-09-11T07:28:33.733 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:33 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi045"}]': finished 2024-09-11T07:28:33.734 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:33 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-11T07:28:33.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:33 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:28:33.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:33 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:28:33.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:33 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:28:33.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:33 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:28:33.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:33 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:33.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:33 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi017"}]: dispatch 2024-09-11T07:28:33.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:33 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi017"}]': finished 2024-09-11T07:28:33.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:33 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi045"}]: dispatch 2024-09-11T07:28:33.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:33 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi045"}]': finished 2024-09-11T07:28:33.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:33 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-11T07:28:34.562 INFO:teuthology.orchestra.run.smithi017.stdout: 5 176649 4.69 MB/sec execute 472 sec latency 32.484 ms 2024-09-11T07:28:34.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:34 smithi045 ceph-mon[48800]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:28:34.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:28:34.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:28:34.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:28:34.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:28:34.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:28:34.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:28:34.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:28:34.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: main() 2024-09-11T07:28:34.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:28:34.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: r = ctx.func(ctx) 2024-09-11T07:28:34.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:28:34.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return func(ctx) 2024-09-11T07:28:34.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:28:34.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:28:34.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:28:34.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:28:34.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:28:34.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:28:34.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:28:34.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:28:34.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:28:34.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:28:34.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:28:34.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:28:34.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.wait_async( 2024-09-11T07:28:34.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:28:34.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:28:34.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:28:34.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return future.result(timeout) 2024-09-11T07:28:34.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:28:34.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.__get_result() 2024-09-11T07:28:34.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:28:34.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise self._exception 2024-09-11T07:28:34.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:28:34.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: out, err, code = await self._run_cephadm( 2024-09-11T07:28:34.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:28:34.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise OrchestratorError( 2024-09-11T07:28:34.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:28:34.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:28:34.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:28:34.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:28:34.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:28:34.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:28:34.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:28:34.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:28:34.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: main() 2024-09-11T07:28:34.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:28:34.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: r = ctx.func(ctx) 2024-09-11T07:28:34.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:28:34.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return func(ctx) 2024-09-11T07:28:34.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:28:34.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:28:34.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:28:34.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:28:34.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:28:34.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:28:34.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:28:34.792 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:28:34.792 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:34 smithi045 ceph-mon[48800]: Upgrade: Setting container_image for all crash 2024-09-11T07:28:34.792 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:34 smithi045 ceph-mon[48800]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-11T07:28:34.792 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:34 smithi045 ceph-mon[48800]: Upgrade: osd.0 is safe to restart 2024-09-11T07:28:34.792 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:34 smithi045 ceph-mon[48800]: pgmap v55: 129 pgs: 129 active+clean; 330 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.4 MiB/s wr, 664 op/s 2024-09-11T07:28:34.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:34 smithi017 ceph-mon[63383]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:28:34.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:28:34.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:28:34.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:28:34.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:28:34.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:28:34.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:28:34.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:28:34.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: main() 2024-09-11T07:28:34.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:28:34.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: r = ctx.func(ctx) 2024-09-11T07:28:34.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:28:34.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return func(ctx) 2024-09-11T07:28:34.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:28:34.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:28:34.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:28:34.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:28:34.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:28:34.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:28:34.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:28:34.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:28:34.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:28:34.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:28:34.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:28:34.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:28:34.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.wait_async( 2024-09-11T07:28:34.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:28:34.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:28:34.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:28:34.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return future.result(timeout) 2024-09-11T07:28:34.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:28:34.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.__get_result() 2024-09-11T07:28:34.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:28:34.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise self._exception 2024-09-11T07:28:34.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:28:34.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: out, err, code = await self._run_cephadm( 2024-09-11T07:28:34.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:28:34.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise OrchestratorError( 2024-09-11T07:28:34.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:28:34.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:28:34.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:28:34.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:28:34.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:28:34.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:28:34.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:28:34.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:28:34.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: main() 2024-09-11T07:28:34.797 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:28:34.797 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: r = ctx.func(ctx) 2024-09-11T07:28:34.797 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:28:34.797 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return func(ctx) 2024-09-11T07:28:34.797 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:28:34.797 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:28:34.797 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:28:34.797 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:28:34.797 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:28:34.797 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:28:34.797 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:28:34.797 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:28:34.797 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:34 smithi017 ceph-mon[63383]: Upgrade: Setting container_image for all crash 2024-09-11T07:28:34.797 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:34 smithi017 ceph-mon[63383]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-11T07:28:34.798 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:34 smithi017 ceph-mon[63383]: Upgrade: osd.0 is safe to restart 2024-09-11T07:28:34.798 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:34 smithi017 ceph-mon[63383]: pgmap v55: 129 pgs: 129 active+clean; 330 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.4 MiB/s wr, 664 op/s 2024-09-11T07:28:35.562 INFO:teuthology.orchestra.run.smithi017.stdout: 5 177039 4.70 MB/sec execute 473 sec latency 35.701 ms 2024-09-11T07:28:36.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:35 smithi045 ceph-mon[48800]: Upgrade: Updating osd.0 2024-09-11T07:28:36.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:35 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:36.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:35 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T07:28:36.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:35 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:28:36.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:35 smithi045 ceph-mon[48800]: Deploying daemon osd.0 on smithi017 2024-09-11T07:28:36.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:35 smithi017 ceph-mon[63383]: Upgrade: Updating osd.0 2024-09-11T07:28:36.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:35 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:36.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:35 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-11T07:28:36.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:35 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:28:36.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:35 smithi017 ceph-mon[63383]: Deploying daemon osd.0 on smithi017 2024-09-11T07:28:36.562 INFO:teuthology.orchestra.run.smithi017.stdout: 5 177444 4.73 MB/sec execute 474 sec latency 46.159 ms 2024-09-11T07:28:36.778 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:36 smithi017 ceph-mon[63383]: pgmap v56: 129 pgs: 129 active+clean; 330 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.4 MiB/s wr, 664 op/s 2024-09-11T07:28:37.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:36 smithi045 ceph-mon[48800]: pgmap v56: 129 pgs: 129 active+clean; 330 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.4 MiB/s wr, 664 op/s 2024-09-11T07:28:37.562 INFO:teuthology.orchestra.run.smithi017.stdout: 5 177856 4.75 MB/sec execute 475 sec latency 71.130 ms 2024-09-11T07:28:38.420 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:38 smithi017 systemd[1]: Stopping Ceph osd.0 for ef0778be-700c-11ef-bcea-c7b262605968... 2024-09-11T07:28:38.421 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:38 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.0[31804]: debug 2024-09-11T07:28:38.306+0000 7f2f831c1700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-11T07:28:38.421 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:38 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.0[31804]: debug 2024-09-11T07:28:38.306+0000 7f2f831c1700 -1 osd.0 75 *** Got signal Terminated *** 2024-09-11T07:28:38.421 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:38 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.0[31804]: debug 2024-09-11T07:28:38.306+0000 7f2f831c1700 -1 osd.0 75 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T07:28:38.562 INFO:teuthology.orchestra.run.smithi017.stdout: 5 178109 4.75 MB/sec execute 476 sec latency 263.906 ms 2024-09-11T07:28:38.723 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:38 smithi017 ceph-mon[63383]: pgmap v57: 129 pgs: 129 active+clean; 330 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 323 op/s 2024-09-11T07:28:38.723 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:38 smithi017 podman[69135]: 2024-09-11 07:28:38.418652574 +0000 UTC m=+0.252992524 container died 432bd5329ca6b741696177a1198ed3638848ba81e561a5ce1e4705f94d2ab883 (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.0, GIT_CLEAN=True, RELEASE=HEAD, org.label-schema.name=CentOS Base Image, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20201204, maintainer=Dimitri Savineau , CEPH_POINT_RELEASE=-16.2.4, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True) 2024-09-11T07:28:39.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:38 smithi045 ceph-mon[48800]: pgmap v57: 129 pgs: 129 active+clean; 330 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 323 op/s 2024-09-11T07:28:39.040 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:38 smithi017 podman[69135]: 2024-09-11 07:28:38.837392298 +0000 UTC m=+0.671732270 container cleanup 432bd5329ca6b741696177a1198ed3638848ba81e561a5ce1e4705f94d2ab883 (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.0, RELEASE=HEAD, org.label-schema.name=CentOS Base Image, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, maintainer=Dimitri Savineau , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, org.label-schema.build-date=20201204, CEPH_POINT_RELEASE=-16.2.4, org.label-schema.vendor=CentOS) 2024-09-11T07:28:39.040 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:38 smithi017 bash[69135]: ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.0 2024-09-11T07:28:39.527 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:39 smithi017 podman[69148]: 2024-09-11 07:28:39.063835999 +0000 UTC m=+0.639684385 container remove 432bd5329ca6b741696177a1198ed3638848ba81e561a5ce1e4705f94d2ab883 (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.0, CEPH_POINT_RELEASE=-16.2.4, RELEASE=HEAD, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.build-date=20201204, maintainer=Dimitri Savineau , org.label-schema.vendor=CentOS, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, GIT_BRANCH=HEAD, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, GIT_REPO=https://github.com/ceph/ceph-container.git) 2024-09-11T07:28:39.562 INFO:teuthology.orchestra.run.smithi017.stdout: 5 178109 4.74 MB/sec execute 477 sec latency 1263.996 ms 2024-09-11T07:28:39.790 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:39 smithi017 podman[69252]: 2024-09-11 07:28:39.42891266 +0000 UTC m=+0.016608336 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T07:28:39.790 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:39 smithi017 podman[69252]: 2024-09-11 07:28:39.53126479 +0000 UTC m=+0.118960455 container create 892798012cc18b6a9ecd7c12ab8258c1466e0580959fa11588f6ae8ed31c2b7c (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-0-deactivate, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, ceph=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2) 2024-09-11T07:28:39.790 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:39 smithi017 podman[69252]: 2024-09-11 07:28:39.767344676 +0000 UTC m=+0.355040342 container init 892798012cc18b6a9ecd7c12ab8258c1466e0580959fa11588f6ae8ed31c2b7c (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-0-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731, ceph=True, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_CLEAN=True, maintainer=Guillaume Abrioux ) 2024-09-11T07:28:39.790 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:39 smithi017 podman[69252]: 2024-09-11 07:28:39.77100559 +0000 UTC m=+0.358701258 container start 892798012cc18b6a9ecd7c12ab8258c1466e0580959fa11588f6ae8ed31c2b7c (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-0-deactivate, org.label-schema.schema-version=1.0, GIT_CLEAN=True, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, 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, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux ) 2024-09-11T07:28:39.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:39 smithi017 ceph-mon[63383]: osd.0 reported immediately failed by osd.1 2024-09-11T07:28:39.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:39 smithi017 ceph-mon[63383]: osd.0 failed (root=default,host=smithi017) (connection refused reported by osd.1) 2024-09-11T07:28:39.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:39 smithi017 ceph-mon[63383]: osd.0 reported immediately failed by osd.3 2024-09-11T07:28:39.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:39 smithi017 ceph-mon[63383]: osd.0 reported immediately failed by osd.1 2024-09-11T07:28:39.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:39 smithi017 ceph-mon[63383]: osd.0 reported immediately failed by osd.2 2024-09-11T07:28:39.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:39 smithi017 ceph-mon[63383]: osd.0 reported immediately failed by osd.3 2024-09-11T07:28:39.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:39 smithi017 ceph-mon[63383]: osd.0 reported immediately failed by osd.2 2024-09-11T07:28:39.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:39 smithi017 ceph-mon[63383]: osd.0 reported immediately failed by osd.2 2024-09-11T07:28:39.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:39 smithi017 ceph-mon[63383]: osd.0 reported immediately failed by osd.4 2024-09-11T07:28:39.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:39 smithi017 ceph-mon[63383]: osd.0 reported immediately failed by osd.7 2024-09-11T07:28:39.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:39 smithi017 ceph-mon[63383]: osd.0 reported immediately failed by osd.4 2024-09-11T07:28:39.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:39 smithi017 ceph-mon[63383]: osd.0 reported immediately failed by osd.5 2024-09-11T07:28:39.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:39 smithi017 ceph-mon[63383]: osd.0 reported immediately failed by osd.6 2024-09-11T07:28:39.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:39 smithi017 ceph-mon[63383]: osd.0 reported immediately failed by osd.7 2024-09-11T07:28:39.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:39 smithi017 ceph-mon[63383]: osd.0 reported immediately failed by osd.5 2024-09-11T07:28:39.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:39 smithi017 ceph-mon[63383]: osd.0 reported immediately failed by osd.6 2024-09-11T07:28:39.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:39 smithi017 ceph-mon[63383]: osd.0 reported immediately failed by osd.3 2024-09-11T07:28:39.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:39 smithi017 ceph-mon[63383]: osd.0 reported immediately failed by osd.1 2024-09-11T07:28:39.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:39 smithi017 ceph-mon[63383]: osd.0 reported immediately failed by osd.2 2024-09-11T07:28:39.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:39 smithi017 ceph-mon[63383]: osd.0 reported immediately failed by osd.3 2024-09-11T07:28:39.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:39 smithi017 ceph-mon[63383]: osd.0 reported immediately failed by osd.1 2024-09-11T07:28:39.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:39 smithi017 ceph-mon[63383]: osd.0 reported immediately failed by osd.2 2024-09-11T07:28:39.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:39 smithi017 ceph-mon[63383]: osd.0 reported immediately failed by osd.2 2024-09-11T07:28:39.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:39 smithi017 ceph-mon[63383]: osd.0 reported immediately failed by osd.7 2024-09-11T07:28:39.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:39 smithi017 ceph-mon[63383]: osd.0 reported immediately failed by osd.4 2024-09-11T07:28:39.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:39 smithi017 ceph-mon[63383]: osd.0 reported immediately failed by osd.5 2024-09-11T07:28:39.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:39 smithi017 ceph-mon[63383]: osd.0 reported immediately failed by osd.6 2024-09-11T07:28:39.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:39 smithi017 ceph-mon[63383]: osd.0 reported immediately failed by osd.7 2024-09-11T07:28:39.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:39 smithi017 ceph-mon[63383]: osd.0 reported immediately failed by osd.4 2024-09-11T07:28:39.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:39 smithi017 ceph-mon[63383]: osd.0 reported immediately failed by osd.5 2024-09-11T07:28:39.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:39 smithi017 ceph-mon[63383]: osd.0 reported immediately failed by osd.6 2024-09-11T07:28:39.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:39 smithi017 ceph-mon[63383]: osd.0 reported immediately failed by osd.4 2024-09-11T07:28:39.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:39 smithi017 ceph-mon[63383]: osd.0 reported immediately failed by osd.3 2024-09-11T07:28:39.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:39 smithi017 ceph-mon[63383]: osd.0 reported immediately failed by osd.1 2024-09-11T07:28:39.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:39 smithi017 ceph-mon[63383]: osd.0 reported immediately failed by osd.7 2024-09-11T07:28:39.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:39 smithi017 ceph-mon[63383]: osd.0 reported immediately failed by osd.4 2024-09-11T07:28:39.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:39 smithi017 ceph-mon[63383]: osd.0 reported immediately failed by osd.3 2024-09-11T07:28:39.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:39 smithi017 ceph-mon[63383]: osd.0 reported immediately failed by osd.1 2024-09-11T07:28:39.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:39 smithi017 ceph-mon[63383]: osd.0 reported immediately failed by osd.7 2024-09-11T07:28:40.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:39 smithi045 ceph-mon[48800]: osd.0 reported immediately failed by osd.1 2024-09-11T07:28:40.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:39 smithi045 ceph-mon[48800]: osd.0 failed (root=default,host=smithi017) (connection refused reported by osd.1) 2024-09-11T07:28:40.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:39 smithi045 ceph-mon[48800]: osd.0 reported immediately failed by osd.3 2024-09-11T07:28:40.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:39 smithi045 ceph-mon[48800]: osd.0 reported immediately failed by osd.1 2024-09-11T07:28:40.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:39 smithi045 ceph-mon[48800]: osd.0 reported immediately failed by osd.2 2024-09-11T07:28:40.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:39 smithi045 ceph-mon[48800]: osd.0 reported immediately failed by osd.3 2024-09-11T07:28:40.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:39 smithi045 ceph-mon[48800]: osd.0 reported immediately failed by osd.2 2024-09-11T07:28:40.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:39 smithi045 ceph-mon[48800]: osd.0 reported immediately failed by osd.2 2024-09-11T07:28:40.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:39 smithi045 ceph-mon[48800]: osd.0 reported immediately failed by osd.4 2024-09-11T07:28:40.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:39 smithi045 ceph-mon[48800]: osd.0 reported immediately failed by osd.7 2024-09-11T07:28:40.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:39 smithi045 ceph-mon[48800]: osd.0 reported immediately failed by osd.4 2024-09-11T07:28:40.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:39 smithi045 ceph-mon[48800]: osd.0 reported immediately failed by osd.5 2024-09-11T07:28:40.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:39 smithi045 ceph-mon[48800]: osd.0 reported immediately failed by osd.6 2024-09-11T07:28:40.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:39 smithi045 ceph-mon[48800]: osd.0 reported immediately failed by osd.7 2024-09-11T07:28:40.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:39 smithi045 ceph-mon[48800]: osd.0 reported immediately failed by osd.5 2024-09-11T07:28:40.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:39 smithi045 ceph-mon[48800]: osd.0 reported immediately failed by osd.6 2024-09-11T07:28:40.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:39 smithi045 ceph-mon[48800]: osd.0 reported immediately failed by osd.3 2024-09-11T07:28:40.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:39 smithi045 ceph-mon[48800]: osd.0 reported immediately failed by osd.1 2024-09-11T07:28:40.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:39 smithi045 ceph-mon[48800]: osd.0 reported immediately failed by osd.2 2024-09-11T07:28:40.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:39 smithi045 ceph-mon[48800]: osd.0 reported immediately failed by osd.3 2024-09-11T07:28:40.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:39 smithi045 ceph-mon[48800]: osd.0 reported immediately failed by osd.1 2024-09-11T07:28:40.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:39 smithi045 ceph-mon[48800]: osd.0 reported immediately failed by osd.2 2024-09-11T07:28:40.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:39 smithi045 ceph-mon[48800]: osd.0 reported immediately failed by osd.2 2024-09-11T07:28:40.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:39 smithi045 ceph-mon[48800]: osd.0 reported immediately failed by osd.7 2024-09-11T07:28:40.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:39 smithi045 ceph-mon[48800]: osd.0 reported immediately failed by osd.4 2024-09-11T07:28:40.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:39 smithi045 ceph-mon[48800]: osd.0 reported immediately failed by osd.5 2024-09-11T07:28:40.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:39 smithi045 ceph-mon[48800]: osd.0 reported immediately failed by osd.6 2024-09-11T07:28:40.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:39 smithi045 ceph-mon[48800]: osd.0 reported immediately failed by osd.7 2024-09-11T07:28:40.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:39 smithi045 ceph-mon[48800]: osd.0 reported immediately failed by osd.4 2024-09-11T07:28:40.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:39 smithi045 ceph-mon[48800]: osd.0 reported immediately failed by osd.5 2024-09-11T07:28:40.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:39 smithi045 ceph-mon[48800]: osd.0 reported immediately failed by osd.6 2024-09-11T07:28:40.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:39 smithi045 ceph-mon[48800]: osd.0 reported immediately failed by osd.4 2024-09-11T07:28:40.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:39 smithi045 ceph-mon[48800]: osd.0 reported immediately failed by osd.3 2024-09-11T07:28:40.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:39 smithi045 ceph-mon[48800]: osd.0 reported immediately failed by osd.1 2024-09-11T07:28:40.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:39 smithi045 ceph-mon[48800]: osd.0 reported immediately failed by osd.7 2024-09-11T07:28:40.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:39 smithi045 ceph-mon[48800]: osd.0 reported immediately failed by osd.4 2024-09-11T07:28:40.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:39 smithi045 ceph-mon[48800]: osd.0 reported immediately failed by osd.3 2024-09-11T07:28:40.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:39 smithi045 ceph-mon[48800]: osd.0 reported immediately failed by osd.1 2024-09-11T07:28:40.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:39 smithi045 ceph-mon[48800]: osd.0 reported immediately failed by osd.7 2024-09-11T07:28:40.290 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:39 smithi017 podman[69252]: 2024-09-11 07:28:39.884245072 +0000 UTC m=+0.471940751 container attach 892798012cc18b6a9ecd7c12ab8258c1466e0580959fa11588f6ae8ed31c2b7c (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-0-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_BRANCH=HEAD) 2024-09-11T07:28:40.290 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:39 smithi017 podman[69252]: 2024-09-11 07:28:39.949769029 +0000 UTC m=+0.537464698 container died 892798012cc18b6a9ecd7c12ab8258c1466e0580959fa11588f6ae8ed31c2b7c (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-0-deactivate, org.label-schema.build-date=20240731, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, ceph=True, org.label-schema.schema-version=1.0) 2024-09-11T07:28:40.563 INFO:teuthology.orchestra.run.smithi017.stdout: 5 178109 4.73 MB/sec execute 478 sec latency 2264.082 ms 2024-09-11T07:28:40.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:40 smithi017 ceph-mon[63383]: pgmap v58: 129 pgs: 129 active+clean; 333 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 6.0 MiB/s wr, 593 op/s 2024-09-11T07:28:40.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:40 smithi017 ceph-mon[63383]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T07:28:40.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:40 smithi017 ceph-mon[63383]: osdmap e76: 8 total, 7 up, 8 in 2024-09-11T07:28:40.792 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:40 smithi017 podman[69274]: 2024-09-11 07:28:40.696615803 +0000 UTC m=+0.741114598 container remove 892798012cc18b6a9ecd7c12ab8258c1466e0580959fa11588f6ae8ed31c2b7c (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-0-deactivate, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0) 2024-09-11T07:28:40.792 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:40 smithi017 systemd[1]: ceph-ef0778be-700c-11ef-bcea-c7b262605968@osd.0.service: Deactivated successfully. 2024-09-11T07:28:40.793 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:40 smithi017 systemd[1]: Stopped Ceph osd.0 for ef0778be-700c-11ef-bcea-c7b262605968. 2024-09-11T07:28:40.793 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:40 smithi017 systemd[1]: ceph-ef0778be-700c-11ef-bcea-c7b262605968@osd.0.service: Consumed 2min 58.199s CPU time. 2024-09-11T07:28:41.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:40 smithi045 ceph-mon[48800]: pgmap v58: 129 pgs: 129 active+clean; 333 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 6.0 MiB/s wr, 593 op/s 2024-09-11T07:28:41.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:40 smithi045 ceph-mon[48800]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T07:28:41.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:40 smithi045 ceph-mon[48800]: osdmap e76: 8 total, 7 up, 8 in 2024-09-11T07:28:41.318 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:41 smithi017 systemd[1]: Starting Ceph osd.0 for ef0778be-700c-11ef-bcea-c7b262605968... 2024-09-11T07:28:41.562 INFO:teuthology.orchestra.run.smithi017.stdout: 5 178535 4.74 MB/sec execute 479 sec latency 2330.970 ms 2024-09-11T07:28:41.602 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:41 smithi017 podman[69375]: 2024-09-11 07:28:41.220334703 +0000 UTC m=+0.022949231 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T07:28:41.602 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:41 smithi017 podman[69375]: 2024-09-11 07:28:41.347828779 +0000 UTC m=+0.150443290 container create b34a5dceb18da34864b217da436485f1006f24e6bef8cd43767229f85fa69bcd (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-0-activate, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828) 2024-09-11T07:28:41.985 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:41 smithi017 ceph-mon[63383]: osdmap e77: 8 total, 7 up, 8 in 2024-09-11T07:28:41.985 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:41 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:41.985 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:41 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:28:41.986 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:41 smithi017 podman[69375]: 2024-09-11 07:28:41.600998959 +0000 UTC m=+0.403613477 container init b34a5dceb18da34864b217da436485f1006f24e6bef8cd43767229f85fa69bcd (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-0-activate, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, 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-10-2008-quincy-d0e6828, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T07:28:41.986 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:41 smithi017 podman[69375]: 2024-09-11 07:28:41.606387885 +0000 UTC m=+0.409002398 container start b34a5dceb18da34864b217da436485f1006f24e6bef8cd43767229f85fa69bcd (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-0-activate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.build-date=20240731, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T07:28:41.986 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:41 smithi017 podman[69375]: 2024-09-11 07:28:41.701045331 +0000 UTC m=+0.503659851 container attach b34a5dceb18da34864b217da436485f1006f24e6bef8cd43767229f85fa69bcd (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-0-activate, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , ceph=True, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828) 2024-09-11T07:28:42.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:41 smithi045 ceph-mon[48800]: osdmap e77: 8 total, 7 up, 8 in 2024-09-11T07:28:42.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:41 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:42.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:41 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:28:42.290 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:41 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-0-activate[69389]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-11T07:28:42.290 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:41 smithi017 bash[69375]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-11T07:28:42.291 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:41 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-0-activate[69389]: 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-11T07:28:42.291 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:41 smithi017 bash[69375]: 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-11T07:28:42.291 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-0-activate[69389]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-09-11T07:28:42.291 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:42 smithi017 bash[69375]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-09-11T07:28:42.291 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-0-activate[69389]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-11T07:28:42.291 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:42 smithi017 bash[69375]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-11T07:28:42.291 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-0-activate[69389]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2024-09-11T07:28:42.291 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:42 smithi017 bash[69375]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2024-09-11T07:28:42.291 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-0-activate[69389]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-11T07:28:42.291 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:42 smithi017 bash[69375]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-11T07:28:42.291 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:42 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-0-activate[69389]: --> ceph-volume raw activate successful for osd ID: 0 2024-09-11T07:28:42.291 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:42 smithi017 bash[69375]: --> ceph-volume raw activate successful for osd ID: 0 2024-09-11T07:28:42.291 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:42 smithi017 podman[69375]: 2024-09-11 07:28:42.059727479 +0000 UTC m=+0.862341992 container died b34a5dceb18da34864b217da436485f1006f24e6bef8cd43767229f85fa69bcd (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-0-activate, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, GIT_CLEAN=True) 2024-09-11T07:28:42.563 INFO:teuthology.orchestra.run.smithi017.stdout: 5 178924 4.75 MB/sec execute 480 sec latency 26.779 ms 2024-09-11T07:28:42.724 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:42 smithi017 ceph-mon[63383]: pgmap v61: 129 pgs: 16 stale+active+clean, 113 active+clean; 333 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 4.0 MiB/s wr, 397 op/s 2024-09-11T07:28:43.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:42 smithi045 ceph-mon[48800]: pgmap v61: 129 pgs: 16 stale+active+clean, 113 active+clean; 333 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 4.0 MiB/s wr, 397 op/s 2024-09-11T07:28:43.040 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:42 smithi017 podman[69506]: 2024-09-11 07:28:42.722898241 +0000 UTC m=+0.655483339 container remove b34a5dceb18da34864b217da436485f1006f24e6bef8cd43767229f85fa69bcd (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-0-activate, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T07:28:43.040 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:42 smithi017 podman[69562]: 2024-09-11 07:28:42.866666066 +0000 UTC m=+0.023855973 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T07:28:43.328 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:43 smithi017 podman[69562]: 2024-09-11 07:28:43.06575611 +0000 UTC m=+0.222946009 container create 6d8cdd6dd8fe94b3b3a712950bbb4a8a625b562a5378aac0e6d6f89db97d95ad (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-0, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731) 2024-09-11T07:28:43.328 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:43 smithi017 podman[69562]: 2024-09-11 07:28:43.326799515 +0000 UTC m=+0.483989430 container init 6d8cdd6dd8fe94b3b3a712950bbb4a8a625b562a5378aac0e6d6f89db97d95ad (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-0, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True) 2024-09-11T07:28:43.563 INFO:teuthology.orchestra.run.smithi017.stdout: 5 179292 4.76 MB/sec execute 481 sec latency 66.154 ms 2024-09-11T07:28:43.790 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:43 smithi017 podman[69562]: 2024-09-11 07:28:43.332464314 +0000 UTC m=+0.489654219 container start 6d8cdd6dd8fe94b3b3a712950bbb4a8a625b562a5378aac0e6d6f89db97d95ad (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-0, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , ceph=True, GIT_CLEAN=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, 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, org.label-schema.vendor=CentOS) 2024-09-11T07:28:43.790 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:43 smithi017 ceph-osd[69585]: -- 172.21.15.17:0/721142842 <== mon.0 v2:172.21.15.17:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x561b23238d00 con 0x561b2320b000 2024-09-11T07:28:43.790 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:43 smithi017 bash[69562]: 6d8cdd6dd8fe94b3b3a712950bbb4a8a625b562a5378aac0e6d6f89db97d95ad 2024-09-11T07:28:43.790 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:43 smithi017 systemd[1]: Started Ceph osd.0 for ef0778be-700c-11ef-bcea-c7b262605968. 2024-09-11T07:28:44.290 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:43 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-0[69581]: 2024-09-11T07:28:43.880+0000 7f643873c440 -1 Falling back to public interface 2024-09-11T07:28:44.563 INFO:teuthology.orchestra.run.smithi017.stdout: 5 179664 4.76 MB/sec execute 482 sec latency 51.583 ms 2024-09-11T07:28:44.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:44 smithi045 ceph-mon[48800]: pgmap v62: 129 pgs: 18 active+undersized, 31 active+undersized+degraded, 80 active+clean; 333 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 6.3 MiB/s wr, 611 op/s; 210/1599 objects degraded (13.133%) 2024-09-11T07:28:44.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:44 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:44.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:44 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:44.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:44 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:28:44.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:44 smithi045 ceph-mon[48800]: Health check failed: Degraded data redundancy: 210/1599 objects degraded (13.133%), 31 pgs degraded (PG_DEGRADED) 2024-09-11T07:28:44.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:44 smithi017 ceph-mon[63383]: pgmap v62: 129 pgs: 18 active+undersized, 31 active+undersized+degraded, 80 active+clean; 333 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 6.3 MiB/s wr, 611 op/s; 210/1599 objects degraded (13.133%) 2024-09-11T07:28:44.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:44 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:44.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:44 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:44.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:44 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:28:44.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:44 smithi017 ceph-mon[63383]: Health check failed: Degraded data redundancy: 210/1599 objects degraded (13.133%), 31 pgs degraded (PG_DEGRADED) 2024-09-11T07:28:45.563 INFO:teuthology.orchestra.run.smithi017.stdout: 5 180083 4.78 MB/sec execute 483 sec latency 34.168 ms 2024-09-11T07:28:46.563 INFO:teuthology.orchestra.run.smithi017.stdout: 5 180563 4.79 MB/sec execute 484 sec latency 36.028 ms 2024-09-11T07:28:46.757 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:46 smithi017 ceph-mon[63383]: pgmap v63: 129 pgs: 18 active+undersized, 31 active+undersized+degraded, 80 active+clean; 333 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 6.3 MiB/s wr, 611 op/s; 210/1599 objects degraded (13.133%) 2024-09-11T07:28:46.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:46 smithi045 ceph-mon[48800]: pgmap v63: 129 pgs: 18 active+undersized, 31 active+undersized+degraded, 80 active+clean; 333 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 6.3 MiB/s wr, 611 op/s; 210/1599 objects degraded (13.133%) 2024-09-11T07:28:47.551 INFO:teuthology.orchestra.run.smithi017.stdout:true 2024-09-11T07:28:47.563 INFO:teuthology.orchestra.run.smithi017.stdout: 5 180912 4.82 MB/sec execute 485 sec latency 89.848 ms 2024-09-11T07:28:48.518 INFO:teuthology.orchestra.run.smithi017.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T07:28:48.518 INFO:teuthology.orchestra.run.smithi017.stdout:alertmanager.smithi017 smithi017 *:9093,9094 running (14m) 24s ago 16m 19.1M - 0.20.0 0881eb8f169f 8ff211b4e457 2024-09-11T07:28:48.518 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi017 smithi017 running (38s) 24s ago 16m 6887k - 17.2.7-1623-gd0e6828a 4a918172a497 5664d58a3a36 2024-09-11T07:28:48.518 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi045 smithi045 running (32s) 27s ago 15m 6895k - 17.2.7-1623-gd0e6828a 4a918172a497 b70b9ed235ba 2024-09-11T07:28:48.519 INFO:teuthology.orchestra.run.smithi017.stdout:grafana.smithi017 smithi017 *:3000 running (14m) 24s ago 15m 35.0M - 6.7.4 557c83e11646 24bbf4d58b8c 2024-09-11T07:28:48.519 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi017.utzzzp smithi017 running (10m) 24s ago 10m 14.7M - 16.2.4 8d91d370c2b8 711da931e1f1 2024-09-11T07:28:48.519 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi045.gxtxww smithi045 running (10m) 27s ago 10m 41.9M - 16.2.4 8d91d370c2b8 8de08b53c390 2024-09-11T07:28:48.519 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi017.qgiuqa smithi017 *:8443,9283 running (5m) 24s ago 17m 448M - 17.2.7-1623-gd0e6828a 4a918172a497 1a5c10d7a16e 2024-09-11T07:28:48.519 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi045.wavrrv smithi045 *:8443,9283 running (2m) 27s ago 15m 399M - 17.2.7-1623-gd0e6828a 4a918172a497 79559b699e04 2024-09-11T07:28:48.519 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi017 smithi017 running (119s) 24s ago 17m 54.0M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 93477c9f0204 2024-09-11T07:28:48.519 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi045 smithi045 running (90s) 27s ago 14m 56.2M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 ef66edbefbdf 2024-09-11T07:28:48.519 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.0.0.smithi017.yhlpto smithi017 *:2049 running (7m) 24s ago 7m 144M - 3.5 8d91d370c2b8 4d43393feaee 2024-09-11T07:28:48.519 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.1.0.smithi045.sirexv smithi045 *:2049 running (7m) 27s ago 7m 87.6M - 3.5 8d91d370c2b8 0795be2c25de 2024-09-11T07:28:48.519 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi017 smithi017 *:9100 running (15m) 24s ago 15m 17.0M - 0.18.1 e5a616e4b9cf 3ae9bdfa57df 2024-09-11T07:28:48.519 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi045 smithi045 *:9100 running (14m) 27s ago 14m 17.0M - 0.18.1 e5a616e4b9cf 517c959affda 2024-09-11T07:28:48.519 INFO:teuthology.orchestra.run.smithi017.stdout:osd.0 smithi017 starting - - - 4096M 2024-09-11T07:28:48.519 INFO:teuthology.orchestra.run.smithi017.stdout:osd.1 smithi017 running (14m) 24s ago 14m 509M 4096M 16.2.4 8d91d370c2b8 b9bde4672d10 2024-09-11T07:28:48.519 INFO:teuthology.orchestra.run.smithi017.stdout:osd.2 smithi017 running (13m) 24s ago 13m 377M 4096M 16.2.4 8d91d370c2b8 a42eeb5fcae7 2024-09-11T07:28:48.519 INFO:teuthology.orchestra.run.smithi017.stdout:osd.3 smithi017 running (13m) 24s ago 13m 535M 4096M 16.2.4 8d91d370c2b8 59fc76e234d1 2024-09-11T07:28:48.520 INFO:teuthology.orchestra.run.smithi017.stdout:osd.4 smithi045 running (12m) 27s ago 12m 569M 4096M 16.2.4 8d91d370c2b8 3dc1e394cdfa 2024-09-11T07:28:48.520 INFO:teuthology.orchestra.run.smithi017.stdout:osd.5 smithi045 running (12m) 27s ago 12m 361M 4096M 16.2.4 8d91d370c2b8 ec6745fcdd10 2024-09-11T07:28:48.520 INFO:teuthology.orchestra.run.smithi017.stdout:osd.6 smithi045 running (12m) 27s ago 12m 562M 4096M 16.2.4 8d91d370c2b8 788633f8efc6 2024-09-11T07:28:48.520 INFO:teuthology.orchestra.run.smithi017.stdout:osd.7 smithi045 running (12m) 27s ago 12m 473M 4096M 16.2.4 8d91d370c2b8 162523c68393 2024-09-11T07:28:48.520 INFO:teuthology.orchestra.run.smithi017.stdout:prometheus.smithi017 smithi017 *:9095 error 24s ago 15m 46.2M - 2.18.1 de242295e225 5d1f02a1080f 2024-09-11T07:28:48.563 INFO:teuthology.orchestra.run.smithi017.stdout: 5 181213 4.82 MB/sec execute 486 sec latency 57.175 ms 2024-09-11T07:28:48.675 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:48 smithi017 ceph-mon[63383]: pgmap v64: 129 pgs: 18 active+undersized, 31 active+undersized+degraded, 80 active+clean; 333 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 3.6 KiB/s rd, 2.3 MiB/s wr, 214 op/s; 210/1599 objects degraded (13.133%) 2024-09-11T07:28:48.675 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:48 smithi017 ceph-mon[63383]: from='client.44143 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:28:48.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:48 smithi045 ceph-mon[48800]: pgmap v64: 129 pgs: 18 active+undersized, 31 active+undersized+degraded, 80 active+clean; 333 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 3.6 KiB/s rd, 2.3 MiB/s wr, 214 op/s; 210/1599 objects degraded (13.133%) 2024-09-11T07:28:48.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:48 smithi045 ceph-mon[48800]: from='client.44143 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:28:49.119 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:28:49.119 INFO:teuthology.orchestra.run.smithi017.stdout: "mon": { 2024-09-11T07:28:49.119 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:28:49.119 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:28:49.119 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr": { 2024-09-11T07:28:49.119 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:28:49.119 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:28:49.120 INFO:teuthology.orchestra.run.smithi017.stdout: "osd": { 2024-09-11T07:28:49.120 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 7 2024-09-11T07:28:49.120 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:28:49.120 INFO:teuthology.orchestra.run.smithi017.stdout: "mds": { 2024-09-11T07:28:49.120 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-11T07:28:49.120 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:28:49.120 INFO:teuthology.orchestra.run.smithi017.stdout: "overall": { 2024-09-11T07:28:49.120 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 9, 2024-09-11T07:28:49.120 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 4 2024-09-11T07:28:49.120 INFO:teuthology.orchestra.run.smithi017.stdout: } 2024-09-11T07:28:49.120 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:28:49.290 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:49 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-0[69581]: 2024-09-11T07:28:48.998+0000 7f643873c440 -1 osd.0 0 read_superblock omap replica is missing. 2024-09-11T07:28:49.563 INFO:teuthology.orchestra.run.smithi017.stdout: 5 181572 4.83 MB/sec execute 487 sec latency 50.706 ms 2024-09-11T07:28:49.714 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:28:49.714 INFO:teuthology.orchestra.run.smithi017.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T07:28:49.714 INFO:teuthology.orchestra.run.smithi017.stdout: "in_progress": true, 2024-09-11T07:28:49.715 INFO:teuthology.orchestra.run.smithi017.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-11T07:28:49.715 INFO:teuthology.orchestra.run.smithi017.stdout: "services_complete": [ 2024-09-11T07:28:49.715 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr", 2024-09-11T07:28:49.715 INFO:teuthology.orchestra.run.smithi017.stdout: "mon", 2024-09-11T07:28:49.715 INFO:teuthology.orchestra.run.smithi017.stdout: "crash" 2024-09-11T07:28:49.715 INFO:teuthology.orchestra.run.smithi017.stdout: ], 2024-09-11T07:28:49.715 INFO:teuthology.orchestra.run.smithi017.stdout: "progress": "6/23 daemons upgraded", 2024-09-11T07:28:49.715 INFO:teuthology.orchestra.run.smithi017.stdout: "message": "Currently upgrading osd daemons", 2024-09-11T07:28:49.715 INFO:teuthology.orchestra.run.smithi017.stdout: "is_paused": false 2024-09-11T07:28:49.715 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:28:49.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:49 smithi017 ceph-mon[63383]: from='client.44147 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:28:49.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:49 smithi017 ceph-mon[63383]: from='client.34202 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:28:49.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:49 smithi017 ceph-mon[63383]: from='client.? 172.21.15.17:0/2155237207' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:28:50.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:49 smithi045 ceph-mon[48800]: from='client.44147 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:28:50.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:49 smithi045 ceph-mon[48800]: from='client.34202 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:28:50.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:49 smithi045 ceph-mon[48800]: from='client.? 172.21.15.17:0/2155237207' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:28:50.540 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:50 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-0[69581]: 2024-09-11T07:28:50.227+0000 7f643873c440 -1 osd.0 75 log_to_monitors true 2024-09-11T07:28:50.563 INFO:teuthology.orchestra.run.smithi017.stdout: 5 182169 4.85 MB/sec execute 488 sec latency 32.884 ms 2024-09-11T07:28:51.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:50 smithi045 ceph-mon[48800]: pgmap v65: 129 pgs: 18 active+undersized, 31 active+undersized+degraded, 80 active+clean; 330 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.7 MiB/s wr, 483 op/s; 216/1638 objects degraded (13.187%) 2024-09-11T07:28:51.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:50 smithi045 ceph-mon[48800]: Health check update: Degraded data redundancy: 216/1638 objects degraded (13.187%), 31 pgs degraded (PG_DEGRADED) 2024-09-11T07:28:51.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:50 smithi045 ceph-mon[48800]: from='client.44159 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:28:51.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:50 smithi045 ceph-mon[48800]: from='osd.0 [v2:172.21.15.17:6802/1979977183,v1:172.21.15.17:6803/1979977183]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T07:28:51.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:50 smithi045 ceph-mon[48800]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T07:28:51.040 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:28:50 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-0[69581]: 2024-09-11T07:28:50.558+0000 7f6430ce9640 -1 osd.0 75 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T07:28:51.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:50 smithi017 ceph-mon[63383]: pgmap v65: 129 pgs: 18 active+undersized, 31 active+undersized+degraded, 80 active+clean; 330 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.7 MiB/s wr, 483 op/s; 216/1638 objects degraded (13.187%) 2024-09-11T07:28:51.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:50 smithi017 ceph-mon[63383]: Health check update: Degraded data redundancy: 216/1638 objects degraded (13.187%), 31 pgs degraded (PG_DEGRADED) 2024-09-11T07:28:51.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:50 smithi017 ceph-mon[63383]: from='client.44159 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:28:51.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:50 smithi017 ceph-mon[63383]: from='osd.0 [v2:172.21.15.17:6802/1979977183,v1:172.21.15.17:6803/1979977183]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T07:28:51.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:50 smithi017 ceph-mon[63383]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-11T07:28:51.563 INFO:teuthology.orchestra.run.smithi017.stdout: 5 182627 4.87 MB/sec execute 489 sec latency 48.991 ms 2024-09-11T07:28:51.663 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:51 smithi017 ceph-mon[63383]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-11T07:28:51.663 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:51 smithi017 ceph-mon[63383]: osdmap e78: 8 total, 7 up, 8 in 2024-09-11T07:28:51.663 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:51 smithi017 ceph-mon[63383]: from='osd.0 [v2:172.21.15.17:6802/1979977183,v1:172.21.15.17:6803/1979977183]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi017", "root=default"]}]: dispatch 2024-09-11T07:28:51.663 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:51 smithi017 ceph-mon[63383]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi017", "root=default"]}]: dispatch 2024-09-11T07:28:52.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:51 smithi045 ceph-mon[48800]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-11T07:28:52.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:51 smithi045 ceph-mon[48800]: osdmap e78: 8 total, 7 up, 8 in 2024-09-11T07:28:52.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:51 smithi045 ceph-mon[48800]: from='osd.0 [v2:172.21.15.17:6802/1979977183,v1:172.21.15.17:6803/1979977183]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi017", "root=default"]}]: dispatch 2024-09-11T07:28:52.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:51 smithi045 ceph-mon[48800]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi017", "root=default"]}]: dispatch 2024-09-11T07:28:52.563 INFO:teuthology.orchestra.run.smithi017.stdout: 5 182731 4.86 MB/sec execute 490 sec latency 1014.147 ms 2024-09-11T07:28:52.937 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:52 smithi045 ceph-mon[48800]: pgmap v67: 129 pgs: 18 active+undersized, 31 active+undersized+degraded, 80 active+clean; 330 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.5 MiB/s wr, 464 op/s; 216/1638 objects degraded (13.187%) 2024-09-11T07:28:52.937 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:52 smithi045 ceph-mon[48800]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T07:28:52.937 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:52 smithi045 ceph-mon[48800]: osd.0 [v2:172.21.15.17:6802/1979977183,v1:172.21.15.17:6803/1979977183] boot 2024-09-11T07:28:52.937 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:52 smithi045 ceph-mon[48800]: osdmap e79: 8 total, 8 up, 8 in 2024-09-11T07:28:52.937 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:52 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:28:52.937 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:52 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:52.937 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:52 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:52.937 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:52 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:52.937 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:52 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:52.937 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:52 smithi045 ceph-mon[48800]: osdmap e80: 8 total, 8 up, 8 in 2024-09-11T07:28:53.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:52 smithi017 ceph-mon[63383]: pgmap v67: 129 pgs: 18 active+undersized, 31 active+undersized+degraded, 80 active+clean; 330 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.5 MiB/s wr, 464 op/s; 216/1638 objects degraded (13.187%) 2024-09-11T07:28:53.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:52 smithi017 ceph-mon[63383]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T07:28:53.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:52 smithi017 ceph-mon[63383]: osd.0 [v2:172.21.15.17:6802/1979977183,v1:172.21.15.17:6803/1979977183] boot 2024-09-11T07:28:53.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:52 smithi017 ceph-mon[63383]: osdmap e79: 8 total, 8 up, 8 in 2024-09-11T07:28:53.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:52 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-11T07:28:53.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:52 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:53.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:52 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:53.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:52 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:53.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:52 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:53.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:52 smithi017 ceph-mon[63383]: osdmap e80: 8 total, 8 up, 8 in 2024-09-11T07:28:53.563 INFO:teuthology.orchestra.run.smithi017.stdout: 5 182870 4.86 MB/sec execute 491 sec latency 2014.191 ms 2024-09-11T07:28:54.563 INFO:teuthology.orchestra.run.smithi017.stdout: 5 183213 4.86 MB/sec execute 492 sec latency 2051.239 ms 2024-09-11T07:28:54.602 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:54 smithi017 ceph-mon[63383]: pgmap v70: 129 pgs: 33 peering, 5 active+undersized, 11 active+undersized+degraded, 80 active+clean; 336 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 8.7 MiB/s wr, 940 op/s; 95/1659 objects degraded (5.726%) 2024-09-11T07:28:54.602 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:54 smithi017 ceph-mon[63383]: osdmap e81: 8 total, 8 up, 8 in 2024-09-11T07:28:54.602 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:54 smithi017 ceph-mon[63383]: osdmap e82: 8 total, 8 up, 8 in 2024-09-11T07:28:54.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:54 smithi045 ceph-mon[48800]: pgmap v70: 129 pgs: 33 peering, 5 active+undersized, 11 active+undersized+degraded, 80 active+clean; 336 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 8.7 MiB/s wr, 940 op/s; 95/1659 objects degraded (5.726%) 2024-09-11T07:28:54.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:54 smithi045 ceph-mon[48800]: osdmap e81: 8 total, 8 up, 8 in 2024-09-11T07:28:54.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:54 smithi045 ceph-mon[48800]: osdmap e82: 8 total, 8 up, 8 in 2024-09-11T07:28:55.563 INFO:teuthology.orchestra.run.smithi017.stdout: 5 183350 4.85 MB/sec execute 493 sec latency 987.370 ms 2024-09-11T07:28:56.563 INFO:teuthology.orchestra.run.smithi017.stdout: 5 183928 4.88 MB/sec execute 494 sec latency 41.753 ms 2024-09-11T07:28:56.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:56 smithi045 ceph-mon[48800]: pgmap v73: 129 pgs: 33 peering, 5 active+undersized, 11 active+undersized+degraded, 80 active+clean; 336 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 6.4 MiB/s wr, 677 op/s; 95/1659 objects degraded (5.726%) 2024-09-11T07:28:56.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:56 smithi045 ceph-mon[48800]: osdmap e83: 8 total, 8 up, 8 in 2024-09-11T07:28:56.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:56 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:56.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:56 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:56.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:56 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:28:56.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:56 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:28:56.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:56 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:56.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:56 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:56.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:56 smithi017 ceph-mon[63383]: pgmap v73: 129 pgs: 33 peering, 5 active+undersized, 11 active+undersized+degraded, 80 active+clean; 336 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 6.4 MiB/s wr, 677 op/s; 95/1659 objects degraded (5.726%) 2024-09-11T07:28:56.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:56 smithi017 ceph-mon[63383]: osdmap e83: 8 total, 8 up, 8 in 2024-09-11T07:28:56.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:56 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:56.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:56 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:56.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:56 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:28:56.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:56 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:28:56.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:56 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:56.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:56 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:57.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:57 smithi017 ceph-mon[63383]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:28:57.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:57 smithi017 ceph-mon[63383]: pgmap v75: 129 pgs: 33 peering, 96 active+clean; 334 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 1.5 MiB/s wr, 70 op/s; 750 KiB/s, 30 objects/s recovering 2024-09-11T07:28:57.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:57 smithi017 ceph-mon[63383]: pgmap v76: 129 pgs: 33 peering, 96 active+clean; 334 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 1.8 MiB/s wr, 87 op/s; 927 KiB/s, 37 objects/s recovering 2024-09-11T07:28:57.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:57 smithi017 ceph-mon[63383]: Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:28:57.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:57 smithi017 ceph-mon[63383]: Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:28:57.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:57 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:57.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:57 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:28:57.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:57 smithi017 ceph-mon[63383]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 95/1659 objects degraded (5.726%), 11 pgs degraded) 2024-09-11T07:28:57.564 INFO:teuthology.orchestra.run.smithi017.stdout: 5 184550 4.91 MB/sec execute 495 sec latency 32.687 ms 2024-09-11T07:28:57.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:57 smithi045 ceph-mon[48800]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:28:57.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:57 smithi045 ceph-mon[48800]: pgmap v75: 129 pgs: 33 peering, 96 active+clean; 334 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 1.5 MiB/s wr, 70 op/s; 750 KiB/s, 30 objects/s recovering 2024-09-11T07:28:57.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:57 smithi045 ceph-mon[48800]: pgmap v76: 129 pgs: 33 peering, 96 active+clean; 334 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 1.8 MiB/s wr, 87 op/s; 927 KiB/s, 37 objects/s recovering 2024-09-11T07:28:57.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:57 smithi045 ceph-mon[48800]: Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:28:57.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:57 smithi045 ceph-mon[48800]: Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:28:57.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:57 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:28:57.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:57 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:28:57.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:57 smithi045 ceph-mon[48800]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 95/1659 objects degraded (5.726%), 11 pgs degraded) 2024-09-11T07:28:58.564 INFO:teuthology.orchestra.run.smithi017.stdout: 5 185091 4.94 MB/sec execute 496 sec latency 31.629 ms 2024-09-11T07:28:59.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:28:59 smithi017 ceph-mon[63383]: pgmap v77: 129 pgs: 129 active+clean; 328 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.9 MiB/s wr, 539 op/s; 3.4 MiB/s, 44 objects/s recovering 2024-09-11T07:28:59.564 INFO:teuthology.orchestra.run.smithi017.stdout: 5 185516 4.95 MB/sec execute 497 sec latency 39.993 ms 2024-09-11T07:28:59.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:28:59 smithi045 ceph-mon[48800]: pgmap v77: 129 pgs: 129 active+clean; 328 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.9 MiB/s wr, 539 op/s; 3.4 MiB/s, 44 objects/s recovering 2024-09-11T07:29:00.564 INFO:teuthology.orchestra.run.smithi017.stdout: 5 185876 4.96 MB/sec execute 498 sec latency 40.790 ms 2024-09-11T07:29:00.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:00 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:29:00.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:00 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:29:00.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:00 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:29:00.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:00 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:29:00.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:00 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-11T07:29:00.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:00 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:29:00.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:00 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:29:00.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:00 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:29:00.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:00 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:29:00.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:00 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-11T07:29:01.564 INFO:teuthology.orchestra.run.smithi017.stdout: 5 186238 4.96 MB/sec execute 499 sec latency 42.114 ms 2024-09-11T07:29:01.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:01 smithi045 ceph-mon[48800]: pgmap v78: 129 pgs: 129 active+clean; 328 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.9 MiB/s wr, 430 op/s; 2.7 MiB/s, 35 objects/s recovering 2024-09-11T07:29:01.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:01 smithi045 ceph-mon[48800]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:29:01.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:29:01.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:29:01.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:29:01.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:29:01.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:29:01.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:29:01.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:29:01.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: main() 2024-09-11T07:29:01.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:29:01.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: r = ctx.func(ctx) 2024-09-11T07:29:01.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:29:01.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return func(ctx) 2024-09-11T07:29:01.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:29:01.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:29:01.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:29:01.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:29:01.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:29:01.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:29:01.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:29:01.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:29:01.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:29:01.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:29:01.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:29:01.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:29:01.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.wait_async( 2024-09-11T07:29:01.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:29:01.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:29:01.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:29:01.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return future.result(timeout) 2024-09-11T07:29:01.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:29:01.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.__get_result() 2024-09-11T07:29:01.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:29:01.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise self._exception 2024-09-11T07:29:01.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:29:01.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: out, err, code = await self._run_cephadm( 2024-09-11T07:29:01.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:29:01.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise OrchestratorError( 2024-09-11T07:29:01.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:29:01.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:29:01.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:29:01.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:29:01.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:29:01.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:29:01.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:29:01.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:29:01.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: main() 2024-09-11T07:29:01.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:29:01.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: r = ctx.func(ctx) 2024-09-11T07:29:01.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:29:01.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return func(ctx) 2024-09-11T07:29:01.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:29:01.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:29:01.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:29:01.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:29:01.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:29:01.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:29:01.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:29:01.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:29:01.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:01 smithi045 ceph-mon[48800]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-11T07:29:01.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:01 smithi045 ceph-mon[48800]: Upgrade: osd.1 is safe to restart 2024-09-11T07:29:01.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:01 smithi017 ceph-mon[63383]: pgmap v78: 129 pgs: 129 active+clean; 328 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.9 MiB/s wr, 430 op/s; 2.7 MiB/s, 35 objects/s recovering 2024-09-11T07:29:01.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:01 smithi017 ceph-mon[63383]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:29:01.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:29:01.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:29:01.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:29:01.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:29:01.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:29:01.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:29:01.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:29:01.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: main() 2024-09-11T07:29:01.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:29:01.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: r = ctx.func(ctx) 2024-09-11T07:29:01.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:29:01.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return func(ctx) 2024-09-11T07:29:01.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:29:01.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:29:01.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:29:01.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:29:01.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:29:01.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:29:01.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:29:01.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:29:01.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:29:01.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:29:01.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:29:01.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:29:01.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.wait_async( 2024-09-11T07:29:01.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:29:01.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:29:01.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:29:01.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return future.result(timeout) 2024-09-11T07:29:01.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:29:01.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.__get_result() 2024-09-11T07:29:01.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:29:01.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise self._exception 2024-09-11T07:29:01.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:29:01.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: out, err, code = await self._run_cephadm( 2024-09-11T07:29:01.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:29:01.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise OrchestratorError( 2024-09-11T07:29:01.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:29:01.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:29:01.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:29:01.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:29:01.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:29:01.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:29:01.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:29:01.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:29:01.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: main() 2024-09-11T07:29:01.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:29:01.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: r = ctx.func(ctx) 2024-09-11T07:29:01.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:29:01.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return func(ctx) 2024-09-11T07:29:01.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:29:01.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:29:01.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:29:01.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:29:01.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:29:01.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:29:01.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:29:01.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:29:01.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:01 smithi017 ceph-mon[63383]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-11T07:29:01.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:01 smithi017 ceph-mon[63383]: Upgrade: osd.1 is safe to restart 2024-09-11T07:29:02.565 INFO:teuthology.orchestra.run.smithi017.stdout: 5 186646 4.97 MB/sec execute 500 sec latency 94.432 ms 2024-09-11T07:29:03.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:03 smithi045 ceph-mon[48800]: pgmap v79: 129 pgs: 129 active+clean; 332 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 4.5 MiB/s wr, 404 op/s; 2.3 MiB/s, 29 objects/s recovering 2024-09-11T07:29:03.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:03 smithi045 ceph-mon[48800]: Upgrade: Updating osd.1 2024-09-11T07:29:03.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:03 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:29:03.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:03 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T07:29:03.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:03 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:29:03.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:03 smithi045 ceph-mon[48800]: Deploying daemon osd.1 on smithi017 2024-09-11T07:29:03.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:03 smithi017 ceph-mon[63383]: pgmap v79: 129 pgs: 129 active+clean; 332 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 4.5 MiB/s wr, 404 op/s; 2.3 MiB/s, 29 objects/s recovering 2024-09-11T07:29:03.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:03 smithi017 ceph-mon[63383]: Upgrade: Updating osd.1 2024-09-11T07:29:03.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:03 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:29:03.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:03 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-11T07:29:03.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:03 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:29:03.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:03 smithi017 ceph-mon[63383]: Deploying daemon osd.1 on smithi017 2024-09-11T07:29:03.565 INFO:teuthology.orchestra.run.smithi017.stdout: 5 187382 5.00 MB/sec execute 501 sec latency 69.048 ms 2024-09-11T07:29:04.565 INFO:teuthology.orchestra.run.smithi017.stdout: 5 188277 5.04 MB/sec execute 502 sec latency 26.920 ms 2024-09-11T07:29:05.449 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:05 smithi017 ceph-mon[63383]: pgmap v80: 129 pgs: 129 active+clean; 332 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.7 MiB/s wr, 664 op/s; 1.8 MiB/s, 23 objects/s recovering 2024-09-11T07:29:05.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:05 smithi045 ceph-mon[48800]: pgmap v80: 129 pgs: 129 active+clean; 332 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.7 MiB/s wr, 664 op/s; 1.8 MiB/s, 23 objects/s recovering 2024-09-11T07:29:05.565 INFO:teuthology.orchestra.run.smithi017.stdout: 5 189170 5.09 MB/sec execute 503 sec latency 41.757 ms 2024-09-11T07:29:06.565 INFO:teuthology.orchestra.run.smithi017.stdout: 5 189467 5.10 MB/sec execute 504 sec latency 61.583 ms 2024-09-11T07:29:07.008 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:06 smithi017 systemd[1]: Stopping Ceph osd.1 for ef0778be-700c-11ef-bcea-c7b262605968... 2024-09-11T07:29:07.008 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:06 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.1[34308]: debug 2024-09-11T07:29:06.893+0000 7ff157fa3700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-11T07:29:07.008 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:06 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.1[34308]: debug 2024-09-11T07:29:06.893+0000 7ff157fa3700 -1 osd.1 83 *** Got signal Terminated *** 2024-09-11T07:29:07.008 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:06 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.1[34308]: debug 2024-09-11T07:29:06.893+0000 7ff157fa3700 -1 osd.1 83 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T07:29:07.290 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:07 smithi017 podman[71959]: 2024-09-11 07:29:07.006092423 +0000 UTC m=+0.245894147 container died b9bde4672d1022e08e3aeb8e957fe37ac12a5b1b2111197780a18d03a808c6a3 (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.1, ceph=True, org.label-schema.build-date=20201204, CEPH_POINT_RELEASE=-16.2.4, GIT_BRANCH=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Base Image, GIT_CLEAN=True, RELEASE=HEAD, org.label-schema.vendor=CentOS, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e) 2024-09-11T07:29:07.565 INFO:teuthology.orchestra.run.smithi017.stdout: 5 189563 5.09 MB/sec execute 505 sec latency 683.449 ms 2024-09-11T07:29:07.710 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:07 smithi017 podman[71959]: 2024-09-11 07:29:07.399478742 +0000 UTC m=+0.639280453 container cleanup b9bde4672d1022e08e3aeb8e957fe37ac12a5b1b2111197780a18d03a808c6a3 (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.1, ceph=True, GIT_BRANCH=HEAD, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-16.2.4, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, RELEASE=HEAD, org.label-schema.build-date=20201204, org.label-schema.schema-version=1.0) 2024-09-11T07:29:07.710 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:07 smithi017 bash[71959]: ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.1 2024-09-11T07:29:07.710 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:07 smithi017 ceph-mon[63383]: pgmap v81: 129 pgs: 129 active+clean; 332 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 6.2 MiB/s wr, 590 op/s; 1.3 MiB/s, 9 objects/s recovering 2024-09-11T07:29:07.711 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:07 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:29:07.711 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:07 smithi017 ceph-mon[63383]: osd.1 reported immediately failed by osd.5 2024-09-11T07:29:07.711 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:07 smithi017 ceph-mon[63383]: osd.1 failed (root=default,host=smithi017) (connection refused reported by osd.5) 2024-09-11T07:29:07.711 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:07 smithi017 ceph-mon[63383]: osd.1 reported immediately failed by osd.5 2024-09-11T07:29:07.711 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:07 smithi017 ceph-mon[63383]: osd.1 reported immediately failed by osd.3 2024-09-11T07:29:07.711 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:07 smithi017 ceph-mon[63383]: osd.1 reported immediately failed by osd.2 2024-09-11T07:29:07.711 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:07 smithi017 ceph-mon[63383]: osd.1 reported immediately failed by osd.3 2024-09-11T07:29:07.711 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:07 smithi017 ceph-mon[63383]: osd.1 reported immediately failed by osd.2 2024-09-11T07:29:07.711 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:07 smithi017 ceph-mon[63383]: osd.1 reported immediately failed by osd.3 2024-09-11T07:29:07.711 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:07 smithi017 ceph-mon[63383]: osd.1 reported immediately failed by osd.0 2024-09-11T07:29:07.711 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:07 smithi017 ceph-mon[63383]: osd.1 reported immediately failed by osd.5 2024-09-11T07:29:07.711 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:07 smithi017 ceph-mon[63383]: osd.1 reported immediately failed by osd.6 2024-09-11T07:29:07.711 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:07 smithi017 ceph-mon[63383]: osd.1 reported immediately failed by osd.6 2024-09-11T07:29:07.711 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:07 smithi017 ceph-mon[63383]: osd.1 reported immediately failed by osd.7 2024-09-11T07:29:07.711 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:07 smithi017 ceph-mon[63383]: osd.1 reported immediately failed by osd.4 2024-09-11T07:29:07.712 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:07 smithi017 ceph-mon[63383]: osd.1 reported immediately failed by osd.6 2024-09-11T07:29:07.712 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:07 smithi017 ceph-mon[63383]: osd.1 reported immediately failed by osd.7 2024-09-11T07:29:07.712 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:07 smithi017 ceph-mon[63383]: osd.1 reported immediately failed by osd.4 2024-09-11T07:29:07.712 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:07 smithi017 ceph-mon[63383]: osd.1 reported immediately failed by osd.0 2024-09-11T07:29:07.712 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:07 smithi017 ceph-mon[63383]: osd.1 reported immediately failed by osd.4 2024-09-11T07:29:07.712 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:07 smithi017 ceph-mon[63383]: osd.1 reported immediately failed by osd.7 2024-09-11T07:29:07.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:07 smithi045 ceph-mon[48800]: pgmap v81: 129 pgs: 129 active+clean; 332 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 6.2 MiB/s wr, 590 op/s; 1.3 MiB/s, 9 objects/s recovering 2024-09-11T07:29:07.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:07 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:29:07.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:07 smithi045 ceph-mon[48800]: osd.1 reported immediately failed by osd.5 2024-09-11T07:29:07.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:07 smithi045 ceph-mon[48800]: osd.1 failed (root=default,host=smithi017) (connection refused reported by osd.5) 2024-09-11T07:29:07.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:07 smithi045 ceph-mon[48800]: osd.1 reported immediately failed by osd.5 2024-09-11T07:29:07.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:07 smithi045 ceph-mon[48800]: osd.1 reported immediately failed by osd.3 2024-09-11T07:29:07.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:07 smithi045 ceph-mon[48800]: osd.1 reported immediately failed by osd.2 2024-09-11T07:29:07.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:07 smithi045 ceph-mon[48800]: osd.1 reported immediately failed by osd.3 2024-09-11T07:29:07.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:07 smithi045 ceph-mon[48800]: osd.1 reported immediately failed by osd.2 2024-09-11T07:29:07.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:07 smithi045 ceph-mon[48800]: osd.1 reported immediately failed by osd.3 2024-09-11T07:29:07.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:07 smithi045 ceph-mon[48800]: osd.1 reported immediately failed by osd.0 2024-09-11T07:29:07.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:07 smithi045 ceph-mon[48800]: osd.1 reported immediately failed by osd.5 2024-09-11T07:29:07.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:07 smithi045 ceph-mon[48800]: osd.1 reported immediately failed by osd.6 2024-09-11T07:29:07.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:07 smithi045 ceph-mon[48800]: osd.1 reported immediately failed by osd.6 2024-09-11T07:29:07.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:07 smithi045 ceph-mon[48800]: osd.1 reported immediately failed by osd.7 2024-09-11T07:29:07.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:07 smithi045 ceph-mon[48800]: osd.1 reported immediately failed by osd.4 2024-09-11T07:29:07.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:07 smithi045 ceph-mon[48800]: osd.1 reported immediately failed by osd.6 2024-09-11T07:29:07.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:07 smithi045 ceph-mon[48800]: osd.1 reported immediately failed by osd.7 2024-09-11T07:29:07.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:07 smithi045 ceph-mon[48800]: osd.1 reported immediately failed by osd.4 2024-09-11T07:29:07.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:07 smithi045 ceph-mon[48800]: osd.1 reported immediately failed by osd.0 2024-09-11T07:29:07.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:07 smithi045 ceph-mon[48800]: osd.1 reported immediately failed by osd.4 2024-09-11T07:29:07.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:07 smithi045 ceph-mon[48800]: osd.1 reported immediately failed by osd.7 2024-09-11T07:29:08.040 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:07 smithi017 podman[71973]: 2024-09-11 07:29:07.709194839 +0000 UTC m=+0.692395399 container remove b9bde4672d1022e08e3aeb8e957fe37ac12a5b1b2111197780a18d03a808c6a3 (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.1, RELEASE=HEAD, ceph=True, GIT_CLEAN=True, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, GIT_BRANCH=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.build-date=20201204, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=-16.2.4, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0) 2024-09-11T07:29:08.431 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:08 smithi017 podman[72083]: 2024-09-11 07:29:08.075622637 +0000 UTC m=+0.016331030 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T07:29:08.431 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:08 smithi017 podman[72083]: 2024-09-11 07:29:08.185177672 +0000 UTC m=+0.125886068 container create 8e653fc819007a2f9f462c006bfe5f44673db15cf3156057bc9b72643c0d31bb (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-1-deactivate, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20240731, io.buildah.version=1.37.2) 2024-09-11T07:29:08.432 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:08 smithi017 podman[72083]: 2024-09-11 07:29:08.412963776 +0000 UTC m=+0.353672172 container init 8e653fc819007a2f9f462c006bfe5f44673db15cf3156057bc9b72643c0d31bb (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-1-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731) 2024-09-11T07:29:08.432 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:08 smithi017 podman[72083]: 2024-09-11 07:29:08.416649885 +0000 UTC m=+0.357358282 container start 8e653fc819007a2f9f462c006bfe5f44673db15cf3156057bc9b72643c0d31bb (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-1-deactivate, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_CLEAN=True, io.buildah.version=1.37.2, ceph=True, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T07:29:08.565 INFO:teuthology.orchestra.run.smithi017.stdout: 5 189573 5.08 MB/sec execute 506 sec latency 1617.536 ms 2024-09-11T07:29:08.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:08 smithi045 ceph-mon[48800]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T07:29:08.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:08 smithi045 ceph-mon[48800]: osdmap e84: 8 total, 7 up, 8 in 2024-09-11T07:29:08.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:08 smithi017 ceph-mon[63383]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T07:29:08.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:08 smithi017 ceph-mon[63383]: osdmap e84: 8 total, 7 up, 8 in 2024-09-11T07:29:08.790 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:08 smithi017 podman[72083]: 2024-09-11 07:29:08.546734024 +0000 UTC m=+0.487442426 container attach 8e653fc819007a2f9f462c006bfe5f44673db15cf3156057bc9b72643c0d31bb (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-1-deactivate, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2) 2024-09-11T07:29:08.790 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:08 smithi017 podman[72083]: 2024-09-11 07:29:08.650974428 +0000 UTC m=+0.591682824 container died 8e653fc819007a2f9f462c006bfe5f44673db15cf3156057bc9b72643c0d31bb (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-1-deactivate, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T07:29:09.447 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:09 smithi017 podman[72106]: 2024-09-11 07:29:09.435072183 +0000 UTC m=+0.776848403 container remove 8e653fc819007a2f9f462c006bfe5f44673db15cf3156057bc9b72643c0d31bb (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-1-deactivate, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, ceph=True, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T07:29:09.447 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:09 smithi017 ceph-mon[63383]: pgmap v83: 129 pgs: 16 stale+active+clean, 113 active+clean; 339 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 7.7 MiB/s wr, 711 op/s 2024-09-11T07:29:09.447 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:09 smithi017 ceph-mon[63383]: osdmap e85: 8 total, 7 up, 8 in 2024-09-11T07:29:09.565 INFO:teuthology.orchestra.run.smithi017.stdout: 5 190168 5.09 MB/sec execute 507 sec latency 28.157 ms 2024-09-11T07:29:09.776 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:09 smithi017 systemd[1]: ceph-ef0778be-700c-11ef-bcea-c7b262605968@osd.1.service: Deactivated successfully. 2024-09-11T07:29:09.776 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:09 smithi017 systemd[1]: Stopped Ceph osd.1 for ef0778be-700c-11ef-bcea-c7b262605968. 2024-09-11T07:29:09.776 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:09 smithi017 systemd[1]: ceph-ef0778be-700c-11ef-bcea-c7b262605968@osd.1.service: Consumed 3min 23.979s CPU time. 2024-09-11T07:29:09.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:09 smithi045 ceph-mon[48800]: pgmap v83: 129 pgs: 16 stale+active+clean, 113 active+clean; 339 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 7.7 MiB/s wr, 711 op/s 2024-09-11T07:29:09.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:09 smithi045 ceph-mon[48800]: osdmap e85: 8 total, 7 up, 8 in 2024-09-11T07:29:10.035 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:09 smithi017 systemd[1]: Starting Ceph osd.1 for ef0778be-700c-11ef-bcea-c7b262605968... 2024-09-11T07:29:10.290 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:10 smithi017 podman[72236]: 2024-09-11 07:29:09.938736032 +0000 UTC m=+0.023565201 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T07:29:10.290 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:10 smithi017 podman[72236]: 2024-09-11 07:29:10.078183836 +0000 UTC m=+0.163012995 container create eafd1fa5bcfb81f06b12c09b4acd5791986a0f626e0ab14c2f63540bd5bd2b2d (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-1-activate, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , ceph=True) 2024-09-11T07:29:10.566 INFO:teuthology.orchestra.run.smithi017.stdout: 5 190825 5.11 MB/sec execute 508 sec latency 56.957 ms 2024-09-11T07:29:10.768 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:10 smithi017 podman[72236]: 2024-09-11 07:29:10.398229838 +0000 UTC m=+0.483059009 container init eafd1fa5bcfb81f06b12c09b4acd5791986a0f626e0ab14c2f63540bd5bd2b2d (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-1-activate, 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, GIT_CLEAN=True, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828) 2024-09-11T07:29:10.768 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:10 smithi017 podman[72236]: 2024-09-11 07:29:10.404299321 +0000 UTC m=+0.489128487 container start eafd1fa5bcfb81f06b12c09b4acd5791986a0f626e0ab14c2f63540bd5bd2b2d (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-1-activate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, ceph=True, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828) 2024-09-11T07:29:10.769 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:10 smithi017 podman[72236]: 2024-09-11 07:29:10.498451666 +0000 UTC m=+0.583280850 container attach eafd1fa5bcfb81f06b12c09b4acd5791986a0f626e0ab14c2f63540bd5bd2b2d (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-1-activate, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, CEPH_POINT_RELEASE=, ceph=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, 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-11T07:29:11.040 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:10 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-1-activate[72248]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-11T07:29:11.041 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:10 smithi017 bash[72236]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-11T07:29:11.041 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:10 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-1-activate[72248]: 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-11T07:29:11.041 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:10 smithi017 bash[72236]: 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-11T07:29:11.041 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:10 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-1-activate[72248]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-09-11T07:29:11.041 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:10 smithi017 bash[72236]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-09-11T07:29:11.041 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:10 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-1-activate[72248]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-11T07:29:11.041 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:10 smithi017 bash[72236]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-11T07:29:11.041 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:10 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-1-activate[72248]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2024-09-11T07:29:11.041 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:10 smithi017 bash[72236]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2024-09-11T07:29:11.041 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:10 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-1-activate[72248]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-11T07:29:11.041 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:10 smithi017 bash[72236]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-11T07:29:11.042 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:10 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-1-activate[72248]: --> ceph-volume raw activate successful for osd ID: 1 2024-09-11T07:29:11.042 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:10 smithi017 bash[72236]: --> ceph-volume raw activate successful for osd ID: 1 2024-09-11T07:29:11.042 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:10 smithi017 podman[72236]: 2024-09-11 07:29:10.827789817 +0000 UTC m=+0.912618984 container died eafd1fa5bcfb81f06b12c09b4acd5791986a0f626e0ab14c2f63540bd5bd2b2d (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-1-activate, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, ceph=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T07:29:11.538 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:11 smithi017 ceph-mon[63383]: pgmap v85: 129 pgs: 16 stale+active+clean, 113 active+clean; 339 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 8.6 MiB/s wr, 850 op/s 2024-09-11T07:29:11.538 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:11 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:29:11.538 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:11 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:29:11.566 INFO:teuthology.orchestra.run.smithi017.stdout: 5 191587 5.14 MB/sec execute 509 sec latency 34.190 ms 2024-09-11T07:29:11.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:11 smithi045 ceph-mon[48800]: pgmap v85: 129 pgs: 16 stale+active+clean, 113 active+clean; 339 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 14 KiB/s rd, 8.6 MiB/s wr, 850 op/s 2024-09-11T07:29:11.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:11 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:29:11.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:11 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:29:11.790 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:11 smithi017 podman[72380]: 2024-09-11 07:29:11.536843406 +0000 UTC m=+0.701275308 container remove eafd1fa5bcfb81f06b12c09b4acd5791986a0f626e0ab14c2f63540bd5bd2b2d (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-1-activate, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, ceph=True, CEPH_POINT_RELEASE=, GIT_CLEAN=True) 2024-09-11T07:29:12.085 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:11 smithi017 podman[72434]: 2024-09-11 07:29:11.696734606 +0000 UTC m=+0.025589743 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T07:29:12.086 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:11 smithi017 podman[72434]: 2024-09-11 07:29:11.823497319 +0000 UTC m=+0.152352464 container create 2e7de52a66241d80afadcaf7726a23d6aef2ad69a71d7da12773d4040bde6c02 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-1, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD) 2024-09-11T07:29:12.086 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:12 smithi017 podman[72434]: 2024-09-11 07:29:12.084445304 +0000 UTC m=+0.413300449 container init 2e7de52a66241d80afadcaf7726a23d6aef2ad69a71d7da12773d4040bde6c02 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-1, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, 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, ceph=True, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, GIT_CLEAN=True, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828) 2024-09-11T07:29:12.540 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:12 smithi017 podman[72434]: 2024-09-11 07:29:12.089899575 +0000 UTC m=+0.418754718 container start 2e7de52a66241d80afadcaf7726a23d6aef2ad69a71d7da12773d4040bde6c02 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-1, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True, maintainer=Guillaume Abrioux , ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T07:29:12.540 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:12 smithi017 ceph-osd[72451]: -- 172.21.15.17:0/3575992035 <== mon.1 v2:172.21.15.45:3300/0 3 ==== mon_map magic: 0 v1 ==== 357+0+0 (secure 0 0 0) 0x558356fe74a0 con 0x558356e6f000 2024-09-11T07:29:12.541 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:12 smithi017 ceph-osd[72451]: -- 172.21.15.17:0/3575992035 <== mon.1 v2:172.21.15.45:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x558356e9cd00 con 0x558356e6f000 2024-09-11T07:29:12.541 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:12 smithi017 bash[72434]: 2e7de52a66241d80afadcaf7726a23d6aef2ad69a71d7da12773d4040bde6c02 2024-09-11T07:29:12.541 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:12 smithi017 systemd[1]: Started Ceph osd.1 for ef0778be-700c-11ef-bcea-c7b262605968. 2024-09-11T07:29:12.566 INFO:teuthology.orchestra.run.smithi017.stdout: 5 191887 5.15 MB/sec execute 510 sec latency 41.984 ms 2024-09-11T07:29:13.040 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:12 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-1[72447]: 2024-09-11T07:29:12.633+0000 7f931d797440 -1 Falling back to public interface 2024-09-11T07:29:13.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:13 smithi045 ceph-mon[48800]: pgmap v86: 129 pgs: 2 active+undersized, 15 stale+active+clean, 3 active+undersized+degraded, 109 active+clean; 337 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 492 op/s; 21/1611 objects degraded (1.304%) 2024-09-11T07:29:13.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:13 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:29:13.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:13 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:29:13.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:13 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:29:13.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:13 smithi045 ceph-mon[48800]: Health check failed: Degraded data redundancy: 21/1611 objects degraded (1.304%), 3 pgs degraded (PG_DEGRADED) 2024-09-11T07:29:13.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:13 smithi017 ceph-mon[63383]: pgmap v86: 129 pgs: 2 active+undersized, 15 stale+active+clean, 3 active+undersized+degraded, 109 active+clean; 337 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 492 op/s; 21/1611 objects degraded (1.304%) 2024-09-11T07:29:13.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:13 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:29:13.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:13 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:29:13.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:13 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:29:13.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:13 smithi017 ceph-mon[63383]: Health check failed: Degraded data redundancy: 21/1611 objects degraded (1.304%), 3 pgs degraded (PG_DEGRADED) 2024-09-11T07:29:13.565 INFO:teuthology.orchestra.run.smithi017.stdout: 5 192249 5.17 MB/sec execute 511 sec latency 51.677 ms 2024-09-11T07:29:14.566 INFO:teuthology.orchestra.run.smithi017.stdout: 5 192684 5.19 MB/sec execute 512 sec latency 35.693 ms 2024-09-11T07:29:15.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:15 smithi045 ceph-mon[48800]: pgmap v87: 129 pgs: 26 active+undersized, 27 active+undersized+degraded, 76 active+clean; 333 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 8.5 MiB/s wr, 915 op/s; 197/1701 objects degraded (11.581%) 2024-09-11T07:29:15.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:15 smithi017 ceph-mon[63383]: pgmap v87: 129 pgs: 26 active+undersized, 27 active+undersized+degraded, 76 active+clean; 333 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 8.5 MiB/s wr, 915 op/s; 197/1701 objects degraded (11.581%) 2024-09-11T07:29:15.566 INFO:teuthology.orchestra.run.smithi017.stdout: 5 193258 5.20 MB/sec execute 513 sec latency 35.689 ms 2024-09-11T07:29:16.566 INFO:teuthology.orchestra.run.smithi017.stdout: 5 193882 5.21 MB/sec execute 514 sec latency 42.938 ms 2024-09-11T07:29:17.283 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:17 smithi017 ceph-mon[63383]: pgmap v88: 129 pgs: 26 active+undersized, 27 active+undersized+degraded, 76 active+clean; 335 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 2.9 KiB/s rd, 4.7 MiB/s wr, 469 op/s; 194/1722 objects degraded (11.266%) 2024-09-11T07:29:17.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:17 smithi045 ceph-mon[48800]: pgmap v88: 129 pgs: 26 active+undersized, 27 active+undersized+degraded, 76 active+clean; 335 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 2.9 KiB/s rd, 4.7 MiB/s wr, 469 op/s; 194/1722 objects degraded (11.266%) 2024-09-11T07:29:17.540 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:17 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-1[72447]: 2024-09-11T07:29:17.477+0000 7f931d797440 -1 osd.1 0 read_superblock omap replica is missing. 2024-09-11T07:29:17.566 INFO:teuthology.orchestra.run.smithi017.stdout: 5 194478 5.24 MB/sec execute 515 sec latency 27.735 ms 2024-09-11T07:29:18.566 INFO:teuthology.orchestra.run.smithi017.stdout: 5 195121 5.26 MB/sec execute 516 sec latency 36.384 ms 2024-09-11T07:29:18.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:18 smithi045 ceph-mon[48800]: Health check update: Degraded data redundancy: 157/1533 objects degraded (10.241%), 27 pgs degraded (PG_DEGRADED) 2024-09-11T07:29:18.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:18 smithi017 ceph-mon[63383]: Health check update: Degraded data redundancy: 157/1533 objects degraded (10.241%), 27 pgs degraded (PG_DEGRADED) 2024-09-11T07:29:18.790 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:18 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-1[72447]: 2024-09-11T07:29:18.501+0000 7f931d797440 -1 osd.1 83 log_to_monitors true 2024-09-11T07:29:19.540 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:29:19 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-1[72447]: 2024-09-11T07:29:19.360+0000 7f9313d40640 -1 osd.1 83 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T07:29:19.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:19 smithi017 ceph-mon[63383]: pgmap v89: 129 pgs: 26 active+undersized, 27 active+undersized+degraded, 76 active+clean; 328 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 9.2 KiB/s rd, 7.3 MiB/s wr, 776 op/s; 157/1533 objects degraded (10.241%) 2024-09-11T07:29:19.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:19 smithi017 ceph-mon[63383]: from='osd.1 [v2:172.21.15.17:6810/2613475401,v1:172.21.15.17:6811/2613475401]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T07:29:19.566 INFO:teuthology.orchestra.run.smithi017.stdout: 5 195501 5.27 MB/sec execute 517 sec latency 35.373 ms 2024-09-11T07:29:19.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:19 smithi045 ceph-mon[48800]: pgmap v89: 129 pgs: 26 active+undersized, 27 active+undersized+degraded, 76 active+clean; 328 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 9.2 KiB/s rd, 7.3 MiB/s wr, 776 op/s; 157/1533 objects degraded (10.241%) 2024-09-11T07:29:19.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:19 smithi045 ceph-mon[48800]: from='osd.1 [v2:172.21.15.17:6810/2613475401,v1:172.21.15.17:6811/2613475401]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-11T07:29:20.257 INFO:teuthology.orchestra.run.smithi017.stdout:true 2024-09-11T07:29:20.451 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:20 smithi017 ceph-mon[63383]: from='osd.1 [v2:172.21.15.17:6810/2613475401,v1:172.21.15.17:6811/2613475401]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-11T07:29:20.451 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:20 smithi017 ceph-mon[63383]: osdmap e86: 8 total, 7 up, 8 in 2024-09-11T07:29:20.452 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:20 smithi017 ceph-mon[63383]: from='osd.1 [v2:172.21.15.17:6810/2613475401,v1:172.21.15.17:6811/2613475401]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi017", "root=default"]}]: dispatch 2024-09-11T07:29:20.566 INFO:teuthology.orchestra.run.smithi017.stdout: 5 195905 5.29 MB/sec execute 518 sec latency 159.549 ms 2024-09-11T07:29:20.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:20 smithi045 ceph-mon[48800]: from='osd.1 [v2:172.21.15.17:6810/2613475401,v1:172.21.15.17:6811/2613475401]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-11T07:29:20.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:20 smithi045 ceph-mon[48800]: osdmap e86: 8 total, 7 up, 8 in 2024-09-11T07:29:20.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:20 smithi045 ceph-mon[48800]: from='osd.1 [v2:172.21.15.17:6810/2613475401,v1:172.21.15.17:6811/2613475401]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi017", "root=default"]}]: dispatch 2024-09-11T07:29:21.025 INFO:teuthology.orchestra.run.smithi017.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T07:29:21.025 INFO:teuthology.orchestra.run.smithi017.stdout:alertmanager.smithi017 smithi017 *:9093,9094 running (15m) 0s ago 16m 19.1M - 0.20.0 0881eb8f169f 8ff211b4e457 2024-09-11T07:29:21.025 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi017 smithi017 running (71s) 0s ago 16m 6887k - 17.2.7-1623-gd0e6828a 4a918172a497 5664d58a3a36 2024-09-11T07:29:21.025 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi045 smithi045 running (65s) 59s ago 15m 6895k - 17.2.7-1623-gd0e6828a 4a918172a497 b70b9ed235ba 2024-09-11T07:29:21.025 INFO:teuthology.orchestra.run.smithi017.stdout:grafana.smithi017 smithi017 *:3000 running (14m) 0s ago 16m 35.3M - 6.7.4 557c83e11646 24bbf4d58b8c 2024-09-11T07:29:21.025 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi017.utzzzp smithi017 running (11m) 0s ago 11m 14.9M - 16.2.4 8d91d370c2b8 711da931e1f1 2024-09-11T07:29:21.025 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi045.gxtxww smithi045 running (10m) 59s ago 10m 41.9M - 16.2.4 8d91d370c2b8 8de08b53c390 2024-09-11T07:29:21.025 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi017.qgiuqa smithi017 *:8443,9283 running (5m) 0s ago 17m 452M - 17.2.7-1623-gd0e6828a 4a918172a497 1a5c10d7a16e 2024-09-11T07:29:21.025 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi045.wavrrv smithi045 *:8443,9283 running (2m) 59s ago 15m 399M - 17.2.7-1623-gd0e6828a 4a918172a497 79559b699e04 2024-09-11T07:29:21.026 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi017 smithi017 running (2m) 0s ago 18m 55.3M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 93477c9f0204 2024-09-11T07:29:21.026 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi045 smithi045 running (2m) 59s ago 15m 56.2M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 ef66edbefbdf 2024-09-11T07:29:21.026 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.0.0.smithi017.yhlpto smithi017 *:2049 running (8m) 0s ago 8m 146M - 3.5 8d91d370c2b8 4d43393feaee 2024-09-11T07:29:21.026 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.1.0.smithi045.sirexv smithi045 *:2049 running (8m) 59s ago 8m 87.6M - 3.5 8d91d370c2b8 0795be2c25de 2024-09-11T07:29:21.026 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi017 smithi017 *:9100 running (16m) 0s ago 16m 17.0M - 0.18.1 e5a616e4b9cf 3ae9bdfa57df 2024-09-11T07:29:21.026 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi045 smithi045 *:9100 running (15m) 59s ago 15m 17.0M - 0.18.1 e5a616e4b9cf 517c959affda 2024-09-11T07:29:21.026 INFO:teuthology.orchestra.run.smithi017.stdout:osd.0 smithi017 running (38s) 0s ago 14m 220M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 6d8cdd6dd8fe 2024-09-11T07:29:21.026 INFO:teuthology.orchestra.run.smithi017.stdout:osd.1 smithi017 running (9s) 0s ago 14m 12.6M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 2e7de52a6624 2024-09-11T07:29:21.026 INFO:teuthology.orchestra.run.smithi017.stdout:osd.2 smithi017 running (14m) 0s ago 14m 459M 4096M 16.2.4 8d91d370c2b8 a42eeb5fcae7 2024-09-11T07:29:21.026 INFO:teuthology.orchestra.run.smithi017.stdout:osd.3 smithi017 running (13m) 0s ago 13m 341M 4096M 16.2.4 8d91d370c2b8 59fc76e234d1 2024-09-11T07:29:21.026 INFO:teuthology.orchestra.run.smithi017.stdout:osd.4 smithi045 running (13m) 59s ago 13m 569M 4096M 16.2.4 8d91d370c2b8 3dc1e394cdfa 2024-09-11T07:29:21.026 INFO:teuthology.orchestra.run.smithi017.stdout:osd.5 smithi045 running (13m) 59s ago 13m 361M 4096M 16.2.4 8d91d370c2b8 ec6745fcdd10 2024-09-11T07:29:21.026 INFO:teuthology.orchestra.run.smithi017.stdout:osd.6 smithi045 running (12m) 59s ago 12m 562M 4096M 16.2.4 8d91d370c2b8 788633f8efc6 2024-09-11T07:29:21.026 INFO:teuthology.orchestra.run.smithi017.stdout:osd.7 smithi045 running (12m) 59s ago 12m 473M 4096M 16.2.4 8d91d370c2b8 162523c68393 2024-09-11T07:29:21.026 INFO:teuthology.orchestra.run.smithi017.stdout:prometheus.smithi017 smithi017 *:9095 error 0s ago 15m 46.2M - 2.18.1 de242295e225 5d1f02a1080f 2024-09-11T07:29:21.492 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:29:21.492 INFO:teuthology.orchestra.run.smithi017.stdout: "mon": { 2024-09-11T07:29:21.492 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:29:21.492 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:29:21.492 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr": { 2024-09-11T07:29:21.492 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:29:21.492 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:29:21.492 INFO:teuthology.orchestra.run.smithi017.stdout: "osd": { 2024-09-11T07:29:21.492 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 6, 2024-09-11T07:29:21.492 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:29:21.492 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:29:21.493 INFO:teuthology.orchestra.run.smithi017.stdout: "mds": { 2024-09-11T07:29:21.493 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-11T07:29:21.493 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:29:21.493 INFO:teuthology.orchestra.run.smithi017.stdout: "overall": { 2024-09-11T07:29:21.493 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 8, 2024-09-11T07:29:21.493 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 6 2024-09-11T07:29:21.493 INFO:teuthology.orchestra.run.smithi017.stdout: } 2024-09-11T07:29:21.493 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:29:21.566 INFO:teuthology.orchestra.run.smithi017.stdout: 5 195933 5.28 MB/sec execute 519 sec latency 1159.586 ms 2024-09-11T07:29:21.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:21 smithi045 ceph-mon[48800]: pgmap v91: 129 pgs: 26 active+undersized, 27 active+undersized+degraded, 76 active+clean; 328 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 9.2 KiB/s rd, 7.3 MiB/s wr, 776 op/s; 157/1533 objects degraded (10.241%) 2024-09-11T07:29:21.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:21 smithi045 ceph-mon[48800]: from='client.44167 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:29:21.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:21 smithi045 ceph-mon[48800]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T07:29:21.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:21 smithi045 ceph-mon[48800]: osd.1 [v2:172.21.15.17:6810/2613475401,v1:172.21.15.17:6811/2613475401] boot 2024-09-11T07:29:21.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:21 smithi045 ceph-mon[48800]: osdmap e87: 8 total, 8 up, 8 in 2024-09-11T07:29:21.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:21 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:29:21.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:21 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:29:21.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:21 smithi045 ceph-mon[48800]: from='client.44171 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:29:21.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:21 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:29:21.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:21 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:29:21.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:21 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:29:21.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:21 smithi045 ceph-mon[48800]: osdmap e88: 8 total, 8 up, 8 in 2024-09-11T07:29:21.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:21 smithi017 ceph-mon[63383]: pgmap v91: 129 pgs: 26 active+undersized, 27 active+undersized+degraded, 76 active+clean; 328 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 9.2 KiB/s rd, 7.3 MiB/s wr, 776 op/s; 157/1533 objects degraded (10.241%) 2024-09-11T07:29:21.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:21 smithi017 ceph-mon[63383]: from='client.44167 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:29:21.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:21 smithi017 ceph-mon[63383]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T07:29:21.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:21 smithi017 ceph-mon[63383]: osd.1 [v2:172.21.15.17:6810/2613475401,v1:172.21.15.17:6811/2613475401] boot 2024-09-11T07:29:21.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:21 smithi017 ceph-mon[63383]: osdmap e87: 8 total, 8 up, 8 in 2024-09-11T07:29:21.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:21 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-11T07:29:21.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:21 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:29:21.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:21 smithi017 ceph-mon[63383]: from='client.44171 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:29:21.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:21 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:29:21.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:21 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:29:21.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:21 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:29:21.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:21 smithi017 ceph-mon[63383]: osdmap e88: 8 total, 8 up, 8 in 2024-09-11T07:29:21.893 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:29:21.893 INFO:teuthology.orchestra.run.smithi017.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T07:29:21.893 INFO:teuthology.orchestra.run.smithi017.stdout: "in_progress": true, 2024-09-11T07:29:21.893 INFO:teuthology.orchestra.run.smithi017.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-11T07:29:21.893 INFO:teuthology.orchestra.run.smithi017.stdout: "services_complete": [ 2024-09-11T07:29:21.893 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr", 2024-09-11T07:29:21.893 INFO:teuthology.orchestra.run.smithi017.stdout: "mon", 2024-09-11T07:29:21.893 INFO:teuthology.orchestra.run.smithi017.stdout: "crash" 2024-09-11T07:29:21.894 INFO:teuthology.orchestra.run.smithi017.stdout: ], 2024-09-11T07:29:21.894 INFO:teuthology.orchestra.run.smithi017.stdout: "progress": "8/23 daemons upgraded", 2024-09-11T07:29:21.894 INFO:teuthology.orchestra.run.smithi017.stdout: "message": "Currently upgrading osd daemons", 2024-09-11T07:29:21.894 INFO:teuthology.orchestra.run.smithi017.stdout: "is_paused": false 2024-09-11T07:29:21.894 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:29:22.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:22 smithi017 ceph-mon[63383]: from='client.34226 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:29:22.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:22 smithi017 ceph-mon[63383]: from='client.? 172.21.15.17:0/2985960434' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:29:22.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:22 smithi017 ceph-mon[63383]: osdmap e89: 8 total, 8 up, 8 in 2024-09-11T07:29:22.566 INFO:teuthology.orchestra.run.smithi017.stdout: 5 196089 5.27 MB/sec execute 520 sec latency 2108.921 ms 2024-09-11T07:29:22.686 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:22 smithi045 ceph-mon[48800]: from='client.34226 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:29:22.687 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:22 smithi045 ceph-mon[48800]: from='client.? 172.21.15.17:0/2985960434' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:29:22.687 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:22 smithi045 ceph-mon[48800]: osdmap e89: 8 total, 8 up, 8 in 2024-09-11T07:29:23.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:23 smithi017 ceph-mon[63383]: from='client.44177 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:29:23.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:23 smithi017 ceph-mon[63383]: pgmap v94: 129 pgs: 4 peering, 24 active+undersized, 25 active+undersized+degraded, 76 active+clean; 328 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 6.2 MiB/s wr, 652 op/s; 145/1545 objects degraded (9.385%) 2024-09-11T07:29:23.566 INFO:teuthology.orchestra.run.smithi017.stdout: 5 196395 5.28 MB/sec execute 521 sec latency 162.783 ms 2024-09-11T07:29:23.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:23 smithi045 ceph-mon[48800]: from='client.44177 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:29:23.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:23 smithi045 ceph-mon[48800]: pgmap v94: 129 pgs: 4 peering, 24 active+undersized, 25 active+undersized+degraded, 76 active+clean; 328 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 6.2 MiB/s wr, 652 op/s; 145/1545 objects degraded (9.385%) 2024-09-11T07:29:24.566 INFO:teuthology.orchestra.run.smithi017.stdout: 5 196459 5.28 MB/sec execute 522 sec latency 988.877 ms 2024-09-11T07:29:24.782 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:24 smithi017 ceph-mon[63383]: osdmap e90: 8 total, 8 up, 8 in 2024-09-11T07:29:24.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:24 smithi045 ceph-mon[48800]: osdmap e90: 8 total, 8 up, 8 in 2024-09-11T07:29:25.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:25 smithi017 ceph-mon[63383]: pgmap v97: 129 pgs: 8 activating+undersized+degraded+remapped, 4 peering, 6 active+undersized, 7 active+undersized+degraded, 104 active+clean; 339 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 7.3 MiB/s wr, 626 op/s; 200/1698 objects degraded (11.779%); 188 KiB/s, 9 objects/s recovering 2024-09-11T07:29:25.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:25 smithi017 ceph-mon[63383]: Health check update: Degraded data redundancy: 200/1698 objects degraded (11.779%), 15 pgs degraded (PG_DEGRADED) 2024-09-11T07:29:25.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:25 smithi017 ceph-mon[63383]: osdmap e91: 8 total, 8 up, 8 in 2024-09-11T07:29:25.566 INFO:teuthology.orchestra.run.smithi017.stdout: 5 196780 5.29 MB/sec execute 523 sec latency 982.230 ms 2024-09-11T07:29:25.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:25 smithi045 ceph-mon[48800]: pgmap v97: 129 pgs: 8 activating+undersized+degraded+remapped, 4 peering, 6 active+undersized, 7 active+undersized+degraded, 104 active+clean; 339 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 7.3 MiB/s wr, 626 op/s; 200/1698 objects degraded (11.779%); 188 KiB/s, 9 objects/s recovering 2024-09-11T07:29:25.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:25 smithi045 ceph-mon[48800]: Health check update: Degraded data redundancy: 200/1698 objects degraded (11.779%), 15 pgs degraded (PG_DEGRADED) 2024-09-11T07:29:25.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:25 smithi045 ceph-mon[48800]: osdmap e91: 8 total, 8 up, 8 in 2024-09-11T07:29:26.566 INFO:teuthology.orchestra.run.smithi017.stdout: 5 197137 5.29 MB/sec execute 524 sec latency 55.610 ms 2024-09-11T07:29:26.656 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:26 smithi017 ceph-mon[63383]: osdmap e92: 8 total, 8 up, 8 in 2024-09-11T07:29:26.656 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:26 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:29:26.656 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:26 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:29:26.656 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:26 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:29:26.656 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:26 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:29:26.656 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:26 smithi017 ceph-mon[63383]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:29:26.656 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:26 smithi017 ceph-mon[63383]: pgmap v100: 129 pgs: 6 activating+undersized+degraded+remapped, 2 peering, 121 active+clean; 337 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 6.9 MiB/s wr, 654 op/s; 142/1674 objects degraded (8.483%); 586 KiB/s, 84 keys/s, 31 objects/s recovering 2024-09-11T07:29:26.656 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:26 smithi017 ceph-mon[63383]: pgmap v101: 129 pgs: 6 activating+undersized+degraded+remapped, 2 peering, 121 active+clean; 337 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 7.3 MiB/s wr, 684 op/s; 142/1674 objects degraded (8.483%); 613 KiB/s, 87 keys/s, 33 objects/s recovering 2024-09-11T07:29:26.656 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:26 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:29:26.657 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:26 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:29:26.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:26 smithi045 ceph-mon[48800]: osdmap e92: 8 total, 8 up, 8 in 2024-09-11T07:29:26.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:26 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:29:26.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:26 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:29:26.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:26 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:29:26.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:26 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:29:26.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:26 smithi045 ceph-mon[48800]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:29:26.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:26 smithi045 ceph-mon[48800]: pgmap v100: 129 pgs: 6 activating+undersized+degraded+remapped, 2 peering, 121 active+clean; 337 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 6.9 MiB/s wr, 654 op/s; 142/1674 objects degraded (8.483%); 586 KiB/s, 84 keys/s, 31 objects/s recovering 2024-09-11T07:29:26.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:26 smithi045 ceph-mon[48800]: pgmap v101: 129 pgs: 6 activating+undersized+degraded+remapped, 2 peering, 121 active+clean; 337 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 7.3 MiB/s wr, 684 op/s; 142/1674 objects degraded (8.483%); 613 KiB/s, 87 keys/s, 33 objects/s recovering 2024-09-11T07:29:26.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:26 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:29:26.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:26 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:29:27.566 INFO:teuthology.orchestra.run.smithi017.stdout: 5 197417 5.28 MB/sec execute 525 sec latency 90.499 ms 2024-09-11T07:29:27.659 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:27 smithi017 ceph-mon[63383]: Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:29:27.659 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:27 smithi017 ceph-mon[63383]: Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:29:27.660 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:27 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:29:27.660 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:27 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:29:27.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:27 smithi045 ceph-mon[48800]: Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:29:27.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:27 smithi045 ceph-mon[48800]: Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:29:27.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:27 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:29:27.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:27 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:29:28.512 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:28 smithi017 ceph-mon[63383]: pgmap v102: 129 pgs: 1 activating+undersized+degraded+remapped, 2 peering, 126 active+clean; 331 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 3.6 MiB/s wr, 446 op/s; 20/1515 objects degraded (1.320%); 905 KiB/s, 68 keys/s, 44 objects/s recovering 2024-09-11T07:29:28.566 INFO:teuthology.orchestra.run.smithi017.stdout: 5 197700 5.28 MB/sec execute 526 sec latency 38.404 ms 2024-09-11T07:29:28.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:28 smithi045 ceph-mon[48800]: pgmap v102: 129 pgs: 1 activating+undersized+degraded+remapped, 2 peering, 126 active+clean; 331 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 3.6 MiB/s wr, 446 op/s; 20/1515 objects degraded (1.320%); 905 KiB/s, 68 keys/s, 44 objects/s recovering 2024-09-11T07:29:29.566 INFO:teuthology.orchestra.run.smithi017.stdout: 5 198042 5.30 MB/sec execute 527 sec latency 41.926 ms 2024-09-11T07:29:29.673 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:29 smithi017 ceph-mon[63383]: Health check update: Degraded data redundancy: 20/1515 objects degraded (1.320%), 1 pg degraded (PG_DEGRADED) 2024-09-11T07:29:29.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:29 smithi045 ceph-mon[48800]: Health check update: Degraded data redundancy: 20/1515 objects degraded (1.320%), 1 pg degraded (PG_DEGRADED) 2024-09-11T07:29:30.566 INFO:teuthology.orchestra.run.smithi017.stdout: 5 198693 5.33 MB/sec execute 528 sec latency 52.439 ms 2024-09-11T07:29:30.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:30 smithi045 ceph-mon[48800]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:29:30.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:29:30.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:29:30.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:29:30.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:29:30.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:29:30.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:29:30.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:29:30.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: main() 2024-09-11T07:29:30.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:29:30.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: r = ctx.func(ctx) 2024-09-11T07:29:30.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:29:30.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return func(ctx) 2024-09-11T07:29:30.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:29:30.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:29:30.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:29:30.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:29:30.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:29:30.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:29:30.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:29:30.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:29:30.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:29:30.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:29:30.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:29:30.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:29:30.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.wait_async( 2024-09-11T07:29:30.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:29:30.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:29:30.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:29:30.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return future.result(timeout) 2024-09-11T07:29:30.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:29:30.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.__get_result() 2024-09-11T07:29:30.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:29:30.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise self._exception 2024-09-11T07:29:30.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:29:30.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: out, err, code = await self._run_cephadm( 2024-09-11T07:29:30.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:29:30.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise OrchestratorError( 2024-09-11T07:29:30.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:29:30.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:29:30.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:29:30.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:29:30.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:29:30.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:29:30.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:29:30.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:29:30.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: main() 2024-09-11T07:29:30.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:29:30.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: r = ctx.func(ctx) 2024-09-11T07:29:30.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:29:30.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return func(ctx) 2024-09-11T07:29:30.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:29:30.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:29:30.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:29:30.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:29:30.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:29:30.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:29:30.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:29:30.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:29:30.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:30 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:29:30.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:30 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:29:30.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:30 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:29:30.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:30 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:29:30.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:30 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-11T07:29:30.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:30 smithi045 ceph-mon[48800]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-11T07:29:30.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:30 smithi045 ceph-mon[48800]: Upgrade: unsafe to stop osd(s) at this time (2 PGs are or would become offline) 2024-09-11T07:29:30.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:30 smithi045 ceph-mon[48800]: pgmap v103: 129 pgs: 129 active+clean; 330 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 6.4 KiB/s rd, 3.1 MiB/s wr, 367 op/s; 1.2 MiB/s, 54 keys/s, 39 objects/s recovering 2024-09-11T07:29:30.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:30 smithi017 ceph-mon[63383]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:29:30.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:29:30.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:29:30.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:29:30.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:29:30.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:29:30.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:29:30.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:29:30.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: main() 2024-09-11T07:29:30.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:29:30.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: r = ctx.func(ctx) 2024-09-11T07:29:30.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:29:30.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return func(ctx) 2024-09-11T07:29:30.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:29:30.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:29:30.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:29:30.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:29:30.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:29:30.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:29:30.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:29:30.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:29:30.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:29:30.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:29:30.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:29:30.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:29:30.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.wait_async( 2024-09-11T07:29:30.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:29:30.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:29:30.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:29:30.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return future.result(timeout) 2024-09-11T07:29:30.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:29:30.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.__get_result() 2024-09-11T07:29:30.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:29:30.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise self._exception 2024-09-11T07:29:30.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:29:30.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: out, err, code = await self._run_cephadm( 2024-09-11T07:29:30.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:29:30.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise OrchestratorError( 2024-09-11T07:29:30.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:29:30.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:29:30.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:29:30.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:29:30.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:29:30.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:29:30.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:29:30.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:29:30.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: main() 2024-09-11T07:29:30.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:29:30.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: r = ctx.func(ctx) 2024-09-11T07:29:30.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:29:30.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return func(ctx) 2024-09-11T07:29:30.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:29:30.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:29:30.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:29:30.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:29:30.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:29:30.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:29:30.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:29:30.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:29:30.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:30 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:29:30.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:30 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:29:30.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:30 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:29:30.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:30 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:29:30.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:30 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-11T07:29:30.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:30 smithi017 ceph-mon[63383]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-11T07:29:30.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:30 smithi017 ceph-mon[63383]: Upgrade: unsafe to stop osd(s) at this time (2 PGs are or would become offline) 2024-09-11T07:29:30.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:30 smithi017 ceph-mon[63383]: pgmap v103: 129 pgs: 129 active+clean; 330 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 6.4 KiB/s rd, 3.1 MiB/s wr, 367 op/s; 1.2 MiB/s, 54 keys/s, 39 objects/s recovering 2024-09-11T07:29:31.566 INFO:teuthology.orchestra.run.smithi017.stdout: 5 199138 5.34 MB/sec execute 529 sec latency 30.091 ms 2024-09-11T07:29:31.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:31 smithi045 ceph-mon[48800]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 20/1515 objects degraded (1.320%), 1 pg degraded) 2024-09-11T07:29:31.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:31 smithi017 ceph-mon[63383]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 20/1515 objects degraded (1.320%), 1 pg degraded) 2024-09-11T07:29:32.567 INFO:teuthology.orchestra.run.smithi017.stdout: 5 199518 5.35 MB/sec execute 530 sec latency 56.137 ms 2024-09-11T07:29:32.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:32 smithi045 ceph-mon[48800]: pgmap v104: 129 pgs: 129 active+clean; 326 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.8 MiB/s wr, 299 op/s; 819 KiB/s, 22 objects/s recovering 2024-09-11T07:29:32.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:32 smithi017 ceph-mon[63383]: pgmap v104: 129 pgs: 129 active+clean; 326 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.8 MiB/s wr, 299 op/s; 819 KiB/s, 22 objects/s recovering 2024-09-11T07:29:33.566 INFO:teuthology.orchestra.run.smithi017.stdout: 5 199866 5.36 MB/sec execute 531 sec latency 55.491 ms 2024-09-11T07:29:34.285 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:33 smithi045 ceph-mon[48800]: pgmap v105: 129 pgs: 129 active+clean; 331 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 5.4 MiB/s wr, 580 op/s; 723 KiB/s, 20 objects/s recovering 2024-09-11T07:29:34.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:33 smithi017 ceph-mon[63383]: pgmap v105: 129 pgs: 129 active+clean; 331 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 5.4 MiB/s wr, 580 op/s; 723 KiB/s, 20 objects/s recovering 2024-09-11T07:29:34.566 INFO:teuthology.orchestra.run.smithi017.stdout: 5 200169 5.37 MB/sec execute 532 sec latency 60.533 ms 2024-09-11T07:29:35.567 INFO:teuthology.orchestra.run.smithi017.stdout: 5 200763 5.38 MB/sec execute 533 sec latency 33.265 ms 2024-09-11T07:29:36.285 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:35 smithi045 ceph-mon[48800]: pgmap v106: 129 pgs: 129 active+clean; 332 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 5.1 MiB/s wr, 513 op/s; 571 KiB/s, 14 objects/s recovering 2024-09-11T07:29:36.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:35 smithi017 ceph-mon[63383]: pgmap v106: 129 pgs: 129 active+clean; 332 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 5.1 MiB/s wr, 513 op/s; 571 KiB/s, 14 objects/s recovering 2024-09-11T07:29:36.567 INFO:teuthology.orchestra.run.smithi017.stdout: 5 201200 5.38 MB/sec execute 534 sec latency 36.766 ms 2024-09-11T07:29:37.567 INFO:teuthology.orchestra.run.smithi017.stdout: 5 201911 5.42 MB/sec execute 535 sec latency 38.863 ms 2024-09-11T07:29:37.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:37 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:29:37.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:37 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:29:38.567 INFO:teuthology.orchestra.run.smithi017.stdout: 5 202599 5.45 MB/sec execute 536 sec latency 21.740 ms 2024-09-11T07:29:38.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:38 smithi045 ceph-mon[48800]: pgmap v107: 129 pgs: 129 active+clean; 328 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.3 MiB/s wr, 661 op/s; 475 KiB/s, 11 objects/s recovering 2024-09-11T07:29:38.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:38 smithi017 ceph-mon[63383]: pgmap v107: 129 pgs: 129 active+clean; 328 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.3 MiB/s wr, 661 op/s; 475 KiB/s, 11 objects/s recovering 2024-09-11T07:29:39.567 INFO:teuthology.orchestra.run.smithi017.stdout: 5 203131 5.46 MB/sec execute 537 sec latency 34.095 ms 2024-09-11T07:29:40.567 INFO:teuthology.orchestra.run.smithi017.stdout: 5 203572 5.48 MB/sec execute 538 sec latency 44.966 ms 2024-09-11T07:29:40.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:40 smithi045 ceph-mon[48800]: pgmap v108: 129 pgs: 129 active+clean; 332 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.9 KiB/s rd, 5.8 MiB/s wr, 619 op/s; 254 KiB/s, 1 objects/s recovering 2024-09-11T07:29:40.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:40 smithi017 ceph-mon[63383]: pgmap v108: 129 pgs: 129 active+clean; 332 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.9 KiB/s rd, 5.8 MiB/s wr, 619 op/s; 254 KiB/s, 1 objects/s recovering 2024-09-11T07:29:41.567 INFO:teuthology.orchestra.run.smithi017.stdout: 5 203995 5.49 MB/sec execute 539 sec latency 41.608 ms 2024-09-11T07:29:42.567 INFO:teuthology.orchestra.run.smithi017.stdout: 5 204533 5.49 MB/sec execute 540 sec latency 30.117 ms 2024-09-11T07:29:42.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:42 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:29:42.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:42 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:29:42.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:42 smithi045 ceph-mon[48800]: pgmap v109: 129 pgs: 129 active+clean; 336 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 6.9 KiB/s rd, 6.8 MiB/s wr, 716 op/s 2024-09-11T07:29:42.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:42 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:29:42.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:42 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:29:42.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:42 smithi017 ceph-mon[63383]: pgmap v109: 129 pgs: 129 active+clean; 336 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 6.9 KiB/s rd, 6.8 MiB/s wr, 716 op/s 2024-09-11T07:29:43.567 INFO:teuthology.orchestra.run.smithi017.stdout: 5 204929 5.50 MB/sec execute 541 sec latency 41.586 ms 2024-09-11T07:29:44.285 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:43 smithi045 ceph-mon[48800]: pgmap v110: 129 pgs: 129 active+clean; 331 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 8.2 MiB/s wr, 842 op/s 2024-09-11T07:29:44.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:43 smithi017 ceph-mon[63383]: pgmap v110: 129 pgs: 129 active+clean; 331 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 8.2 MiB/s wr, 842 op/s 2024-09-11T07:29:44.567 INFO:teuthology.orchestra.run.smithi017.stdout: 5 205580 5.53 MB/sec execute 542 sec latency 35.779 ms 2024-09-11T07:29:45.280 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:44 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-11T07:29:45.280 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:44 smithi017 ceph-mon[63383]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-11T07:29:45.280 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:44 smithi017 ceph-mon[63383]: Upgrade: osd.2 is safe to restart 2024-09-11T07:29:45.285 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:44 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-11T07:29:45.285 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:44 smithi045 ceph-mon[48800]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-11T07:29:45.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:44 smithi045 ceph-mon[48800]: Upgrade: osd.2 is safe to restart 2024-09-11T07:29:45.567 INFO:teuthology.orchestra.run.smithi017.stdout: 5 206121 5.55 MB/sec execute 543 sec latency 36.479 ms 2024-09-11T07:29:46.285 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:45 smithi045 ceph-mon[48800]: pgmap v111: 129 pgs: 129 active+clean; 325 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.7 MiB/s wr, 649 op/s 2024-09-11T07:29:46.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:45 smithi017 ceph-mon[63383]: pgmap v111: 129 pgs: 129 active+clean; 325 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.7 MiB/s wr, 649 op/s 2024-09-11T07:29:46.567 INFO:teuthology.orchestra.run.smithi017.stdout: 5 206367 5.56 MB/sec execute 544 sec latency 58.515 ms 2024-09-11T07:29:47.567 INFO:teuthology.orchestra.run.smithi017.stdout: 5 206672 5.56 MB/sec execute 545 sec latency 55.425 ms 2024-09-11T07:29:47.769 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:47 smithi017 ceph-mon[63383]: Upgrade: Updating osd.2 2024-09-11T07:29:47.769 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:47 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:29:47.769 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:47 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T07:29:47.769 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:47 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:29:47.769 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:47 smithi017 ceph-mon[63383]: Deploying daemon osd.2 on smithi017 2024-09-11T07:29:47.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:47 smithi045 ceph-mon[48800]: Upgrade: Updating osd.2 2024-09-11T07:29:47.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:47 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:29:47.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:47 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-11T07:29:47.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:47 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:29:47.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:47 smithi045 ceph-mon[48800]: Deploying daemon osd.2 on smithi017 2024-09-11T07:29:48.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:48 smithi017 ceph-mon[63383]: pgmap v112: 129 pgs: 129 active+clean; 331 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 8.4 MiB/s wr, 862 op/s 2024-09-11T07:29:48.567 INFO:teuthology.orchestra.run.smithi017.stdout: 5 206950 5.56 MB/sec execute 546 sec latency 104.705 ms 2024-09-11T07:29:48.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:48 smithi045 ceph-mon[48800]: pgmap v112: 129 pgs: 129 active+clean; 331 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 12 KiB/s rd, 8.4 MiB/s wr, 862 op/s 2024-09-11T07:29:49.567 INFO:teuthology.orchestra.run.smithi017.stdout: 5 207566 5.58 MB/sec execute 547 sec latency 34.805 ms 2024-09-11T07:29:50.242 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:49 smithi017 ceph-mon[63383]: pgmap v113: 129 pgs: 129 active+clean; 331 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 6.6 MiB/s wr, 638 op/s 2024-09-11T07:29:50.243 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:49 smithi017 systemd[1]: Stopping Ceph osd.2 for ef0778be-700c-11ef-bcea-c7b262605968... 2024-09-11T07:29:50.285 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:49 smithi045 ceph-mon[48800]: pgmap v113: 129 pgs: 129 active+clean; 331 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 6.6 MiB/s wr, 638 op/s 2024-09-11T07:29:50.540 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:50 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.2[37510]: debug 2024-09-11T07:29:50.239+0000 7f04033cf700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-11T07:29:50.540 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:50 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.2[37510]: debug 2024-09-11T07:29:50.239+0000 7f04033cf700 -1 osd.2 92 *** Got signal Terminated *** 2024-09-11T07:29:50.541 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:50 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.2[37510]: debug 2024-09-11T07:29:50.239+0000 7f04033cf700 -1 osd.2 92 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T07:29:50.541 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:50 smithi017 podman[74866]: 2024-09-11 07:29:50.362377151 +0000 UTC m=+0.454820106 container died a42eeb5fcae7123d53a386eacbc6cc9c4909b8f0c465c041013cf141102b309a (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.2, org.label-schema.build-date=20201204, org.label-schema.name=CentOS Base Image, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, RELEASE=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, CEPH_POINT_RELEASE=-16.2.4, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0) 2024-09-11T07:29:50.567 INFO:teuthology.orchestra.run.smithi017.stdout: 5 208208 5.59 MB/sec execute 548 sec latency 323.502 ms 2024-09-11T07:29:51.176 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:50 smithi017 ceph-mon[63383]: osd.2 reported immediately failed by osd.4 2024-09-11T07:29:51.176 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:50 smithi017 ceph-mon[63383]: osd.2 failed (root=default,host=smithi017) (connection refused reported by osd.4) 2024-09-11T07:29:51.176 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:50 smithi017 ceph-mon[63383]: osd.2 reported immediately failed by osd.7 2024-09-11T07:29:51.176 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:50 smithi017 ceph-mon[63383]: osd.2 reported immediately failed by osd.4 2024-09-11T07:29:51.176 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:50 smithi017 ceph-mon[63383]: osd.2 reported immediately failed by osd.6 2024-09-11T07:29:51.176 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:50 smithi017 ceph-mon[63383]: osd.2 reported immediately failed by osd.6 2024-09-11T07:29:51.177 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:50 smithi017 ceph-mon[63383]: osd.2 reported immediately failed by osd.7 2024-09-11T07:29:51.177 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:50 smithi017 ceph-mon[63383]: osd.2 reported immediately failed by osd.5 2024-09-11T07:29:51.177 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:50 smithi017 ceph-mon[63383]: osd.2 reported immediately failed by osd.7 2024-09-11T07:29:51.177 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:50 smithi017 ceph-mon[63383]: osd.2 reported immediately failed by osd.1 2024-09-11T07:29:51.177 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:50 smithi017 ceph-mon[63383]: osd.2 reported immediately failed by osd.3 2024-09-11T07:29:51.177 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:50 smithi017 ceph-mon[63383]: osd.2 reported immediately failed by osd.1 2024-09-11T07:29:51.177 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:50 smithi017 ceph-mon[63383]: osd.2 reported immediately failed by osd.0 2024-09-11T07:29:51.177 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:50 smithi017 ceph-mon[63383]: osd.2 reported immediately failed by osd.3 2024-09-11T07:29:51.177 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:50 smithi017 ceph-mon[63383]: osd.2 reported immediately failed by osd.0 2024-09-11T07:29:51.177 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:50 smithi017 ceph-mon[63383]: osd.2 reported immediately failed by osd.0 2024-09-11T07:29:51.177 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:50 smithi017 ceph-mon[63383]: osd.2 reported immediately failed by osd.5 2024-09-11T07:29:51.177 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:50 smithi017 ceph-mon[63383]: osd.2 reported immediately failed by osd.4 2024-09-11T07:29:51.177 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:50 smithi017 ceph-mon[63383]: osd.2 reported immediately failed by osd.5 2024-09-11T07:29:51.177 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:50 smithi017 ceph-mon[63383]: osd.2 reported immediately failed by osd.4 2024-09-11T07:29:51.177 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:50 smithi017 ceph-mon[63383]: osd.2 reported immediately failed by osd.7 2024-09-11T07:29:51.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:50 smithi045 ceph-mon[48800]: osd.2 reported immediately failed by osd.4 2024-09-11T07:29:51.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:50 smithi045 ceph-mon[48800]: osd.2 failed (root=default,host=smithi017) (connection refused reported by osd.4) 2024-09-11T07:29:51.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:50 smithi045 ceph-mon[48800]: osd.2 reported immediately failed by osd.7 2024-09-11T07:29:51.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:50 smithi045 ceph-mon[48800]: osd.2 reported immediately failed by osd.4 2024-09-11T07:29:51.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:50 smithi045 ceph-mon[48800]: osd.2 reported immediately failed by osd.6 2024-09-11T07:29:51.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:50 smithi045 ceph-mon[48800]: osd.2 reported immediately failed by osd.6 2024-09-11T07:29:51.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:50 smithi045 ceph-mon[48800]: osd.2 reported immediately failed by osd.7 2024-09-11T07:29:51.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:50 smithi045 ceph-mon[48800]: osd.2 reported immediately failed by osd.5 2024-09-11T07:29:51.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:50 smithi045 ceph-mon[48800]: osd.2 reported immediately failed by osd.7 2024-09-11T07:29:51.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:50 smithi045 ceph-mon[48800]: osd.2 reported immediately failed by osd.1 2024-09-11T07:29:51.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:50 smithi045 ceph-mon[48800]: osd.2 reported immediately failed by osd.3 2024-09-11T07:29:51.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:50 smithi045 ceph-mon[48800]: osd.2 reported immediately failed by osd.1 2024-09-11T07:29:51.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:50 smithi045 ceph-mon[48800]: osd.2 reported immediately failed by osd.0 2024-09-11T07:29:51.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:50 smithi045 ceph-mon[48800]: osd.2 reported immediately failed by osd.3 2024-09-11T07:29:51.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:50 smithi045 ceph-mon[48800]: osd.2 reported immediately failed by osd.0 2024-09-11T07:29:51.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:50 smithi045 ceph-mon[48800]: osd.2 reported immediately failed by osd.0 2024-09-11T07:29:51.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:50 smithi045 ceph-mon[48800]: osd.2 reported immediately failed by osd.5 2024-09-11T07:29:51.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:50 smithi045 ceph-mon[48800]: osd.2 reported immediately failed by osd.4 2024-09-11T07:29:51.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:50 smithi045 ceph-mon[48800]: osd.2 reported immediately failed by osd.5 2024-09-11T07:29:51.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:50 smithi045 ceph-mon[48800]: osd.2 reported immediately failed by osd.4 2024-09-11T07:29:51.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:50 smithi045 ceph-mon[48800]: osd.2 reported immediately failed by osd.7 2024-09-11T07:29:51.510 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:51 smithi017 podman[74866]: 2024-09-11 07:29:51.290184714 +0000 UTC m=+1.382627667 container cleanup a42eeb5fcae7123d53a386eacbc6cc9c4909b8f0c465c041013cf141102b309a (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.2, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.name=CentOS Base Image, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, RELEASE=HEAD, maintainer=Dimitri Savineau , CEPH_POINT_RELEASE=-16.2.4, GIT_BRANCH=HEAD, org.label-schema.build-date=20201204, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS) 2024-09-11T07:29:51.510 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:51 smithi017 bash[74866]: ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.2 2024-09-11T07:29:51.567 INFO:teuthology.orchestra.run.smithi017.stdout: 5 208208 5.58 MB/sec execute 549 sec latency 1323.567 ms 2024-09-11T07:29:51.790 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:51 smithi017 podman[74879]: 2024-09-11 07:29:51.508322873 +0000 UTC m=+1.140159683 container remove a42eeb5fcae7123d53a386eacbc6cc9c4909b8f0c465c041013cf141102b309a (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.2, org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_CLEAN=True, ceph=True, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, RELEASE=HEAD, CEPH_POINT_RELEASE=-16.2.4, maintainer=Dimitri Savineau , org.label-schema.build-date=20201204, org.label-schema.license=GPLv2) 2024-09-11T07:29:52.186 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:51 smithi045 ceph-mon[48800]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T07:29:52.186 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:51 smithi045 ceph-mon[48800]: osdmap e93: 8 total, 7 up, 8 in 2024-09-11T07:29:52.187 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:51 smithi045 ceph-mon[48800]: pgmap v115: 129 pgs: 11 stale+active+clean, 118 active+clean; 332 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.3 MiB/s wr, 525 op/s 2024-09-11T07:29:52.290 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:51 smithi017 podman[74981]: 2024-09-11 07:29:51.890315492 +0000 UTC m=+0.016685667 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T07:29:52.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:51 smithi017 ceph-mon[63383]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T07:29:52.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:51 smithi017 ceph-mon[63383]: osdmap e93: 8 total, 7 up, 8 in 2024-09-11T07:29:52.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:51 smithi017 ceph-mon[63383]: pgmap v115: 129 pgs: 11 stale+active+clean, 118 active+clean; 332 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.3 MiB/s wr, 525 op/s 2024-09-11T07:29:52.421 INFO:teuthology.orchestra.run.smithi017.stdout:true 2024-09-11T07:29:52.582 INFO:teuthology.orchestra.run.smithi017.stdout: 5 208670 5.60 MB/sec execute 550 sec latency 1698.161 ms 2024-09-11T07:29:52.583 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:52 smithi017 podman[74981]: 2024-09-11 07:29:52.326002981 +0000 UTC m=+0.452373156 container create b488a4b2d90ee79cb4aa204bcc2a7b99a1a91a986e0c811050c61178bb71522a (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-2-deactivate, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, ceph=True) 2024-09-11T07:29:52.957 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:52 smithi017 ceph-mon[63383]: osdmap e94: 8 total, 7 up, 8 in 2024-09-11T07:29:52.957 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:52 smithi017 ceph-mon[63383]: from='client.34238 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:29:52.958 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:52 smithi017 podman[74981]: 2024-09-11 07:29:52.69598665 +0000 UTC m=+0.822356821 container init b488a4b2d90ee79cb4aa204bcc2a7b99a1a91a986e0c811050c61178bb71522a (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-2-deactivate, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, ceph=True, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, 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, maintainer=Guillaume Abrioux ) 2024-09-11T07:29:52.958 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:52 smithi017 podman[74981]: 2024-09-11 07:29:52.702320891 +0000 UTC m=+0.828691056 container start b488a4b2d90ee79cb4aa204bcc2a7b99a1a91a986e0c811050c61178bb71522a (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-2-deactivate, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T07:29:52.958 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:52 smithi017 podman[74981]: 2024-09-11 07:29:52.804295371 +0000 UTC m=+0.930665536 container attach b488a4b2d90ee79cb4aa204bcc2a7b99a1a91a986e0c811050c61178bb71522a (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-2-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2) 2024-09-11T07:29:53.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:52 smithi045 ceph-mon[48800]: osdmap e94: 8 total, 7 up, 8 in 2024-09-11T07:29:53.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:52 smithi045 ceph-mon[48800]: from='client.34238 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:29:53.290 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:52 smithi017 podman[74981]: 2024-09-11 07:29:52.956456857 +0000 UTC m=+1.082827037 container died b488a4b2d90ee79cb4aa204bcc2a7b99a1a91a986e0c811050c61178bb71522a (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-2-deactivate, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T07:29:53.422 INFO:teuthology.orchestra.run.smithi017.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T07:29:53.422 INFO:teuthology.orchestra.run.smithi017.stdout:alertmanager.smithi017 smithi017 *:9093,9094 running (15m) 32s ago 17m 19.1M - 0.20.0 0881eb8f169f 8ff211b4e457 2024-09-11T07:29:53.422 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi017 smithi017 running (103s) 32s ago 17m 6887k - 17.2.7-1623-gd0e6828a 4a918172a497 5664d58a3a36 2024-09-11T07:29:53.422 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi045 smithi045 running (97s) 92s ago 16m 6895k - 17.2.7-1623-gd0e6828a 4a918172a497 b70b9ed235ba 2024-09-11T07:29:53.422 INFO:teuthology.orchestra.run.smithi017.stdout:grafana.smithi017 smithi017 *:3000 running (15m) 32s ago 16m 35.3M - 6.7.4 557c83e11646 24bbf4d58b8c 2024-09-11T07:29:53.422 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi017.utzzzp smithi017 running (11m) 32s ago 11m 14.9M - 16.2.4 8d91d370c2b8 711da931e1f1 2024-09-11T07:29:53.422 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi045.gxtxww smithi045 running (11m) 92s ago 11m 41.9M - 16.2.4 8d91d370c2b8 8de08b53c390 2024-09-11T07:29:53.422 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi017.qgiuqa smithi017 *:8443,9283 running (6m) 32s ago 18m 452M - 17.2.7-1623-gd0e6828a 4a918172a497 1a5c10d7a16e 2024-09-11T07:29:53.422 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi045.wavrrv smithi045 *:8443,9283 running (3m) 92s ago 16m 399M - 17.2.7-1623-gd0e6828a 4a918172a497 79559b699e04 2024-09-11T07:29:53.422 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi017 smithi017 running (3m) 32s ago 18m 55.3M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 93477c9f0204 2024-09-11T07:29:53.422 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi045 smithi045 running (2m) 92s ago 16m 56.2M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 ef66edbefbdf 2024-09-11T07:29:53.423 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.0.0.smithi017.yhlpto smithi017 *:2049 running (8m) 32s ago 8m 146M - 3.5 8d91d370c2b8 4d43393feaee 2024-09-11T07:29:53.423 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.1.0.smithi045.sirexv smithi045 *:2049 running (8m) 92s ago 8m 87.6M - 3.5 8d91d370c2b8 0795be2c25de 2024-09-11T07:29:53.423 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi017 smithi017 *:9100 running (16m) 32s ago 16m 17.0M - 0.18.1 e5a616e4b9cf 3ae9bdfa57df 2024-09-11T07:29:53.423 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi045 smithi045 *:9100 running (15m) 92s ago 15m 17.0M - 0.18.1 e5a616e4b9cf 517c959affda 2024-09-11T07:29:53.423 INFO:teuthology.orchestra.run.smithi017.stdout:osd.0 smithi017 running (70s) 32s ago 15m 220M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 6d8cdd6dd8fe 2024-09-11T07:29:53.423 INFO:teuthology.orchestra.run.smithi017.stdout:osd.1 smithi017 running (41s) 32s ago 15m 12.6M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 2e7de52a6624 2024-09-11T07:29:53.423 INFO:teuthology.orchestra.run.smithi017.stdout:osd.2 smithi017 running (14m) 32s ago 14m 459M 4096M 16.2.4 8d91d370c2b8 a42eeb5fcae7 2024-09-11T07:29:53.423 INFO:teuthology.orchestra.run.smithi017.stdout:osd.3 smithi017 running (14m) 32s ago 14m 341M 4096M 16.2.4 8d91d370c2b8 59fc76e234d1 2024-09-11T07:29:53.423 INFO:teuthology.orchestra.run.smithi017.stdout:osd.4 smithi045 running (14m) 92s ago 14m 569M 4096M 16.2.4 8d91d370c2b8 3dc1e394cdfa 2024-09-11T07:29:53.423 INFO:teuthology.orchestra.run.smithi017.stdout:osd.5 smithi045 running (13m) 92s ago 13m 361M 4096M 16.2.4 8d91d370c2b8 ec6745fcdd10 2024-09-11T07:29:53.423 INFO:teuthology.orchestra.run.smithi017.stdout:osd.6 smithi045 running (13m) 92s ago 13m 562M 4096M 16.2.4 8d91d370c2b8 788633f8efc6 2024-09-11T07:29:53.423 INFO:teuthology.orchestra.run.smithi017.stdout:osd.7 smithi045 running (13m) 92s ago 13m 473M 4096M 16.2.4 8d91d370c2b8 162523c68393 2024-09-11T07:29:53.423 INFO:teuthology.orchestra.run.smithi017.stdout:prometheus.smithi017 smithi017 *:9095 error 32s ago 16m 46.2M - 2.18.1 de242295e225 5d1f02a1080f 2024-09-11T07:29:53.582 INFO:teuthology.orchestra.run.smithi017.stdout: 5 209547 5.64 MB/sec execute 551 sec latency 55.912 ms 2024-09-11T07:29:53.921 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:53 smithi017 podman[75054]: 2024-09-11 07:29:53.626410618 +0000 UTC m=+0.658067141 container remove b488a4b2d90ee79cb4aa204bcc2a7b99a1a91a986e0c811050c61178bb71522a (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-2-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731) 2024-09-11T07:29:53.921 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:53 smithi017 systemd[1]: ceph-ef0778be-700c-11ef-bcea-c7b262605968@osd.2.service: Deactivated successfully. 2024-09-11T07:29:53.921 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:53 smithi017 systemd[1]: Stopped Ceph osd.2 for ef0778be-700c-11ef-bcea-c7b262605968. 2024-09-11T07:29:53.921 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:53 smithi017 systemd[1]: ceph-ef0778be-700c-11ef-bcea-c7b262605968@osd.2.service: Consumed 2min 39.732s CPU time. 2024-09-11T07:29:53.989 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:29:53.989 INFO:teuthology.orchestra.run.smithi017.stdout: "mon": { 2024-09-11T07:29:53.989 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:29:53.989 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:29:53.990 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr": { 2024-09-11T07:29:53.990 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:29:53.990 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:29:53.990 INFO:teuthology.orchestra.run.smithi017.stdout: "osd": { 2024-09-11T07:29:53.990 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 5, 2024-09-11T07:29:53.990 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:29:53.990 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:29:53.990 INFO:teuthology.orchestra.run.smithi017.stdout: "mds": { 2024-09-11T07:29:53.990 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-11T07:29:53.990 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:29:53.990 INFO:teuthology.orchestra.run.smithi017.stdout: "overall": { 2024-09-11T07:29:53.990 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 7, 2024-09-11T07:29:53.990 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 6 2024-09-11T07:29:53.990 INFO:teuthology.orchestra.run.smithi017.stdout: } 2024-09-11T07:29:53.990 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:29:54.185 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:53 smithi017 ceph-mon[63383]: from='client.44185 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:29:54.185 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:53 smithi017 ceph-mon[63383]: from='client.34246 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:29:54.185 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:53 smithi017 ceph-mon[63383]: pgmap v117: 129 pgs: 8 active+undersized, 4 stale+active+clean, 16 active+undersized+degraded, 101 active+clean; 326 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 6.9 MiB/s wr, 727 op/s; 98/1551 objects degraded (6.319%) 2024-09-11T07:29:54.185 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:53 smithi017 systemd[1]: Starting Ceph osd.2 for ef0778be-700c-11ef-bcea-c7b262605968... 2024-09-11T07:29:54.285 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:53 smithi045 ceph-mon[48800]: from='client.44185 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:29:54.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:53 smithi045 ceph-mon[48800]: from='client.34246 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:29:54.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:53 smithi045 ceph-mon[48800]: pgmap v117: 129 pgs: 8 active+undersized, 4 stale+active+clean, 16 active+undersized+degraded, 101 active+clean; 326 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 6.9 MiB/s wr, 727 op/s; 98/1551 objects degraded (6.319%) 2024-09-11T07:29:54.449 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:29:54.449 INFO:teuthology.orchestra.run.smithi017.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T07:29:54.449 INFO:teuthology.orchestra.run.smithi017.stdout: "in_progress": true, 2024-09-11T07:29:54.449 INFO:teuthology.orchestra.run.smithi017.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-11T07:29:54.449 INFO:teuthology.orchestra.run.smithi017.stdout: "services_complete": [ 2024-09-11T07:29:54.449 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr", 2024-09-11T07:29:54.450 INFO:teuthology.orchestra.run.smithi017.stdout: "mon", 2024-09-11T07:29:54.450 INFO:teuthology.orchestra.run.smithi017.stdout: "crash" 2024-09-11T07:29:54.450 INFO:teuthology.orchestra.run.smithi017.stdout: ], 2024-09-11T07:29:54.450 INFO:teuthology.orchestra.run.smithi017.stdout: "progress": "8/23 daemons upgraded", 2024-09-11T07:29:54.450 INFO:teuthology.orchestra.run.smithi017.stdout: "message": "Currently upgrading osd daemons", 2024-09-11T07:29:54.450 INFO:teuthology.orchestra.run.smithi017.stdout: "is_paused": false 2024-09-11T07:29:54.450 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:29:54.450 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:54 smithi017 podman[75193]: 2024-09-11 07:29:54.087202159 +0000 UTC m=+0.020363932 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T07:29:54.450 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:54 smithi017 podman[75193]: 2024-09-11 07:29:54.202524922 +0000 UTC m=+0.135686683 container create bcf38a9495a0943f96f438151354b34970972735f826efd74934724a0bff51d5 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-2-activate, org.label-schema.build-date=20240731, ceph=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0) 2024-09-11T07:29:54.582 INFO:teuthology.orchestra.run.smithi017.stdout: 5 209927 5.65 MB/sec execute 552 sec latency 48.169 ms 2024-09-11T07:29:54.790 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:54 smithi017 podman[75193]: 2024-09-11 07:29:54.489338046 +0000 UTC m=+0.422499818 container init bcf38a9495a0943f96f438151354b34970972735f826efd74934724a0bff51d5 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-2-activate, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_CLEAN=True, ceph=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T07:29:54.790 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:54 smithi017 podman[75193]: 2024-09-11 07:29:54.494521039 +0000 UTC m=+0.427682804 container start bcf38a9495a0943f96f438151354b34970972735f826efd74934724a0bff51d5 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-2-activate, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828) 2024-09-11T07:29:54.790 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:54 smithi017 podman[75193]: 2024-09-11 07:29:54.622693904 +0000 UTC m=+0.555855673 container attach bcf38a9495a0943f96f438151354b34970972735f826efd74934724a0bff51d5 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-2-activate, ceph=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0) 2024-09-11T07:29:55.285 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:54 smithi045 ceph-mon[48800]: Health check failed: Degraded data redundancy: 98/1551 objects degraded (6.319%), 16 pgs degraded (PG_DEGRADED) 2024-09-11T07:29:55.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:54 smithi045 ceph-mon[48800]: from='client.? 172.21.15.17:0/2446254327' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:29:55.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:54 smithi045 ceph-mon[48800]: from='client.34254 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:29:55.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:54 smithi017 ceph-mon[63383]: Health check failed: Degraded data redundancy: 98/1551 objects degraded (6.319%), 16 pgs degraded (PG_DEGRADED) 2024-09-11T07:29:55.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:54 smithi017 ceph-mon[63383]: from='client.? 172.21.15.17:0/2446254327' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:29:55.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:54 smithi017 ceph-mon[63383]: from='client.34254 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:29:55.291 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-2-activate[75228]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-11T07:29:55.291 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:54 smithi017 bash[75193]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-11T07:29:55.291 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-2-activate[75228]: 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-11T07:29:55.291 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:54 smithi017 bash[75193]: 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-11T07:29:55.291 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-2-activate[75228]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-09-11T07:29:55.291 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:54 smithi017 bash[75193]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-09-11T07:29:55.291 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-2-activate[75228]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-11T07:29:55.291 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:54 smithi017 bash[75193]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-11T07:29:55.291 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-2-activate[75228]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2024-09-11T07:29:55.291 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:54 smithi017 bash[75193]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2024-09-11T07:29:55.291 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-2-activate[75228]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-11T07:29:55.292 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:54 smithi017 bash[75193]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-11T07:29:55.292 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:54 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-2-activate[75228]: --> ceph-volume raw activate successful for osd ID: 2 2024-09-11T07:29:55.292 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:54 smithi017 bash[75193]: --> ceph-volume raw activate successful for osd ID: 2 2024-09-11T07:29:55.292 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:54 smithi017 podman[75193]: 2024-09-11 07:29:54.901098138 +0000 UTC m=+0.834259912 container died bcf38a9495a0943f96f438151354b34970972735f826efd74934724a0bff51d5 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-2-activate, GIT_CLEAN=True, ceph=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2) 2024-09-11T07:29:55.582 INFO:teuthology.orchestra.run.smithi017.stdout: 5 210340 5.66 MB/sec execute 553 sec latency 35.734 ms 2024-09-11T07:29:56.172 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:55 smithi017 ceph-mon[63383]: pgmap v118: 129 pgs: 14 active+undersized, 21 active+undersized+degraded, 94 active+clean; 325 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.5 MiB/s wr, 414 op/s; 160/1569 objects degraded (10.198%) 2024-09-11T07:29:56.172 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:55 smithi017 podman[75348]: 2024-09-11 07:29:55.919577479 +0000 UTC m=+1.011728144 container remove bcf38a9495a0943f96f438151354b34970972735f826efd74934724a0bff51d5 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-2-activate, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_CLEAN=True) 2024-09-11T07:29:56.172 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:56 smithi017 podman[75405]: 2024-09-11 07:29:56.053142498 +0000 UTC m=+0.026536371 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T07:29:56.172 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:56 smithi017 podman[75405]: 2024-09-11 07:29:56.170731516 +0000 UTC m=+0.144125370 container create f637088f4a42de0b9363da08868db250ba963c321f43fa6541d3098a8d07fa09 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True) 2024-09-11T07:29:56.285 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:55 smithi045 ceph-mon[48800]: pgmap v118: 129 pgs: 14 active+undersized, 21 active+undersized+degraded, 94 active+clean; 325 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.5 MiB/s wr, 414 op/s; 160/1569 objects degraded (10.198%) 2024-09-11T07:29:56.582 INFO:teuthology.orchestra.run.smithi017.stdout: 5 210735 5.67 MB/sec execute 554 sec latency 55.124 ms 2024-09-11T07:29:56.790 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:56 smithi017 podman[75405]: 2024-09-11 07:29:56.423565941 +0000 UTC m=+0.396959790 container init f637088f4a42de0b9363da08868db250ba963c321f43fa6541d3098a8d07fa09 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, ceph=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=) 2024-09-11T07:29:56.790 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:56 smithi017 podman[75405]: 2024-09-11 07:29:56.427854816 +0000 UTC m=+0.401248672 container start f637088f4a42de0b9363da08868db250ba963c321f43fa6541d3098a8d07fa09 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0) 2024-09-11T07:29:56.790 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:56 smithi017 ceph-osd[75423]: -- 172.21.15.17:0/3922127313 <== mon.0 v2:172.21.15.17:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x558ddc9ced00 con 0x558ddc9a0c00 2024-09-11T07:29:56.790 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:56 smithi017 bash[75405]: f637088f4a42de0b9363da08868db250ba963c321f43fa6541d3098a8d07fa09 2024-09-11T07:29:56.790 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:56 smithi017 systemd[1]: Started Ceph osd.2 for ef0778be-700c-11ef-bcea-c7b262605968. 2024-09-11T07:29:57.233 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:29:56 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-2[75419]: 2024-09-11T07:29:56.968+0000 7f8502eb5440 -1 Falling back to public interface 2024-09-11T07:29:57.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:57 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:29:57.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:57 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:29:57.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:57 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:29:57.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:57 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:29:57.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:57 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:29:57.582 INFO:teuthology.orchestra.run.smithi017.stdout: 5 211132 5.67 MB/sec execute 555 sec latency 46.127 ms 2024-09-11T07:29:57.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:57 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:29:57.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:57 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:29:57.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:57 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:29:57.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:57 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:29:57.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:57 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:29:58.583 INFO:teuthology.orchestra.run.smithi017.stdout: 5 211667 5.68 MB/sec execute 556 sec latency 45.346 ms 2024-09-11T07:29:58.746 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:58 smithi017 ceph-mon[63383]: pgmap v119: 129 pgs: 14 active+undersized, 21 active+undersized+degraded, 94 active+clean; 334 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 7.8 MiB/s wr, 824 op/s; 165/1704 objects degraded (9.683%) 2024-09-11T07:29:58.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:58 smithi045 ceph-mon[48800]: pgmap v119: 129 pgs: 14 active+undersized, 21 active+undersized+degraded, 94 active+clean; 334 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 7.8 MiB/s wr, 824 op/s; 165/1704 objects degraded (9.683%) 2024-09-11T07:29:59.439 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:29:59 smithi017 ceph-mon[63383]: Health check update: Degraded data redundancy: 165/1704 objects degraded (9.683%), 21 pgs degraded (PG_DEGRADED) 2024-09-11T07:29:59.583 INFO:teuthology.orchestra.run.smithi017.stdout: 5 212056 5.69 MB/sec execute 557 sec latency 47.806 ms 2024-09-11T07:29:59.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:29:59 smithi045 ceph-mon[48800]: Health check update: Degraded data redundancy: 165/1704 objects degraded (9.683%), 21 pgs degraded (PG_DEGRADED) 2024-09-11T07:30:00.583 INFO:teuthology.orchestra.run.smithi017.stdout: 5 212645 5.71 MB/sec execute 558 sec latency 40.040 ms 2024-09-11T07:30:00.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:00 smithi045 ceph-mon[48800]: pgmap v120: 129 pgs: 14 active+undersized, 21 active+undersized+degraded, 94 active+clean; 329 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.9 MiB/s wr, 729 op/s; 155/1662 objects degraded (9.326%) 2024-09-11T07:30:00.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:00 smithi045 ceph-mon[48800]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down; Degraded data redundancy: 165/1704 objects degraded (9.683%), 21 pgs degraded 2024-09-11T07:30:00.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:00 smithi045 ceph-mon[48800]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-11T07:30:00.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:00 smithi045 ceph-mon[48800]: daemon prometheus.smithi017 on smithi017 is in error state 2024-09-11T07:30:00.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:00 smithi045 ceph-mon[48800]: [WRN] OSD_DOWN: 1 osds down 2024-09-11T07:30:00.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:00 smithi045 ceph-mon[48800]: osd.2 (root=default,host=smithi017) is down 2024-09-11T07:30:00.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:00 smithi045 ceph-mon[48800]: [WRN] PG_DEGRADED: Degraded data redundancy: 165/1704 objects degraded (9.683%), 21 pgs degraded 2024-09-11T07:30:00.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:00 smithi045 ceph-mon[48800]: pg 2.1 is active+undersized+degraded, acting [3,0] 2024-09-11T07:30:00.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:00 smithi045 ceph-mon[48800]: pg 2.3 is active+undersized+degraded, acting [5,7] 2024-09-11T07:30:00.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:00 smithi045 ceph-mon[48800]: pg 2.7 is active+undersized+degraded, acting [6,7] 2024-09-11T07:30:00.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:00 smithi045 ceph-mon[48800]: pg 2.c is active+undersized+degraded, acting [5,0] 2024-09-11T07:30:00.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:00 smithi045 ceph-mon[48800]: pg 2.e is active+undersized+degraded, acting [3,7] 2024-09-11T07:30:00.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:00 smithi045 ceph-mon[48800]: pg 2.10 is active+undersized+degraded, acting [1,0] 2024-09-11T07:30:00.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:00 smithi045 ceph-mon[48800]: pg 2.16 is active+undersized+degraded, acting [5,6] 2024-09-11T07:30:00.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:00 smithi045 ceph-mon[48800]: pg 2.17 is active+undersized+degraded, acting [6,5] 2024-09-11T07:30:00.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:00 smithi045 ceph-mon[48800]: pg 2.1c is active+undersized+degraded, acting [7,5] 2024-09-11T07:30:00.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:00 smithi045 ceph-mon[48800]: pg 2.1f is active+undersized+degraded, acting [0,4] 2024-09-11T07:30:00.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:00 smithi045 ceph-mon[48800]: pg 3.0 is active+undersized+degraded, acting [1,6] 2024-09-11T07:30:00.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:00 smithi045 ceph-mon[48800]: pg 3.4 is active+undersized+degraded, acting [1,5] 2024-09-11T07:30:00.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:00 smithi045 ceph-mon[48800]: pg 3.5 is active+undersized+degraded, acting [5,3] 2024-09-11T07:30:00.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:00 smithi045 ceph-mon[48800]: pg 3.9 is active+undersized+degraded, acting [4,7] 2024-09-11T07:30:00.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:00 smithi045 ceph-mon[48800]: pg 3.13 is active+undersized+degraded, acting [7,4] 2024-09-11T07:30:00.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:00 smithi045 ceph-mon[48800]: pg 3.1a is active+undersized+degraded, acting [4,1] 2024-09-11T07:30:00.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:00 smithi045 ceph-mon[48800]: pg 3.1e is active+undersized+degraded, acting [3,6] 2024-09-11T07:30:00.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:00 smithi045 ceph-mon[48800]: pg 3.1f is active+undersized+degraded, acting [0,5] 2024-09-11T07:30:00.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:00 smithi045 ceph-mon[48800]: pg 4.19 is active+undersized+degraded, acting [3,0] 2024-09-11T07:30:00.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:00 smithi045 ceph-mon[48800]: pg 5.a is active+undersized+degraded, acting [4,3] 2024-09-11T07:30:00.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:00 smithi045 ceph-mon[48800]: pg 5.14 is active+undersized+degraded, acting [3,7] 2024-09-11T07:30:00.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:00 smithi017 ceph-mon[63383]: pgmap v120: 129 pgs: 14 active+undersized, 21 active+undersized+degraded, 94 active+clean; 329 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.9 MiB/s wr, 729 op/s; 155/1662 objects degraded (9.326%) 2024-09-11T07:30:00.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:00 smithi017 ceph-mon[63383]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down; Degraded data redundancy: 165/1704 objects degraded (9.683%), 21 pgs degraded 2024-09-11T07:30:00.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:00 smithi017 ceph-mon[63383]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-09-11T07:30:00.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:00 smithi017 ceph-mon[63383]: daemon prometheus.smithi017 on smithi017 is in error state 2024-09-11T07:30:00.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:00 smithi017 ceph-mon[63383]: [WRN] OSD_DOWN: 1 osds down 2024-09-11T07:30:00.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:00 smithi017 ceph-mon[63383]: osd.2 (root=default,host=smithi017) is down 2024-09-11T07:30:00.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:00 smithi017 ceph-mon[63383]: [WRN] PG_DEGRADED: Degraded data redundancy: 165/1704 objects degraded (9.683%), 21 pgs degraded 2024-09-11T07:30:00.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:00 smithi017 ceph-mon[63383]: pg 2.1 is active+undersized+degraded, acting [3,0] 2024-09-11T07:30:00.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:00 smithi017 ceph-mon[63383]: pg 2.3 is active+undersized+degraded, acting [5,7] 2024-09-11T07:30:00.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:00 smithi017 ceph-mon[63383]: pg 2.7 is active+undersized+degraded, acting [6,7] 2024-09-11T07:30:00.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:00 smithi017 ceph-mon[63383]: pg 2.c is active+undersized+degraded, acting [5,0] 2024-09-11T07:30:00.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:00 smithi017 ceph-mon[63383]: pg 2.e is active+undersized+degraded, acting [3,7] 2024-09-11T07:30:00.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:00 smithi017 ceph-mon[63383]: pg 2.10 is active+undersized+degraded, acting [1,0] 2024-09-11T07:30:00.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:00 smithi017 ceph-mon[63383]: pg 2.16 is active+undersized+degraded, acting [5,6] 2024-09-11T07:30:00.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:00 smithi017 ceph-mon[63383]: pg 2.17 is active+undersized+degraded, acting [6,5] 2024-09-11T07:30:00.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:00 smithi017 ceph-mon[63383]: pg 2.1c is active+undersized+degraded, acting [7,5] 2024-09-11T07:30:00.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:00 smithi017 ceph-mon[63383]: pg 2.1f is active+undersized+degraded, acting [0,4] 2024-09-11T07:30:00.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:00 smithi017 ceph-mon[63383]: pg 3.0 is active+undersized+degraded, acting [1,6] 2024-09-11T07:30:00.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:00 smithi017 ceph-mon[63383]: pg 3.4 is active+undersized+degraded, acting [1,5] 2024-09-11T07:30:00.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:00 smithi017 ceph-mon[63383]: pg 3.5 is active+undersized+degraded, acting [5,3] 2024-09-11T07:30:00.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:00 smithi017 ceph-mon[63383]: pg 3.9 is active+undersized+degraded, acting [4,7] 2024-09-11T07:30:00.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:00 smithi017 ceph-mon[63383]: pg 3.13 is active+undersized+degraded, acting [7,4] 2024-09-11T07:30:00.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:00 smithi017 ceph-mon[63383]: pg 3.1a is active+undersized+degraded, acting [4,1] 2024-09-11T07:30:00.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:00 smithi017 ceph-mon[63383]: pg 3.1e is active+undersized+degraded, acting [3,6] 2024-09-11T07:30:00.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:00 smithi017 ceph-mon[63383]: pg 3.1f is active+undersized+degraded, acting [0,5] 2024-09-11T07:30:00.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:00 smithi017 ceph-mon[63383]: pg 4.19 is active+undersized+degraded, acting [3,0] 2024-09-11T07:30:00.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:00 smithi017 ceph-mon[63383]: pg 5.a is active+undersized+degraded, acting [4,3] 2024-09-11T07:30:00.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:00 smithi017 ceph-mon[63383]: pg 5.14 is active+undersized+degraded, acting [3,7] 2024-09-11T07:30:01.583 INFO:teuthology.orchestra.run.smithi017.stdout: 5 213137 5.73 MB/sec execute 559 sec latency 37.810 ms 2024-09-11T07:30:01.912 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:30:01 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-2[75419]: 2024-09-11T07:30:01.602+0000 7f8502eb5440 -1 osd.2 0 read_superblock omap replica is missing. 2024-09-11T07:30:01.913 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:01 smithi017 ceph-mon[63383]: pgmap v121: 129 pgs: 14 active+undersized, 21 active+undersized+degraded, 94 active+clean; 328 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 6.7 MiB/s wr, 676 op/s; 153/1659 objects degraded (9.222%) 2024-09-11T07:30:02.285 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:01 smithi045 ceph-mon[48800]: pgmap v121: 129 pgs: 14 active+undersized, 21 active+undersized+degraded, 94 active+clean; 328 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 6.7 MiB/s wr, 676 op/s; 153/1659 objects degraded (9.222%) 2024-09-11T07:30:02.583 INFO:teuthology.orchestra.run.smithi017.stdout: 5 213521 5.74 MB/sec execute 560 sec latency 40.223 ms 2024-09-11T07:30:02.790 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:30:02 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-2[75419]: 2024-09-11T07:30:02.415+0000 7f8502eb5440 -1 osd.2 92 log_to_monitors true 2024-09-11T07:30:03.198 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:02 smithi017 ceph-mon[63383]: from='osd.2 [v2:172.21.15.17:6818/3736766890,v1:172.21.15.17:6819/3736766890]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-11T07:30:03.198 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:30:02 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-2[75419]: 2024-09-11T07:30:02.923+0000 7f84fa460640 -1 osd.2 92 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T07:30:03.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:02 smithi045 ceph-mon[48800]: from='osd.2 [v2:172.21.15.17:6818/3736766890,v1:172.21.15.17:6819/3736766890]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-11T07:30:03.583 INFO:teuthology.orchestra.run.smithi017.stdout: 5 213887 5.75 MB/sec execute 561 sec latency 40.663 ms 2024-09-11T07:30:04.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:03 smithi045 ceph-mon[48800]: from='osd.2 [v2:172.21.15.17:6818/3736766890,v1:172.21.15.17:6819/3736766890]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-11T07:30:04.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:03 smithi045 ceph-mon[48800]: osdmap e95: 8 total, 7 up, 8 in 2024-09-11T07:30:04.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:03 smithi045 ceph-mon[48800]: from='osd.2 [v2:172.21.15.17:6818/3736766890,v1:172.21.15.17:6819/3736766890]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi017", "root=default"]}]: dispatch 2024-09-11T07:30:04.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:03 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:04.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:03 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:04.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:03 smithi045 ceph-mon[48800]: pgmap v123: 129 pgs: 14 active+undersized, 21 active+undersized+degraded, 94 active+clean; 333 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 7.3 MiB/s wr, 717 op/s; 151/1671 objects degraded (9.037%) 2024-09-11T07:30:04.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:03 smithi017 ceph-mon[63383]: from='osd.2 [v2:172.21.15.17:6818/3736766890,v1:172.21.15.17:6819/3736766890]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-11T07:30:04.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:03 smithi017 ceph-mon[63383]: osdmap e95: 8 total, 7 up, 8 in 2024-09-11T07:30:04.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:03 smithi017 ceph-mon[63383]: from='osd.2 [v2:172.21.15.17:6818/3736766890,v1:172.21.15.17:6819/3736766890]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi017", "root=default"]}]: dispatch 2024-09-11T07:30:04.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:03 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:04.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:03 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:04.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:03 smithi017 ceph-mon[63383]: pgmap v123: 129 pgs: 14 active+undersized, 21 active+undersized+degraded, 94 active+clean; 333 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 7.3 MiB/s wr, 717 op/s; 151/1671 objects degraded (9.037%) 2024-09-11T07:30:04.583 INFO:teuthology.orchestra.run.smithi017.stdout: 5 214158 5.75 MB/sec execute 562 sec latency 520.160 ms 2024-09-11T07:30:05.021 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:04 smithi017 ceph-mon[63383]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T07:30:05.021 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:04 smithi017 ceph-mon[63383]: osd.2 [v2:172.21.15.17:6818/3736766890,v1:172.21.15.17:6819/3736766890] boot 2024-09-11T07:30:05.021 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:04 smithi017 ceph-mon[63383]: osdmap e96: 8 total, 8 up, 8 in 2024-09-11T07:30:05.021 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:04 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:30:05.021 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:04 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:05.021 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:04 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:05.021 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:04 smithi017 ceph-mon[63383]: Health check update: Degraded data redundancy: 153/1659 objects degraded (9.222%), 21 pgs degraded (PG_DEGRADED) 2024-09-11T07:30:05.021 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:04 smithi017 ceph-mon[63383]: osdmap e97: 8 total, 8 up, 8 in 2024-09-11T07:30:05.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:04 smithi045 ceph-mon[48800]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T07:30:05.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:04 smithi045 ceph-mon[48800]: osd.2 [v2:172.21.15.17:6818/3736766890,v1:172.21.15.17:6819/3736766890] boot 2024-09-11T07:30:05.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:04 smithi045 ceph-mon[48800]: osdmap e96: 8 total, 8 up, 8 in 2024-09-11T07:30:05.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:04 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-11T07:30:05.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:04 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:05.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:04 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:05.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:04 smithi045 ceph-mon[48800]: Health check update: Degraded data redundancy: 153/1659 objects degraded (9.222%), 21 pgs degraded (PG_DEGRADED) 2024-09-11T07:30:05.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:04 smithi045 ceph-mon[48800]: osdmap e97: 8 total, 8 up, 8 in 2024-09-11T07:30:05.583 INFO:teuthology.orchestra.run.smithi017.stdout: 5 214295 5.75 MB/sec execute 563 sec latency 1234.157 ms 2024-09-11T07:30:06.583 INFO:teuthology.orchestra.run.smithi017.stdout: 5 214538 5.75 MB/sec execute 564 sec latency 77.775 ms 2024-09-11T07:30:06.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:06 smithi045 ceph-mon[48800]: osdmap e98: 8 total, 8 up, 8 in 2024-09-11T07:30:06.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:06 smithi045 ceph-mon[48800]: pgmap v127: 129 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 3 peering, 11 active+undersized, 17 active+undersized+degraded, 97 active+clean; 328 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 7.6 MiB/s wr, 818 op/s; 135/1689 objects degraded (7.993%) 2024-09-11T07:30:06.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:06 smithi017 ceph-mon[63383]: osdmap e98: 8 total, 8 up, 8 in 2024-09-11T07:30:06.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:06 smithi017 ceph-mon[63383]: pgmap v127: 129 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 3 peering, 11 active+undersized, 17 active+undersized+degraded, 97 active+clean; 328 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 7.6 MiB/s wr, 818 op/s; 135/1689 objects degraded (7.993%) 2024-09-11T07:30:07.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:07 smithi017 ceph-mon[63383]: osdmap e99: 8 total, 8 up, 8 in 2024-09-11T07:30:07.583 INFO:teuthology.orchestra.run.smithi017.stdout: 5 214823 5.75 MB/sec execute 565 sec latency 656.222 ms 2024-09-11T07:30:07.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:07 smithi045 ceph-mon[48800]: osdmap e99: 8 total, 8 up, 8 in 2024-09-11T07:30:08.583 INFO:teuthology.orchestra.run.smithi017.stdout: 5 215292 5.74 MB/sec execute 566 sec latency 44.077 ms 2024-09-11T07:30:08.677 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:08 smithi017 ceph-mon[63383]: osdmap e100: 8 total, 8 up, 8 in 2024-09-11T07:30:08.677 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:08 smithi017 ceph-mon[63383]: pgmap v130: 129 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 6 peering, 6 active+undersized, 5 active+undersized+degraded, 111 active+clean; 328 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.4 MiB/s wr, 538 op/s; 55/1614 objects degraded (3.408%); 2.9 MiB/s, 27 objects/s recovering 2024-09-11T07:30:08.677 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:08 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:08.677 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:08 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:08.677 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:08 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:30:08.678 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:08 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:30:08.678 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:08 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:08.678 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:08 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:08.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:08 smithi045 ceph-mon[48800]: osdmap e100: 8 total, 8 up, 8 in 2024-09-11T07:30:08.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:08 smithi045 ceph-mon[48800]: pgmap v130: 129 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 6 peering, 6 active+undersized, 5 active+undersized+degraded, 111 active+clean; 328 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.4 MiB/s wr, 538 op/s; 55/1614 objects degraded (3.408%); 2.9 MiB/s, 27 objects/s recovering 2024-09-11T07:30:08.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:08 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:08.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:08 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:08.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:08 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:30:08.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:08 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:30:08.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:08 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:08.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:08 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:09.583 INFO:teuthology.orchestra.run.smithi017.stdout: 5 215642 5.76 MB/sec execute 567 sec latency 34.212 ms 2024-09-11T07:30:09.783 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:09 smithi017 ceph-mon[63383]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:30:09.783 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:09 smithi017 ceph-mon[63383]: pgmap v131: 129 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 6 peering, 122 active+clean; 324 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.4 MiB/s wr, 557 op/s; 26/1611 objects degraded (1.614%); 3.2 MiB/s, 29 objects/s recovering 2024-09-11T07:30:09.784 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:09 smithi017 ceph-mon[63383]: pgmap v132: 129 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 6 peering, 122 active+clean; 324 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 7.5 MiB/s wr, 772 op/s; 26/1611 objects degraded (1.614%); 4.4 MiB/s, 41 objects/s recovering 2024-09-11T07:30:09.784 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:09 smithi017 ceph-mon[63383]: Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:30:09.784 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:09 smithi017 ceph-mon[63383]: Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:30:09.784 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:09 smithi017 ceph-mon[63383]: Health check update: Degraded data redundancy: 26/1611 objects degraded (1.614%), 1 pg degraded (PG_DEGRADED) 2024-09-11T07:30:09.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:09 smithi045 ceph-mon[48800]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:30:09.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:09 smithi045 ceph-mon[48800]: pgmap v131: 129 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 6 peering, 122 active+clean; 324 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.4 MiB/s wr, 557 op/s; 26/1611 objects degraded (1.614%); 3.2 MiB/s, 29 objects/s recovering 2024-09-11T07:30:09.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:09 smithi045 ceph-mon[48800]: pgmap v132: 129 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 6 peering, 122 active+clean; 324 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 13 KiB/s rd, 7.5 MiB/s wr, 772 op/s; 26/1611 objects degraded (1.614%); 4.4 MiB/s, 41 objects/s recovering 2024-09-11T07:30:09.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:09 smithi045 ceph-mon[48800]: Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:30:09.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:09 smithi045 ceph-mon[48800]: Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:30:09.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:09 smithi045 ceph-mon[48800]: Health check update: Degraded data redundancy: 26/1611 objects degraded (1.614%), 1 pg degraded (PG_DEGRADED) 2024-09-11T07:30:10.583 INFO:teuthology.orchestra.run.smithi017.stdout: 5 216205 5.78 MB/sec execute 568 sec latency 32.484 ms 2024-09-11T07:30:11.583 INFO:teuthology.orchestra.run.smithi017.stdout: 5 216730 5.80 MB/sec execute 569 sec latency 44.831 ms 2024-09-11T07:30:11.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:11 smithi045 ceph-mon[48800]: pgmap v133: 129 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 3 peering, 125 active+clean; 326 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.1 MiB/s wr, 660 op/s; 26/1584 objects degraded (1.641%); 2.9 MiB/s, 37 objects/s recovering 2024-09-11T07:30:11.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:11 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:11.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:11 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:30:11.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:11 smithi017 ceph-mon[63383]: pgmap v133: 129 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 3 peering, 125 active+clean; 326 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.1 MiB/s wr, 660 op/s; 26/1584 objects degraded (1.641%); 2.9 MiB/s, 37 objects/s recovering 2024-09-11T07:30:11.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:11 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:11.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:11 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:30:12.583 INFO:teuthology.orchestra.run.smithi017.stdout: 5 217037 5.81 MB/sec execute 570 sec latency 38.979 ms 2024-09-11T07:30:12.720 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:12 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:12.720 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:12 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:30:12.720 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:12 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:30:12.720 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:12 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:30:12.720 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:12 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:30:12.720 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:12 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-11T07:30:12.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:12 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:12.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:12 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:30:12.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:12 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:30:12.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:12 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:30:12.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:12 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:30:12.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:12 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-11T07:30:13.583 INFO:teuthology.orchestra.run.smithi017.stdout: 5 217559 5.82 MB/sec execute 571 sec latency 27.804 ms 2024-09-11T07:30:13.743 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:13 smithi017 ceph-mon[63383]: pgmap v134: 129 pgs: 3 peering, 126 active+clean; 326 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.5 MiB/s wr, 523 op/s; 2.2 MiB/s, 32 objects/s recovering 2024-09-11T07:30:13.743 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:13 smithi017 ceph-mon[63383]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:30:13.743 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:30:13.743 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:30:13.743 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:30:13.743 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:30:13.743 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:30:13.743 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:30:13.743 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:30:13.743 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: main() 2024-09-11T07:30:13.743 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:30:13.744 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: r = ctx.func(ctx) 2024-09-11T07:30:13.744 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:30:13.744 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return func(ctx) 2024-09-11T07:30:13.744 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:30:13.744 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:30:13.744 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:30:13.744 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:30:13.744 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:30:13.744 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:30:13.744 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:30:13.744 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:30:13.744 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:30:13.745 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:30:13.745 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:30:13.745 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:30:13.745 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.wait_async( 2024-09-11T07:30:13.745 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:30:13.745 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:30:13.745 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:30:13.745 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return future.result(timeout) 2024-09-11T07:30:13.745 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:30:13.745 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.__get_result() 2024-09-11T07:30:13.745 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:30:13.745 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise self._exception 2024-09-11T07:30:13.745 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:30:13.745 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: out, err, code = await self._run_cephadm( 2024-09-11T07:30:13.746 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:30:13.746 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise OrchestratorError( 2024-09-11T07:30:13.746 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:30:13.746 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:30:13.746 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:30:13.746 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:30:13.746 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:30:13.746 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:30:13.746 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:30:13.746 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:30:13.746 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: main() 2024-09-11T07:30:13.746 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:30:13.746 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: r = ctx.func(ctx) 2024-09-11T07:30:13.746 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:30:13.747 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return func(ctx) 2024-09-11T07:30:13.747 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:30:13.747 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:30:13.747 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:30:13.747 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:30:13.747 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:30:13.747 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:30:13.747 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:30:13.747 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:30:13.747 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:13 smithi017 ceph-mon[63383]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-11T07:30:13.747 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:13 smithi017 ceph-mon[63383]: Upgrade: osd.3 is safe to restart 2024-09-11T07:30:13.747 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:13 smithi017 ceph-mon[63383]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 26/1584 objects degraded (1.641%), 1 pg degraded) 2024-09-11T07:30:13.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:13 smithi045 ceph-mon[48800]: pgmap v134: 129 pgs: 3 peering, 126 active+clean; 326 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.5 MiB/s wr, 523 op/s; 2.2 MiB/s, 32 objects/s recovering 2024-09-11T07:30:13.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:13 smithi045 ceph-mon[48800]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:30:13.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:30:13.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:30:13.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:30:13.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:30:13.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:30:13.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:30:13.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:30:13.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: main() 2024-09-11T07:30:13.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:30:13.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: r = ctx.func(ctx) 2024-09-11T07:30:13.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:30:13.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return func(ctx) 2024-09-11T07:30:13.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:30:13.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:30:13.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:30:13.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:30:13.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:30:13.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:30:13.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:30:13.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:30:13.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:30:13.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:30:13.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:30:13.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:30:13.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.wait_async( 2024-09-11T07:30:13.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:30:13.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:30:13.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:30:13.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return future.result(timeout) 2024-09-11T07:30:13.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:30:13.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.__get_result() 2024-09-11T07:30:13.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:30:13.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise self._exception 2024-09-11T07:30:13.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:30:13.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: out, err, code = await self._run_cephadm( 2024-09-11T07:30:13.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:30:13.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise OrchestratorError( 2024-09-11T07:30:13.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:30:13.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:30:13.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:30:13.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:30:13.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:30:13.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:30:13.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:30:13.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:30:13.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: main() 2024-09-11T07:30:13.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:30:13.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: r = ctx.func(ctx) 2024-09-11T07:30:13.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:30:13.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return func(ctx) 2024-09-11T07:30:13.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:30:13.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:30:13.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:30:13.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:30:13.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:30:13.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:30:13.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:30:13.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:30:13.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:13 smithi045 ceph-mon[48800]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-11T07:30:13.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:13 smithi045 ceph-mon[48800]: Upgrade: osd.3 is safe to restart 2024-09-11T07:30:13.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:13 smithi045 ceph-mon[48800]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 26/1584 objects degraded (1.641%), 1 pg degraded) 2024-09-11T07:30:14.583 INFO:teuthology.orchestra.run.smithi017.stdout: 5 217939 5.83 MB/sec execute 572 sec latency 55.576 ms 2024-09-11T07:30:15.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:14 smithi045 ceph-mon[48800]: Upgrade: Updating osd.3 2024-09-11T07:30:15.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:14 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:15.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:14 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-11T07:30:15.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:14 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:30:15.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:14 smithi045 ceph-mon[48800]: Deploying daemon osd.3 on smithi017 2024-09-11T07:30:15.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:14 smithi017 ceph-mon[63383]: Upgrade: Updating osd.3 2024-09-11T07:30:15.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:14 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:15.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:14 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-11T07:30:15.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:14 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:30:15.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:14 smithi017 ceph-mon[63383]: Deploying daemon osd.3 on smithi017 2024-09-11T07:30:15.583 INFO:teuthology.orchestra.run.smithi017.stdout: 5 218408 5.84 MB/sec execute 573 sec latency 56.318 ms 2024-09-11T07:30:15.921 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:15 smithi017 ceph-mon[63383]: pgmap v135: 129 pgs: 129 active+clean; 323 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 4.3 MiB/s wr, 406 op/s; 138 KiB/s, 11 objects/s recovering 2024-09-11T07:30:16.285 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:15 smithi045 ceph-mon[48800]: pgmap v135: 129 pgs: 129 active+clean; 323 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 4.3 MiB/s wr, 406 op/s; 138 KiB/s, 11 objects/s recovering 2024-09-11T07:30:16.583 INFO:teuthology.orchestra.run.smithi017.stdout: 5 218804 5.83 MB/sec execute 574 sec latency 54.470 ms 2024-09-11T07:30:17.583 INFO:teuthology.orchestra.run.smithi017.stdout: 5 219104 5.84 MB/sec execute 575 sec latency 45.257 ms 2024-09-11T07:30:18.010 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:17 smithi017 ceph-mon[63383]: pgmap v136: 129 pgs: 129 active+clean; 325 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.7 MiB/s wr, 429 op/s; 111 KiB/s, 9 objects/s recovering 2024-09-11T07:30:18.285 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:17 smithi045 ceph-mon[48800]: pgmap v136: 129 pgs: 129 active+clean; 325 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.7 MiB/s wr, 429 op/s; 111 KiB/s, 9 objects/s recovering 2024-09-11T07:30:18.290 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:18 smithi017 systemd[1]: Stopping Ceph osd.3 for ef0778be-700c-11ef-bcea-c7b262605968... 2024-09-11T07:30:18.583 INFO:teuthology.orchestra.run.smithi017.stdout: 5 219562 5.85 MB/sec execute 576 sec latency 58.244 ms 2024-09-11T07:30:18.997 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:18 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.3[40325]: debug 2024-09-11T07:30:18.664+0000 7f1338721700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-11T07:30:18.997 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:18 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.3[40325]: debug 2024-09-11T07:30:18.664+0000 7f1338721700 -1 osd.3 100 *** Got signal Terminated *** 2024-09-11T07:30:18.997 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:18 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.3[40325]: debug 2024-09-11T07:30:18.664+0000 7f1338721700 -1 osd.3 100 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T07:30:18.997 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:18 smithi017 podman[77682]: 2024-09-11 07:30:18.796808347 +0000 UTC m=+0.733145135 container died 59fc76e234d183e2569eeeea76a201d3e529ffad3881edc8c0969fd2ee7a1b84 (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.3, GIT_CLEAN=True, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.build-date=20201204, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-16.2.4, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, maintainer=Dimitri Savineau , RELEASE=HEAD, ceph=True, org.label-schema.schema-version=1.0) 2024-09-11T07:30:19.290 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:19 smithi017 podman[77682]: 2024-09-11 07:30:19.162842476 +0000 UTC m=+1.099179259 container cleanup 59fc76e234d183e2569eeeea76a201d3e529ffad3881edc8c0969fd2ee7a1b84 (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.3, org.label-schema.build-date=20201204, ceph=True, maintainer=Dimitri Savineau , org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=-16.2.4, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, RELEASE=HEAD, org.label-schema.name=CentOS Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, GIT_REPO=https://github.com/ceph/ceph-container.git) 2024-09-11T07:30:19.291 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:19 smithi017 bash[77682]: ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.3 2024-09-11T07:30:19.583 INFO:teuthology.orchestra.run.smithi017.stdout: 5 219628 5.85 MB/sec execute 577 sec latency 917.611 ms 2024-09-11T07:30:19.790 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:19 smithi017 podman[77694]: 2024-09-11 07:30:19.447993495 +0000 UTC m=+0.651565638 container remove 59fc76e234d183e2569eeeea76a201d3e529ffad3881edc8c0969fd2ee7a1b84 (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.3, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=-16.2.4, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Base Image, RELEASE=HEAD, ceph=True, maintainer=Dimitri Savineau , org.label-schema.build-date=20201204, GIT_CLEAN=True) 2024-09-11T07:30:20.063 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:19 smithi017 podman[77802]: 2024-09-11 07:30:19.842897958 +0000 UTC m=+0.017074030 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T07:30:20.063 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:19 smithi017 podman[77802]: 2024-09-11 07:30:19.940402577 +0000 UTC m=+0.114578638 container create f6c40999a06f7588ded22bf7c8687bc7b02765b63e612a00f496a91684a38fa5 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-3-deactivate, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux ) 2024-09-11T07:30:20.063 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:19 smithi017 ceph-mon[63383]: pgmap v137: 129 pgs: 129 active+clean; 321 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.1 MiB/s wr, 635 op/s; 81 KiB/s, 7 objects/s recovering 2024-09-11T07:30:20.063 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:19 smithi017 ceph-mon[63383]: osd.3 reported immediately failed by osd.6 2024-09-11T07:30:20.063 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:19 smithi017 ceph-mon[63383]: osd.3 failed (root=default,host=smithi017) (connection refused reported by osd.6) 2024-09-11T07:30:20.064 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:19 smithi017 ceph-mon[63383]: osd.3 reported immediately failed by osd.6 2024-09-11T07:30:20.064 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:19 smithi017 ceph-mon[63383]: osd.3 reported immediately failed by osd.1 2024-09-11T07:30:20.064 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:19 smithi017 ceph-mon[63383]: osd.3 reported immediately failed by osd.2 2024-09-11T07:30:20.064 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:19 smithi017 ceph-mon[63383]: osd.3 reported immediately failed by osd.7 2024-09-11T07:30:20.064 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:19 smithi017 ceph-mon[63383]: osd.3 reported immediately failed by osd.4 2024-09-11T07:30:20.064 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:19 smithi017 ceph-mon[63383]: osd.3 reported immediately failed by osd.5 2024-09-11T07:30:20.064 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:19 smithi017 ceph-mon[63383]: osd.3 reported immediately failed by osd.1 2024-09-11T07:30:20.064 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:19 smithi017 ceph-mon[63383]: osd.3 reported immediately failed by osd.2 2024-09-11T07:30:20.064 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:19 smithi017 ceph-mon[63383]: osd.3 reported immediately failed by osd.0 2024-09-11T07:30:20.064 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:19 smithi017 ceph-mon[63383]: osd.3 reported immediately failed by osd.7 2024-09-11T07:30:20.064 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:19 smithi017 ceph-mon[63383]: osd.3 reported immediately failed by osd.4 2024-09-11T07:30:20.064 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:19 smithi017 ceph-mon[63383]: osd.3 reported immediately failed by osd.5 2024-09-11T07:30:20.065 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:19 smithi017 ceph-mon[63383]: osd.3 reported immediately failed by osd.1 2024-09-11T07:30:20.065 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:19 smithi017 ceph-mon[63383]: osd.3 reported immediately failed by osd.0 2024-09-11T07:30:20.065 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:19 smithi017 ceph-mon[63383]: osd.3 reported immediately failed by osd.0 2024-09-11T07:30:20.065 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:19 smithi017 ceph-mon[63383]: osd.3 reported immediately failed by osd.5 2024-09-11T07:30:20.065 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:19 smithi017 ceph-mon[63383]: osd.3 reported immediately failed by osd.5 2024-09-11T07:30:20.065 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:19 smithi017 ceph-mon[63383]: osd.3 reported immediately failed by osd.6 2024-09-11T07:30:20.065 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:19 smithi017 ceph-mon[63383]: osd.3 reported immediately failed by osd.1 2024-09-11T07:30:20.065 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:19 smithi017 ceph-mon[63383]: osd.3 reported immediately failed by osd.2 2024-09-11T07:30:20.065 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:19 smithi017 ceph-mon[63383]: osd.3 reported immediately failed by osd.7 2024-09-11T07:30:20.065 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:19 smithi017 ceph-mon[63383]: osd.3 reported immediately failed by osd.4 2024-09-11T07:30:20.065 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:19 smithi017 ceph-mon[63383]: osd.3 reported immediately failed by osd.6 2024-09-11T07:30:20.065 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:19 smithi017 ceph-mon[63383]: osd.3 reported immediately failed by osd.1 2024-09-11T07:30:20.065 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:19 smithi017 ceph-mon[63383]: osd.3 reported immediately failed by osd.2 2024-09-11T07:30:20.065 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:19 smithi017 ceph-mon[63383]: osd.3 reported immediately failed by osd.0 2024-09-11T07:30:20.066 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:19 smithi017 ceph-mon[63383]: osd.3 reported immediately failed by osd.7 2024-09-11T07:30:20.066 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:19 smithi017 ceph-mon[63383]: osd.3 reported immediately failed by osd.4 2024-09-11T07:30:20.066 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:19 smithi017 ceph-mon[63383]: osd.3 reported immediately failed by osd.1 2024-09-11T07:30:20.066 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:19 smithi017 ceph-mon[63383]: osd.3 reported immediately failed by osd.0 2024-09-11T07:30:20.066 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:19 smithi017 ceph-mon[63383]: osd.3 reported immediately failed by osd.0 2024-09-11T07:30:20.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:19 smithi045 ceph-mon[48800]: pgmap v137: 129 pgs: 129 active+clean; 321 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.1 MiB/s wr, 635 op/s; 81 KiB/s, 7 objects/s recovering 2024-09-11T07:30:20.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:19 smithi045 ceph-mon[48800]: osd.3 reported immediately failed by osd.6 2024-09-11T07:30:20.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:19 smithi045 ceph-mon[48800]: osd.3 failed (root=default,host=smithi017) (connection refused reported by osd.6) 2024-09-11T07:30:20.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:19 smithi045 ceph-mon[48800]: osd.3 reported immediately failed by osd.6 2024-09-11T07:30:20.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:19 smithi045 ceph-mon[48800]: osd.3 reported immediately failed by osd.1 2024-09-11T07:30:20.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:19 smithi045 ceph-mon[48800]: osd.3 reported immediately failed by osd.2 2024-09-11T07:30:20.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:19 smithi045 ceph-mon[48800]: osd.3 reported immediately failed by osd.7 2024-09-11T07:30:20.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:19 smithi045 ceph-mon[48800]: osd.3 reported immediately failed by osd.4 2024-09-11T07:30:20.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:19 smithi045 ceph-mon[48800]: osd.3 reported immediately failed by osd.5 2024-09-11T07:30:20.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:19 smithi045 ceph-mon[48800]: osd.3 reported immediately failed by osd.1 2024-09-11T07:30:20.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:19 smithi045 ceph-mon[48800]: osd.3 reported immediately failed by osd.2 2024-09-11T07:30:20.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:19 smithi045 ceph-mon[48800]: osd.3 reported immediately failed by osd.0 2024-09-11T07:30:20.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:19 smithi045 ceph-mon[48800]: osd.3 reported immediately failed by osd.7 2024-09-11T07:30:20.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:19 smithi045 ceph-mon[48800]: osd.3 reported immediately failed by osd.4 2024-09-11T07:30:20.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:19 smithi045 ceph-mon[48800]: osd.3 reported immediately failed by osd.5 2024-09-11T07:30:20.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:19 smithi045 ceph-mon[48800]: osd.3 reported immediately failed by osd.1 2024-09-11T07:30:20.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:19 smithi045 ceph-mon[48800]: osd.3 reported immediately failed by osd.0 2024-09-11T07:30:20.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:19 smithi045 ceph-mon[48800]: osd.3 reported immediately failed by osd.0 2024-09-11T07:30:20.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:19 smithi045 ceph-mon[48800]: osd.3 reported immediately failed by osd.5 2024-09-11T07:30:20.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:19 smithi045 ceph-mon[48800]: osd.3 reported immediately failed by osd.5 2024-09-11T07:30:20.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:19 smithi045 ceph-mon[48800]: osd.3 reported immediately failed by osd.6 2024-09-11T07:30:20.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:19 smithi045 ceph-mon[48800]: osd.3 reported immediately failed by osd.1 2024-09-11T07:30:20.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:19 smithi045 ceph-mon[48800]: osd.3 reported immediately failed by osd.2 2024-09-11T07:30:20.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:19 smithi045 ceph-mon[48800]: osd.3 reported immediately failed by osd.7 2024-09-11T07:30:20.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:19 smithi045 ceph-mon[48800]: osd.3 reported immediately failed by osd.4 2024-09-11T07:30:20.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:19 smithi045 ceph-mon[48800]: osd.3 reported immediately failed by osd.6 2024-09-11T07:30:20.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:19 smithi045 ceph-mon[48800]: osd.3 reported immediately failed by osd.1 2024-09-11T07:30:20.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:19 smithi045 ceph-mon[48800]: osd.3 reported immediately failed by osd.2 2024-09-11T07:30:20.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:19 smithi045 ceph-mon[48800]: osd.3 reported immediately failed by osd.0 2024-09-11T07:30:20.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:19 smithi045 ceph-mon[48800]: osd.3 reported immediately failed by osd.7 2024-09-11T07:30:20.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:19 smithi045 ceph-mon[48800]: osd.3 reported immediately failed by osd.4 2024-09-11T07:30:20.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:19 smithi045 ceph-mon[48800]: osd.3 reported immediately failed by osd.1 2024-09-11T07:30:20.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:19 smithi045 ceph-mon[48800]: osd.3 reported immediately failed by osd.0 2024-09-11T07:30:20.289 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:19 smithi045 ceph-mon[48800]: osd.3 reported immediately failed by osd.0 2024-09-11T07:30:20.344 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:20 smithi017 podman[77802]: 2024-09-11 07:30:20.235028053 +0000 UTC m=+0.409204118 container init f6c40999a06f7588ded22bf7c8687bc7b02765b63e612a00f496a91684a38fa5 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-3-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, ceph=True, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.vendor=CentOS) 2024-09-11T07:30:20.345 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:20 smithi017 podman[77802]: 2024-09-11 07:30:20.238579989 +0000 UTC m=+0.412756063 container start f6c40999a06f7588ded22bf7c8687bc7b02765b63e612a00f496a91684a38fa5 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-3-deactivate, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T07:30:20.345 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:20 smithi017 podman[77802]: 2024-09-11 07:30:20.343396595 +0000 UTC m=+0.517572671 container attach f6c40999a06f7588ded22bf7c8687bc7b02765b63e612a00f496a91684a38fa5 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-3-deactivate, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, ceph=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux ) 2024-09-11T07:30:20.583 INFO:teuthology.orchestra.run.smithi017.stdout: 5 219628 5.84 MB/sec execute 578 sec latency 1917.699 ms 2024-09-11T07:30:20.724 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:20 smithi017 podman[77802]: 2024-09-11 07:30:20.427013637 +0000 UTC m=+0.601189699 container died f6c40999a06f7588ded22bf7c8687bc7b02765b63e612a00f496a91684a38fa5 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-3-deactivate, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD) 2024-09-11T07:30:21.032 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:20 smithi017 ceph-mon[63383]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T07:30:21.032 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:20 smithi017 ceph-mon[63383]: osdmap e101: 8 total, 7 up, 8 in 2024-09-11T07:30:21.033 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:20 smithi017 ceph-mon[63383]: osdmap e102: 8 total, 7 up, 8 in 2024-09-11T07:30:21.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:20 smithi045 ceph-mon[48800]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T07:30:21.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:20 smithi045 ceph-mon[48800]: osdmap e101: 8 total, 7 up, 8 in 2024-09-11T07:30:21.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:20 smithi045 ceph-mon[48800]: osdmap e102: 8 total, 7 up, 8 in 2024-09-11T07:30:21.290 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:21 smithi017 podman[77826]: 2024-09-11 07:30:21.031376017 +0000 UTC m=+0.593011624 container remove f6c40999a06f7588ded22bf7c8687bc7b02765b63e612a00f496a91684a38fa5 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-3-deactivate, org.label-schema.license=GPLv2, ceph=True, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD) 2024-09-11T07:30:21.291 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:21 smithi017 systemd[1]: ceph-ef0778be-700c-11ef-bcea-c7b262605968@osd.3.service: Deactivated successfully. 2024-09-11T07:30:21.291 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:21 smithi017 systemd[1]: Stopped Ceph osd.3 for ef0778be-700c-11ef-bcea-c7b262605968. 2024-09-11T07:30:21.291 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:21 smithi017 systemd[1]: ceph-ef0778be-700c-11ef-bcea-c7b262605968@osd.3.service: Consumed 4min 18.026s CPU time. 2024-09-11T07:30:21.567 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:21 smithi017 systemd[1]: Starting Ceph osd.3 for ef0778be-700c-11ef-bcea-c7b262605968... 2024-09-11T07:30:21.567 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:21 smithi017 podman[77923]: 2024-09-11 07:30:21.454911266 +0000 UTC m=+0.021460805 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T07:30:21.583 INFO:teuthology.orchestra.run.smithi017.stdout: 5 220015 5.85 MB/sec execute 579 sec latency 2154.230 ms 2024-09-11T07:30:21.845 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:21 smithi017 podman[77923]: 2024-09-11 07:30:21.566337675 +0000 UTC m=+0.132887203 container create 94dad6971da276134ab0bc5af46d32234849813d421e32c1788e8571c8f422e7 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-3-activate, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, ceph=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) 2024-09-11T07:30:21.846 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:21 smithi017 ceph-mon[63383]: pgmap v139: 129 pgs: 20 stale+active+clean, 109 active+clean; 321 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.8 MiB/s wr, 557 op/s; 16 KiB/s, 2 objects/s recovering 2024-09-11T07:30:21.846 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:21 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:22.179 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:21 smithi017 podman[77923]: 2024-09-11 07:30:21.844289125 +0000 UTC m=+0.410838672 container init 94dad6971da276134ab0bc5af46d32234849813d421e32c1788e8571c8f422e7 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-3-activate, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.license=GPLv2) 2024-09-11T07:30:22.179 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:21 smithi017 podman[77923]: 2024-09-11 07:30:21.848447922 +0000 UTC m=+0.414997453 container start 94dad6971da276134ab0bc5af46d32234849813d421e32c1788e8571c8f422e7 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-3-activate, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, ceph=True, GIT_CLEAN=True, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2) 2024-09-11T07:30:22.179 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:21 smithi017 podman[77923]: 2024-09-11 07:30:21.952885841 +0000 UTC m=+0.519435374 container attach 94dad6971da276134ab0bc5af46d32234849813d421e32c1788e8571c8f422e7 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-3-activate, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, ceph=True) 2024-09-11T07:30:22.186 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:21 smithi045 ceph-mon[48800]: pgmap v139: 129 pgs: 20 stale+active+clean, 109 active+clean; 321 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.8 MiB/s wr, 557 op/s; 16 KiB/s, 2 objects/s recovering 2024-09-11T07:30:22.186 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:21 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:22.541 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:22 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-3-activate[77938]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-11T07:30:22.541 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:22 smithi017 bash[77923]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-11T07:30:22.541 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:22 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-3-activate[77938]: 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-11T07:30:22.541 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:22 smithi017 bash[77923]: 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-11T07:30:22.541 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:22 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-3-activate[77938]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-09-11T07:30:22.541 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:22 smithi017 bash[77923]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-09-11T07:30:22.541 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:22 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-3-activate[77938]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-11T07:30:22.541 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:22 smithi017 bash[77923]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-11T07:30:22.541 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:22 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-3-activate[77938]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2024-09-11T07:30:22.541 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:22 smithi017 bash[77923]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2024-09-11T07:30:22.541 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:22 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-3-activate[77938]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-11T07:30:22.541 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:22 smithi017 bash[77923]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-11T07:30:22.542 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:22 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-3-activate[77938]: --> ceph-volume raw activate successful for osd ID: 3 2024-09-11T07:30:22.542 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:22 smithi017 bash[77923]: --> ceph-volume raw activate successful for osd ID: 3 2024-09-11T07:30:22.542 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:22 smithi017 podman[77923]: 2024-09-11 07:30:22.232188761 +0000 UTC m=+0.798738293 container died 94dad6971da276134ab0bc5af46d32234849813d421e32c1788e8571c8f422e7 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-3-activate, ceph=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-09-11T07:30:22.583 INFO:teuthology.orchestra.run.smithi017.stdout: 5 220390 5.86 MB/sec execute 580 sec latency 72.240 ms 2024-09-11T07:30:23.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:22 smithi045 ceph-mon[48800]: Health check failed: Reduced data availability: 1 pg inactive, 2 pgs peering (PG_AVAILABILITY) 2024-09-11T07:30:23.290 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:23 smithi017 podman[78055]: 2024-09-11 07:30:23.084818691 +0000 UTC m=+0.844965775 container remove 94dad6971da276134ab0bc5af46d32234849813d421e32c1788e8571c8f422e7 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-3-activate, io.buildah.version=1.37.2, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828) 2024-09-11T07:30:23.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:22 smithi017 ceph-mon[63383]: Health check failed: Reduced data availability: 1 pg inactive, 2 pgs peering (PG_AVAILABILITY) 2024-09-11T07:30:23.584 INFO:teuthology.orchestra.run.smithi017.stdout: 5 220828 5.87 MB/sec execute 581 sec latency 42.025 ms 2024-09-11T07:30:23.598 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:23 smithi017 podman[78119]: 2024-09-11 07:30:23.223175249 +0000 UTC m=+0.023503036 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T07:30:23.598 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:23 smithi017 podman[78119]: 2024-09-11 07:30:23.344314997 +0000 UTC m=+0.144642779 container create b40a71ed7bd175ee4cebf47e35807344271609e3ed43deacc6ae7514613c1dce (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-3, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=) 2024-09-11T07:30:23.865 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:23 smithi017 podman[78119]: 2024-09-11 07:30:23.597247627 +0000 UTC m=+0.397575409 container init b40a71ed7bd175ee4cebf47e35807344271609e3ed43deacc6ae7514613c1dce (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-3, ceph=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0) 2024-09-11T07:30:23.865 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:23 smithi017 podman[78119]: 2024-09-11 07:30:23.601803102 +0000 UTC m=+0.402130875 container start b40a71ed7bd175ee4cebf47e35807344271609e3ed43deacc6ae7514613c1dce (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-3, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, 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, org.label-schema.build-date=20240731) 2024-09-11T07:30:23.865 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:23 smithi017 ceph-osd[78137]: -- 172.21.15.17:0/4130394991 <== mon.0 v2:172.21.15.17:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x558f98c20d00 con 0x558f98bf2c00 2024-09-11T07:30:23.865 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:23 smithi017 bash[78119]: b40a71ed7bd175ee4cebf47e35807344271609e3ed43deacc6ae7514613c1dce 2024-09-11T07:30:23.865 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:23 smithi017 systemd[1]: Started Ceph osd.3 for ef0778be-700c-11ef-bcea-c7b262605968. 2024-09-11T07:30:23.865 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:23 smithi017 ceph-mon[63383]: pgmap v141: 129 pgs: 10 peering, 16 stale+active+clean, 103 active+clean; 321 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.7 MiB/s wr, 488 op/s 2024-09-11T07:30:24.153 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:23 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:24.153 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:23 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:24.154 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:23 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:30:24.155 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:24 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-3[78133]: 2024-09-11T07:30:24.150+0000 7f19fbfe2440 -1 Falling back to public interface 2024-09-11T07:30:24.285 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:23 smithi045 ceph-mon[48800]: pgmap v141: 129 pgs: 10 peering, 16 stale+active+clean, 103 active+clean; 321 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.7 MiB/s wr, 488 op/s 2024-09-11T07:30:24.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:23 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:24.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:23 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:24.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:23 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:30:24.583 INFO:teuthology.orchestra.run.smithi017.stdout: 5 221255 5.88 MB/sec execute 582 sec latency 63.634 ms 2024-09-11T07:30:24.983 INFO:teuthology.orchestra.run.smithi017.stdout:true 2024-09-11T07:30:24.983 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:24 smithi017 ceph-mon[63383]: pgmap v142: 129 pgs: 14 active+undersized, 10 peering, 5 stale+active+clean, 15 active+undersized+degraded, 85 active+clean; 324 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.1 MiB/s wr, 576 op/s; 113/1641 objects degraded (6.886%) 2024-09-11T07:30:25.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:24 smithi045 ceph-mon[48800]: pgmap v142: 129 pgs: 14 active+undersized, 10 peering, 5 stale+active+clean, 15 active+undersized+degraded, 85 active+clean; 324 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.1 MiB/s wr, 576 op/s; 113/1641 objects degraded (6.886%) 2024-09-11T07:30:25.584 INFO:teuthology.orchestra.run.smithi017.stdout: 5 221704 5.90 MB/sec execute 583 sec latency 35.700 ms 2024-09-11T07:30:25.932 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:25 smithi017 ceph-mon[63383]: Health check failed: Degraded data redundancy: 113/1641 objects degraded (6.886%), 15 pgs degraded (PG_DEGRADED) 2024-09-11T07:30:25.933 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:25 smithi017 ceph-mon[63383]: from='client.44207 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:30:25.933 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:25 smithi017 ceph-mon[63383]: from='client.34268 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:30:25.952 INFO:teuthology.orchestra.run.smithi017.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T07:30:25.952 INFO:teuthology.orchestra.run.smithi017.stdout:alertmanager.smithi017 smithi017 *:9093,9094 running (16m) 22s ago 17m 19.1M - 0.20.0 0881eb8f169f 8ff211b4e457 2024-09-11T07:30:25.952 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi017 smithi017 running (2m) 22s ago 17m 6887k - 17.2.7-1623-gd0e6828a 4a918172a497 5664d58a3a36 2024-09-11T07:30:25.952 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi045 smithi045 running (2m) 2m ago 16m 6895k - 17.2.7-1623-gd0e6828a 4a918172a497 b70b9ed235ba 2024-09-11T07:30:25.952 INFO:teuthology.orchestra.run.smithi017.stdout:grafana.smithi017 smithi017 *:3000 running (15m) 22s ago 17m 36.1M - 6.7.4 557c83e11646 24bbf4d58b8c 2024-09-11T07:30:25.952 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi017.utzzzp smithi017 running (12m) 22s ago 12m 15.0M - 16.2.4 8d91d370c2b8 711da931e1f1 2024-09-11T07:30:25.952 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi045.gxtxww smithi045 running (12m) 2m ago 12m 41.9M - 16.2.4 8d91d370c2b8 8de08b53c390 2024-09-11T07:30:25.953 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi017.qgiuqa smithi017 *:8443,9283 running (7m) 22s ago 18m 454M - 17.2.7-1623-gd0e6828a 4a918172a497 1a5c10d7a16e 2024-09-11T07:30:25.953 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi045.wavrrv smithi045 *:8443,9283 running (3m) 2m ago 16m 399M - 17.2.7-1623-gd0e6828a 4a918172a497 79559b699e04 2024-09-11T07:30:25.953 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi017 smithi017 running (3m) 22s ago 19m 67.0M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 93477c9f0204 2024-09-11T07:30:25.953 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi045 smithi045 running (3m) 2m ago 16m 56.2M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 ef66edbefbdf 2024-09-11T07:30:25.953 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.0.0.smithi017.yhlpto smithi017 *:2049 running (9m) 22s ago 9m 147M - 3.5 8d91d370c2b8 4d43393feaee 2024-09-11T07:30:25.953 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.1.0.smithi045.sirexv smithi045 *:2049 running (9m) 2m ago 9m 87.6M - 3.5 8d91d370c2b8 0795be2c25de 2024-09-11T07:30:25.953 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi017 smithi017 *:9100 running (17m) 22s ago 17m 17.0M - 0.18.1 e5a616e4b9cf 3ae9bdfa57df 2024-09-11T07:30:25.953 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi045 smithi045 *:9100 running (16m) 2m ago 16m 17.0M - 0.18.1 e5a616e4b9cf 517c959affda 2024-09-11T07:30:25.953 INFO:teuthology.orchestra.run.smithi017.stdout:osd.0 smithi017 running (103s) 22s ago 16m 285M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 6d8cdd6dd8fe 2024-09-11T07:30:25.953 INFO:teuthology.orchestra.run.smithi017.stdout:osd.1 smithi017 running (74s) 22s ago 15m 225M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 2e7de52a6624 2024-09-11T07:30:25.953 INFO:teuthology.orchestra.run.smithi017.stdout:osd.2 smithi017 running (29s) 22s ago 15m 11.7M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 f637088f4a42 2024-09-11T07:30:25.953 INFO:teuthology.orchestra.run.smithi017.stdout:osd.3 smithi017 starting - - - 4096M 2024-09-11T07:30:25.953 INFO:teuthology.orchestra.run.smithi017.stdout:osd.4 smithi045 running (14m) 2m ago 14m 569M 4096M 16.2.4 8d91d370c2b8 3dc1e394cdfa 2024-09-11T07:30:25.954 INFO:teuthology.orchestra.run.smithi017.stdout:osd.5 smithi045 running (14m) 2m ago 14m 361M 4096M 16.2.4 8d91d370c2b8 ec6745fcdd10 2024-09-11T07:30:25.954 INFO:teuthology.orchestra.run.smithi017.stdout:osd.6 smithi045 running (13m) 2m ago 13m 562M 4096M 16.2.4 8d91d370c2b8 788633f8efc6 2024-09-11T07:30:25.954 INFO:teuthology.orchestra.run.smithi017.stdout:osd.7 smithi045 running (13m) 2m ago 13m 473M 4096M 16.2.4 8d91d370c2b8 162523c68393 2024-09-11T07:30:25.954 INFO:teuthology.orchestra.run.smithi017.stdout:prometheus.smithi017 smithi017 *:9095 error 22s ago 16m 46.2M - 2.18.1 de242295e225 5d1f02a1080f 2024-09-11T07:30:26.285 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:25 smithi045 ceph-mon[48800]: Health check failed: Degraded data redundancy: 113/1641 objects degraded (6.886%), 15 pgs degraded (PG_DEGRADED) 2024-09-11T07:30:26.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:25 smithi045 ceph-mon[48800]: from='client.44207 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:30:26.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:25 smithi045 ceph-mon[48800]: from='client.34268 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:30:26.525 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:30:26.526 INFO:teuthology.orchestra.run.smithi017.stdout: "mon": { 2024-09-11T07:30:26.526 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:30:26.526 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:30:26.526 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr": { 2024-09-11T07:30:26.526 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:30:26.526 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:30:26.526 INFO:teuthology.orchestra.run.smithi017.stdout: "osd": { 2024-09-11T07:30:26.526 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4, 2024-09-11T07:30:26.526 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 3 2024-09-11T07:30:26.526 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:30:26.526 INFO:teuthology.orchestra.run.smithi017.stdout: "mds": { 2024-09-11T07:30:26.527 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-11T07:30:26.527 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:30:26.527 INFO:teuthology.orchestra.run.smithi017.stdout: "overall": { 2024-09-11T07:30:26.527 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 6, 2024-09-11T07:30:26.527 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 7 2024-09-11T07:30:26.527 INFO:teuthology.orchestra.run.smithi017.stdout: } 2024-09-11T07:30:26.527 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:30:26.583 INFO:teuthology.orchestra.run.smithi017.stdout: 5 222401 5.90 MB/sec execute 584 sec latency 28.832 ms 2024-09-11T07:30:27.002 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:30:27.003 INFO:teuthology.orchestra.run.smithi017.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T07:30:27.003 INFO:teuthology.orchestra.run.smithi017.stdout: "in_progress": true, 2024-09-11T07:30:27.003 INFO:teuthology.orchestra.run.smithi017.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-11T07:30:27.003 INFO:teuthology.orchestra.run.smithi017.stdout: "services_complete": [ 2024-09-11T07:30:27.003 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr", 2024-09-11T07:30:27.003 INFO:teuthology.orchestra.run.smithi017.stdout: "mon", 2024-09-11T07:30:27.003 INFO:teuthology.orchestra.run.smithi017.stdout: "crash" 2024-09-11T07:30:27.003 INFO:teuthology.orchestra.run.smithi017.stdout: ], 2024-09-11T07:30:27.003 INFO:teuthology.orchestra.run.smithi017.stdout: "progress": "9/23 daemons upgraded", 2024-09-11T07:30:27.003 INFO:teuthology.orchestra.run.smithi017.stdout: "message": "Currently upgrading osd daemons", 2024-09-11T07:30:27.003 INFO:teuthology.orchestra.run.smithi017.stdout: "is_paused": false 2024-09-11T07:30:27.003 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:30:27.584 INFO:teuthology.orchestra.run.smithi017.stdout: 5 222791 5.91 MB/sec execute 585 sec latency 49.268 ms 2024-09-11T07:30:27.686 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:27 smithi017 ceph-mon[63383]: from='client.44213 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:30:27.686 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:27 smithi017 ceph-mon[63383]: pgmap v143: 129 pgs: 20 active+undersized, 30 active+undersized+degraded, 79 active+clean; 326 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.7 MiB/s wr, 334 op/s; 208/1677 objects degraded (12.403%) 2024-09-11T07:30:27.686 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:27 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:27.686 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:27 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:30:27.686 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:27 smithi017 ceph-mon[63383]: from='client.? 172.21.15.17:0/1158875577' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:30:27.687 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:27 smithi017 ceph-mon[63383]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 2 pgs peering) 2024-09-11T07:30:27.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:27 smithi045 ceph-mon[48800]: from='client.44213 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:30:27.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:27 smithi045 ceph-mon[48800]: pgmap v143: 129 pgs: 20 active+undersized, 30 active+undersized+degraded, 79 active+clean; 326 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.7 MiB/s wr, 334 op/s; 208/1677 objects degraded (12.403%) 2024-09-11T07:30:27.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:27 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:27.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:27 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:30:27.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:27 smithi045 ceph-mon[48800]: from='client.? 172.21.15.17:0/1158875577' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:30:27.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:27 smithi045 ceph-mon[48800]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 2 pgs peering) 2024-09-11T07:30:28.584 INFO:teuthology.orchestra.run.smithi017.stdout: 5 223241 5.93 MB/sec execute 586 sec latency 46.673 ms 2024-09-11T07:30:28.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:28 smithi045 ceph-mon[48800]: from='client.34280 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:30:28.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:28 smithi017 ceph-mon[63383]: from='client.34280 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:30:29.360 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:29 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-3[78133]: 2024-09-11T07:30:29.105+0000 7f19fbfe2440 -1 osd.3 0 read_superblock omap replica is missing. 2024-09-11T07:30:29.584 INFO:teuthology.orchestra.run.smithi017.stdout: 5 223735 5.94 MB/sec execute 587 sec latency 57.158 ms 2024-09-11T07:30:29.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:29 smithi045 ceph-mon[48800]: pgmap v144: 129 pgs: 20 active+undersized, 30 active+undersized+degraded, 79 active+clean; 321 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.0 MiB/s wr, 584 op/s; 203/1542 objects degraded (13.165%) 2024-09-11T07:30:29.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:29 smithi017 ceph-mon[63383]: pgmap v144: 129 pgs: 20 active+undersized, 30 active+undersized+degraded, 79 active+clean; 321 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.0 MiB/s wr, 584 op/s; 203/1542 objects degraded (13.165%) 2024-09-11T07:30:30.534 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:30 smithi017 ceph-mon[63383]: from='osd.3 [v2:172.21.15.17:6826/3651775333,v1:172.21.15.17:6827/3651775333]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-11T07:30:30.535 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:30 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-3[78133]: 2024-09-11T07:30:30.266+0000 7f19fbfe2440 -1 osd.3 100 log_to_monitors true 2024-09-11T07:30:30.535 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:30:30 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-3[78133]: 2024-09-11T07:30:30.427+0000 7f19f1d8a640 -1 osd.3 100 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T07:30:30.584 INFO:teuthology.orchestra.run.smithi017.stdout: 5 224049 5.95 MB/sec execute 588 sec latency 37.227 ms 2024-09-11T07:30:30.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:30 smithi045 ceph-mon[48800]: from='osd.3 [v2:172.21.15.17:6826/3651775333,v1:172.21.15.17:6827/3651775333]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-11T07:30:31.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:31 smithi017 ceph-mon[63383]: pgmap v145: 129 pgs: 20 active+undersized, 30 active+undersized+degraded, 79 active+clean; 321 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.4 MiB/s wr, 541 op/s; 199/1542 objects degraded (12.905%) 2024-09-11T07:30:31.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:31 smithi017 ceph-mon[63383]: Health check update: Degraded data redundancy: 199/1542 objects degraded (12.905%), 30 pgs degraded (PG_DEGRADED) 2024-09-11T07:30:31.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:31 smithi017 ceph-mon[63383]: from='osd.3 [v2:172.21.15.17:6826/3651775333,v1:172.21.15.17:6827/3651775333]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-11T07:30:31.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:31 smithi017 ceph-mon[63383]: osdmap e103: 8 total, 7 up, 8 in 2024-09-11T07:30:31.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:31 smithi017 ceph-mon[63383]: from='osd.3 [v2:172.21.15.17:6826/3651775333,v1:172.21.15.17:6827/3651775333]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi017", "root=default"]}]: dispatch 2024-09-11T07:30:31.584 INFO:teuthology.orchestra.run.smithi017.stdout: 5 224595 5.96 MB/sec execute 589 sec latency 109.537 ms 2024-09-11T07:30:31.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:31 smithi045 ceph-mon[48800]: pgmap v145: 129 pgs: 20 active+undersized, 30 active+undersized+degraded, 79 active+clean; 321 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.4 MiB/s wr, 541 op/s; 199/1542 objects degraded (12.905%) 2024-09-11T07:30:31.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:31 smithi045 ceph-mon[48800]: Health check update: Degraded data redundancy: 199/1542 objects degraded (12.905%), 30 pgs degraded (PG_DEGRADED) 2024-09-11T07:30:31.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:31 smithi045 ceph-mon[48800]: from='osd.3 [v2:172.21.15.17:6826/3651775333,v1:172.21.15.17:6827/3651775333]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-11T07:30:31.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:31 smithi045 ceph-mon[48800]: osdmap e103: 8 total, 7 up, 8 in 2024-09-11T07:30:31.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:31 smithi045 ceph-mon[48800]: from='osd.3 [v2:172.21.15.17:6826/3651775333,v1:172.21.15.17:6827/3651775333]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi017", "root=default"]}]: dispatch 2024-09-11T07:30:32.584 INFO:teuthology.orchestra.run.smithi017.stdout: 5 224667 5.95 MB/sec execute 590 sec latency 1006.661 ms 2024-09-11T07:30:32.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:32 smithi045 ceph-mon[48800]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T07:30:32.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:32 smithi045 ceph-mon[48800]: osd.3 [v2:172.21.15.17:6826/3651775333,v1:172.21.15.17:6827/3651775333] boot 2024-09-11T07:30:32.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:32 smithi045 ceph-mon[48800]: osdmap e104: 8 total, 8 up, 8 in 2024-09-11T07:30:32.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:32 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:30:32.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:32 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:32.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:32 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:32.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:32 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:32.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:32 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:32.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:32 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:32.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:32 smithi017 ceph-mon[63383]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T07:30:32.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:32 smithi017 ceph-mon[63383]: osd.3 [v2:172.21.15.17:6826/3651775333,v1:172.21.15.17:6827/3651775333] boot 2024-09-11T07:30:32.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:32 smithi017 ceph-mon[63383]: osdmap e104: 8 total, 8 up, 8 in 2024-09-11T07:30:32.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:32 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-11T07:30:32.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:32 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:32.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:32 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:32.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:32 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:32.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:32 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:32.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:32 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:33.584 INFO:teuthology.orchestra.run.smithi017.stdout: 5 224887 5.95 MB/sec execute 591 sec latency 999.861 ms 2024-09-11T07:30:33.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:33 smithi045 ceph-mon[48800]: pgmap v148: 129 pgs: 20 active+undersized, 30 active+undersized+degraded, 79 active+clean; 321 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.3 MiB/s wr, 502 op/s; 199/1554 objects degraded (12.806%) 2024-09-11T07:30:33.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:33 smithi045 ceph-mon[48800]: osdmap e105: 8 total, 8 up, 8 in 2024-09-11T07:30:33.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:33 smithi017 ceph-mon[63383]: pgmap v148: 129 pgs: 20 active+undersized, 30 active+undersized+degraded, 79 active+clean; 321 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.3 MiB/s wr, 502 op/s; 199/1554 objects degraded (12.806%) 2024-09-11T07:30:33.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:33 smithi017 ceph-mon[63383]: osdmap e105: 8 total, 8 up, 8 in 2024-09-11T07:30:34.584 INFO:teuthology.orchestra.run.smithi017.stdout: 5 225245 5.96 MB/sec execute 592 sec latency 1091.302 ms 2024-09-11T07:30:34.738 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:34 smithi017 ceph-mon[63383]: osdmap e106: 8 total, 8 up, 8 in 2024-09-11T07:30:34.738 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:34 smithi017 ceph-mon[63383]: osdmap e107: 8 total, 8 up, 8 in 2024-09-11T07:30:34.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:34 smithi045 ceph-mon[48800]: osdmap e106: 8 total, 8 up, 8 in 2024-09-11T07:30:34.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:34 smithi045 ceph-mon[48800]: osdmap e107: 8 total, 8 up, 8 in 2024-09-11T07:30:35.584 INFO:teuthology.orchestra.run.smithi017.stdout: 5 225690 5.97 MB/sec execute 593 sec latency 1000.439 ms 2024-09-11T07:30:35.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:35 smithi045 ceph-mon[48800]: pgmap v151: 129 pgs: 14 peering, 10 active+undersized, 22 active+undersized+degraded, 83 active+clean; 335 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.3 MiB/s wr, 635 op/s; 146/1698 objects degraded (8.598%); 18 KiB/s, 0 objects/s recovering 2024-09-11T07:30:35.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:35 smithi045 ceph-mon[48800]: osdmap e108: 8 total, 8 up, 8 in 2024-09-11T07:30:35.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:35 smithi017 ceph-mon[63383]: pgmap v151: 129 pgs: 14 peering, 10 active+undersized, 22 active+undersized+degraded, 83 active+clean; 335 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.3 MiB/s wr, 635 op/s; 146/1698 objects degraded (8.598%); 18 KiB/s, 0 objects/s recovering 2024-09-11T07:30:35.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:35 smithi017 ceph-mon[63383]: osdmap e108: 8 total, 8 up, 8 in 2024-09-11T07:30:36.584 INFO:teuthology.orchestra.run.smithi017.stdout: 5 226011 5.97 MB/sec execute 594 sec latency 893.394 ms 2024-09-11T07:30:37.584 INFO:teuthology.orchestra.run.smithi017.stdout: 5 226556 5.98 MB/sec execute 595 sec latency 49.145 ms 2024-09-11T07:30:37.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:37 smithi045 ceph-mon[48800]: pgmap v154: 129 pgs: 16 peering, 113 active+clean; 327 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 37 KiB/s rd, 7.6 MiB/s wr, 714 op/s; 2.1 MiB/s, 40 objects/s recovering 2024-09-11T07:30:37.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:37 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:37.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:37 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:37.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:37 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:30:37.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:37 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:30:37.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:37 smithi045 ceph-mon[48800]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:30:37.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:37 smithi045 ceph-mon[48800]: pgmap v155: 129 pgs: 16 peering, 113 active+clean; 327 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 38 KiB/s rd, 2.5 MiB/s wr, 150 op/s; 2.2 MiB/s, 41 objects/s recovering 2024-09-11T07:30:37.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:37 smithi045 ceph-mon[48800]: pgmap v156: 129 pgs: 16 peering, 113 active+clean; 327 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 37 KiB/s rd, 3.3 MiB/s wr, 197 op/s; 2.9 MiB/s, 54 objects/s recovering 2024-09-11T07:30:37.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:37 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:37.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:37 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:37.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:37 smithi045 ceph-mon[48800]: osdmap e109: 8 total, 8 up, 8 in 2024-09-11T07:30:37.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:37 smithi045 ceph-mon[48800]: Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:30:37.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:37 smithi045 ceph-mon[48800]: Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:30:37.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:37 smithi045 ceph-mon[48800]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 146/1698 objects degraded (8.598%), 22 pgs degraded) 2024-09-11T07:30:37.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:37 smithi017 ceph-mon[63383]: pgmap v154: 129 pgs: 16 peering, 113 active+clean; 327 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 37 KiB/s rd, 7.6 MiB/s wr, 714 op/s; 2.1 MiB/s, 40 objects/s recovering 2024-09-11T07:30:37.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:37 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:37.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:37 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:37.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:37 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:30:37.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:37 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:30:37.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:37 smithi017 ceph-mon[63383]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:30:37.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:37 smithi017 ceph-mon[63383]: pgmap v155: 129 pgs: 16 peering, 113 active+clean; 327 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 38 KiB/s rd, 2.5 MiB/s wr, 150 op/s; 2.2 MiB/s, 41 objects/s recovering 2024-09-11T07:30:37.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:37 smithi017 ceph-mon[63383]: pgmap v156: 129 pgs: 16 peering, 113 active+clean; 327 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 37 KiB/s rd, 3.3 MiB/s wr, 197 op/s; 2.9 MiB/s, 54 objects/s recovering 2024-09-11T07:30:37.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:37 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:37.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:37 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:37.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:37 smithi017 ceph-mon[63383]: osdmap e109: 8 total, 8 up, 8 in 2024-09-11T07:30:37.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:37 smithi017 ceph-mon[63383]: Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:30:37.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:37 smithi017 ceph-mon[63383]: Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:30:37.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:37 smithi017 ceph-mon[63383]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 146/1698 objects degraded (8.598%), 22 pgs degraded) 2024-09-11T07:30:38.584 INFO:teuthology.orchestra.run.smithi017.stdout: 5 227152 6.01 MB/sec execute 596 sec latency 38.243 ms 2024-09-11T07:30:39.504 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:39 smithi017 ceph-mon[63383]: pgmap v158: 129 pgs: 2 peering, 127 active+clean; 322 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 35 KiB/s rd, 6.0 MiB/s wr, 712 op/s; 2.2 MiB/s, 48 objects/s recovering 2024-09-11T07:30:39.584 INFO:teuthology.orchestra.run.smithi017.stdout: 5 227623 6.02 MB/sec execute 597 sec latency 34.486 ms 2024-09-11T07:30:39.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:39 smithi045 ceph-mon[48800]: pgmap v158: 129 pgs: 2 peering, 127 active+clean; 322 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 35 KiB/s rd, 6.0 MiB/s wr, 712 op/s; 2.2 MiB/s, 48 objects/s recovering 2024-09-11T07:30:40.584 INFO:teuthology.orchestra.run.smithi017.stdout: 5 228054 6.03 MB/sec execute 598 sec latency 67.453 ms 2024-09-11T07:30:41.585 INFO:teuthology.orchestra.run.smithi017.stdout: 5 228374 6.04 MB/sec execute 599 sec latency 41.293 ms 2024-09-11T07:30:41.608 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:41 smithi045 ceph-mon[48800]: pgmap v159: 129 pgs: 2 peering, 127 active+clean; 322 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 28 KiB/s rd, 5.2 MiB/s wr, 592 op/s; 1.7 MiB/s, 38 objects/s recovering 2024-09-11T07:30:41.609 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:41 smithi045 ceph-mon[48800]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:30:41.609 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:30:41.609 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:30:41.609 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:30:41.609 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:30:41.609 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:30:41.609 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:30:41.609 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:30:41.609 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: main() 2024-09-11T07:30:41.609 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:30:41.609 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: r = ctx.func(ctx) 2024-09-11T07:30:41.609 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:30:41.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return func(ctx) 2024-09-11T07:30:41.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:30:41.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:30:41.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:30:41.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:30:41.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:30:41.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:30:41.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:30:41.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:30:41.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:30:41.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:30:41.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:30:41.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:30:41.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.wait_async( 2024-09-11T07:30:41.610 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:30:41.611 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:30:41.611 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:30:41.611 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return future.result(timeout) 2024-09-11T07:30:41.611 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:30:41.611 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.__get_result() 2024-09-11T07:30:41.611 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:30:41.611 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise self._exception 2024-09-11T07:30:41.611 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:30:41.611 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: out, err, code = await self._run_cephadm( 2024-09-11T07:30:41.611 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:30:41.611 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise OrchestratorError( 2024-09-11T07:30:41.611 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:30:41.611 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:30:41.611 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:30:41.611 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:30:41.612 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:30:41.612 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:30:41.612 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:30:41.612 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:30:41.612 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: main() 2024-09-11T07:30:41.612 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:30:41.612 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: r = ctx.func(ctx) 2024-09-11T07:30:41.612 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:30:41.612 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return func(ctx) 2024-09-11T07:30:41.612 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:30:41.612 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:30:41.612 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:30:41.612 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:30:41.613 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:30:41.613 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:30:41.613 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:30:41.613 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:30:41.613 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:41 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:30:41.613 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:41 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:30:41.613 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:41 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:30:41.613 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:41 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:30:41.613 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:41 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-11T07:30:41.613 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:41 smithi045 ceph-mon[48800]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-11T07:30:41.613 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:41 smithi045 ceph-mon[48800]: Upgrade: osd.4 is safe to restart 2024-09-11T07:30:41.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:41 smithi017 ceph-mon[63383]: pgmap v159: 129 pgs: 2 peering, 127 active+clean; 322 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 28 KiB/s rd, 5.2 MiB/s wr, 592 op/s; 1.7 MiB/s, 38 objects/s recovering 2024-09-11T07:30:41.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:41 smithi017 ceph-mon[63383]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:30:41.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:30:41.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:30:41.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:30:41.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:30:41.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:30:41.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:30:41.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:30:41.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: main() 2024-09-11T07:30:41.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:30:41.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: r = ctx.func(ctx) 2024-09-11T07:30:41.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:30:41.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return func(ctx) 2024-09-11T07:30:41.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:30:41.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:30:41.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:30:41.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:30:41.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:30:41.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:30:41.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:30:41.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:30:41.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:30:41.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:30:41.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:30:41.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:30:41.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.wait_async( 2024-09-11T07:30:41.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:30:41.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:30:41.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:30:41.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return future.result(timeout) 2024-09-11T07:30:41.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:30:41.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.__get_result() 2024-09-11T07:30:41.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:30:41.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise self._exception 2024-09-11T07:30:41.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:30:41.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: out, err, code = await self._run_cephadm( 2024-09-11T07:30:41.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:30:41.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise OrchestratorError( 2024-09-11T07:30:41.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:30:41.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:30:41.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:30:41.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:30:41.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:30:41.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:30:41.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:30:41.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:30:41.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: main() 2024-09-11T07:30:41.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:30:41.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: r = ctx.func(ctx) 2024-09-11T07:30:41.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:30:41.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return func(ctx) 2024-09-11T07:30:41.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:30:41.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:30:41.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:30:41.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:30:41.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:30:41.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:30:41.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:30:41.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:30:41.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:41 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:30:41.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:41 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:30:41.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:41 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:30:41.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:41 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:30:41.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:41 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-11T07:30:41.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:41 smithi017 ceph-mon[63383]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-11T07:30:41.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:41 smithi017 ceph-mon[63383]: Upgrade: osd.4 is safe to restart 2024-09-11T07:30:42.584 INFO:teuthology.orchestra.run.smithi017.stdout: 5 cleanup 600 sec 2024-09-11T07:30:42.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:42 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:42.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:42 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:30:42.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:42 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:42.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:42 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:42.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:42 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:30:42.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:42 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:42.866 INFO:teuthology.orchestra.run.smithi017.stdout: 0 cleanup 600 sec 2024-09-11T07:30:42.866 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-11T07:30:42.866 INFO:teuthology.orchestra.run.smithi017.stdout: Operation Count AvgLat MaxLat 2024-09-11T07:30:42.866 INFO:teuthology.orchestra.run.smithi017.stdout: ---------------------------------------- 2024-09-11T07:30:42.866 INFO:teuthology.orchestra.run.smithi017.stdout: NTCreateX 116037 13.989 304413.471 2024-09-11T07:30:42.867 INFO:teuthology.orchestra.run.smithi017.stdout: Close 85150 0.134 4.875 2024-09-11T07:30:42.867 INFO:teuthology.orchestra.run.smithi017.stdout: Rename 4915 8.635 104.697 2024-09-11T07:30:42.867 INFO:teuthology.orchestra.run.smithi017.stdout: Unlink 23499 6.445 2330.955 2024-09-11T07:30:42.867 INFO:teuthology.orchestra.run.smithi017.stdout: Qpathinfo 105242 0.758 131.858 2024-09-11T07:30:42.867 INFO:teuthology.orchestra.run.smithi017.stdout: Qfileinfo 18349 0.007 0.796 2024-09-11T07:30:42.867 INFO:teuthology.orchestra.run.smithi017.stdout: Qfsinfo 19316 0.707 904.627 2024-09-11T07:30:42.867 INFO:teuthology.orchestra.run.smithi017.stdout: Sfileinfo 9430 10.429 738.427 2024-09-11T07:30:42.867 INFO:teuthology.orchestra.run.smithi017.stdout: Find 40701 0.332 22.385 2024-09-11T07:30:42.867 INFO:teuthology.orchestra.run.smithi017.stdout: WriteX 57321 16.784 304408.333 2024-09-11T07:30:42.867 INFO:teuthology.orchestra.run.smithi017.stdout: ReadX 182269 0.010 4.946 2024-09-11T07:30:42.867 INFO:teuthology.orchestra.run.smithi017.stdout: LockX 380 0.387 3.204 2024-09-11T07:30:42.867 INFO:teuthology.orchestra.run.smithi017.stdout: UnlockX 380 0.317 2.655 2024-09-11T07:30:42.867 INFO:teuthology.orchestra.run.smithi017.stdout: Flush 8126 0.002 0.026 2024-09-11T07:30:42.867 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-11T07:30:42.868 INFO:teuthology.orchestra.run.smithi017.stdout:Throughput 6.03545 MB/sec 5 clients 5 procs max_latency=304413.474 ms 2024-09-11T07:30:42.869 DEBUG:teuthology.orchestra.run.smithi017:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2024-09-11T07:30:42.901 DEBUG:teuthology.orchestra.run.smithi017:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2024-09-11T07:30:43.009 DEBUG:teuthology.orchestra.run.smithi017:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2024-09-11T07:30:43.034 INFO:teuthology.orchestra.run.smithi017.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-09-11T07:30:43.034 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-11T07:30:43.034 INFO:teuthology.orchestra.run.smithi017.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2024-09-11T07:30:43.035 INFO:teuthology.orchestra.run.smithi017.stdout:3 of 5 processes prepared for launch 0 sec 2024-09-11T07:30:43.135 INFO:teuthology.orchestra.run.smithi017.stdout:5 of 5 processes prepared for launch 0 sec 2024-09-11T07:30:43.135 INFO:teuthology.orchestra.run.smithi017.stdout:releasing clients 2024-09-11T07:30:43.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:43 smithi045 ceph-mon[48800]: pgmap v160: 129 pgs: 129 active+clean; 322 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 4.8 MiB/s wr, 458 op/s; 150 KiB/s, 7 objects/s recovering 2024-09-11T07:30:43.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:43 smithi045 ceph-mon[48800]: Upgrade: Updating osd.4 2024-09-11T07:30:43.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:43 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:43.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:43 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-11T07:30:43.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:43 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:30:43.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:43 smithi045 ceph-mon[48800]: Deploying daemon osd.4 on smithi045 2024-09-11T07:30:43.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:43 smithi017 ceph-mon[63383]: pgmap v160: 129 pgs: 129 active+clean; 322 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 4.8 MiB/s wr, 458 op/s; 150 KiB/s, 7 objects/s recovering 2024-09-11T07:30:43.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:43 smithi017 ceph-mon[63383]: Upgrade: Updating osd.4 2024-09-11T07:30:43.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:43 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:43.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:43 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-11T07:30:43.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:43 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:30:43.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:43 smithi017 ceph-mon[63383]: Deploying daemon osd.4 on smithi045 2024-09-11T07:30:45.135 INFO:teuthology.orchestra.run.smithi017.stdout: 5 381 28.35 MB/sec execute 1 sec latency 96.003 ms 2024-09-11T07:30:45.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:45 smithi045 ceph-mon[48800]: pgmap v161: 129 pgs: 129 active+clean; 329 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.6 MiB/s wr, 695 op/s; 119 KiB/s, 5 objects/s recovering 2024-09-11T07:30:45.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:45 smithi017 ceph-mon[63383]: pgmap v161: 129 pgs: 129 active+clean; 329 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.6 MiB/s wr, 695 op/s; 119 KiB/s, 5 objects/s recovering 2024-09-11T07:30:46.135 INFO:teuthology.orchestra.run.smithi017.stdout: 5 665 33.13 MB/sec execute 2 sec latency 29.984 ms 2024-09-11T07:30:46.165 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:45 smithi045 systemd[1]: Stopping Ceph osd.4 for ef0778be-700c-11ef-bcea-c7b262605968... 2024-09-11T07:30:46.786 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:46 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.4[29776]: debug 2024-09-11T07:30:46.415+0000 7f3b09286700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-11T07:30:46.786 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:46 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.4[29776]: debug 2024-09-11T07:30:46.415+0000 7f3b09286700 -1 osd.4 109 *** Got signal Terminated *** 2024-09-11T07:30:46.786 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:46 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.4[29776]: debug 2024-09-11T07:30:46.415+0000 7f3b09286700 -1 osd.4 109 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T07:30:46.786 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:46 smithi045 podman[53172]: 2024-09-11 07:30:46.548693279 +0000 UTC m=+0.644757025 container died 3dc1e394cdfa4dd4ade1c7b634d068d286e0f49a31d68d0366a9b893951adb65 (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.4, CEPH_POINT_RELEASE=-16.2.4, ceph=True, maintainer=Dimitri Savineau , GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, GIT_REPO=https://github.com/ceph/ceph-container.git, RELEASE=HEAD, org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, org.label-schema.build-date=20201204) 2024-09-11T07:30:47.135 INFO:teuthology.orchestra.run.smithi017.stdout: 5 774 22.45 MB/sec execute 3 sec latency 734.114 ms 2024-09-11T07:30:47.536 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:47 smithi045 podman[53172]: 2024-09-11 07:30:47.295364078 +0000 UTC m=+1.391427840 container cleanup 3dc1e394cdfa4dd4ade1c7b634d068d286e0f49a31d68d0366a9b893951adb65 (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.4, org.label-schema.vendor=CentOS, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, ceph=True, org.label-schema.build-date=20201204, CEPH_POINT_RELEASE=-16.2.4, RELEASE=HEAD, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Base Image, GIT_CLEAN=True) 2024-09-11T07:30:47.536 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:47 smithi045 bash[53172]: ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.4 2024-09-11T07:30:47.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:47 smithi045 ceph-mon[48800]: pgmap v162: 129 pgs: 129 active+clean; 312 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 9.3 MiB/s wr, 611 op/s; 95 KiB/s, 4 objects/s recovering 2024-09-11T07:30:47.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:47 smithi045 ceph-mon[48800]: osd.4 reported immediately failed by osd.5 2024-09-11T07:30:47.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:47 smithi045 ceph-mon[48800]: osd.4 failed (root=default,host=smithi045) (connection refused reported by osd.5) 2024-09-11T07:30:47.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:47 smithi045 ceph-mon[48800]: osd.4 reported immediately failed by osd.5 2024-09-11T07:30:47.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:47 smithi045 ceph-mon[48800]: osd.4 reported immediately failed by osd.6 2024-09-11T07:30:47.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:47 smithi045 ceph-mon[48800]: osd.4 reported immediately failed by osd.1 2024-09-11T07:30:47.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:47 smithi045 ceph-mon[48800]: osd.4 reported immediately failed by osd.2 2024-09-11T07:30:47.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:47 smithi045 ceph-mon[48800]: osd.4 reported immediately failed by osd.3 2024-09-11T07:30:47.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:47 smithi045 ceph-mon[48800]: osd.4 reported immediately failed by osd.0 2024-09-11T07:30:47.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:47 smithi045 ceph-mon[48800]: osd.4 reported immediately failed by osd.7 2024-09-11T07:30:47.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:47 smithi045 ceph-mon[48800]: osd.4 reported immediately failed by osd.6 2024-09-11T07:30:47.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:47 smithi045 ceph-mon[48800]: osd.4 reported immediately failed by osd.1 2024-09-11T07:30:47.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:47 smithi045 ceph-mon[48800]: osd.4 reported immediately failed by osd.2 2024-09-11T07:30:47.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:47 smithi045 ceph-mon[48800]: osd.4 reported immediately failed by osd.3 2024-09-11T07:30:47.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:47 smithi045 ceph-mon[48800]: osd.4 reported immediately failed by osd.0 2024-09-11T07:30:47.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:47 smithi045 ceph-mon[48800]: osd.4 reported immediately failed by osd.7 2024-09-11T07:30:47.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:47 smithi045 ceph-mon[48800]: osd.4 reported immediately failed by osd.1 2024-09-11T07:30:47.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:47 smithi045 ceph-mon[48800]: osd.4 reported immediately failed by osd.5 2024-09-11T07:30:47.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:47 smithi045 ceph-mon[48800]: osd.4 reported immediately failed by osd.6 2024-09-11T07:30:47.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:47 smithi045 ceph-mon[48800]: osd.4 reported immediately failed by osd.2 2024-09-11T07:30:47.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:47 smithi045 ceph-mon[48800]: osd.4 reported immediately failed by osd.3 2024-09-11T07:30:47.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:47 smithi045 ceph-mon[48800]: osd.4 reported immediately failed by osd.0 2024-09-11T07:30:47.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:47 smithi045 ceph-mon[48800]: osd.4 reported immediately failed by osd.7 2024-09-11T07:30:47.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:47 smithi045 ceph-mon[48800]: osd.4 reported immediately failed by osd.5 2024-09-11T07:30:47.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:47 smithi045 ceph-mon[48800]: osd.4 reported immediately failed by osd.6 2024-09-11T07:30:47.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:47 smithi045 ceph-mon[48800]: osd.4 reported immediately failed by osd.1 2024-09-11T07:30:47.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:47 smithi045 ceph-mon[48800]: osd.4 reported immediately failed by osd.2 2024-09-11T07:30:47.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:47 smithi045 ceph-mon[48800]: osd.4 reported immediately failed by osd.3 2024-09-11T07:30:47.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:47 smithi045 ceph-mon[48800]: osd.4 reported immediately failed by osd.0 2024-09-11T07:30:47.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:47 smithi045 ceph-mon[48800]: osd.4 reported immediately failed by osd.7 2024-09-11T07:30:47.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:47 smithi045 ceph-mon[48800]: osd.4 reported immediately failed by osd.1 2024-09-11T07:30:47.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:47 smithi045 ceph-mon[48800]: osd.4 reported immediately failed by osd.1 2024-09-11T07:30:47.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:47 smithi045 ceph-mon[48800]: osd.4 reported immediately failed by osd.7 2024-09-11T07:30:47.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:47 smithi045 ceph-mon[48800]: osd.4 reported immediately failed by osd.5 2024-09-11T07:30:47.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:47 smithi045 ceph-mon[48800]: osd.4 reported immediately failed by osd.6 2024-09-11T07:30:47.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:47 smithi017 ceph-mon[63383]: pgmap v162: 129 pgs: 129 active+clean; 312 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 9.3 MiB/s wr, 611 op/s; 95 KiB/s, 4 objects/s recovering 2024-09-11T07:30:47.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:47 smithi017 ceph-mon[63383]: osd.4 reported immediately failed by osd.5 2024-09-11T07:30:47.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:47 smithi017 ceph-mon[63383]: osd.4 failed (root=default,host=smithi045) (connection refused reported by osd.5) 2024-09-11T07:30:47.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:47 smithi017 ceph-mon[63383]: osd.4 reported immediately failed by osd.5 2024-09-11T07:30:47.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:47 smithi017 ceph-mon[63383]: osd.4 reported immediately failed by osd.6 2024-09-11T07:30:47.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:47 smithi017 ceph-mon[63383]: osd.4 reported immediately failed by osd.1 2024-09-11T07:30:47.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:47 smithi017 ceph-mon[63383]: osd.4 reported immediately failed by osd.2 2024-09-11T07:30:47.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:47 smithi017 ceph-mon[63383]: osd.4 reported immediately failed by osd.3 2024-09-11T07:30:47.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:47 smithi017 ceph-mon[63383]: osd.4 reported immediately failed by osd.0 2024-09-11T07:30:47.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:47 smithi017 ceph-mon[63383]: osd.4 reported immediately failed by osd.7 2024-09-11T07:30:47.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:47 smithi017 ceph-mon[63383]: osd.4 reported immediately failed by osd.6 2024-09-11T07:30:47.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:47 smithi017 ceph-mon[63383]: osd.4 reported immediately failed by osd.1 2024-09-11T07:30:47.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:47 smithi017 ceph-mon[63383]: osd.4 reported immediately failed by osd.2 2024-09-11T07:30:47.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:47 smithi017 ceph-mon[63383]: osd.4 reported immediately failed by osd.3 2024-09-11T07:30:47.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:47 smithi017 ceph-mon[63383]: osd.4 reported immediately failed by osd.0 2024-09-11T07:30:47.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:47 smithi017 ceph-mon[63383]: osd.4 reported immediately failed by osd.7 2024-09-11T07:30:47.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:47 smithi017 ceph-mon[63383]: osd.4 reported immediately failed by osd.1 2024-09-11T07:30:47.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:47 smithi017 ceph-mon[63383]: osd.4 reported immediately failed by osd.5 2024-09-11T07:30:47.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:47 smithi017 ceph-mon[63383]: osd.4 reported immediately failed by osd.6 2024-09-11T07:30:47.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:47 smithi017 ceph-mon[63383]: osd.4 reported immediately failed by osd.2 2024-09-11T07:30:47.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:47 smithi017 ceph-mon[63383]: osd.4 reported immediately failed by osd.3 2024-09-11T07:30:47.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:47 smithi017 ceph-mon[63383]: osd.4 reported immediately failed by osd.0 2024-09-11T07:30:47.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:47 smithi017 ceph-mon[63383]: osd.4 reported immediately failed by osd.7 2024-09-11T07:30:47.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:47 smithi017 ceph-mon[63383]: osd.4 reported immediately failed by osd.5 2024-09-11T07:30:47.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:47 smithi017 ceph-mon[63383]: osd.4 reported immediately failed by osd.6 2024-09-11T07:30:47.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:47 smithi017 ceph-mon[63383]: osd.4 reported immediately failed by osd.1 2024-09-11T07:30:47.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:47 smithi017 ceph-mon[63383]: osd.4 reported immediately failed by osd.2 2024-09-11T07:30:47.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:47 smithi017 ceph-mon[63383]: osd.4 reported immediately failed by osd.3 2024-09-11T07:30:47.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:47 smithi017 ceph-mon[63383]: osd.4 reported immediately failed by osd.0 2024-09-11T07:30:47.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:47 smithi017 ceph-mon[63383]: osd.4 reported immediately failed by osd.7 2024-09-11T07:30:47.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:47 smithi017 ceph-mon[63383]: osd.4 reported immediately failed by osd.1 2024-09-11T07:30:47.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:47 smithi017 ceph-mon[63383]: osd.4 reported immediately failed by osd.1 2024-09-11T07:30:47.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:47 smithi017 ceph-mon[63383]: osd.4 reported immediately failed by osd.7 2024-09-11T07:30:47.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:47 smithi017 ceph-mon[63383]: osd.4 reported immediately failed by osd.5 2024-09-11T07:30:47.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:47 smithi017 ceph-mon[63383]: osd.4 reported immediately failed by osd.6 2024-09-11T07:30:48.035 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:47 smithi045 podman[53195]: 2024-09-11 07:30:47.647002862 +0000 UTC m=+1.094897913 container remove 3dc1e394cdfa4dd4ade1c7b634d068d286e0f49a31d68d0366a9b893951adb65 (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.4, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.build-date=20201204, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=-16.2.4, GIT_CLEAN=True, org.label-schema.vendor=CentOS, RELEASE=HEAD, ceph=True, maintainer=Dimitri Savineau , GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.name=CentOS Base Image) 2024-09-11T07:30:48.135 INFO:teuthology.orchestra.run.smithi017.stdout: 5 774 16.84 MB/sec execute 4 sec latency 1734.178 ms 2024-09-11T07:30:48.439 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:48 smithi045 podman[53300]: 2024-09-11 07:30:48.172822939 +0000 UTC m=+0.112353145 container create 56cb26599b17c811e8991e988c92f66feede98fa40a078ab7f08abf929c6cdc5 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4-deactivate, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, 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=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2) 2024-09-11T07:30:48.439 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:48 smithi045 podman[53300]: 2024-09-11 07:30:48.077337242 +0000 UTC m=+0.016867459 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T07:30:48.439 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:48 smithi045 podman[53300]: 2024-09-11 07:30:48.400154487 +0000 UTC m=+0.339684700 container init 56cb26599b17c811e8991e988c92f66feede98fa40a078ab7f08abf929c6cdc5 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, 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.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , ceph=True) 2024-09-11T07:30:48.439 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:48 smithi045 podman[53300]: 2024-09-11 07:30:48.40381833 +0000 UTC m=+0.343348538 container start 56cb26599b17c811e8991e988c92f66feede98fa40a078ab7f08abf929c6cdc5 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4-deactivate, GIT_CLEAN=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828) 2024-09-11T07:30:48.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:48 smithi045 ceph-mon[48800]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T07:30:48.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:48 smithi045 ceph-mon[48800]: osdmap e110: 8 total, 7 up, 8 in 2024-09-11T07:30:48.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:48 smithi045 ceph-mon[48800]: osdmap e111: 8 total, 7 up, 8 in 2024-09-11T07:30:48.786 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:48 smithi045 podman[53300]: 2024-09-11 07:30:48.500768016 +0000 UTC m=+0.440298231 container attach 56cb26599b17c811e8991e988c92f66feede98fa40a078ab7f08abf929c6cdc5 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4-deactivate, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, 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.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T07:30:48.786 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:48 smithi045 podman[53300]: 2024-09-11 07:30:48.615641846 +0000 UTC m=+0.555172047 container died 56cb26599b17c811e8991e988c92f66feede98fa40a078ab7f08abf929c6cdc5 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T07:30:48.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:48 smithi017 ceph-mon[63383]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T07:30:48.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:48 smithi017 ceph-mon[63383]: osdmap e110: 8 total, 7 up, 8 in 2024-09-11T07:30:48.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:48 smithi017 ceph-mon[63383]: osdmap e111: 8 total, 7 up, 8 in 2024-09-11T07:30:49.135 INFO:teuthology.orchestra.run.smithi017.stdout: 5 cleanup 5 sec 2024-09-11T07:30:49.251 INFO:teuthology.orchestra.run.smithi017.stdout: 0 cleanup 5 sec 2024-09-11T07:30:49.251 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-11T07:30:49.251 INFO:teuthology.orchestra.run.smithi017.stdout: Operation Count AvgLat MaxLat 2024-09-11T07:30:49.252 INFO:teuthology.orchestra.run.smithi017.stdout: ---------------------------------------- 2024-09-11T07:30:49.252 INFO:teuthology.orchestra.run.smithi017.stdout: NTCreateX 666 6.557 95.998 2024-09-11T07:30:49.252 INFO:teuthology.orchestra.run.smithi017.stdout: Close 617 12.454 2040.202 2024-09-11T07:30:49.252 INFO:teuthology.orchestra.run.smithi017.stdout: Rename 31 78.017 2039.148 2024-09-11T07:30:49.252 INFO:teuthology.orchestra.run.smithi017.stdout: Unlink 60 1.637 11.006 2024-09-11T07:30:49.252 INFO:teuthology.orchestra.run.smithi017.stdout: Qpathinfo 291 0.806 10.722 2024-09-11T07:30:49.252 INFO:teuthology.orchestra.run.smithi017.stdout: Qfileinfo 329 18.353 2023.917 2024-09-11T07:30:49.252 INFO:teuthology.orchestra.run.smithi017.stdout: Qfsinfo 131 0.354 3.996 2024-09-11T07:30:49.252 INFO:teuthology.orchestra.run.smithi017.stdout: Sfileinfo 116 25.516 2029.760 2024-09-11T07:30:49.252 INFO:teuthology.orchestra.run.smithi017.stdout: Find 161 0.293 2.448 2024-09-11T07:30:49.252 INFO:teuthology.orchestra.run.smithi017.stdout: WriteX 1621 0.025 0.083 2024-09-11T07:30:49.252 INFO:teuthology.orchestra.run.smithi017.stdout: ReadX 578 0.021 1.057 2024-09-11T07:30:49.252 INFO:teuthology.orchestra.run.smithi017.stdout: Flush 120 9.918 17.062 2024-09-11T07:30:49.253 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-11T07:30:49.253 INFO:teuthology.orchestra.run.smithi017.stdout:Throughput 16.8351 MB/sec 5 clients 5 procs max_latency=1734.178 ms 2024-09-11T07:30:49.254 DEBUG:teuthology.parallel:result is None 2024-09-11T07:30:49.440 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:49 smithi045 podman[53323]: 2024-09-11 07:30:49.298157332 +0000 UTC m=+0.675635346 container remove 56cb26599b17c811e8991e988c92f66feede98fa40a078ab7f08abf929c6cdc5 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4-deactivate, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, ceph=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T07:30:49.440 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:49 smithi045 systemd[1]: ceph-ef0778be-700c-11ef-bcea-c7b262605968@osd.4.service: Deactivated successfully. 2024-09-11T07:30:49.440 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:49 smithi045 systemd[1]: Stopped Ceph osd.4 for ef0778be-700c-11ef-bcea-c7b262605968. 2024-09-11T07:30:49.440 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:49 smithi045 systemd[1]: ceph-ef0778be-700c-11ef-bcea-c7b262605968@osd.4.service: Consumed 4min 25.563s CPU time. 2024-09-11T07:30:49.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:49 smithi017 ceph-mon[63383]: pgmap v164: 129 pgs: 4 peering, 16 stale+active+clean, 109 active+clean; 301 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 9.0 KiB/s rd, 12 MiB/s wr, 473 op/s 2024-09-11T07:30:49.744 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:49 smithi045 ceph-mon[48800]: pgmap v164: 129 pgs: 4 peering, 16 stale+active+clean, 109 active+clean; 301 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 9.0 KiB/s rd, 12 MiB/s wr, 473 op/s 2024-09-11T07:30:49.745 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:49 smithi045 systemd[1]: Starting Ceph osd.4 for ef0778be-700c-11ef-bcea-c7b262605968... 2024-09-11T07:30:50.036 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:49 smithi045 podman[53458]: 2024-09-11 07:30:49.645787426 +0000 UTC m=+0.016342043 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T07:30:50.036 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:49 smithi045 podman[53458]: 2024-09-11 07:30:49.791109139 +0000 UTC m=+0.161663742 container create 1aa3342d72f10dd24aa53fecbaeef9bf450b9f8ed6153c8f6f8db9c31586556e (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4-activate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True) 2024-09-11T07:30:50.422 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:50 smithi045 podman[53458]: 2024-09-11 07:30:50.069270466 +0000 UTC m=+0.439825069 container init 1aa3342d72f10dd24aa53fecbaeef9bf450b9f8ed6153c8f6f8db9c31586556e (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4-activate, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux ) 2024-09-11T07:30:50.422 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:50 smithi045 podman[53458]: 2024-09-11 07:30:50.072914266 +0000 UTC m=+0.443468870 container start 1aa3342d72f10dd24aa53fecbaeef9bf450b9f8ed6153c8f6f8db9c31586556e (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4-activate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, ceph=True) 2024-09-11T07:30:50.422 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:50 smithi045 podman[53458]: 2024-09-11 07:30:50.16939883 +0000 UTC m=+0.539953442 container attach 1aa3342d72f10dd24aa53fecbaeef9bf450b9f8ed6153c8f6f8db9c31586556e (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4-activate, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731) 2024-09-11T07:30:50.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:50 smithi045 ceph-mon[48800]: Health check failed: Degraded data redundancy: 25/1296 objects degraded (1.929%), 4 pgs degraded (PG_DEGRADED) 2024-09-11T07:30:50.789 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:50 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4-activate[53473]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-11T07:30:50.789 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:50 smithi045 bash[53458]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-11T07:30:50.789 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:50 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4-activate[53473]: 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-11T07:30:50.789 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:50 smithi045 bash[53458]: 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-11T07:30:50.789 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:50 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4-activate[53473]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-09-11T07:30:50.789 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:50 smithi045 bash[53458]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-09-11T07:30:50.789 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:50 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4-activate[53473]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-11T07:30:50.789 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:50 smithi045 bash[53458]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-11T07:30:50.789 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:50 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4-activate[53473]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2024-09-11T07:30:50.789 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:50 smithi045 bash[53458]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2024-09-11T07:30:50.789 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:50 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4-activate[53473]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-11T07:30:50.790 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:50 smithi045 bash[53458]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-11T07:30:50.790 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:50 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4-activate[53473]: --> ceph-volume raw activate successful for osd ID: 4 2024-09-11T07:30:50.790 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:50 smithi045 bash[53458]: --> ceph-volume raw activate successful for osd ID: 4 2024-09-11T07:30:50.790 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:50 smithi045 podman[53458]: 2024-09-11 07:30:50.465360051 +0000 UTC m=+0.835914671 container died 1aa3342d72f10dd24aa53fecbaeef9bf450b9f8ed6153c8f6f8db9c31586556e (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4-activate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux ) 2024-09-11T07:30:50.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:50 smithi017 ceph-mon[63383]: Health check failed: Degraded data redundancy: 25/1296 objects degraded (1.929%), 4 pgs degraded (PG_DEGRADED) 2024-09-11T07:30:51.359 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:51 smithi045 podman[53601]: 2024-09-11 07:30:51.097769169 +0000 UTC m=+0.621480225 container remove 1aa3342d72f10dd24aa53fecbaeef9bf450b9f8ed6153c8f6f8db9c31586556e (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4-activate, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, ceph=True) 2024-09-11T07:30:51.359 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:51 smithi045 podman[53662]: 2024-09-11 07:30:51.211249752 +0000 UTC m=+0.016356194 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T07:30:51.359 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:51 smithi045 podman[53662]: 2024-09-11 07:30:51.357989125 +0000 UTC m=+0.163095600 container create 20c730d135b94aad5ada1842d44bdfef6c96d711b589b5d7f324f10d63094e2b (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_CLEAN=True, ceph=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T07:30:51.620 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:51 smithi045 ceph-mon[48800]: pgmap v166: 129 pgs: 4 active+undersized, 4 peering, 14 stale+active+clean, 4 active+undersized+degraded, 103 active+clean; 308 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 15 MiB/s wr, 697 op/s; 25/1296 objects degraded (1.929%) 2024-09-11T07:30:51.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:51 smithi017 ceph-mon[63383]: pgmap v166: 129 pgs: 4 active+undersized, 4 peering, 14 stale+active+clean, 4 active+undersized+degraded, 103 active+clean; 308 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 11 KiB/s rd, 15 MiB/s wr, 697 op/s; 25/1296 objects degraded (1.929%) 2024-09-11T07:30:52.036 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:51 smithi045 podman[53662]: 2024-09-11 07:30:51.619080095 +0000 UTC m=+0.424186525 container init 20c730d135b94aad5ada1842d44bdfef6c96d711b589b5d7f324f10d63094e2b (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, ceph=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731) 2024-09-11T07:30:52.036 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:51 smithi045 podman[53662]: 2024-09-11 07:30:51.622601962 +0000 UTC m=+0.427708392 container start 20c730d135b94aad5ada1842d44bdfef6c96d711b589b5d7f324f10d63094e2b (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_CLEAN=True, CEPH_POINT_RELEASE=) 2024-09-11T07:30:52.036 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:51 smithi045 ceph-osd[53681]: -- 172.21.15.45:0/412251432 <== mon.1 v2:172.21.15.45:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x559717ee2d00 con 0x559717eb4c00 2024-09-11T07:30:52.036 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:51 smithi045 bash[53662]: 20c730d135b94aad5ada1842d44bdfef6c96d711b589b5d7f324f10d63094e2b 2024-09-11T07:30:52.036 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:51 smithi045 systemd[1]: Started Ceph osd.4 for ef0778be-700c-11ef-bcea-c7b262605968. 2024-09-11T07:30:52.393 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:52 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4[53677]: 2024-09-11T07:30:52.158+0000 7ff77004e440 -1 Falling back to public interface 2024-09-11T07:30:52.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:52 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:52.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:52 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:52.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:52 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:52.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:52 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:30:52.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:52 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:52.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:52 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:52.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:52 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:52.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:52 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:30:54.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:53 smithi045 ceph-mon[48800]: pgmap v167: 129 pgs: 13 active+undersized, 4 peering, 7 stale+active+clean, 12 active+undersized+degraded, 93 active+clean; 279 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 14 MiB/s wr, 407 op/s; 43/999 objects degraded (4.304%) 2024-09-11T07:30:54.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:53 smithi017 ceph-mon[63383]: pgmap v167: 129 pgs: 13 active+undersized, 4 peering, 7 stale+active+clean, 12 active+undersized+degraded, 93 active+clean; 279 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 14 MiB/s wr, 407 op/s; 43/999 objects degraded (4.304%) 2024-09-11T07:30:56.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:55 smithi045 ceph-mon[48800]: pgmap v168: 129 pgs: 31 active+undersized, 25 active+undersized+degraded, 73 active+clean; 242 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 10 MiB/s wr, 372 op/s; 68/618 objects degraded (11.003%) 2024-09-11T07:30:56.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:55 smithi017 ceph-mon[63383]: pgmap v168: 129 pgs: 31 active+undersized, 25 active+undersized+degraded, 73 active+clean; 242 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 10 KiB/s rd, 10 MiB/s wr, 372 op/s; 68/618 objects degraded (11.003%) 2024-09-11T07:30:57.367 INFO:teuthology.orchestra.run.smithi017.stdout:true 2024-09-11T07:30:57.457 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:57 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4[53677]: 2024-09-11T07:30:57.155+0000 7ff77004e440 -1 osd.4 0 read_superblock omap replica is missing. 2024-09-11T07:30:57.457 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:57 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:57.457 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:57 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:57.458 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:57 smithi045 ceph-mon[48800]: pgmap v169: 129 pgs: 34 active+undersized, 22 active+undersized+degraded, 73 active+clean; 225 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 9.3 KiB/s rd, 4.2 MiB/s wr, 238 op/s; 48/465 objects degraded (10.323%) 2024-09-11T07:30:57.458 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:57 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:57.458 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:57 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:30:57.458 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:57 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:57.458 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:57 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:57.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:57 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:57.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:57 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:57.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:57 smithi017 ceph-mon[63383]: pgmap v169: 129 pgs: 34 active+undersized, 22 active+undersized+degraded, 73 active+clean; 225 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 9.3 KiB/s rd, 4.2 MiB/s wr, 238 op/s; 48/465 objects degraded (10.323%) 2024-09-11T07:30:57.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:57 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:57.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:57 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:30:57.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:57 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:57.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:57 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:30:58.004 INFO:teuthology.orchestra.run.smithi017.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T07:30:58.004 INFO:teuthology.orchestra.run.smithi017.stdout:alertmanager.smithi017 smithi017 *:9093,9094 running (16m) 26s ago 18m 19.1M - 0.20.0 0881eb8f169f 8ff211b4e457 2024-09-11T07:30:58.004 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi017 smithi017 running (2m) 26s ago 18m 6887k - 17.2.7-1623-gd0e6828a 4a918172a497 5664d58a3a36 2024-09-11T07:30:58.004 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi045 smithi045 running (2m) 1s ago 17m 6895k - 17.2.7-1623-gd0e6828a 4a918172a497 b70b9ed235ba 2024-09-11T07:30:58.004 INFO:teuthology.orchestra.run.smithi017.stdout:grafana.smithi017 smithi017 *:3000 running (16m) 26s ago 17m 36.1M - 6.7.4 557c83e11646 24bbf4d58b8c 2024-09-11T07:30:58.004 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi017.utzzzp smithi017 running (12m) 26s ago 12m 15.1M - 16.2.4 8d91d370c2b8 711da931e1f1 2024-09-11T07:30:58.004 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi045.gxtxww smithi045 running (12m) 1s ago 12m 44.1M - 16.2.4 8d91d370c2b8 8de08b53c390 2024-09-11T07:30:58.004 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi017.qgiuqa smithi017 *:8443,9283 running (7m) 26s ago 19m 456M - 17.2.7-1623-gd0e6828a 4a918172a497 1a5c10d7a16e 2024-09-11T07:30:58.004 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi045.wavrrv smithi045 *:8443,9283 running (4m) 1s ago 17m 400M - 17.2.7-1623-gd0e6828a 4a918172a497 79559b699e04 2024-09-11T07:30:58.005 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi017 smithi017 running (4m) 26s ago 19m 73.4M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 93477c9f0204 2024-09-11T07:30:58.005 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi045 smithi045 running (3m) 1s ago 17m 57.0M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 ef66edbefbdf 2024-09-11T07:30:58.005 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.0.0.smithi017.yhlpto smithi017 *:2049 running (10m) 26s ago 9m 148M - 3.5 8d91d370c2b8 4d43393feaee 2024-09-11T07:30:58.005 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.1.0.smithi045.sirexv smithi045 *:2049 running (9m) 1s ago 9m 87.9M - 3.5 8d91d370c2b8 0795be2c25de 2024-09-11T07:30:58.005 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi017 smithi017 *:9100 running (17m) 26s ago 17m 17.0M - 0.18.1 e5a616e4b9cf 3ae9bdfa57df 2024-09-11T07:30:58.005 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi045 smithi045 *:9100 running (16m) 1s ago 16m 17.0M - 0.18.1 e5a616e4b9cf 517c959affda 2024-09-11T07:30:58.005 INFO:teuthology.orchestra.run.smithi017.stdout:osd.0 smithi017 running (2m) 26s ago 16m 311M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 6d8cdd6dd8fe 2024-09-11T07:30:58.005 INFO:teuthology.orchestra.run.smithi017.stdout:osd.1 smithi017 running (106s) 26s ago 16m 253M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 2e7de52a6624 2024-09-11T07:30:58.005 INFO:teuthology.orchestra.run.smithi017.stdout:osd.2 smithi017 running (61s) 26s ago 15m 187M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 f637088f4a42 2024-09-11T07:30:58.005 INFO:teuthology.orchestra.run.smithi017.stdout:osd.3 smithi017 running (34s) 26s ago 15m 14.9M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 b40a71ed7bd1 2024-09-11T07:30:58.005 INFO:teuthology.orchestra.run.smithi017.stdout:osd.4 smithi045 running (6s) 1s ago 15m 11.1M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 20c730d135b9 2024-09-11T07:30:58.005 INFO:teuthology.orchestra.run.smithi017.stdout:osd.5 smithi045 running (14m) 1s ago 14m 548M 4096M 16.2.4 8d91d370c2b8 ec6745fcdd10 2024-09-11T07:30:58.005 INFO:teuthology.orchestra.run.smithi017.stdout:osd.6 smithi045 running (14m) 1s ago 14m 477M 4096M 16.2.4 8d91d370c2b8 788633f8efc6 2024-09-11T07:30:58.006 INFO:teuthology.orchestra.run.smithi017.stdout:osd.7 smithi045 running (14m) 1s ago 14m 742M 4096M 16.2.4 8d91d370c2b8 162523c68393 2024-09-11T07:30:58.006 INFO:teuthology.orchestra.run.smithi017.stdout:prometheus.smithi017 smithi017 *:9095 error 26s ago 17m 46.3M - 2.18.1 de242295e225 5d1f02a1080f 2024-09-11T07:30:58.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:58 smithi017 ceph-mon[63383]: Health check update: Degraded data redundancy: 48/465 objects degraded (10.323%), 22 pgs degraded (PG_DEGRADED) 2024-09-11T07:30:58.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:58 smithi017 ceph-mon[63383]: from='client.34288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:30:58.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:58 smithi017 ceph-mon[63383]: from='client.34292 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:30:58.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:58 smithi017 ceph-mon[63383]: from='osd.4 [v2:172.21.15.45:6800/1219968072,v1:172.21.15.45:6801/1219968072]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T07:30:58.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:58 smithi017 ceph-mon[63383]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T07:30:58.347 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:58 smithi045 ceph-mon[48800]: Health check update: Degraded data redundancy: 48/465 objects degraded (10.323%), 22 pgs degraded (PG_DEGRADED) 2024-09-11T07:30:58.347 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:58 smithi045 ceph-mon[48800]: from='client.34288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:30:58.347 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:58 smithi045 ceph-mon[48800]: from='client.34292 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:30:58.348 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:58 smithi045 ceph-mon[48800]: from='osd.4 [v2:172.21.15.45:6800/1219968072,v1:172.21.15.45:6801/1219968072]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T07:30:58.348 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:58 smithi045 ceph-mon[48800]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-11T07:30:58.348 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4[53677]: 2024-09-11T07:30:58.091+0000 7ff77004e440 -1 osd.4 109 log_to_monitors true 2024-09-11T07:30:58.348 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:30:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4[53677]: 2024-09-11T07:30:58.244+0000 7ff7655f5640 -1 osd.4 109 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T07:30:58.395 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:30:58.396 INFO:teuthology.orchestra.run.smithi017.stdout: "mon": { 2024-09-11T07:30:58.396 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:30:58.396 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:30:58.396 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr": { 2024-09-11T07:30:58.396 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:30:58.396 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:30:58.396 INFO:teuthology.orchestra.run.smithi017.stdout: "osd": { 2024-09-11T07:30:58.396 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 3, 2024-09-11T07:30:58.396 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 4 2024-09-11T07:30:58.396 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:30:58.396 INFO:teuthology.orchestra.run.smithi017.stdout: "mds": { 2024-09-11T07:30:58.396 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-11T07:30:58.396 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:30:58.397 INFO:teuthology.orchestra.run.smithi017.stdout: "overall": { 2024-09-11T07:30:58.397 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 5, 2024-09-11T07:30:58.397 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 8 2024-09-11T07:30:58.397 INFO:teuthology.orchestra.run.smithi017.stdout: } 2024-09-11T07:30:58.397 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:30:58.721 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:30:58.721 INFO:teuthology.orchestra.run.smithi017.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T07:30:58.722 INFO:teuthology.orchestra.run.smithi017.stdout: "in_progress": true, 2024-09-11T07:30:58.722 INFO:teuthology.orchestra.run.smithi017.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-11T07:30:58.722 INFO:teuthology.orchestra.run.smithi017.stdout: "services_complete": [ 2024-09-11T07:30:58.722 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr", 2024-09-11T07:30:58.722 INFO:teuthology.orchestra.run.smithi017.stdout: "mon", 2024-09-11T07:30:58.722 INFO:teuthology.orchestra.run.smithi017.stdout: "crash" 2024-09-11T07:30:58.722 INFO:teuthology.orchestra.run.smithi017.stdout: ], 2024-09-11T07:30:58.722 INFO:teuthology.orchestra.run.smithi017.stdout: "progress": "11/23 daemons upgraded", 2024-09-11T07:30:58.722 INFO:teuthology.orchestra.run.smithi017.stdout: "message": "Currently upgrading osd daemons", 2024-09-11T07:30:58.722 INFO:teuthology.orchestra.run.smithi017.stdout: "is_paused": false 2024-09-11T07:30:58.722 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:30:59.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:59 smithi045 ceph-mon[48800]: from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:30:59.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:59 smithi045 ceph-mon[48800]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-11T07:30:59.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:59 smithi045 ceph-mon[48800]: osdmap e112: 8 total, 7 up, 8 in 2024-09-11T07:30:59.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:59 smithi045 ceph-mon[48800]: from='osd.4 [v2:172.21.15.45:6800/1219968072,v1:172.21.15.45:6801/1219968072]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2024-09-11T07:30:59.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:59 smithi045 ceph-mon[48800]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2024-09-11T07:30:59.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:59 smithi045 ceph-mon[48800]: pgmap v171: 129 pgs: 34 active+undersized, 22 active+undersized+degraded, 73 active+clean; 218 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.6 MiB/s wr, 214 op/s; 43/438 objects degraded (9.817%) 2024-09-11T07:30:59.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:59 smithi045 ceph-mon[48800]: from='client.? 172.21.15.17:0/325248445' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:30:59.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:30:59 smithi045 ceph-mon[48800]: from='client.34306 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:30:59.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:59 smithi017 ceph-mon[63383]: from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:30:59.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:59 smithi017 ceph-mon[63383]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-11T07:30:59.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:59 smithi017 ceph-mon[63383]: osdmap e112: 8 total, 7 up, 8 in 2024-09-11T07:30:59.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:59 smithi017 ceph-mon[63383]: from='osd.4 [v2:172.21.15.45:6800/1219968072,v1:172.21.15.45:6801/1219968072]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2024-09-11T07:30:59.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:59 smithi017 ceph-mon[63383]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2024-09-11T07:30:59.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:59 smithi017 ceph-mon[63383]: pgmap v171: 129 pgs: 34 active+undersized, 22 active+undersized+degraded, 73 active+clean; 218 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.6 MiB/s wr, 214 op/s; 43/438 objects degraded (9.817%) 2024-09-11T07:30:59.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:59 smithi017 ceph-mon[63383]: from='client.? 172.21.15.17:0/325248445' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:30:59.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:30:59 smithi017 ceph-mon[63383]: from='client.34306 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:31:00.414 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:00 smithi045 ceph-mon[48800]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T07:31:00.415 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:00 smithi045 ceph-mon[48800]: osd.4 [v2:172.21.15.45:6800/1219968072,v1:172.21.15.45:6801/1219968072] boot 2024-09-11T07:31:00.415 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:00 smithi045 ceph-mon[48800]: osdmap e113: 8 total, 8 up, 8 in 2024-09-11T07:31:00.415 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:00 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:31:00.415 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:00 smithi045 ceph-mon[48800]: osdmap e114: 8 total, 8 up, 8 in 2024-09-11T07:31:00.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:00 smithi017 ceph-mon[63383]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T07:31:00.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:00 smithi017 ceph-mon[63383]: osd.4 [v2:172.21.15.45:6800/1219968072,v1:172.21.15.45:6801/1219968072] boot 2024-09-11T07:31:00.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:00 smithi017 ceph-mon[63383]: osdmap e113: 8 total, 8 up, 8 in 2024-09-11T07:31:00.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:00 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-11T07:31:00.541 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:00 smithi017 ceph-mon[63383]: osdmap e114: 8 total, 8 up, 8 in 2024-09-11T07:31:01.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:01 smithi045 ceph-mon[48800]: pgmap v174: 129 pgs: 6 peering, 31 active+undersized, 19 active+undersized+degraded, 73 active+clean; 218 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 1023 B/s rd, 10 KiB/s wr, 15 op/s; 33/438 objects degraded (7.534%) 2024-09-11T07:31:01.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:01 smithi045 ceph-mon[48800]: osdmap e115: 8 total, 8 up, 8 in 2024-09-11T07:31:01.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:01 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:31:01.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:01 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:31:01.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:01 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:31:01.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:01 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:31:01.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:01 smithi045 ceph-mon[48800]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:31:01.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:01 smithi045 ceph-mon[48800]: pgmap v176: 129 pgs: 6 peering, 29 active+undersized, 18 active+undersized+degraded, 76 active+clean; 218 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 0 B/s wr, 0 op/s; 32/438 objects degraded (7.306%); 0 B/s, 4 objects/s recovering 2024-09-11T07:31:01.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:01 smithi045 ceph-mon[48800]: pgmap v177: 129 pgs: 6 peering, 29 active+undersized, 18 active+undersized+degraded, 76 active+clean; 218 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 0 B/s wr, 0 op/s; 32/438 objects degraded (7.306%); 0 B/s, 4 objects/s recovering 2024-09-11T07:31:01.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:01 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:31:01.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:01 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:31:01.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:01 smithi045 ceph-mon[48800]: Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:31:01.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:01 smithi045 ceph-mon[48800]: Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:31:01.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:01 smithi017 ceph-mon[63383]: pgmap v174: 129 pgs: 6 peering, 31 active+undersized, 19 active+undersized+degraded, 73 active+clean; 218 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 1023 B/s rd, 10 KiB/s wr, 15 op/s; 33/438 objects degraded (7.534%) 2024-09-11T07:31:01.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:01 smithi017 ceph-mon[63383]: osdmap e115: 8 total, 8 up, 8 in 2024-09-11T07:31:01.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:01 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:31:01.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:01 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:31:01.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:01 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:31:01.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:01 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:31:01.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:01 smithi017 ceph-mon[63383]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:31:01.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:01 smithi017 ceph-mon[63383]: pgmap v176: 129 pgs: 6 peering, 29 active+undersized, 18 active+undersized+degraded, 76 active+clean; 218 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 0 B/s wr, 0 op/s; 32/438 objects degraded (7.306%); 0 B/s, 4 objects/s recovering 2024-09-11T07:31:01.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:01 smithi017 ceph-mon[63383]: pgmap v177: 129 pgs: 6 peering, 29 active+undersized, 18 active+undersized+degraded, 76 active+clean; 218 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 0 B/s wr, 0 op/s; 32/438 objects degraded (7.306%); 0 B/s, 4 objects/s recovering 2024-09-11T07:31:01.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:01 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:31:01.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:01 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:31:01.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:01 smithi017 ceph-mon[63383]: Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:31:01.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:01 smithi017 ceph-mon[63383]: Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:31:02.743 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:02 smithi017 ceph-mon[63383]: osdmap e116: 8 total, 8 up, 8 in 2024-09-11T07:31:02.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:02 smithi045 ceph-mon[48800]: osdmap e116: 8 total, 8 up, 8 in 2024-09-11T07:31:03.617 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:03 smithi017 ceph-mon[63383]: osdmap e117: 8 total, 8 up, 8 in 2024-09-11T07:31:03.617 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:03 smithi017 ceph-mon[63383]: pgmap v180: 129 pgs: 6 peering, 18 active+undersized, 2 active+undersized+degraded, 103 active+clean; 218 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3/438 objects degraded (0.685%); 688 KiB/s, 57 objects/s recovering 2024-09-11T07:31:03.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:03 smithi045 ceph-mon[48800]: osdmap e117: 8 total, 8 up, 8 in 2024-09-11T07:31:03.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:03 smithi045 ceph-mon[48800]: pgmap v180: 129 pgs: 6 peering, 18 active+undersized, 2 active+undersized+degraded, 103 active+clean; 218 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 3/438 objects degraded (0.685%); 688 KiB/s, 57 objects/s recovering 2024-09-11T07:31:04.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:04 smithi045 ceph-mon[48800]: Health check update: Degraded data redundancy: 3/438 objects degraded (0.685%), 2 pgs degraded (PG_DEGRADED) 2024-09-11T07:31:04.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:04 smithi045 ceph-mon[48800]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:31:04.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:31:04.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:31:04.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:31:04.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:31:04.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:31:04.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:31:04.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:31:04.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: main() 2024-09-11T07:31:04.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:31:04.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: r = ctx.func(ctx) 2024-09-11T07:31:04.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:31:04.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return func(ctx) 2024-09-11T07:31:04.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:31:04.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:31:04.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:31:04.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:31:04.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:31:04.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:31:04.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:31:04.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:31:04.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:31:04.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:31:04.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:31:04.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:31:04.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.wait_async( 2024-09-11T07:31:04.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:31:04.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:31:04.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:31:04.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return future.result(timeout) 2024-09-11T07:31:04.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:31:04.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.__get_result() 2024-09-11T07:31:04.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:31:04.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise self._exception 2024-09-11T07:31:04.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:31:04.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: out, err, code = await self._run_cephadm( 2024-09-11T07:31:04.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:31:04.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise OrchestratorError( 2024-09-11T07:31:04.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:31:04.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:31:04.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:31:04.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:31:04.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:31:04.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:31:04.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:31:04.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:31:04.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: main() 2024-09-11T07:31:04.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:31:04.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: r = ctx.func(ctx) 2024-09-11T07:31:04.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:31:04.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return func(ctx) 2024-09-11T07:31:04.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:31:04.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:31:04.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:31:04.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:31:04.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:31:04.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:31:04.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:31:04.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:31:04.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:04 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:31:04.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:04 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:31:04.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:04 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:31:04.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:04 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:31:04.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:04 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-11T07:31:04.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:04 smithi045 ceph-mon[48800]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-11T07:31:04.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:04 smithi045 ceph-mon[48800]: Upgrade: unsafe to stop osd(s) at this time (3 PGs are or would become offline) 2024-09-11T07:31:04.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:04 smithi017 ceph-mon[63383]: Health check update: Degraded data redundancy: 3/438 objects degraded (0.685%), 2 pgs degraded (PG_DEGRADED) 2024-09-11T07:31:04.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:04 smithi017 ceph-mon[63383]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:31:04.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:31:04.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:31:04.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:31:04.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:31:04.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:31:04.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:31:04.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:31:04.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: main() 2024-09-11T07:31:04.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:31:04.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: r = ctx.func(ctx) 2024-09-11T07:31:04.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:31:04.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return func(ctx) 2024-09-11T07:31:04.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:31:04.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:31:04.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:31:04.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:31:04.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:31:04.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:31:04.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:31:04.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:31:04.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:31:04.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:31:04.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:31:04.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:31:04.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.wait_async( 2024-09-11T07:31:04.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:31:04.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:31:04.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:31:04.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return future.result(timeout) 2024-09-11T07:31:04.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:31:04.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.__get_result() 2024-09-11T07:31:04.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:31:04.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise self._exception 2024-09-11T07:31:04.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:31:04.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: out, err, code = await self._run_cephadm( 2024-09-11T07:31:04.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:31:04.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise OrchestratorError( 2024-09-11T07:31:04.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:31:04.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:31:04.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:31:04.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:31:04.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:31:04.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:31:04.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:31:04.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:31:04.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: main() 2024-09-11T07:31:04.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:31:04.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: r = ctx.func(ctx) 2024-09-11T07:31:04.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:31:04.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return func(ctx) 2024-09-11T07:31:04.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:31:04.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:31:04.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:31:04.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:31:04.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:31:04.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:31:04.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:31:04.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:31:04.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:04 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:31:04.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:04 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:31:04.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:04 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:31:04.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:04 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:31:04.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:04 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-11T07:31:04.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:04 smithi017 ceph-mon[63383]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-11T07:31:04.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:04 smithi017 ceph-mon[63383]: Upgrade: unsafe to stop osd(s) at this time (3 PGs are or would become offline) 2024-09-11T07:31:05.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:05 smithi045 ceph-mon[48800]: pgmap v181: 129 pgs: 129 active+clean; 218 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 745 KiB/s, 2 keys/s, 40 objects/s recovering 2024-09-11T07:31:05.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:05 smithi017 ceph-mon[63383]: pgmap v181: 129 pgs: 129 active+clean; 218 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 745 KiB/s, 2 keys/s, 40 objects/s recovering 2024-09-11T07:31:06.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:06 smithi045 ceph-mon[48800]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 3/438 objects degraded (0.685%), 2 pgs degraded) 2024-09-11T07:31:06.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:06 smithi017 ceph-mon[63383]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 3/438 objects degraded (0.685%), 2 pgs degraded) 2024-09-11T07:31:07.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:07 smithi045 ceph-mon[48800]: pgmap v182: 129 pgs: 129 active+clean; 218 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 503 KiB/s, 1 keys/s, 26 objects/s recovering 2024-09-11T07:31:07.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:07 smithi017 ceph-mon[63383]: pgmap v182: 129 pgs: 129 active+clean; 218 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s; 503 KiB/s, 1 keys/s, 26 objects/s recovering 2024-09-11T07:31:09.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:09 smithi045 ceph-mon[48800]: pgmap v183: 129 pgs: 129 active+clean; 218 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 639 B/s wr, 0 op/s; 377 KiB/s, 1 keys/s, 19 objects/s recovering 2024-09-11T07:31:09.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:09 smithi017 ceph-mon[63383]: pgmap v183: 129 pgs: 129 active+clean; 218 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 639 B/s wr, 0 op/s; 377 KiB/s, 1 keys/s, 19 objects/s recovering 2024-09-11T07:31:11.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:11 smithi045 ceph-mon[48800]: pgmap v184: 129 pgs: 129 active+clean; 218 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 226 B/s rd, 565 B/s wr, 0 op/s; 334 KiB/s, 1 keys/s, 13 objects/s recovering 2024-09-11T07:31:11.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:11 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:31:11.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:11 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:31:11.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:11 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:31:11.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:11 smithi017 ceph-mon[63383]: pgmap v184: 129 pgs: 129 active+clean; 218 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 226 B/s rd, 565 B/s wr, 0 op/s; 334 KiB/s, 1 keys/s, 13 objects/s recovering 2024-09-11T07:31:11.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:11 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:31:11.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:11 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:31:11.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:11 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:31:13.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:13 smithi045 ceph-mon[48800]: pgmap v185: 129 pgs: 129 active+clean; 218 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 203 B/s rd, 509 B/s wr, 0 op/s; 155 KiB/s, 1 keys/s, 4 objects/s recovering 2024-09-11T07:31:13.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:13 smithi017 ceph-mon[63383]: pgmap v185: 129 pgs: 129 active+clean; 218 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 203 B/s rd, 509 B/s wr, 0 op/s; 155 KiB/s, 1 keys/s, 4 objects/s recovering 2024-09-11T07:31:15.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:15 smithi045 ceph-mon[48800]: pgmap v186: 129 pgs: 129 active+clean; 218 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s; 130 KiB/s, 0 keys/s, 3 objects/s recovering 2024-09-11T07:31:15.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:15 smithi017 ceph-mon[63383]: pgmap v186: 129 pgs: 129 active+clean; 218 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s; 130 KiB/s, 0 keys/s, 3 objects/s recovering 2024-09-11T07:31:17.613 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:17 smithi017 ceph-mon[63383]: pgmap v187: 129 pgs: 129 active+clean; 218 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-09-11T07:31:17.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:17 smithi045 ceph-mon[48800]: pgmap v187: 129 pgs: 129 active+clean; 218 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-09-11T07:31:19.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:19 smithi045 ceph-mon[48800]: pgmap v188: 129 pgs: 129 active+clean; 218 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-09-11T07:31:19.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:19 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-11T07:31:19.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:19 smithi045 ceph-mon[48800]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-11T07:31:19.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:19 smithi045 ceph-mon[48800]: Upgrade: osd.5 is safe to restart 2024-09-11T07:31:19.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:19 smithi017 ceph-mon[63383]: pgmap v188: 129 pgs: 129 active+clean; 218 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-09-11T07:31:19.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:19 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-11T07:31:19.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:19 smithi017 ceph-mon[63383]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-11T07:31:19.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:19 smithi017 ceph-mon[63383]: Upgrade: osd.5 is safe to restart 2024-09-11T07:31:21.686 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:21 smithi045 ceph-mon[48800]: Upgrade: Updating osd.5 2024-09-11T07:31:21.686 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:21 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:31:21.686 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:21 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T07:31:21.686 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:21 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:31:21.686 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:21 smithi045 ceph-mon[48800]: Deploying daemon osd.5 on smithi045 2024-09-11T07:31:21.686 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:21 smithi045 ceph-mon[48800]: pgmap v189: 129 pgs: 129 active+clean; 218 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:31:21.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:21 smithi017 ceph-mon[63383]: Upgrade: Updating osd.5 2024-09-11T07:31:21.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:21 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:31:21.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:21 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-11T07:31:21.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:21 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:31:21.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:21 smithi017 ceph-mon[63383]: Deploying daemon osd.5 on smithi045 2024-09-11T07:31:21.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:21 smithi017 ceph-mon[63383]: pgmap v189: 129 pgs: 129 active+clean; 218 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:31:23.753 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:23 smithi045 ceph-mon[48800]: pgmap v190: 129 pgs: 129 active+clean; 218 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:31:23.753 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:23 smithi045 systemd[1]: Stopping Ceph osd.5 for ef0778be-700c-11ef-bcea-c7b262605968... 2024-09-11T07:31:23.753 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.5[32248]: debug 2024-09-11T07:31:23.587+0000 7f04f6e5b700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-11T07:31:23.753 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.5[32248]: debug 2024-09-11T07:31:23.587+0000 7f04f6e5b700 -1 osd.5 117 *** Got signal Terminated *** 2024-09-11T07:31:23.753 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:23 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.5[32248]: debug 2024-09-11T07:31:23.587+0000 7f04f6e5b700 -1 osd.5 117 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T07:31:23.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:23 smithi017 ceph-mon[63383]: pgmap v190: 129 pgs: 129 active+clean; 218 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:31:24.036 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:23 smithi045 podman[55547]: 2024-09-11 07:31:23.751152277 +0000 UTC m=+0.289207303 container died ec6745fcdd10f9cbd0d7090e2151400e737a1d8096f67ace40f0b162821427c8 (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.5, org.label-schema.build-date=20201204, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-16.2.4, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, GIT_BRANCH=HEAD, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, org.label-schema.schema-version=1.0, RELEASE=HEAD, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, maintainer=Dimitri Savineau ) 2024-09-11T07:31:24.457 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:24 smithi045 podman[55547]: 2024-09-11 07:31:24.229390608 +0000 UTC m=+0.767445627 container cleanup ec6745fcdd10f9cbd0d7090e2151400e737a1d8096f67ace40f0b162821427c8 (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.5, org.label-schema.license=GPLv2, maintainer=Dimitri Savineau , CEPH_POINT_RELEASE=-16.2.4, RELEASE=HEAD, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, org.label-schema.build-date=20201204, org.label-schema.name=CentOS Base Image, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True) 2024-09-11T07:31:24.457 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:24 smithi045 bash[55547]: ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.5 2024-09-11T07:31:24.785 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:24 smithi045 podman[55561]: 2024-09-11 07:31:24.456202594 +0000 UTC m=+0.705930385 container remove ec6745fcdd10f9cbd0d7090e2151400e737a1d8096f67ace40f0b162821427c8 (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.5, org.label-schema.build-date=20201204, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=-16.2.4, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , RELEASE=HEAD) 2024-09-11T07:31:24.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:24 smithi045 ceph-mon[48800]: osd.5 reported immediately failed by osd.7 2024-09-11T07:31:24.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:24 smithi045 ceph-mon[48800]: osd.5 failed (root=default,host=smithi045) (connection refused reported by osd.7) 2024-09-11T07:31:24.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:24 smithi045 ceph-mon[48800]: osd.5 reported immediately failed by osd.7 2024-09-11T07:31:24.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:24 smithi045 ceph-mon[48800]: osd.5 reported immediately failed by osd.6 2024-09-11T07:31:24.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:24 smithi045 ceph-mon[48800]: osd.5 reported immediately failed by osd.1 2024-09-11T07:31:24.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:24 smithi045 ceph-mon[48800]: osd.5 reported immediately failed by osd.2 2024-09-11T07:31:24.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:24 smithi045 ceph-mon[48800]: osd.5 reported immediately failed by osd.3 2024-09-11T07:31:24.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:24 smithi045 ceph-mon[48800]: osd.5 reported immediately failed by osd.4 2024-09-11T07:31:24.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:24 smithi045 ceph-mon[48800]: osd.5 reported immediately failed by osd.6 2024-09-11T07:31:24.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:24 smithi045 ceph-mon[48800]: osd.5 reported immediately failed by osd.1 2024-09-11T07:31:24.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:24 smithi045 ceph-mon[48800]: osd.5 reported immediately failed by osd.2 2024-09-11T07:31:24.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:24 smithi045 ceph-mon[48800]: osd.5 reported immediately failed by osd.3 2024-09-11T07:31:24.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:24 smithi045 ceph-mon[48800]: osd.5 reported immediately failed by osd.4 2024-09-11T07:31:24.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:24 smithi045 ceph-mon[48800]: osd.5 reported immediately failed by osd.0 2024-09-11T07:31:24.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:24 smithi045 ceph-mon[48800]: osd.5 reported immediately failed by osd.0 2024-09-11T07:31:24.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:24 smithi045 ceph-mon[48800]: osd.5 reported immediately failed by osd.7 2024-09-11T07:31:24.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:24 smithi045 ceph-mon[48800]: osd.5 reported immediately failed by osd.6 2024-09-11T07:31:24.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:24 smithi045 ceph-mon[48800]: osd.5 reported immediately failed by osd.7 2024-09-11T07:31:24.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:24 smithi045 ceph-mon[48800]: osd.5 reported immediately failed by osd.6 2024-09-11T07:31:24.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:24 smithi045 ceph-mon[48800]: osd.5 reported immediately failed by osd.1 2024-09-11T07:31:24.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:24 smithi045 ceph-mon[48800]: osd.5 reported immediately failed by osd.2 2024-09-11T07:31:24.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:24 smithi045 ceph-mon[48800]: osd.5 reported immediately failed by osd.3 2024-09-11T07:31:24.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:24 smithi045 ceph-mon[48800]: osd.5 reported immediately failed by osd.4 2024-09-11T07:31:24.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:24 smithi045 ceph-mon[48800]: osd.5 reported immediately failed by osd.1 2024-09-11T07:31:24.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:24 smithi045 ceph-mon[48800]: osd.5 reported immediately failed by osd.2 2024-09-11T07:31:24.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:24 smithi045 ceph-mon[48800]: osd.5 reported immediately failed by osd.3 2024-09-11T07:31:24.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:24 smithi045 ceph-mon[48800]: osd.5 reported immediately failed by osd.4 2024-09-11T07:31:24.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:24 smithi045 ceph-mon[48800]: osd.5 reported immediately failed by osd.0 2024-09-11T07:31:24.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:24 smithi045 ceph-mon[48800]: osd.5 reported immediately failed by osd.0 2024-09-11T07:31:24.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:24 smithi045 ceph-mon[48800]: osd.5 reported immediately failed by osd.3 2024-09-11T07:31:24.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:24 smithi045 ceph-mon[48800]: osd.5 reported immediately failed by osd.2 2024-09-11T07:31:24.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:24 smithi045 ceph-mon[48800]: osd.5 reported immediately failed by osd.6 2024-09-11T07:31:24.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:24 smithi045 ceph-mon[48800]: osd.5 reported immediately failed by osd.7 2024-09-11T07:31:24.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:24 smithi017 ceph-mon[63383]: osd.5 reported immediately failed by osd.7 2024-09-11T07:31:24.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:24 smithi017 ceph-mon[63383]: osd.5 failed (root=default,host=smithi045) (connection refused reported by osd.7) 2024-09-11T07:31:24.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:24 smithi017 ceph-mon[63383]: osd.5 reported immediately failed by osd.7 2024-09-11T07:31:24.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:24 smithi017 ceph-mon[63383]: osd.5 reported immediately failed by osd.6 2024-09-11T07:31:24.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:24 smithi017 ceph-mon[63383]: osd.5 reported immediately failed by osd.1 2024-09-11T07:31:24.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:24 smithi017 ceph-mon[63383]: osd.5 reported immediately failed by osd.2 2024-09-11T07:31:24.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:24 smithi017 ceph-mon[63383]: osd.5 reported immediately failed by osd.3 2024-09-11T07:31:24.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:24 smithi017 ceph-mon[63383]: osd.5 reported immediately failed by osd.4 2024-09-11T07:31:24.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:24 smithi017 ceph-mon[63383]: osd.5 reported immediately failed by osd.6 2024-09-11T07:31:24.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:24 smithi017 ceph-mon[63383]: osd.5 reported immediately failed by osd.1 2024-09-11T07:31:24.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:24 smithi017 ceph-mon[63383]: osd.5 reported immediately failed by osd.2 2024-09-11T07:31:24.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:24 smithi017 ceph-mon[63383]: osd.5 reported immediately failed by osd.3 2024-09-11T07:31:24.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:24 smithi017 ceph-mon[63383]: osd.5 reported immediately failed by osd.4 2024-09-11T07:31:24.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:24 smithi017 ceph-mon[63383]: osd.5 reported immediately failed by osd.0 2024-09-11T07:31:24.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:24 smithi017 ceph-mon[63383]: osd.5 reported immediately failed by osd.0 2024-09-11T07:31:24.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:24 smithi017 ceph-mon[63383]: osd.5 reported immediately failed by osd.7 2024-09-11T07:31:24.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:24 smithi017 ceph-mon[63383]: osd.5 reported immediately failed by osd.6 2024-09-11T07:31:24.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:24 smithi017 ceph-mon[63383]: osd.5 reported immediately failed by osd.7 2024-09-11T07:31:24.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:24 smithi017 ceph-mon[63383]: osd.5 reported immediately failed by osd.6 2024-09-11T07:31:24.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:24 smithi017 ceph-mon[63383]: osd.5 reported immediately failed by osd.1 2024-09-11T07:31:24.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:24 smithi017 ceph-mon[63383]: osd.5 reported immediately failed by osd.2 2024-09-11T07:31:24.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:24 smithi017 ceph-mon[63383]: osd.5 reported immediately failed by osd.3 2024-09-11T07:31:24.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:24 smithi017 ceph-mon[63383]: osd.5 reported immediately failed by osd.4 2024-09-11T07:31:24.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:24 smithi017 ceph-mon[63383]: osd.5 reported immediately failed by osd.1 2024-09-11T07:31:24.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:24 smithi017 ceph-mon[63383]: osd.5 reported immediately failed by osd.2 2024-09-11T07:31:24.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:24 smithi017 ceph-mon[63383]: osd.5 reported immediately failed by osd.3 2024-09-11T07:31:24.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:24 smithi017 ceph-mon[63383]: osd.5 reported immediately failed by osd.4 2024-09-11T07:31:24.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:24 smithi017 ceph-mon[63383]: osd.5 reported immediately failed by osd.0 2024-09-11T07:31:24.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:24 smithi017 ceph-mon[63383]: osd.5 reported immediately failed by osd.0 2024-09-11T07:31:24.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:24 smithi017 ceph-mon[63383]: osd.5 reported immediately failed by osd.3 2024-09-11T07:31:24.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:24 smithi017 ceph-mon[63383]: osd.5 reported immediately failed by osd.2 2024-09-11T07:31:24.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:24 smithi017 ceph-mon[63383]: osd.5 reported immediately failed by osd.6 2024-09-11T07:31:24.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:24 smithi017 ceph-mon[63383]: osd.5 reported immediately failed by osd.7 2024-09-11T07:31:25.202 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:24 smithi045 podman[55663]: 2024-09-11 07:31:24.818016763 +0000 UTC m=+0.016452755 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T07:31:25.202 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:24 smithi045 podman[55663]: 2024-09-11 07:31:24.94890316 +0000 UTC m=+0.147339142 container create a2372479cf0c98125b3fd64fc1d0b2f2926529071a949fc2d596b4684230c59e (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5-deactivate, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828) 2024-09-11T07:31:25.203 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:25 smithi045 podman[55663]: 2024-09-11 07:31:25.201267311 +0000 UTC m=+0.399703294 container init a2372479cf0c98125b3fd64fc1d0b2f2926529071a949fc2d596b4684230c59e (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5-deactivate, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, ceph=True, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T07:31:25.536 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:25 smithi045 podman[55663]: 2024-09-11 07:31:25.204898314 +0000 UTC m=+0.403334303 container start a2372479cf0c98125b3fd64fc1d0b2f2926529071a949fc2d596b4684230c59e (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_BRANCH=HEAD) 2024-09-11T07:31:25.536 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:25 smithi045 podman[55663]: 2024-09-11 07:31:25.276448096 +0000 UTC m=+0.474884088 container attach a2372479cf0c98125b3fd64fc1d0b2f2926529071a949fc2d596b4684230c59e (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5-deactivate, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=) 2024-09-11T07:31:25.536 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:25 smithi045 podman[55663]: 2024-09-11 07:31:25.385427319 +0000 UTC m=+0.583863301 container died a2372479cf0c98125b3fd64fc1d0b2f2926529071a949fc2d596b4684230c59e (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, ceph=True, io.buildah.version=1.37.2, 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.build-date=20240731) 2024-09-11T07:31:25.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:25 smithi017 ceph-mon[63383]: pgmap v191: 129 pgs: 129 active+clean; 218 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:31:25.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:25 smithi017 ceph-mon[63383]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T07:31:25.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:25 smithi017 ceph-mon[63383]: osdmap e118: 8 total, 7 up, 8 in 2024-09-11T07:31:25.952 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:25 smithi045 ceph-mon[48800]: pgmap v191: 129 pgs: 129 active+clean; 218 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:31:25.953 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:25 smithi045 ceph-mon[48800]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T07:31:25.953 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:25 smithi045 ceph-mon[48800]: osdmap e118: 8 total, 7 up, 8 in 2024-09-11T07:31:26.286 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:26 smithi045 podman[55688]: 2024-09-11 07:31:26.055700004 +0000 UTC m=+0.664425179 container remove a2372479cf0c98125b3fd64fc1d0b2f2926529071a949fc2d596b4684230c59e (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5-deactivate, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, ceph=True, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T07:31:26.286 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:26 smithi045 systemd[1]: ceph-ef0778be-700c-11ef-bcea-c7b262605968@osd.5.service: Deactivated successfully. 2024-09-11T07:31:26.286 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:26 smithi045 systemd[1]: Stopped Ceph osd.5 for ef0778be-700c-11ef-bcea-c7b262605968. 2024-09-11T07:31:26.286 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:26 smithi045 systemd[1]: ceph-ef0778be-700c-11ef-bcea-c7b262605968@osd.5.service: Consumed 4min 54.119s CPU time. 2024-09-11T07:31:26.558 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:26 smithi045 ceph-mon[48800]: osdmap e119: 8 total, 7 up, 8 in 2024-09-11T07:31:26.558 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:26 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:31:26.558 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:26 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:31:26.558 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:26 smithi045 systemd[1]: Starting Ceph osd.5 for ef0778be-700c-11ef-bcea-c7b262605968... 2024-09-11T07:31:26.558 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:26 smithi045 podman[55788]: 2024-09-11 07:31:26.41093544 +0000 UTC m=+0.016796798 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T07:31:26.558 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:26 smithi045 podman[55788]: 2024-09-11 07:31:26.55667699 +0000 UTC m=+0.162538339 container create 753791d70f81db899dc05b9046bc5192568c1acae4611794fc5b2404aecb9d69 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5-activate, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, ceph=True) 2024-09-11T07:31:26.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:26 smithi017 ceph-mon[63383]: osdmap e119: 8 total, 7 up, 8 in 2024-09-11T07:31:26.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:26 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:31:26.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:26 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:31:26.877 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:26 smithi045 podman[55788]: 2024-09-11 07:31:26.7924973 +0000 UTC m=+0.398358650 container init 753791d70f81db899dc05b9046bc5192568c1acae4611794fc5b2404aecb9d69 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5-activate, 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.build-date=20240731, GIT_CLEAN=True, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T07:31:26.877 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:26 smithi045 podman[55788]: 2024-09-11 07:31:26.796127521 +0000 UTC m=+0.401988877 container start 753791d70f81db899dc05b9046bc5192568c1acae4611794fc5b2404aecb9d69 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5-activate, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, ceph=True, GIT_CLEAN=True, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux ) 2024-09-11T07:31:26.878 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:26 smithi045 podman[55788]: 2024-09-11 07:31:26.875931612 +0000 UTC m=+0.481794403 container attach 753791d70f81db899dc05b9046bc5192568c1acae4611794fc5b2404aecb9d69 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5-activate, 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.build-date=20240731, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2) 2024-09-11T07:31:27.286 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:27 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5-activate[55803]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-11T07:31:27.286 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:27 smithi045 bash[55788]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-11T07:31:27.287 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:27 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5-activate[55803]: 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-11T07:31:27.287 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:27 smithi045 bash[55788]: 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-11T07:31:27.287 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:27 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5-activate[55803]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-09-11T07:31:27.287 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:27 smithi045 bash[55788]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-09-11T07:31:27.287 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:27 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5-activate[55803]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-11T07:31:27.287 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:27 smithi045 bash[55788]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-11T07:31:27.287 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:27 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5-activate[55803]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2024-09-11T07:31:27.287 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:27 smithi045 bash[55788]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2024-09-11T07:31:27.287 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:27 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5-activate[55803]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-11T07:31:27.287 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:27 smithi045 bash[55788]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-11T07:31:27.287 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:27 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5-activate[55803]: --> ceph-volume raw activate successful for osd ID: 5 2024-09-11T07:31:27.287 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:27 smithi045 bash[55788]: --> ceph-volume raw activate successful for osd ID: 5 2024-09-11T07:31:27.287 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:27 smithi045 podman[55788]: 2024-09-11 07:31:27.116351858 +0000 UTC m=+0.722213205 container died 753791d70f81db899dc05b9046bc5192568c1acae4611794fc5b2404aecb9d69 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5-activate, 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, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828) 2024-09-11T07:31:27.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:27 smithi045 ceph-mon[48800]: pgmap v194: 129 pgs: 5 active+undersized, 6 peering, 13 stale+active+clean, 105 active+clean; 218 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-11T07:31:27.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:27 smithi045 ceph-mon[48800]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-11T07:31:27.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:27 smithi017 ceph-mon[63383]: pgmap v194: 129 pgs: 5 active+undersized, 6 peering, 13 stale+active+clean, 105 active+clean; 218 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-11T07:31:27.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:27 smithi017 ceph-mon[63383]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-11T07:31:28.281 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:27 smithi045 podman[55926]: 2024-09-11 07:31:27.805116245 +0000 UTC m=+0.682985592 container remove 753791d70f81db899dc05b9046bc5192568c1acae4611794fc5b2404aecb9d69 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5-activate, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_CLEAN=True, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731) 2024-09-11T07:31:28.282 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:28 smithi045 podman[55987]: 2024-09-11 07:31:28.023018337 +0000 UTC m=+0.113535861 container create 79e212d36e89e6ca46ffce7102f92c434250f1e079ca702dce8f80e83c0cfcac (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, ceph=True, org.label-schema.schema-version=1.0) 2024-09-11T07:31:28.282 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:28 smithi045 podman[55987]: 2024-09-11 07:31:27.926320493 +0000 UTC m=+0.016838027 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T07:31:28.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:28 smithi045 ceph-mon[48800]: Health check failed: Degraded data redundancy: 30/438 objects degraded (6.849%), 9 pgs degraded (PG_DEGRADED) 2024-09-11T07:31:28.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:28 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:31:28.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:28 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:31:28.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:28 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:31:28.786 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:28 smithi045 podman[55987]: 2024-09-11 07:31:28.400679829 +0000 UTC m=+0.491197365 container init 79e212d36e89e6ca46ffce7102f92c434250f1e079ca702dce8f80e83c0cfcac (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.build-date=20240731) 2024-09-11T07:31:28.786 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:28 smithi045 podman[55987]: 2024-09-11 07:31:28.404282389 +0000 UTC m=+0.494799914 container start 79e212d36e89e6ca46ffce7102f92c434250f1e079ca702dce8f80e83c0cfcac (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, ceph=True, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, GIT_CLEAN=True, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T07:31:28.786 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:28 smithi045 ceph-osd[56005]: -- 172.21.15.45:0/3333094750 <== mon.1 v2:172.21.15.45:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56164805ad00 con 0x56164802d000 2024-09-11T07:31:28.786 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:28 smithi045 bash[55987]: 79e212d36e89e6ca46ffce7102f92c434250f1e079ca702dce8f80e83c0cfcac 2024-09-11T07:31:28.786 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:28 smithi045 systemd[1]: Started Ceph osd.5 for ef0778be-700c-11ef-bcea-c7b262605968. 2024-09-11T07:31:28.891 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:28 smithi017 ceph-mon[63383]: Health check failed: Degraded data redundancy: 30/438 objects degraded (6.849%), 9 pgs degraded (PG_DEGRADED) 2024-09-11T07:31:28.891 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:28 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:31:28.891 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:28 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:31:28.891 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:28 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:31:29.079 INFO:teuthology.orchestra.run.smithi017.stdout:true 2024-09-11T07:31:29.286 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:28 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5[56001]: 2024-09-11T07:31:28.944+0000 7fe2fe176440 -1 Falling back to public interface 2024-09-11T07:31:29.718 INFO:teuthology.orchestra.run.smithi017.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T07:31:29.718 INFO:teuthology.orchestra.run.smithi017.stdout:alertmanager.smithi017 smithi017 *:9093,9094 running (17m) 57s ago 18m 19.1M - 0.20.0 0881eb8f169f 8ff211b4e457 2024-09-11T07:31:29.718 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi017 smithi017 running (3m) 57s ago 18m 6887k - 17.2.7-1623-gd0e6828a 4a918172a497 5664d58a3a36 2024-09-11T07:31:29.718 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi045 smithi045 running (3m) 33s ago 17m 6895k - 17.2.7-1623-gd0e6828a 4a918172a497 b70b9ed235ba 2024-09-11T07:31:29.718 INFO:teuthology.orchestra.run.smithi017.stdout:grafana.smithi017 smithi017 *:3000 running (16m) 57s ago 18m 36.1M - 6.7.4 557c83e11646 24bbf4d58b8c 2024-09-11T07:31:29.718 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi017.utzzzp smithi017 running (13m) 57s ago 13m 15.1M - 16.2.4 8d91d370c2b8 711da931e1f1 2024-09-11T07:31:29.718 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi045.gxtxww smithi045 running (13m) 33s ago 13m 44.1M - 16.2.4 8d91d370c2b8 8de08b53c390 2024-09-11T07:31:29.718 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi017.qgiuqa smithi017 *:8443,9283 running (8m) 57s ago 20m 456M - 17.2.7-1623-gd0e6828a 4a918172a497 1a5c10d7a16e 2024-09-11T07:31:29.718 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi045.wavrrv smithi045 *:8443,9283 running (5m) 33s ago 17m 400M - 17.2.7-1623-gd0e6828a 4a918172a497 79559b699e04 2024-09-11T07:31:29.719 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi017 smithi017 running (4m) 57s ago 20m 73.4M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 93477c9f0204 2024-09-11T07:31:29.719 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi045 smithi045 running (4m) 33s ago 17m 57.0M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 ef66edbefbdf 2024-09-11T07:31:29.719 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.0.0.smithi017.yhlpto smithi017 *:2049 running (10m) 57s ago 10m 148M - 3.5 8d91d370c2b8 4d43393feaee 2024-09-11T07:31:29.719 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.1.0.smithi045.sirexv smithi045 *:2049 running (10m) 33s ago 10m 87.9M - 3.5 8d91d370c2b8 0795be2c25de 2024-09-11T07:31:29.719 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi017 smithi017 *:9100 running (18m) 57s ago 18m 17.0M - 0.18.1 e5a616e4b9cf 3ae9bdfa57df 2024-09-11T07:31:29.719 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi045 smithi045 *:9100 running (17m) 33s ago 17m 17.0M - 0.18.1 e5a616e4b9cf 517c959affda 2024-09-11T07:31:29.719 INFO:teuthology.orchestra.run.smithi017.stdout:osd.0 smithi017 running (2m) 57s ago 17m 311M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 6d8cdd6dd8fe 2024-09-11T07:31:29.719 INFO:teuthology.orchestra.run.smithi017.stdout:osd.1 smithi017 running (2m) 57s ago 16m 253M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 2e7de52a6624 2024-09-11T07:31:29.719 INFO:teuthology.orchestra.run.smithi017.stdout:osd.2 smithi017 running (93s) 57s ago 16m 187M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 f637088f4a42 2024-09-11T07:31:29.719 INFO:teuthology.orchestra.run.smithi017.stdout:osd.3 smithi017 running (66s) 57s ago 15m 14.9M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 b40a71ed7bd1 2024-09-11T07:31:29.719 INFO:teuthology.orchestra.run.smithi017.stdout:osd.4 smithi045 running (38s) 33s ago 15m 11.1M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 20c730d135b9 2024-09-11T07:31:29.719 INFO:teuthology.orchestra.run.smithi017.stdout:osd.5 smithi045 starting - - - 4096M 2024-09-11T07:31:29.719 INFO:teuthology.orchestra.run.smithi017.stdout:osd.6 smithi045 running (15m) 33s ago 15m 477M 4096M 16.2.4 8d91d370c2b8 788633f8efc6 2024-09-11T07:31:29.719 INFO:teuthology.orchestra.run.smithi017.stdout:osd.7 smithi045 running (14m) 33s ago 14m 742M 4096M 16.2.4 8d91d370c2b8 162523c68393 2024-09-11T07:31:29.720 INFO:teuthology.orchestra.run.smithi017.stdout:prometheus.smithi017 smithi017 *:9095 error 57s ago 18m 46.3M - 2.18.1 de242295e225 5d1f02a1080f 2024-09-11T07:31:30.025 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:29 smithi045 ceph-mon[48800]: pgmap v195: 129 pgs: 22 active+undersized, 6 peering, 3 stale+active+clean, 9 active+undersized+degraded, 89 active+clean; 218 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 30/438 objects degraded (6.849%) 2024-09-11T07:31:30.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:29 smithi017 ceph-mon[63383]: pgmap v195: 129 pgs: 22 active+undersized, 6 peering, 3 stale+active+clean, 9 active+undersized+degraded, 89 active+clean; 218 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 30/438 objects degraded (6.849%) 2024-09-11T07:31:30.108 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:31:30.108 INFO:teuthology.orchestra.run.smithi017.stdout: "mon": { 2024-09-11T07:31:30.108 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:31:30.108 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:31:30.108 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr": { 2024-09-11T07:31:30.108 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:31:30.108 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:31:30.108 INFO:teuthology.orchestra.run.smithi017.stdout: "osd": { 2024-09-11T07:31:30.108 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2, 2024-09-11T07:31:30.108 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 5 2024-09-11T07:31:30.109 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:31:30.109 INFO:teuthology.orchestra.run.smithi017.stdout: "mds": { 2024-09-11T07:31:30.109 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-11T07:31:30.109 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:31:30.109 INFO:teuthology.orchestra.run.smithi017.stdout: "overall": { 2024-09-11T07:31:30.109 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 4, 2024-09-11T07:31:30.109 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 9 2024-09-11T07:31:30.109 INFO:teuthology.orchestra.run.smithi017.stdout: } 2024-09-11T07:31:30.109 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:31:30.434 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:31:30.435 INFO:teuthology.orchestra.run.smithi017.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T07:31:30.435 INFO:teuthology.orchestra.run.smithi017.stdout: "in_progress": true, 2024-09-11T07:31:30.435 INFO:teuthology.orchestra.run.smithi017.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-11T07:31:30.435 INFO:teuthology.orchestra.run.smithi017.stdout: "services_complete": [ 2024-09-11T07:31:30.435 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr", 2024-09-11T07:31:30.435 INFO:teuthology.orchestra.run.smithi017.stdout: "mon", 2024-09-11T07:31:30.435 INFO:teuthology.orchestra.run.smithi017.stdout: "crash" 2024-09-11T07:31:30.435 INFO:teuthology.orchestra.run.smithi017.stdout: ], 2024-09-11T07:31:30.435 INFO:teuthology.orchestra.run.smithi017.stdout: "progress": "11/23 daemons upgraded", 2024-09-11T07:31:30.435 INFO:teuthology.orchestra.run.smithi017.stdout: "message": "Currently upgrading osd daemons", 2024-09-11T07:31:30.435 INFO:teuthology.orchestra.run.smithi017.stdout: "is_paused": false 2024-09-11T07:31:30.436 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:31:30.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:30 smithi017 ceph-mon[63383]: from='client.34310 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:31:30.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:30 smithi017 ceph-mon[63383]: from='client.34314 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:31:30.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:30 smithi017 ceph-mon[63383]: from='client.34318 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:31:30.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:30 smithi017 ceph-mon[63383]: from='client.? 172.21.15.17:0/1940417257' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:31:30.969 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:30 smithi045 ceph-mon[48800]: from='client.34310 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:31:30.969 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:30 smithi045 ceph-mon[48800]: from='client.34314 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:31:30.969 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:30 smithi045 ceph-mon[48800]: from='client.34318 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:31:30.969 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:30 smithi045 ceph-mon[48800]: from='client.? 172.21.15.17:0/1940417257' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:31:31.932 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:31 smithi045 ceph-mon[48800]: from='client.34326 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:31:31.932 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:31 smithi045 ceph-mon[48800]: pgmap v196: 129 pgs: 32 active+undersized, 13 active+undersized+degraded, 84 active+clean; 218 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 44/438 objects degraded (10.046%) 2024-09-11T07:31:31.932 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:31 smithi045 ceph-mon[48800]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-11T07:31:32.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:31 smithi017 ceph-mon[63383]: from='client.34326 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:31:32.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:31 smithi017 ceph-mon[63383]: pgmap v196: 129 pgs: 32 active+undersized, 13 active+undersized+degraded, 84 active+clean; 218 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 44/438 objects degraded (10.046%) 2024-09-11T07:31:32.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:31 smithi017 ceph-mon[63383]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-11T07:31:33.670 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:33 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:31:33.670 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:33 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:31:33.670 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:33 smithi045 ceph-mon[48800]: pgmap v197: 129 pgs: 32 active+undersized, 13 active+undersized+degraded, 84 active+clean; 218 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 44/438 objects degraded (10.046%) 2024-09-11T07:31:33.670 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:33 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:31:33.670 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:33 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:31:33.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:33 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:31:33.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:33 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:31:33.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:33 smithi017 ceph-mon[63383]: pgmap v197: 129 pgs: 32 active+undersized, 13 active+undersized+degraded, 84 active+clean; 218 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 44/438 objects degraded (10.046%) 2024-09-11T07:31:33.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:33 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:31:33.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:33 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:31:34.572 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:34 smithi045 ceph-mon[48800]: Health check update: Degraded data redundancy: 44/438 objects degraded (10.046%), 13 pgs degraded (PG_DEGRADED) 2024-09-11T07:31:34.572 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:34 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5[56001]: 2024-09-11T07:31:34.283+0000 7fe2fe176440 -1 osd.5 0 read_superblock omap replica is missing. 2024-09-11T07:31:34.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:34 smithi017 ceph-mon[63383]: Health check update: Degraded data redundancy: 44/438 objects degraded (10.046%), 13 pgs degraded (PG_DEGRADED) 2024-09-11T07:31:35.473 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5[56001]: 2024-09-11T07:31:35.163+0000 7fe2fe176440 -1 osd.5 117 log_to_monitors true 2024-09-11T07:31:35.786 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:31:35 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5[56001]: 2024-09-11T07:31:35.493+0000 7fe2f6723640 -1 osd.5 117 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T07:31:35.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:35 smithi045 ceph-mon[48800]: pgmap v198: 129 pgs: 32 active+undersized, 13 active+undersized+degraded, 84 active+clean; 218 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 205 B/s rd, 0 op/s; 44/438 objects degraded (10.046%) 2024-09-11T07:31:35.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:35 smithi045 ceph-mon[48800]: from='osd.5 [v2:172.21.15.45:6808/2989733400,v1:172.21.15.45:6809/2989733400]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T07:31:35.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:35 smithi045 ceph-mon[48800]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T07:31:35.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:35 smithi017 ceph-mon[63383]: pgmap v198: 129 pgs: 32 active+undersized, 13 active+undersized+degraded, 84 active+clean; 218 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 205 B/s rd, 0 op/s; 44/438 objects degraded (10.046%) 2024-09-11T07:31:35.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:35 smithi017 ceph-mon[63383]: from='osd.5 [v2:172.21.15.45:6808/2989733400,v1:172.21.15.45:6809/2989733400]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T07:31:35.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:35 smithi017 ceph-mon[63383]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-11T07:31:36.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:36 smithi045 ceph-mon[48800]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-11T07:31:36.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:36 smithi045 ceph-mon[48800]: osdmap e120: 8 total, 7 up, 8 in 2024-09-11T07:31:36.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:36 smithi045 ceph-mon[48800]: from='osd.5 [v2:172.21.15.45:6808/2989733400,v1:172.21.15.45:6809/2989733400]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2024-09-11T07:31:36.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:36 smithi045 ceph-mon[48800]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2024-09-11T07:31:36.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:36 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:31:36.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:36 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:31:36.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:36 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:31:36.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:36 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:31:36.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:36 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:31:36.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:36 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:31:36.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:36 smithi017 ceph-mon[63383]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-11T07:31:36.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:36 smithi017 ceph-mon[63383]: osdmap e120: 8 total, 7 up, 8 in 2024-09-11T07:31:36.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:36 smithi017 ceph-mon[63383]: from='osd.5 [v2:172.21.15.45:6808/2989733400,v1:172.21.15.45:6809/2989733400]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2024-09-11T07:31:36.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:36 smithi017 ceph-mon[63383]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2024-09-11T07:31:36.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:36 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:31:36.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:36 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:31:36.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:36 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:31:36.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:36 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:31:36.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:36 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:31:36.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:36 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:31:37.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:37 smithi045 ceph-mon[48800]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:31:37.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:37 smithi045 ceph-mon[48800]: pgmap v200: 129 pgs: 32 active+undersized, 13 active+undersized+degraded, 84 active+clean; 218 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 207 B/s rd, 0 op/s; 44/438 objects degraded (10.046%) 2024-09-11T07:31:37.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:37 smithi045 ceph-mon[48800]: pgmap v201: 129 pgs: 32 active+undersized, 13 active+undersized+degraded, 84 active+clean; 218 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 260 B/s rd, 0 op/s; 44/438 objects degraded (10.046%) 2024-09-11T07:31:37.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:37 smithi045 ceph-mon[48800]: Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:31:37.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:37 smithi045 ceph-mon[48800]: Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:31:37.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:37 smithi045 ceph-mon[48800]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T07:31:37.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:37 smithi045 ceph-mon[48800]: osd.5 [v2:172.21.15.45:6808/2989733400,v1:172.21.15.45:6809/2989733400] boot 2024-09-11T07:31:37.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:37 smithi045 ceph-mon[48800]: osdmap e121: 8 total, 8 up, 8 in 2024-09-11T07:31:37.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:37 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:31:37.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:37 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:31:37.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:37 smithi045 ceph-mon[48800]: osdmap e122: 8 total, 8 up, 8 in 2024-09-11T07:31:37.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:37 smithi017 ceph-mon[63383]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:31:37.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:37 smithi017 ceph-mon[63383]: pgmap v200: 129 pgs: 32 active+undersized, 13 active+undersized+degraded, 84 active+clean; 218 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 207 B/s rd, 0 op/s; 44/438 objects degraded (10.046%) 2024-09-11T07:31:37.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:37 smithi017 ceph-mon[63383]: pgmap v201: 129 pgs: 32 active+undersized, 13 active+undersized+degraded, 84 active+clean; 218 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 260 B/s rd, 0 op/s; 44/438 objects degraded (10.046%) 2024-09-11T07:31:37.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:37 smithi017 ceph-mon[63383]: Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:31:37.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:37 smithi017 ceph-mon[63383]: Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:31:37.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:37 smithi017 ceph-mon[63383]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T07:31:37.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:37 smithi017 ceph-mon[63383]: osd.5 [v2:172.21.15.45:6808/2989733400,v1:172.21.15.45:6809/2989733400] boot 2024-09-11T07:31:37.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:37 smithi017 ceph-mon[63383]: osdmap e121: 8 total, 8 up, 8 in 2024-09-11T07:31:37.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:37 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-11T07:31:37.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:37 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:31:37.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:37 smithi017 ceph-mon[63383]: osdmap e122: 8 total, 8 up, 8 in 2024-09-11T07:31:39.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:39 smithi045 ceph-mon[48800]: pgmap v204: 129 pgs: 9 peering, 22 active+undersized, 7 active+undersized+degraded, 91 active+clean; 218 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 529 B/s rd, 0 op/s; 22/438 objects degraded (5.023%) 2024-09-11T07:31:39.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:39 smithi045 ceph-mon[48800]: Health check update: Degraded data redundancy: 22/438 objects degraded (5.023%), 7 pgs degraded (PG_DEGRADED) 2024-09-11T07:31:39.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:39 smithi017 ceph-mon[63383]: pgmap v204: 129 pgs: 9 peering, 22 active+undersized, 7 active+undersized+degraded, 91 active+clean; 218 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 529 B/s rd, 0 op/s; 22/438 objects degraded (5.023%) 2024-09-11T07:31:39.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:39 smithi017 ceph-mon[63383]: Health check update: Degraded data redundancy: 22/438 objects degraded (5.023%), 7 pgs degraded (PG_DEGRADED) 2024-09-11T07:31:40.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:40 smithi045 ceph-mon[48800]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:31:40.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:31:40.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:31:40.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:31:40.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:31:40.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:31:40.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:31:40.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:31:40.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: main() 2024-09-11T07:31:40.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:31:40.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: r = ctx.func(ctx) 2024-09-11T07:31:40.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:31:40.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return func(ctx) 2024-09-11T07:31:40.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:31:40.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:31:40.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:31:40.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:31:40.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:31:40.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:31:40.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:31:40.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:31:40.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:31:40.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:31:40.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:31:40.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:31:40.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.wait_async( 2024-09-11T07:31:40.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:31:40.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:31:40.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:31:40.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return future.result(timeout) 2024-09-11T07:31:40.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:31:40.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.__get_result() 2024-09-11T07:31:40.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:31:40.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise self._exception 2024-09-11T07:31:40.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:31:40.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: out, err, code = await self._run_cephadm( 2024-09-11T07:31:40.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:31:40.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise OrchestratorError( 2024-09-11T07:31:40.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:31:40.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:31:40.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:31:40.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:31:40.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:31:40.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:31:40.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:31:40.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:31:40.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: main() 2024-09-11T07:31:40.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:31:40.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: r = ctx.func(ctx) 2024-09-11T07:31:40.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:31:40.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return func(ctx) 2024-09-11T07:31:40.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:31:40.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:31:40.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:31:40.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:31:40.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:31:40.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:31:40.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:31:40.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:31:40.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:40 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:31:40.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:40 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:31:40.790 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:40 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:31:40.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:40 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:31:40.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:40 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-11T07:31:40.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:40 smithi045 ceph-mon[48800]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-11T07:31:40.791 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:40 smithi045 ceph-mon[48800]: Upgrade: unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2024-09-11T07:31:40.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:40 smithi017 ceph-mon[63383]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:31:40.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:31:40.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:31:40.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:31:40.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:31:40.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:31:40.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:31:40.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:31:40.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: main() 2024-09-11T07:31:40.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:31:40.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: r = ctx.func(ctx) 2024-09-11T07:31:40.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:31:40.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return func(ctx) 2024-09-11T07:31:40.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:31:40.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:31:40.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:31:40.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:31:40.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:31:40.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:31:40.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:31:40.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:31:40.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:31:40.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:31:40.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:31:40.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:31:40.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.wait_async( 2024-09-11T07:31:40.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:31:40.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:31:40.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:31:40.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return future.result(timeout) 2024-09-11T07:31:40.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:31:40.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.__get_result() 2024-09-11T07:31:40.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:31:40.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise self._exception 2024-09-11T07:31:40.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:31:40.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: out, err, code = await self._run_cephadm( 2024-09-11T07:31:40.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:31:40.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise OrchestratorError( 2024-09-11T07:31:40.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:31:40.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:31:40.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:31:40.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:31:40.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:31:40.794 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:31:40.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:31:40.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:31:40.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: main() 2024-09-11T07:31:40.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:31:40.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: r = ctx.func(ctx) 2024-09-11T07:31:40.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:31:40.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return func(ctx) 2024-09-11T07:31:40.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:31:40.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:31:40.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:31:40.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:31:40.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:31:40.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:31:40.795 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:31:40.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:31:40.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:40 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:31:40.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:40 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:31:40.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:40 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:31:40.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:40 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:31:40.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:40 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-11T07:31:40.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:40 smithi017 ceph-mon[63383]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-11T07:31:40.796 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:40 smithi017 ceph-mon[63383]: Upgrade: unsafe to stop osd(s) at this time (14 PGs are or would become offline) 2024-09-11T07:31:41.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:41 smithi045 ceph-mon[48800]: pgmap v205: 129 pgs: 9 peering, 19 active+undersized, 5 active+undersized+degraded, 96 active+clean; 218 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 17/438 objects degraded (3.881%) 2024-09-11T07:31:41.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:41 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:31:41.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:41 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:31:41.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:41 smithi017 ceph-mon[63383]: pgmap v205: 129 pgs: 9 peering, 19 active+undersized, 5 active+undersized+degraded, 96 active+clean; 218 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 17/438 objects degraded (3.881%) 2024-09-11T07:31:41.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:41 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:31:41.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:41 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:31:43.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:42 smithi045 ceph-mon[48800]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 17/438 objects degraded (3.881%), 5 pgs degraded) 2024-09-11T07:31:43.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:42 smithi017 ceph-mon[63383]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 17/438 objects degraded (3.881%), 5 pgs degraded) 2024-09-11T07:31:44.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:43 smithi045 ceph-mon[48800]: pgmap v206: 129 pgs: 9 peering, 120 active+clean; 218 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2024-09-11T07:31:44.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:43 smithi017 ceph-mon[63383]: pgmap v206: 129 pgs: 9 peering, 120 active+clean; 218 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2024-09-11T07:31:46.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:45 smithi045 ceph-mon[48800]: pgmap v207: 129 pgs: 129 active+clean; 218 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2024-09-11T07:31:46.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:45 smithi017 ceph-mon[63383]: pgmap v207: 129 pgs: 129 active+clean; 218 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail 2024-09-11T07:31:47.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:47 smithi045 ceph-mon[48800]: pgmap v208: 129 pgs: 129 active+clean; 218 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 207 B/s rd, 0 op/s 2024-09-11T07:31:47.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:47 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:31:47.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:47 smithi017 ceph-mon[63383]: pgmap v208: 129 pgs: 129 active+clean; 218 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 207 B/s rd, 0 op/s 2024-09-11T07:31:47.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:47 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:31:49.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:49 smithi017 ceph-mon[63383]: pgmap v209: 129 pgs: 129 active+clean; 218 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2024-09-11T07:31:50.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:49 smithi045 ceph-mon[48800]: pgmap v209: 129 pgs: 129 active+clean; 218 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2024-09-11T07:31:51.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:51 smithi017 ceph-mon[63383]: pgmap v210: 129 pgs: 129 active+clean; 218 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:31:52.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:51 smithi045 ceph-mon[48800]: pgmap v210: 129 pgs: 129 active+clean; 218 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:31:53.838 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:53 smithi045 ceph-mon[48800]: pgmap v211: 129 pgs: 129 active+clean; 218 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:31:54.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:53 smithi017 ceph-mon[63383]: pgmap v211: 129 pgs: 129 active+clean; 218 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:31:55.931 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:55 smithi045 ceph-mon[48800]: pgmap v212: 129 pgs: 129 active+clean; 218 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:31:55.932 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:55 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-11T07:31:55.932 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:55 smithi045 ceph-mon[48800]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-11T07:31:55.932 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:55 smithi045 ceph-mon[48800]: Upgrade: osd.6 is safe to restart 2024-09-11T07:31:56.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:55 smithi017 ceph-mon[63383]: pgmap v212: 129 pgs: 129 active+clean; 218 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:31:56.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:55 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-11T07:31:56.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:55 smithi017 ceph-mon[63383]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-11T07:31:56.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:55 smithi017 ceph-mon[63383]: Upgrade: osd.6 is safe to restart 2024-09-11T07:31:57.361 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:57 smithi017 ceph-mon[63383]: Upgrade: Updating osd.6 2024-09-11T07:31:57.361 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:57 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:31:57.361 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:57 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-11T07:31:57.361 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:57 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:31:57.361 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:57 smithi017 ceph-mon[63383]: Deploying daemon osd.6 on smithi045 2024-09-11T07:31:57.361 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:57 smithi017 ceph-mon[63383]: pgmap v213: 129 pgs: 129 active+clean; 218 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:31:57.361 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:57 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:31:57.361 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:57 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:31:57.411 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:57 smithi045 ceph-mon[48800]: Upgrade: Updating osd.6 2024-09-11T07:31:57.411 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:57 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:31:57.411 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:57 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-11T07:31:57.411 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:57 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:31:57.411 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:57 smithi045 ceph-mon[48800]: Deploying daemon osd.6 on smithi045 2024-09-11T07:31:57.411 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:57 smithi045 ceph-mon[48800]: pgmap v213: 129 pgs: 129 active+clean; 218 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:31:57.412 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:57 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:31:57.412 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:57 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:31:59.073 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:31:58 smithi045 systemd[1]: Stopping Ceph osd.6 for ef0778be-700c-11ef-bcea-c7b262605968... 2024-09-11T07:31:59.400 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:31:59 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.6[34715]: debug 2024-09-11T07:31:59.070+0000 7ff8898fa700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-11T07:31:59.400 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:31:59 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.6[34715]: debug 2024-09-11T07:31:59.070+0000 7ff8898fa700 -1 osd.6 122 *** Got signal Terminated *** 2024-09-11T07:31:59.400 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:31:59 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.6[34715]: debug 2024-09-11T07:31:59.070+0000 7ff8898fa700 -1 osd.6 122 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T07:31:59.400 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:31:59 smithi045 podman[57884]: 2024-09-11 07:31:59.214161367 +0000 UTC m=+0.351983896 container died 788633f8efc6a9f882f5cb603c57e05db5ea43dedd377ee0acfc95f700a82199 (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.6, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, org.label-schema.name=CentOS Base Image, GIT_CLEAN=True, ceph=True, org.label-schema.build-date=20201204, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=-16.2.4, RELEASE=HEAD, org.label-schema.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git) 2024-09-11T07:31:59.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:31:59 smithi045 ceph-mon[48800]: pgmap v214: 129 pgs: 129 active+clean; 218 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:31:59.786 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:31:59 smithi045 podman[57884]: 2024-09-11 07:31:59.604354805 +0000 UTC m=+0.742177331 container cleanup 788633f8efc6a9f882f5cb603c57e05db5ea43dedd377ee0acfc95f700a82199 (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.6, org.label-schema.name=CentOS Base Image, org.label-schema.build-date=20201204, GIT_BRANCH=HEAD, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, RELEASE=HEAD, maintainer=Dimitri Savineau , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, CEPH_POINT_RELEASE=-16.2.4, ceph=True, org.label-schema.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git) 2024-09-11T07:31:59.786 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:31:59 smithi045 bash[57884]: ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.6 2024-09-11T07:31:59.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:31:59 smithi017 ceph-mon[63383]: pgmap v214: 129 pgs: 129 active+clean; 218 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:32:00.286 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:31:59 smithi045 podman[57900]: 2024-09-11 07:31:59.830675845 +0000 UTC m=+0.613703591 container remove 788633f8efc6a9f882f5cb603c57e05db5ea43dedd377ee0acfc95f700a82199 (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.6, org.label-schema.license=GPLv2, org.label-schema.build-date=20201204, CEPH_POINT_RELEASE=-16.2.4, RELEASE=HEAD, org.label-schema.schema-version=1.0, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, ceph=True, maintainer=Dimitri Savineau ) 2024-09-11T07:32:00.585 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:32:00 smithi045 podman[58006]: 2024-09-11 07:32:00.190956198 +0000 UTC m=+0.016641637 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T07:32:00.585 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:32:00 smithi045 podman[58006]: 2024-09-11 07:32:00.306520028 +0000 UTC m=+0.132205501 container create 574a592f8353d96db3ec39df847cffb66688b8e860cca63b74dfe8d58e0b4c0d (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6-deactivate, CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, maintainer=Guillaume Abrioux ) 2024-09-11T07:32:00.586 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:00 smithi045 ceph-mon[48800]: osd.6 reported immediately failed by osd.7 2024-09-11T07:32:00.586 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:00 smithi045 ceph-mon[48800]: osd.6 failed (root=default,host=smithi045) (connection refused reported by osd.7) 2024-09-11T07:32:00.586 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:00 smithi045 ceph-mon[48800]: osd.6 reported immediately failed by osd.7 2024-09-11T07:32:00.586 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:00 smithi045 ceph-mon[48800]: osd.6 reported immediately failed by osd.1 2024-09-11T07:32:00.586 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:00 smithi045 ceph-mon[48800]: osd.6 reported immediately failed by osd.2 2024-09-11T07:32:00.586 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:00 smithi045 ceph-mon[48800]: osd.6 reported immediately failed by osd.3 2024-09-11T07:32:00.586 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:00 smithi045 ceph-mon[48800]: osd.6 reported immediately failed by osd.4 2024-09-11T07:32:00.586 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:00 smithi045 ceph-mon[48800]: osd.6 reported immediately failed by osd.1 2024-09-11T07:32:00.586 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:00 smithi045 ceph-mon[48800]: osd.6 reported immediately failed by osd.2 2024-09-11T07:32:00.586 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:00 smithi045 ceph-mon[48800]: osd.6 reported immediately failed by osd.3 2024-09-11T07:32:00.586 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:00 smithi045 ceph-mon[48800]: osd.6 reported immediately failed by osd.5 2024-09-11T07:32:00.586 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:00 smithi045 ceph-mon[48800]: osd.6 reported immediately failed by osd.4 2024-09-11T07:32:00.586 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:00 smithi045 ceph-mon[48800]: osd.6 reported immediately failed by osd.5 2024-09-11T07:32:00.587 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:00 smithi045 ceph-mon[48800]: osd.6 reported immediately failed by osd.0 2024-09-11T07:32:00.587 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:00 smithi045 ceph-mon[48800]: osd.6 reported immediately failed by osd.0 2024-09-11T07:32:00.587 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:00 smithi045 ceph-mon[48800]: osd.6 reported immediately failed by osd.1 2024-09-11T07:32:00.587 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:00 smithi045 ceph-mon[48800]: osd.6 reported immediately failed by osd.1 2024-09-11T07:32:00.587 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:00 smithi045 ceph-mon[48800]: osd.6 reported immediately failed by osd.5 2024-09-11T07:32:00.587 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:00 smithi045 ceph-mon[48800]: osd.6 reported immediately failed by osd.4 2024-09-11T07:32:00.587 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:00 smithi045 ceph-mon[48800]: osd.6 reported immediately failed by osd.7 2024-09-11T07:32:00.587 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:00 smithi045 ceph-mon[48800]: osd.6 reported immediately failed by osd.1 2024-09-11T07:32:00.587 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:00 smithi045 ceph-mon[48800]: osd.6 reported immediately failed by osd.2 2024-09-11T07:32:00.587 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:00 smithi045 ceph-mon[48800]: osd.6 reported immediately failed by osd.3 2024-09-11T07:32:00.587 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:00 smithi045 ceph-mon[48800]: osd.6 reported immediately failed by osd.4 2024-09-11T07:32:00.587 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:00 smithi045 ceph-mon[48800]: osd.6 reported immediately failed by osd.7 2024-09-11T07:32:00.587 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:00 smithi045 ceph-mon[48800]: osd.6 reported immediately failed by osd.1 2024-09-11T07:32:00.587 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:00 smithi045 ceph-mon[48800]: osd.6 reported immediately failed by osd.2 2024-09-11T07:32:00.588 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:00 smithi045 ceph-mon[48800]: osd.6 reported immediately failed by osd.3 2024-09-11T07:32:00.588 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:00 smithi045 ceph-mon[48800]: osd.6 reported immediately failed by osd.5 2024-09-11T07:32:00.588 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:00 smithi045 ceph-mon[48800]: osd.6 reported immediately failed by osd.0 2024-09-11T07:32:00.588 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:00 smithi045 ceph-mon[48800]: osd.6 reported immediately failed by osd.0 2024-09-11T07:32:00.588 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:00 smithi045 ceph-mon[48800]: osd.6 reported immediately failed by osd.1 2024-09-11T07:32:00.790 INFO:teuthology.orchestra.run.smithi017.stdout:true 2024-09-11T07:32:00.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:00 smithi017 ceph-mon[63383]: osd.6 reported immediately failed by osd.7 2024-09-11T07:32:00.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:00 smithi017 ceph-mon[63383]: osd.6 failed (root=default,host=smithi045) (connection refused reported by osd.7) 2024-09-11T07:32:00.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:00 smithi017 ceph-mon[63383]: osd.6 reported immediately failed by osd.7 2024-09-11T07:32:00.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:00 smithi017 ceph-mon[63383]: osd.6 reported immediately failed by osd.1 2024-09-11T07:32:00.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:00 smithi017 ceph-mon[63383]: osd.6 reported immediately failed by osd.2 2024-09-11T07:32:00.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:00 smithi017 ceph-mon[63383]: osd.6 reported immediately failed by osd.3 2024-09-11T07:32:00.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:00 smithi017 ceph-mon[63383]: osd.6 reported immediately failed by osd.4 2024-09-11T07:32:00.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:00 smithi017 ceph-mon[63383]: osd.6 reported immediately failed by osd.1 2024-09-11T07:32:00.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:00 smithi017 ceph-mon[63383]: osd.6 reported immediately failed by osd.2 2024-09-11T07:32:00.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:00 smithi017 ceph-mon[63383]: osd.6 reported immediately failed by osd.3 2024-09-11T07:32:00.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:00 smithi017 ceph-mon[63383]: osd.6 reported immediately failed by osd.5 2024-09-11T07:32:00.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:00 smithi017 ceph-mon[63383]: osd.6 reported immediately failed by osd.4 2024-09-11T07:32:00.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:00 smithi017 ceph-mon[63383]: osd.6 reported immediately failed by osd.5 2024-09-11T07:32:00.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:00 smithi017 ceph-mon[63383]: osd.6 reported immediately failed by osd.0 2024-09-11T07:32:00.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:00 smithi017 ceph-mon[63383]: osd.6 reported immediately failed by osd.0 2024-09-11T07:32:00.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:00 smithi017 ceph-mon[63383]: osd.6 reported immediately failed by osd.1 2024-09-11T07:32:00.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:00 smithi017 ceph-mon[63383]: osd.6 reported immediately failed by osd.1 2024-09-11T07:32:00.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:00 smithi017 ceph-mon[63383]: osd.6 reported immediately failed by osd.5 2024-09-11T07:32:00.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:00 smithi017 ceph-mon[63383]: osd.6 reported immediately failed by osd.4 2024-09-11T07:32:00.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:00 smithi017 ceph-mon[63383]: osd.6 reported immediately failed by osd.7 2024-09-11T07:32:00.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:00 smithi017 ceph-mon[63383]: osd.6 reported immediately failed by osd.1 2024-09-11T07:32:00.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:00 smithi017 ceph-mon[63383]: osd.6 reported immediately failed by osd.2 2024-09-11T07:32:00.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:00 smithi017 ceph-mon[63383]: osd.6 reported immediately failed by osd.3 2024-09-11T07:32:00.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:00 smithi017 ceph-mon[63383]: osd.6 reported immediately failed by osd.4 2024-09-11T07:32:00.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:00 smithi017 ceph-mon[63383]: osd.6 reported immediately failed by osd.7 2024-09-11T07:32:00.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:00 smithi017 ceph-mon[63383]: osd.6 reported immediately failed by osd.1 2024-09-11T07:32:00.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:00 smithi017 ceph-mon[63383]: osd.6 reported immediately failed by osd.2 2024-09-11T07:32:00.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:00 smithi017 ceph-mon[63383]: osd.6 reported immediately failed by osd.3 2024-09-11T07:32:00.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:00 smithi017 ceph-mon[63383]: osd.6 reported immediately failed by osd.5 2024-09-11T07:32:00.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:00 smithi017 ceph-mon[63383]: osd.6 reported immediately failed by osd.0 2024-09-11T07:32:00.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:00 smithi017 ceph-mon[63383]: osd.6 reported immediately failed by osd.0 2024-09-11T07:32:00.793 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:00 smithi017 ceph-mon[63383]: osd.6 reported immediately failed by osd.1 2024-09-11T07:32:01.036 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:32:00 smithi045 podman[58006]: 2024-09-11 07:32:00.58424956 +0000 UTC m=+0.409934985 container init 574a592f8353d96db3ec39df847cffb66688b8e860cca63b74dfe8d58e0b4c0d (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6-deactivate, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True) 2024-09-11T07:32:01.036 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:32:00 smithi045 podman[58006]: 2024-09-11 07:32:00.587819398 +0000 UTC m=+0.413504831 container start 574a592f8353d96db3ec39df847cffb66688b8e860cca63b74dfe8d58e0b4c0d (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, CEPH_POINT_RELEASE=) 2024-09-11T07:32:01.036 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:32:00 smithi045 podman[58006]: 2024-09-11 07:32:00.684214118 +0000 UTC m=+0.509899558 container attach 574a592f8353d96db3ec39df847cffb66688b8e860cca63b74dfe8d58e0b4c0d (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6-deactivate, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T07:32:01.036 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:32:00 smithi045 podman[58006]: 2024-09-11 07:32:00.767685881 +0000 UTC m=+0.593371322 container died 574a592f8353d96db3ec39df847cffb66688b8e860cca63b74dfe8d58e0b4c0d (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6-deactivate, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T07:32:01.412 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:32:01 smithi045 podman[58029]: 2024-09-11 07:32:01.229485003 +0000 UTC m=+0.456017685 container remove 574a592f8353d96db3ec39df847cffb66688b8e860cca63b74dfe8d58e0b4c0d (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.build-date=20240731) 2024-09-11T07:32:01.413 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:32:01 smithi045 systemd[1]: ceph-ef0778be-700c-11ef-bcea-c7b262605968@osd.6.service: Deactivated successfully. 2024-09-11T07:32:01.413 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:32:01 smithi045 systemd[1]: Stopped Ceph osd.6 for ef0778be-700c-11ef-bcea-c7b262605968. 2024-09-11T07:32:01.413 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:32:01 smithi045 systemd[1]: ceph-ef0778be-700c-11ef-bcea-c7b262605968@osd.6.service: Consumed 4min 14.988s CPU time. 2024-09-11T07:32:01.444 INFO:teuthology.orchestra.run.smithi017.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T07:32:01.444 INFO:teuthology.orchestra.run.smithi017.stdout:alertmanager.smithi017 smithi017 *:9093,9094 running (17m) 89s ago 19m 19.1M - 0.20.0 0881eb8f169f 8ff211b4e457 2024-09-11T07:32:01.444 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi017 smithi017 running (3m) 89s ago 19m 6887k - 17.2.7-1623-gd0e6828a 4a918172a497 5664d58a3a36 2024-09-11T07:32:01.444 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi045 smithi045 running (3m) 29s ago 18m 6895k - 17.2.7-1623-gd0e6828a 4a918172a497 b70b9ed235ba 2024-09-11T07:32:01.445 INFO:teuthology.orchestra.run.smithi017.stdout:grafana.smithi017 smithi017 *:3000 running (17m) 89s ago 18m 36.1M - 6.7.4 557c83e11646 24bbf4d58b8c 2024-09-11T07:32:01.445 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi017.utzzzp smithi017 running (13m) 89s ago 13m 15.1M - 16.2.4 8d91d370c2b8 711da931e1f1 2024-09-11T07:32:01.445 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi045.gxtxww smithi045 running (13m) 29s ago 13m 42.6M - 16.2.4 8d91d370c2b8 8de08b53c390 2024-09-11T07:32:01.445 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi017.qgiuqa smithi017 *:8443,9283 running (8m) 89s ago 20m 456M - 17.2.7-1623-gd0e6828a 4a918172a497 1a5c10d7a16e 2024-09-11T07:32:01.445 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi045.wavrrv smithi045 *:8443,9283 running (5m) 29s ago 18m 401M - 17.2.7-1623-gd0e6828a 4a918172a497 79559b699e04 2024-09-11T07:32:01.445 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi017 smithi017 running (5m) 89s ago 20m 73.4M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 93477c9f0204 2024-09-11T07:32:01.445 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi045 smithi045 running (4m) 29s ago 18m 56.8M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 ef66edbefbdf 2024-09-11T07:32:01.445 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.0.0.smithi017.yhlpto smithi017 *:2049 running (11m) 89s ago 11m 148M - 3.5 8d91d370c2b8 4d43393feaee 2024-09-11T07:32:01.445 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.1.0.smithi045.sirexv smithi045 *:2049 running (10m) 29s ago 10m 88.0M - 3.5 8d91d370c2b8 0795be2c25de 2024-09-11T07:32:01.445 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi017 smithi017 *:9100 running (18m) 89s ago 18m 17.0M - 0.18.1 e5a616e4b9cf 3ae9bdfa57df 2024-09-11T07:32:01.445 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi045 smithi045 *:9100 running (17m) 29s ago 17m 17.0M - 0.18.1 e5a616e4b9cf 517c959affda 2024-09-11T07:32:01.445 INFO:teuthology.orchestra.run.smithi017.stdout:osd.0 smithi017 running (3m) 89s ago 17m 311M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 6d8cdd6dd8fe 2024-09-11T07:32:01.445 INFO:teuthology.orchestra.run.smithi017.stdout:osd.1 smithi017 running (2m) 89s ago 17m 253M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 2e7de52a6624 2024-09-11T07:32:01.446 INFO:teuthology.orchestra.run.smithi017.stdout:osd.2 smithi017 running (2m) 89s ago 16m 187M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 f637088f4a42 2024-09-11T07:32:01.446 INFO:teuthology.orchestra.run.smithi017.stdout:osd.3 smithi017 running (98s) 89s ago 16m 14.9M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 b40a71ed7bd1 2024-09-11T07:32:01.446 INFO:teuthology.orchestra.run.smithi017.stdout:osd.4 smithi045 running (70s) 29s ago 16m 207M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 20c730d135b9 2024-09-11T07:32:01.446 INFO:teuthology.orchestra.run.smithi017.stdout:osd.5 smithi045 running (33s) 29s ago 15m 14.0M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 79e212d36e89 2024-09-11T07:32:01.446 INFO:teuthology.orchestra.run.smithi017.stdout:osd.6 smithi045 running (15m) 29s ago 15m 476M 4096M 16.2.4 8d91d370c2b8 788633f8efc6 2024-09-11T07:32:01.446 INFO:teuthology.orchestra.run.smithi017.stdout:osd.7 smithi045 running (15m) 29s ago 15m 743M 4096M 16.2.4 8d91d370c2b8 162523c68393 2024-09-11T07:32:01.446 INFO:teuthology.orchestra.run.smithi017.stdout:prometheus.smithi017 smithi017 *:9095 error 89s ago 18m 46.3M - 2.18.1 de242295e225 5d1f02a1080f 2024-09-11T07:32:01.705 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:32:01 smithi045 systemd[1]: Starting Ceph osd.6 for ef0778be-700c-11ef-bcea-c7b262605968... 2024-09-11T07:32:01.706 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:01 smithi045 ceph-mon[48800]: pgmap v215: 129 pgs: 129 active+clean; 218 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:32:01.706 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:01 smithi045 ceph-mon[48800]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T07:32:01.706 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:01 smithi045 ceph-mon[48800]: osdmap e123: 8 total, 7 up, 8 in 2024-09-11T07:32:01.706 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:01 smithi045 ceph-mon[48800]: from='client.34332 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:32:01.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:01 smithi017 ceph-mon[63383]: pgmap v215: 129 pgs: 129 active+clean; 218 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:32:01.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:01 smithi017 ceph-mon[63383]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T07:32:01.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:01 smithi017 ceph-mon[63383]: osdmap e123: 8 total, 7 up, 8 in 2024-09-11T07:32:01.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:01 smithi017 ceph-mon[63383]: from='client.34332 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:32:01.838 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:32:01.838 INFO:teuthology.orchestra.run.smithi017.stdout: "mon": { 2024-09-11T07:32:01.838 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:32:01.838 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:32:01.838 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr": { 2024-09-11T07:32:01.838 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:32:01.839 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:32:01.839 INFO:teuthology.orchestra.run.smithi017.stdout: "osd": { 2024-09-11T07:32:01.839 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2024-09-11T07:32:01.839 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 6 2024-09-11T07:32:01.839 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:32:01.839 INFO:teuthology.orchestra.run.smithi017.stdout: "mds": { 2024-09-11T07:32:01.839 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-11T07:32:01.839 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:32:01.839 INFO:teuthology.orchestra.run.smithi017.stdout: "overall": { 2024-09-11T07:32:01.839 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 3, 2024-09-11T07:32:01.839 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 10 2024-09-11T07:32:01.839 INFO:teuthology.orchestra.run.smithi017.stdout: } 2024-09-11T07:32:01.839 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:32:01.992 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:32:01 smithi045 podman[58130]: 2024-09-11 07:32:01.606924512 +0000 UTC m=+0.016457657 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T07:32:01.993 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:32:01 smithi045 podman[58130]: 2024-09-11 07:32:01.725659098 +0000 UTC m=+0.135192230 container create 024a3ede733608a1198a267641dad1ddf0e4d21beb3b4f95085460d1bb285f37 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6-activate, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, ceph=True) 2024-09-11T07:32:01.993 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:32:01 smithi045 podman[58130]: 2024-09-11 07:32:01.991338843 +0000 UTC m=+0.400871985 container init 024a3ede733608a1198a267641dad1ddf0e4d21beb3b4f95085460d1bb285f37 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6-activate, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_CLEAN=True, org.label-schema.build-date=20240731) 2024-09-11T07:32:02.164 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:32:02.164 INFO:teuthology.orchestra.run.smithi017.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T07:32:02.164 INFO:teuthology.orchestra.run.smithi017.stdout: "in_progress": true, 2024-09-11T07:32:02.165 INFO:teuthology.orchestra.run.smithi017.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-11T07:32:02.165 INFO:teuthology.orchestra.run.smithi017.stdout: "services_complete": [ 2024-09-11T07:32:02.165 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr", 2024-09-11T07:32:02.165 INFO:teuthology.orchestra.run.smithi017.stdout: "mon", 2024-09-11T07:32:02.165 INFO:teuthology.orchestra.run.smithi017.stdout: "crash" 2024-09-11T07:32:02.166 INFO:teuthology.orchestra.run.smithi017.stdout: ], 2024-09-11T07:32:02.166 INFO:teuthology.orchestra.run.smithi017.stdout: "progress": "12/23 daemons upgraded", 2024-09-11T07:32:02.166 INFO:teuthology.orchestra.run.smithi017.stdout: "message": "Currently upgrading osd daemons", 2024-09-11T07:32:02.166 INFO:teuthology.orchestra.run.smithi017.stdout: "is_paused": false 2024-09-11T07:32:02.166 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:32:02.270 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:32:01 smithi045 podman[58130]: 2024-09-11 07:32:01.994761218 +0000 UTC m=+0.404294358 container start 024a3ede733608a1198a267641dad1ddf0e4d21beb3b4f95085460d1bb285f37 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6-activate, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0) 2024-09-11T07:32:02.270 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:32:02 smithi045 podman[58130]: 2024-09-11 07:32:02.057922535 +0000 UTC m=+0.467455679 container attach 024a3ede733608a1198a267641dad1ddf0e4d21beb3b4f95085460d1bb285f37 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6-activate, org.label-schema.vendor=CentOS, GIT_CLEAN=True, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, ceph=True, maintainer=Guillaume Abrioux , 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-10-2008-quincy-d0e6828, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2) 2024-09-11T07:32:02.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:02 smithi045 ceph-mon[48800]: from='client.34336 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:32:02.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:02 smithi045 ceph-mon[48800]: osdmap e124: 8 total, 7 up, 8 in 2024-09-11T07:32:02.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:02 smithi045 ceph-mon[48800]: from='client.34340 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:32:02.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:02 smithi045 ceph-mon[48800]: from='client.? 172.21.15.17:0/1518889023' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:32:02.536 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:32:02 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6-activate[58145]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-11T07:32:02.536 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:32:02 smithi045 bash[58130]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-11T07:32:02.536 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:32:02 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6-activate[58145]: 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-11T07:32:02.536 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:32:02 smithi045 bash[58130]: 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-11T07:32:02.537 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:32:02 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6-activate[58145]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-09-11T07:32:02.537 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:32:02 smithi045 bash[58130]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-09-11T07:32:02.537 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:32:02 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6-activate[58145]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-11T07:32:02.537 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:32:02 smithi045 bash[58130]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-11T07:32:02.537 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:32:02 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6-activate[58145]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2024-09-11T07:32:02.537 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:32:02 smithi045 bash[58130]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2024-09-11T07:32:02.537 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:32:02 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6-activate[58145]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-11T07:32:02.537 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:32:02 smithi045 bash[58130]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-11T07:32:02.537 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:32:02 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6-activate[58145]: --> ceph-volume raw activate successful for osd ID: 6 2024-09-11T07:32:02.537 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:32:02 smithi045 bash[58130]: --> ceph-volume raw activate successful for osd ID: 6 2024-09-11T07:32:02.537 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:32:02 smithi045 podman[58130]: 2024-09-11 07:32:02.314655515 +0000 UTC m=+0.724188658 container died 024a3ede733608a1198a267641dad1ddf0e4d21beb3b4f95085460d1bb285f37 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6-activate, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, 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, maintainer=Guillaume Abrioux ) 2024-09-11T07:32:02.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:02 smithi017 ceph-mon[63383]: from='client.34336 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:32:02.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:02 smithi017 ceph-mon[63383]: osdmap e124: 8 total, 7 up, 8 in 2024-09-11T07:32:02.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:02 smithi017 ceph-mon[63383]: from='client.34340 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:32:02.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:02 smithi017 ceph-mon[63383]: from='client.? 172.21.15.17:0/1518889023' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:32:03.036 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:32:02 smithi045 podman[58257]: 2024-09-11 07:32:02.870502876 +0000 UTC m=+0.545000489 container remove 024a3ede733608a1198a267641dad1ddf0e4d21beb3b4f95085460d1bb285f37 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6-activate, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, maintainer=Guillaume Abrioux ) 2024-09-11T07:32:03.358 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:32:03 smithi045 podman[58319]: 2024-09-11 07:32:02.987144998 +0000 UTC m=+0.016877537 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T07:32:03.358 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:32:03 smithi045 podman[58319]: 2024-09-11 07:32:03.112988876 +0000 UTC m=+0.142721431 container create 0b07b7d1f76930a0bf76ba2aa30a11d8f3fb73fc892e46e3a547afa8c703cae0 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_CLEAN=True, ceph=True, 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.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-09-11T07:32:03.358 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:32:03 smithi045 podman[58319]: 2024-09-11 07:32:03.356818099 +0000 UTC m=+0.386550617 container init 0b07b7d1f76930a0bf76ba2aa30a11d8f3fb73fc892e46e3a547afa8c703cae0 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0) 2024-09-11T07:32:03.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:03 smithi045 ceph-mon[48800]: from='client.34348 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:32:03.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:03 smithi045 ceph-mon[48800]: pgmap v218: 129 pgs: 18 peering, 8 stale+active+clean, 103 active+clean; 218 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-11T07:32:03.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:03 smithi045 ceph-mon[48800]: Health check failed: Reduced data availability: 3 pgs peering (PG_AVAILABILITY) 2024-09-11T07:32:03.786 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:32:03 smithi045 podman[58319]: 2024-09-11 07:32:03.360146975 +0000 UTC m=+0.389879492 container start 0b07b7d1f76930a0bf76ba2aa30a11d8f3fb73fc892e46e3a547afa8c703cae0 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux ) 2024-09-11T07:32:03.786 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:32:03 smithi045 ceph-osd[58338]: -- 172.21.15.45:0/2570612468 <== mon.1 v2:172.21.15.45:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55e7090b8d00 con 0x55e70908b000 2024-09-11T07:32:03.786 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:32:03 smithi045 bash[58319]: 0b07b7d1f76930a0bf76ba2aa30a11d8f3fb73fc892e46e3a547afa8c703cae0 2024-09-11T07:32:03.786 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:32:03 smithi045 systemd[1]: Started Ceph osd.6 for ef0778be-700c-11ef-bcea-c7b262605968. 2024-09-11T07:32:03.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:03 smithi017 ceph-mon[63383]: from='client.34348 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:32:03.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:03 smithi017 ceph-mon[63383]: pgmap v218: 129 pgs: 18 peering, 8 stale+active+clean, 103 active+clean; 218 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-11T07:32:03.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:03 smithi017 ceph-mon[63383]: Health check failed: Reduced data availability: 3 pgs peering (PG_AVAILABILITY) 2024-09-11T07:32:04.207 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:32:03 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:32:03.902+0000 7fa9fdcc7440 -1 Falling back to public interface 2024-09-11T07:32:04.914 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:04 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:04.915 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:04 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:04.915 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:04 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:32:05.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:04 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:05.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:04 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:05.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:04 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:32:05.878 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:05 smithi045 ceph-mon[48800]: pgmap v219: 129 pgs: 15 active+undersized, 18 peering, 1 stale+active+clean, 6 active+undersized+degraded, 89 active+clean; 218 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 16/438 objects degraded (3.653%) 2024-09-11T07:32:05.878 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:05 smithi045 ceph-mon[48800]: Health check failed: Degraded data redundancy: 16/438 objects degraded (3.653%), 6 pgs degraded (PG_DEGRADED) 2024-09-11T07:32:06.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:05 smithi017 ceph-mon[63383]: pgmap v219: 129 pgs: 15 active+undersized, 18 peering, 1 stale+active+clean, 6 active+undersized+degraded, 89 active+clean; 218 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 16/438 objects degraded (3.653%) 2024-09-11T07:32:06.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:05 smithi017 ceph-mon[63383]: Health check failed: Degraded data redundancy: 16/438 objects degraded (3.653%), 6 pgs degraded (PG_DEGRADED) 2024-09-11T07:32:06.916 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:06 smithi045 ceph-mon[48800]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs peering) 2024-09-11T07:32:07.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:06 smithi017 ceph-mon[63383]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs peering) 2024-09-11T07:32:07.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:07 smithi017 ceph-mon[63383]: pgmap v220: 129 pgs: 28 active+undersized, 15 active+undersized+degraded, 86 active+clean; 218 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 46/438 objects degraded (10.502%) 2024-09-11T07:32:07.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:07 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:07.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:07 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:08.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:07 smithi045 ceph-mon[48800]: pgmap v220: 129 pgs: 28 active+undersized, 15 active+undersized+degraded, 86 active+clean; 218 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 46/438 objects degraded (10.502%) 2024-09-11T07:32:08.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:07 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:08.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:07 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:09.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:08 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:09.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:08 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:09.036 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:32:08 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:32:08.784+0000 7fa9fdcc7440 -1 osd.6 0 read_superblock omap replica is missing. 2024-09-11T07:32:09.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:08 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:09.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:08 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:09.807 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:32:09 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:32:09.656+0000 7fa9fdcc7440 -1 osd.6 122 log_to_monitors true 2024-09-11T07:32:09.807 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:09 smithi045 ceph-mon[48800]: pgmap v221: 129 pgs: 28 active+undersized, 15 active+undersized+degraded, 86 active+clean; 218 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 46/438 objects degraded (10.502%) 2024-09-11T07:32:09.807 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:09 smithi045 ceph-mon[48800]: from='osd.6 [v2:172.21.15.45:6816/934878112,v1:172.21.15.45:6817/934878112]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T07:32:09.807 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:09 smithi045 ceph-mon[48800]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T07:32:10.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:09 smithi017 ceph-mon[63383]: pgmap v221: 129 pgs: 28 active+undersized, 15 active+undersized+degraded, 86 active+clean; 218 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 46/438 objects degraded (10.502%) 2024-09-11T07:32:10.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:09 smithi017 ceph-mon[63383]: from='osd.6 [v2:172.21.15.45:6816/934878112,v1:172.21.15.45:6817/934878112]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T07:32:10.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:09 smithi017 ceph-mon[63383]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-11T07:32:10.120 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:32:09 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:32:09.805+0000 7fa9f6274640 -1 osd.6 122 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T07:32:11.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:10 smithi017 ceph-mon[63383]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-11T07:32:11.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:10 smithi017 ceph-mon[63383]: osdmap e125: 8 total, 7 up, 8 in 2024-09-11T07:32:11.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:10 smithi017 ceph-mon[63383]: from='osd.6 [v2:172.21.15.45:6816/934878112,v1:172.21.15.45:6817/934878112]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2024-09-11T07:32:11.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:10 smithi017 ceph-mon[63383]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2024-09-11T07:32:11.207 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:10 smithi045 ceph-mon[48800]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-11T07:32:11.207 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:10 smithi045 ceph-mon[48800]: osdmap e125: 8 total, 7 up, 8 in 2024-09-11T07:32:11.207 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:10 smithi045 ceph-mon[48800]: from='osd.6 [v2:172.21.15.45:6816/934878112,v1:172.21.15.45:6817/934878112]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2024-09-11T07:32:11.208 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:10 smithi045 ceph-mon[48800]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2024-09-11T07:32:12.110 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:11 smithi017 ceph-mon[63383]: pgmap v223: 129 pgs: 28 active+undersized, 15 active+undersized+degraded, 86 active+clean; 218 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 46/438 objects degraded (10.502%) 2024-09-11T07:32:12.110 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:11 smithi017 ceph-mon[63383]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T07:32:12.110 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:11 smithi017 ceph-mon[63383]: osd.6 [v2:172.21.15.45:6816/934878112,v1:172.21.15.45:6817/934878112] boot 2024-09-11T07:32:12.110 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:11 smithi017 ceph-mon[63383]: osdmap e126: 8 total, 8 up, 8 in 2024-09-11T07:32:12.110 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:11 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:32:12.110 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:11 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:12.110 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:11 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:32:12.111 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:11 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:12.111 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:11 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:12.111 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:11 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:12.111 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:11 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:32:12.111 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:11 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:32:12.111 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:11 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:12.111 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:11 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:12.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:11 smithi045 ceph-mon[48800]: pgmap v223: 129 pgs: 28 active+undersized, 15 active+undersized+degraded, 86 active+clean; 218 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 46/438 objects degraded (10.502%) 2024-09-11T07:32:12.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:11 smithi045 ceph-mon[48800]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T07:32:12.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:11 smithi045 ceph-mon[48800]: osd.6 [v2:172.21.15.45:6816/934878112,v1:172.21.15.45:6817/934878112] boot 2024-09-11T07:32:12.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:11 smithi045 ceph-mon[48800]: osdmap e126: 8 total, 8 up, 8 in 2024-09-11T07:32:12.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:11 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-11T07:32:12.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:11 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:12.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:11 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:32:12.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:11 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:12.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:11 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:12.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:11 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:12.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:11 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:32:12.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:11 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:32:12.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:11 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:12.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:11 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:13.213 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:12 smithi017 ceph-mon[63383]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:32:13.213 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:12 smithi017 ceph-mon[63383]: pgmap v225: 129 pgs: 28 active+undersized, 15 active+undersized+degraded, 86 active+clean; 218 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 282 B/s rd, 0 op/s; 46/438 objects degraded (10.502%) 2024-09-11T07:32:13.213 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:12 smithi017 ceph-mon[63383]: pgmap v226: 129 pgs: 28 active+undersized, 15 active+undersized+degraded, 86 active+clean; 218 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 46/438 objects degraded (10.502%) 2024-09-11T07:32:13.213 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:12 smithi017 ceph-mon[63383]: Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:32:13.213 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:12 smithi017 ceph-mon[63383]: Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:32:13.213 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:12 smithi017 ceph-mon[63383]: osdmap e127: 8 total, 8 up, 8 in 2024-09-11T07:32:13.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:12 smithi045 ceph-mon[48800]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:32:13.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:12 smithi045 ceph-mon[48800]: pgmap v225: 129 pgs: 28 active+undersized, 15 active+undersized+degraded, 86 active+clean; 218 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 282 B/s rd, 0 op/s; 46/438 objects degraded (10.502%) 2024-09-11T07:32:13.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:12 smithi045 ceph-mon[48800]: pgmap v226: 129 pgs: 28 active+undersized, 15 active+undersized+degraded, 86 active+clean; 218 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 46/438 objects degraded (10.502%) 2024-09-11T07:32:13.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:12 smithi045 ceph-mon[48800]: Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:32:13.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:12 smithi045 ceph-mon[48800]: Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:32:13.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:12 smithi045 ceph-mon[48800]: osdmap e127: 8 total, 8 up, 8 in 2024-09-11T07:32:14.267 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:13 smithi017 ceph-mon[63383]: Health check update: Degraded data redundancy: 39/438 objects degraded (8.904%), 13 pgs degraded (PG_DEGRADED) 2024-09-11T07:32:14.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:13 smithi045 ceph-mon[48800]: Health check update: Degraded data redundancy: 39/438 objects degraded (8.904%), 13 pgs degraded (PG_DEGRADED) 2024-09-11T07:32:15.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:14 smithi045 ceph-mon[48800]: pgmap v228: 129 pgs: 16 active+undersized, 13 active+undersized+degraded, 100 active+clean; 218 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 39/438 objects degraded (8.904%) 2024-09-11T07:32:15.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:14 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:32:15.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:14 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:32:15.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:14 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:32:15.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:14 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:32:15.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:14 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-11T07:32:15.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:14 smithi017 ceph-mon[63383]: pgmap v228: 129 pgs: 16 active+undersized, 13 active+undersized+degraded, 100 active+clean; 218 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 39/438 objects degraded (8.904%) 2024-09-11T07:32:15.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:14 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:32:15.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:14 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:32:15.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:14 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:32:15.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:14 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:32:15.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:14 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-11T07:32:16.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:15 smithi045 ceph-mon[48800]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:32:16.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:32:16.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:32:16.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:32:16.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:32:16.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:32:16.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:32:16.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:32:16.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: main() 2024-09-11T07:32:16.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:32:16.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: r = ctx.func(ctx) 2024-09-11T07:32:16.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:32:16.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return func(ctx) 2024-09-11T07:32:16.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:32:16.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:32:16.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:32:16.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:32:16.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:32:16.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:32:16.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:32:16.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:32:16.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:32:16.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:32:16.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:32:16.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:32:16.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.wait_async( 2024-09-11T07:32:16.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:32:16.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:32:16.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:32:16.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return future.result(timeout) 2024-09-11T07:32:16.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:32:16.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.__get_result() 2024-09-11T07:32:16.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:32:16.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise self._exception 2024-09-11T07:32:16.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:32:16.289 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: out, err, code = await self._run_cephadm( 2024-09-11T07:32:16.289 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:32:16.289 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise OrchestratorError( 2024-09-11T07:32:16.289 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:32:16.289 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:32:16.289 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:32:16.289 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:32:16.289 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:32:16.289 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:32:16.289 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:32:16.289 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:32:16.289 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: main() 2024-09-11T07:32:16.289 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:32:16.290 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: r = ctx.func(ctx) 2024-09-11T07:32:16.290 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:32:16.290 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return func(ctx) 2024-09-11T07:32:16.290 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:32:16.290 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:32:16.290 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:32:16.290 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:32:16.290 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:32:16.290 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:32:16.290 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:32:16.290 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:32:16.290 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:15 smithi045 ceph-mon[48800]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-11T07:32:16.291 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:15 smithi045 ceph-mon[48800]: Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2024-09-11T07:32:16.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:15 smithi017 ceph-mon[63383]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:32:16.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:32:16.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:32:16.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:32:16.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:32:16.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:32:16.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:32:16.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:32:16.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: main() 2024-09-11T07:32:16.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:32:16.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: r = ctx.func(ctx) 2024-09-11T07:32:16.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:32:16.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return func(ctx) 2024-09-11T07:32:16.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:32:16.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:32:16.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:32:16.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:32:16.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:32:16.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:32:16.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:32:16.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:32:16.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:32:16.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:32:16.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:32:16.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:32:16.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.wait_async( 2024-09-11T07:32:16.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:32:16.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:32:16.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:32:16.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return future.result(timeout) 2024-09-11T07:32:16.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:32:16.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.__get_result() 2024-09-11T07:32:16.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:32:16.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise self._exception 2024-09-11T07:32:16.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:32:16.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: out, err, code = await self._run_cephadm( 2024-09-11T07:32:16.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:32:16.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise OrchestratorError( 2024-09-11T07:32:16.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:32:16.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:32:16.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:32:16.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:32:16.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:32:16.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:32:16.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:32:16.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:32:16.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: main() 2024-09-11T07:32:16.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:32:16.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: r = ctx.func(ctx) 2024-09-11T07:32:16.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:32:16.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return func(ctx) 2024-09-11T07:32:16.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:32:16.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:32:16.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:32:16.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:32:16.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:32:16.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:32:16.296 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:32:16.296 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:32:16.296 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:15 smithi017 ceph-mon[63383]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-11T07:32:16.296 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:15 smithi017 ceph-mon[63383]: Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2024-09-11T07:32:17.192 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:16 smithi017 ceph-mon[63383]: pgmap v229: 129 pgs: 1 active+undersized, 128 active+clean; 218 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 391 B/s rd, 0 op/s 2024-09-11T07:32:17.192 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:16 smithi017 ceph-mon[63383]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 39/438 objects degraded (8.904%), 13 pgs degraded) 2024-09-11T07:32:17.285 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:16 smithi045 ceph-mon[48800]: pgmap v229: 129 pgs: 1 active+undersized, 128 active+clean; 218 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 391 B/s rd, 0 op/s 2024-09-11T07:32:17.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:16 smithi045 ceph-mon[48800]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 39/438 objects degraded (8.904%), 13 pgs degraded) 2024-09-11T07:32:19.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:18 smithi045 ceph-mon[48800]: pgmap v230: 129 pgs: 129 active+clean; 218 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 301 B/s rd, 0 op/s 2024-09-11T07:32:19.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:18 smithi017 ceph-mon[63383]: pgmap v230: 129 pgs: 129 active+clean; 218 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 301 B/s rd, 0 op/s 2024-09-11T07:32:21.285 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:20 smithi045 ceph-mon[48800]: pgmap v231: 129 pgs: 129 active+clean; 218 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-11T07:32:21.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:20 smithi017 ceph-mon[63383]: pgmap v231: 129 pgs: 129 active+clean; 218 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-11T07:32:23.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:22 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:23.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:22 smithi045 ceph-mon[48800]: pgmap v232: 129 pgs: 129 active+clean; 218 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-11T07:32:23.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:22 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:23.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:22 smithi017 ceph-mon[63383]: pgmap v232: 129 pgs: 129 active+clean; 218 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-11T07:32:25.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:24 smithi045 ceph-mon[48800]: pgmap v233: 129 pgs: 129 active+clean; 218 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-09-11T07:32:25.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:24 smithi017 ceph-mon[63383]: pgmap v233: 129 pgs: 129 active+clean; 218 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-09-11T07:32:27.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:26 smithi045 ceph-mon[48800]: pgmap v234: 129 pgs: 129 active+clean; 218 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:32:27.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:26 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:27.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:26 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:32:27.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:26 smithi017 ceph-mon[63383]: pgmap v234: 129 pgs: 129 active+clean; 218 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:32:27.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:26 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:27.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:26 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:32:28.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:28 smithi017 ceph-mon[63383]: pgmap v235: 129 pgs: 129 active+clean; 218 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:32:29.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:28 smithi045 ceph-mon[48800]: pgmap v235: 129 pgs: 129 active+clean; 218 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:32:30.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:30 smithi045 ceph-mon[48800]: pgmap v236: 129 pgs: 129 active+clean; 218 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:32:30.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:30 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-11T07:32:30.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:30 smithi045 ceph-mon[48800]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-11T07:32:30.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:30 smithi045 ceph-mon[48800]: Upgrade: osd.7 is safe to restart 2024-09-11T07:32:31.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:30 smithi017 ceph-mon[63383]: pgmap v236: 129 pgs: 129 active+clean; 218 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:32:31.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:30 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-11T07:32:31.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:30 smithi017 ceph-mon[63383]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-11T07:32:31.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:30 smithi017 ceph-mon[63383]: Upgrade: osd.7 is safe to restart 2024-09-11T07:32:32.521 INFO:teuthology.orchestra.run.smithi017.stdout:true 2024-09-11T07:32:32.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:32 smithi045 ceph-mon[48800]: Upgrade: Updating osd.7 2024-09-11T07:32:32.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:32 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:32.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:32 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-11T07:32:32.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:32 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:32:32.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:32 smithi045 ceph-mon[48800]: Deploying daemon osd.7 on smithi045 2024-09-11T07:32:32.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:32 smithi045 ceph-mon[48800]: pgmap v237: 129 pgs: 129 active+clean; 218 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:32:32.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:32 smithi017 ceph-mon[63383]: Upgrade: Updating osd.7 2024-09-11T07:32:32.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:32 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:32.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:32 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-11T07:32:32.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:32 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:32:32.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:32 smithi017 ceph-mon[63383]: Deploying daemon osd.7 on smithi045 2024-09-11T07:32:32.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:32 smithi017 ceph-mon[63383]: pgmap v237: 129 pgs: 129 active+clean; 218 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:32:33.158 INFO:teuthology.orchestra.run.smithi017.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T07:32:33.158 INFO:teuthology.orchestra.run.smithi017.stdout:alertmanager.smithi017 smithi017 *:9093,9094 running (18m) 2m ago 19m 19.1M - 0.20.0 0881eb8f169f 8ff211b4e457 2024-09-11T07:32:33.158 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi017 smithi017 running (4m) 2m ago 19m 6887k - 17.2.7-1623-gd0e6828a 4a918172a497 5664d58a3a36 2024-09-11T07:32:33.158 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi045 smithi045 running (4m) 26s ago 18m 6895k - 17.2.7-1623-gd0e6828a 4a918172a497 b70b9ed235ba 2024-09-11T07:32:33.158 INFO:teuthology.orchestra.run.smithi017.stdout:grafana.smithi017 smithi017 *:3000 running (18m) 2m ago 19m 36.1M - 6.7.4 557c83e11646 24bbf4d58b8c 2024-09-11T07:32:33.158 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi017.utzzzp smithi017 running (14m) 2m ago 14m 15.1M - 16.2.4 8d91d370c2b8 711da931e1f1 2024-09-11T07:32:33.158 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi045.gxtxww smithi045 running (14m) 26s ago 14m 42.6M - 16.2.4 8d91d370c2b8 8de08b53c390 2024-09-11T07:32:33.159 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi017.qgiuqa smithi017 *:8443,9283 running (9m) 2m ago 21m 456M - 17.2.7-1623-gd0e6828a 4a918172a497 1a5c10d7a16e 2024-09-11T07:32:33.159 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi045.wavrrv smithi045 *:8443,9283 running (6m) 26s ago 18m 401M - 17.2.7-1623-gd0e6828a 4a918172a497 79559b699e04 2024-09-11T07:32:33.159 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi017 smithi017 running (5m) 2m ago 21m 73.4M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 93477c9f0204 2024-09-11T07:32:33.159 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi045 smithi045 running (5m) 26s ago 18m 57.1M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 ef66edbefbdf 2024-09-11T07:32:33.159 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.0.0.smithi017.yhlpto smithi017 *:2049 running (11m) 2m ago 11m 148M - 3.5 8d91d370c2b8 4d43393feaee 2024-09-11T07:32:33.159 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.1.0.smithi045.sirexv smithi045 *:2049 running (11m) 26s ago 11m 88.0M - 3.5 8d91d370c2b8 0795be2c25de 2024-09-11T07:32:33.159 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi017 smithi017 *:9100 running (19m) 2m ago 19m 17.0M - 0.18.1 e5a616e4b9cf 3ae9bdfa57df 2024-09-11T07:32:33.159 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi045 smithi045 *:9100 running (18m) 26s ago 18m 17.0M - 0.18.1 e5a616e4b9cf 517c959affda 2024-09-11T07:32:33.159 INFO:teuthology.orchestra.run.smithi017.stdout:osd.0 smithi017 running (3m) 2m ago 18m 311M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 6d8cdd6dd8fe 2024-09-11T07:32:33.159 INFO:teuthology.orchestra.run.smithi017.stdout:osd.1 smithi017 running (3m) 2m ago 17m 253M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 2e7de52a6624 2024-09-11T07:32:33.160 INFO:teuthology.orchestra.run.smithi017.stdout:osd.2 smithi017 running (2m) 2m ago 17m 187M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 f637088f4a42 2024-09-11T07:32:33.160 INFO:teuthology.orchestra.run.smithi017.stdout:osd.3 smithi017 running (2m) 2m ago 17m 14.9M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 b40a71ed7bd1 2024-09-11T07:32:33.160 INFO:teuthology.orchestra.run.smithi017.stdout:osd.4 smithi045 running (101s) 26s ago 16m 208M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 20c730d135b9 2024-09-11T07:32:33.160 INFO:teuthology.orchestra.run.smithi017.stdout:osd.5 smithi045 running (65s) 26s ago 16m 189M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 79e212d36e89 2024-09-11T07:32:33.160 INFO:teuthology.orchestra.run.smithi017.stdout:osd.6 smithi045 running (30s) 26s ago 16m 11.3M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 0b07b7d1f769 2024-09-11T07:32:33.160 INFO:teuthology.orchestra.run.smithi017.stdout:osd.7 smithi045 running (15m) 26s ago 15m 742M 4096M 16.2.4 8d91d370c2b8 162523c68393 2024-09-11T07:32:33.160 INFO:teuthology.orchestra.run.smithi017.stdout:prometheus.smithi017 smithi017 *:9095 error 2m ago 19m 46.3M - 2.18.1 de242295e225 5d1f02a1080f 2024-09-11T07:32:33.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:33 smithi045 ceph-mon[48800]: from='client.34354 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:32:33.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:33 smithi045 ceph-mon[48800]: from='client.34358 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:32:33.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:33 smithi017 ceph-mon[63383]: from='client.34354 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:32:33.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:33 smithi017 ceph-mon[63383]: from='client.34358 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:32:33.550 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:32:33.550 INFO:teuthology.orchestra.run.smithi017.stdout: "mon": { 2024-09-11T07:32:33.550 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:32:33.550 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:32:33.550 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr": { 2024-09-11T07:32:33.550 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:32:33.550 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:32:33.550 INFO:teuthology.orchestra.run.smithi017.stdout: "osd": { 2024-09-11T07:32:33.550 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2024-09-11T07:32:33.550 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 7 2024-09-11T07:32:33.551 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:32:33.551 INFO:teuthology.orchestra.run.smithi017.stdout: "mds": { 2024-09-11T07:32:33.551 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 2 2024-09-11T07:32:33.551 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:32:33.551 INFO:teuthology.orchestra.run.smithi017.stdout: "overall": { 2024-09-11T07:32:33.551 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 3, 2024-09-11T07:32:33.551 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 11 2024-09-11T07:32:33.551 INFO:teuthology.orchestra.run.smithi017.stdout: } 2024-09-11T07:32:33.551 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:32:33.876 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:32:33.876 INFO:teuthology.orchestra.run.smithi017.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T07:32:33.876 INFO:teuthology.orchestra.run.smithi017.stdout: "in_progress": true, 2024-09-11T07:32:33.876 INFO:teuthology.orchestra.run.smithi017.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-11T07:32:33.877 INFO:teuthology.orchestra.run.smithi017.stdout: "services_complete": [ 2024-09-11T07:32:33.877 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr", 2024-09-11T07:32:33.877 INFO:teuthology.orchestra.run.smithi017.stdout: "mon", 2024-09-11T07:32:33.877 INFO:teuthology.orchestra.run.smithi017.stdout: "crash" 2024-09-11T07:32:33.877 INFO:teuthology.orchestra.run.smithi017.stdout: ], 2024-09-11T07:32:33.877 INFO:teuthology.orchestra.run.smithi017.stdout: "progress": "13/23 daemons upgraded", 2024-09-11T07:32:33.877 INFO:teuthology.orchestra.run.smithi017.stdout: "message": "Currently upgrading osd daemons", 2024-09-11T07:32:33.877 INFO:teuthology.orchestra.run.smithi017.stdout: "is_paused": false 2024-09-11T07:32:33.877 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:32:34.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:34 smithi045 ceph-mon[48800]: from='client.34362 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:32:34.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:34 smithi045 ceph-mon[48800]: from='client.? 172.21.15.17:0/567014654' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:32:34.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:34 smithi045 ceph-mon[48800]: pgmap v238: 129 pgs: 129 active+clean; 218 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:32:34.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:34 smithi045 ceph-mon[48800]: from='client.34370 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:32:34.537 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:34 smithi045 systemd[1]: Stopping Ceph osd.7 for ef0778be-700c-11ef-bcea-c7b262605968... 2024-09-11T07:32:34.537 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:34 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.7[37195]: debug 2024-09-11T07:32:34.391+0000 7f33533e2700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-11T07:32:34.537 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:34 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.7[37195]: debug 2024-09-11T07:32:34.391+0000 7f33533e2700 -1 osd.7 127 *** Got signal Terminated *** 2024-09-11T07:32:34.537 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:34 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.7[37195]: debug 2024-09-11T07:32:34.391+0000 7f33533e2700 -1 osd.7 127 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T07:32:34.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:34 smithi017 ceph-mon[63383]: from='client.34362 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:32:34.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:34 smithi017 ceph-mon[63383]: from='client.? 172.21.15.17:0/567014654' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:32:34.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:34 smithi017 ceph-mon[63383]: pgmap v238: 129 pgs: 129 active+clean; 218 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:32:34.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:34 smithi017 ceph-mon[63383]: from='client.34370 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:32:34.872 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:34 smithi045 podman[60196]: 2024-09-11 07:32:34.575419468 +0000 UTC m=+0.288975954 container died 162523c68393d2b5d5e300b8550f4c0df83700614bf7eddf3664dcb205b5b947 (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.7, CEPH_POINT_RELEASE=-16.2.4, GIT_BRANCH=HEAD, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, org.label-schema.vendor=CentOS, org.label-schema.build-date=20201204, maintainer=Dimitri Savineau , 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, ceph=True, org.label-schema.license=GPLv2, RELEASE=HEAD) 2024-09-11T07:32:35.285 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:34 smithi045 podman[60196]: 2024-09-11 07:32:34.961712218 +0000 UTC m=+0.675268706 container cleanup 162523c68393d2b5d5e300b8550f4c0df83700614bf7eddf3664dcb205b5b947 (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.7, ceph=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, maintainer=Dimitri Savineau , GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_BRANCH=HEAD, RELEASE=HEAD, org.label-schema.build-date=20201204, CEPH_POINT_RELEASE=-16.2.4, GIT_CLEAN=True) 2024-09-11T07:32:35.286 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:34 smithi045 bash[60196]: ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.7 2024-09-11T07:32:35.786 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:35 smithi045 podman[60211]: 2024-09-11 07:32:35.314208352 +0000 UTC m=+0.737055262 container remove 162523c68393d2b5d5e300b8550f4c0df83700614bf7eddf3664dcb205b5b947 (image=docker.io/ceph/ceph@sha256:54e95ae1e11404157d7b329d0bef866ebbb214b195a009e87aae4eba9d282949, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd.7, RELEASE=HEAD, org.label-schema.build-date=20201204, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, ceph=True, maintainer=Dimitri Savineau , org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-16.2.4, GIT_COMMIT=6c8af8169a3b4a49abf72e72eb897df5ae3d1e9e, GIT_REPO=https://github.com/ceph/ceph-container.git) 2024-09-11T07:32:35.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:35 smithi045 ceph-mon[48800]: osd.7 reported immediately failed by osd.3 2024-09-11T07:32:35.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:35 smithi045 ceph-mon[48800]: osd.7 failed (root=default,host=smithi045) (connection refused reported by osd.3) 2024-09-11T07:32:35.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:35 smithi045 ceph-mon[48800]: osd.7 reported immediately failed by osd.2 2024-09-11T07:32:35.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:35 smithi045 ceph-mon[48800]: osd.7 reported immediately failed by osd.3 2024-09-11T07:32:35.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:35 smithi045 ceph-mon[48800]: osd.7 reported immediately failed by osd.1 2024-09-11T07:32:35.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:35 smithi045 ceph-mon[48800]: osd.7 reported immediately failed by osd.2 2024-09-11T07:32:35.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:35 smithi045 ceph-mon[48800]: osd.7 reported immediately failed by osd.1 2024-09-11T07:32:35.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:35 smithi045 ceph-mon[48800]: osd.7 reported immediately failed by osd.0 2024-09-11T07:32:35.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:35 smithi045 ceph-mon[48800]: osd.7 reported immediately failed by osd.0 2024-09-11T07:32:35.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:35 smithi045 ceph-mon[48800]: osd.7 reported immediately failed by osd.4 2024-09-11T07:32:35.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:35 smithi045 ceph-mon[48800]: osd.7 reported immediately failed by osd.4 2024-09-11T07:32:35.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:35 smithi045 ceph-mon[48800]: osd.7 reported immediately failed by osd.5 2024-09-11T07:32:35.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:35 smithi045 ceph-mon[48800]: osd.7 reported immediately failed by osd.6 2024-09-11T07:32:35.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:35 smithi045 ceph-mon[48800]: osd.7 reported immediately failed by osd.5 2024-09-11T07:32:35.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:35 smithi045 ceph-mon[48800]: osd.7 reported immediately failed by osd.6 2024-09-11T07:32:35.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:35 smithi045 ceph-mon[48800]: osd.7 reported immediately failed by osd.3 2024-09-11T07:32:35.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:35 smithi045 ceph-mon[48800]: osd.7 reported immediately failed by osd.3 2024-09-11T07:32:35.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:35 smithi045 ceph-mon[48800]: osd.7 reported immediately failed by osd.1 2024-09-11T07:32:35.787 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:35 smithi045 ceph-mon[48800]: osd.7 reported immediately failed by osd.2 2024-09-11T07:32:35.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:35 smithi045 ceph-mon[48800]: osd.7 reported immediately failed by osd.1 2024-09-11T07:32:35.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:35 smithi045 ceph-mon[48800]: osd.7 reported immediately failed by osd.2 2024-09-11T07:32:35.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:35 smithi045 ceph-mon[48800]: osd.7 reported immediately failed by osd.0 2024-09-11T07:32:35.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:35 smithi045 ceph-mon[48800]: osd.7 reported immediately failed by osd.0 2024-09-11T07:32:35.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:35 smithi045 ceph-mon[48800]: osd.7 reported immediately failed by osd.5 2024-09-11T07:32:35.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:35 smithi045 ceph-mon[48800]: osd.7 reported immediately failed by osd.4 2024-09-11T07:32:35.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:35 smithi045 ceph-mon[48800]: osd.7 reported immediately failed by osd.5 2024-09-11T07:32:35.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:35 smithi045 ceph-mon[48800]: osd.7 reported immediately failed by osd.6 2024-09-11T07:32:35.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:35 smithi045 ceph-mon[48800]: osd.7 reported immediately failed by osd.4 2024-09-11T07:32:35.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:35 smithi045 ceph-mon[48800]: osd.7 reported immediately failed by osd.6 2024-09-11T07:32:35.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:35 smithi017 ceph-mon[63383]: osd.7 reported immediately failed by osd.3 2024-09-11T07:32:35.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:35 smithi017 ceph-mon[63383]: osd.7 failed (root=default,host=smithi045) (connection refused reported by osd.3) 2024-09-11T07:32:35.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:35 smithi017 ceph-mon[63383]: osd.7 reported immediately failed by osd.2 2024-09-11T07:32:35.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:35 smithi017 ceph-mon[63383]: osd.7 reported immediately failed by osd.3 2024-09-11T07:32:35.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:35 smithi017 ceph-mon[63383]: osd.7 reported immediately failed by osd.1 2024-09-11T07:32:35.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:35 smithi017 ceph-mon[63383]: osd.7 reported immediately failed by osd.2 2024-09-11T07:32:35.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:35 smithi017 ceph-mon[63383]: osd.7 reported immediately failed by osd.1 2024-09-11T07:32:35.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:35 smithi017 ceph-mon[63383]: osd.7 reported immediately failed by osd.0 2024-09-11T07:32:35.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:35 smithi017 ceph-mon[63383]: osd.7 reported immediately failed by osd.0 2024-09-11T07:32:35.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:35 smithi017 ceph-mon[63383]: osd.7 reported immediately failed by osd.4 2024-09-11T07:32:35.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:35 smithi017 ceph-mon[63383]: osd.7 reported immediately failed by osd.4 2024-09-11T07:32:35.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:35 smithi017 ceph-mon[63383]: osd.7 reported immediately failed by osd.5 2024-09-11T07:32:35.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:35 smithi017 ceph-mon[63383]: osd.7 reported immediately failed by osd.6 2024-09-11T07:32:35.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:35 smithi017 ceph-mon[63383]: osd.7 reported immediately failed by osd.5 2024-09-11T07:32:35.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:35 smithi017 ceph-mon[63383]: osd.7 reported immediately failed by osd.6 2024-09-11T07:32:35.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:35 smithi017 ceph-mon[63383]: osd.7 reported immediately failed by osd.3 2024-09-11T07:32:35.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:35 smithi017 ceph-mon[63383]: osd.7 reported immediately failed by osd.3 2024-09-11T07:32:35.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:35 smithi017 ceph-mon[63383]: osd.7 reported immediately failed by osd.1 2024-09-11T07:32:35.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:35 smithi017 ceph-mon[63383]: osd.7 reported immediately failed by osd.2 2024-09-11T07:32:35.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:35 smithi017 ceph-mon[63383]: osd.7 reported immediately failed by osd.1 2024-09-11T07:32:35.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:35 smithi017 ceph-mon[63383]: osd.7 reported immediately failed by osd.2 2024-09-11T07:32:35.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:35 smithi017 ceph-mon[63383]: osd.7 reported immediately failed by osd.0 2024-09-11T07:32:35.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:35 smithi017 ceph-mon[63383]: osd.7 reported immediately failed by osd.0 2024-09-11T07:32:35.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:35 smithi017 ceph-mon[63383]: osd.7 reported immediately failed by osd.5 2024-09-11T07:32:35.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:35 smithi017 ceph-mon[63383]: osd.7 reported immediately failed by osd.4 2024-09-11T07:32:35.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:35 smithi017 ceph-mon[63383]: osd.7 reported immediately failed by osd.5 2024-09-11T07:32:35.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:35 smithi017 ceph-mon[63383]: osd.7 reported immediately failed by osd.6 2024-09-11T07:32:35.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:35 smithi017 ceph-mon[63383]: osd.7 reported immediately failed by osd.4 2024-09-11T07:32:35.792 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:35 smithi017 ceph-mon[63383]: osd.7 reported immediately failed by osd.6 2024-09-11T07:32:36.125 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:35 smithi045 podman[60312]: 2024-09-11 07:32:35.739389353 +0000 UTC m=+0.016397895 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T07:32:36.125 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:35 smithi045 podman[60312]: 2024-09-11 07:32:35.905593349 +0000 UTC m=+0.182601882 container create 46c51944e76ce54d305bfdf2c44036cf45ae5287b77603a3ebc8627b2dbc83dd (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7-deactivate, GIT_CLEAN=True, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, 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, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, GIT_BRANCH=HEAD) 2024-09-11T07:32:36.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:36 smithi045 ceph-mon[48800]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T07:32:36.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:36 smithi045 ceph-mon[48800]: Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2024-09-11T07:32:36.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:36 smithi045 ceph-mon[48800]: osdmap e128: 8 total, 7 up, 8 in 2024-09-11T07:32:36.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:36 smithi045 ceph-mon[48800]: pgmap v240: 129 pgs: 19 peering, 14 stale+active+clean, 96 active+clean; 218 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2024-09-11T07:32:36.536 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:36 smithi045 podman[60312]: 2024-09-11 07:32:36.124488964 +0000 UTC m=+0.401497497 container init 46c51944e76ce54d305bfdf2c44036cf45ae5287b77603a3ebc8627b2dbc83dd (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7-deactivate, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, ceph=True) 2024-09-11T07:32:36.536 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:36 smithi045 podman[60312]: 2024-09-11 07:32:36.128132469 +0000 UTC m=+0.405141002 container start 46c51944e76ce54d305bfdf2c44036cf45ae5287b77603a3ebc8627b2dbc83dd (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7-deactivate, ceph=True, io.buildah.version=1.37.2, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2) 2024-09-11T07:32:36.537 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:36 smithi045 podman[60312]: 2024-09-11 07:32:36.20767769 +0000 UTC m=+0.484686235 container attach 46c51944e76ce54d305bfdf2c44036cf45ae5287b77603a3ebc8627b2dbc83dd (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, ceph=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T07:32:36.537 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:36 smithi045 podman[60312]: 2024-09-11 07:32:36.305229756 +0000 UTC m=+0.582238294 container died 46c51944e76ce54d305bfdf2c44036cf45ae5287b77603a3ebc8627b2dbc83dd (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828) 2024-09-11T07:32:36.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:36 smithi017 ceph-mon[63383]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-11T07:32:36.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:36 smithi017 ceph-mon[63383]: Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2024-09-11T07:32:36.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:36 smithi017 ceph-mon[63383]: osdmap e128: 8 total, 7 up, 8 in 2024-09-11T07:32:36.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:36 smithi017 ceph-mon[63383]: pgmap v240: 129 pgs: 19 peering, 14 stale+active+clean, 96 active+clean; 218 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2024-09-11T07:32:37.286 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:36 smithi045 podman[60335]: 2024-09-11 07:32:36.896491225 +0000 UTC m=+0.582889551 container remove 46c51944e76ce54d305bfdf2c44036cf45ae5287b77603a3ebc8627b2dbc83dd (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7-deactivate, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.schema-version=1.0) 2024-09-11T07:32:37.286 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:36 smithi045 systemd[1]: ceph-ef0778be-700c-11ef-bcea-c7b262605968@osd.7.service: Deactivated successfully. 2024-09-11T07:32:37.286 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:36 smithi045 systemd[1]: Stopped Ceph osd.7 for ef0778be-700c-11ef-bcea-c7b262605968. 2024-09-11T07:32:37.286 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:36 smithi045 systemd[1]: ceph-ef0778be-700c-11ef-bcea-c7b262605968@osd.7.service: Consumed 6min 2.634s CPU time. 2024-09-11T07:32:37.287 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:37 smithi045 systemd[1]: Starting Ceph osd.7 for ef0778be-700c-11ef-bcea-c7b262605968... 2024-09-11T07:32:37.576 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:37 smithi045 ceph-mon[48800]: Health check failed: Reduced data availability: 3 pgs peering (PG_AVAILABILITY) 2024-09-11T07:32:37.576 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:37 smithi045 ceph-mon[48800]: osdmap e129: 8 total, 7 up, 8 in 2024-09-11T07:32:37.576 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:37 smithi045 podman[60431]: 2024-09-11 07:32:37.249363279 +0000 UTC m=+0.015953330 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T07:32:37.577 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:37 smithi045 podman[60431]: 2024-09-11 07:32:37.372689384 +0000 UTC m=+0.139279461 container create 4a0ab282713bc0603af1c4757bce333799fafa5882ea27fbd2762e4e2b47b960 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7-activate, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, ceph=True) 2024-09-11T07:32:37.577 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:37 smithi045 podman[60431]: 2024-09-11 07:32:37.574914351 +0000 UTC m=+0.341504395 container init 4a0ab282713bc0603af1c4757bce333799fafa5882ea27fbd2762e4e2b47b960 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7-activate, GIT_CLEAN=True, org.label-schema.license=GPLv2, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, 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, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828) 2024-09-11T07:32:37.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:37 smithi017 ceph-mon[63383]: Health check failed: Reduced data availability: 3 pgs peering (PG_AVAILABILITY) 2024-09-11T07:32:37.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:37 smithi017 ceph-mon[63383]: osdmap e129: 8 total, 7 up, 8 in 2024-09-11T07:32:37.855 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:37 smithi045 podman[60431]: 2024-09-11 07:32:37.578642228 +0000 UTC m=+0.345232265 container start 4a0ab282713bc0603af1c4757bce333799fafa5882ea27fbd2762e4e2b47b960 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7-activate, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.schema-version=1.0, ceph=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T07:32:37.855 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:37 smithi045 podman[60431]: 2024-09-11 07:32:37.683288939 +0000 UTC m=+0.449878985 container attach 4a0ab282713bc0603af1c4757bce333799fafa5882ea27fbd2762e4e2b47b960 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7-activate, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True) 2024-09-11T07:32:38.286 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:37 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7-activate[60446]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-11T07:32:38.286 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:37 smithi045 bash[60431]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-11T07:32:38.286 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:37 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7-activate[60446]: 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-11T07:32:38.286 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:37 smithi045 bash[60431]: 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-11T07:32:38.286 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:37 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7-activate[60446]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-09-11T07:32:38.287 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:37 smithi045 bash[60431]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-09-11T07:32:38.287 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:37 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7-activate[60446]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-11T07:32:38.287 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:37 smithi045 bash[60431]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-11T07:32:38.287 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:37 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7-activate[60446]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2024-09-11T07:32:38.287 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:37 smithi045 bash[60431]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2024-09-11T07:32:38.287 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:37 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7-activate[60446]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-11T07:32:38.287 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:37 smithi045 bash[60431]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-11T07:32:38.287 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:37 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7-activate[60446]: --> ceph-volume raw activate successful for osd ID: 7 2024-09-11T07:32:38.287 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:37 smithi045 bash[60431]: --> ceph-volume raw activate successful for osd ID: 7 2024-09-11T07:32:38.287 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:37 smithi045 podman[60431]: 2024-09-11 07:32:37.898257542 +0000 UTC m=+0.664847576 container died 4a0ab282713bc0603af1c4757bce333799fafa5882ea27fbd2762e4e2b47b960 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7-activate, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2) 2024-09-11T07:32:38.730 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:38 smithi045 ceph-mon[48800]: pgmap v242: 129 pgs: 28 peering, 11 stale+active+clean, 90 active+clean; 218 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2024-09-11T07:32:38.731 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:38 smithi045 podman[60564]: 2024-09-11 07:32:38.51223496 +0000 UTC m=+0.608272843 container remove 4a0ab282713bc0603af1c4757bce333799fafa5882ea27fbd2762e4e2b47b960 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7-activate, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, ceph=True, io.buildah.version=1.37.2) 2024-09-11T07:32:38.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:38 smithi017 ceph-mon[63383]: pgmap v242: 129 pgs: 28 peering, 11 stale+active+clean, 90 active+clean; 218 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail 2024-09-11T07:32:38.983 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:38 smithi045 podman[60622]: 2024-09-11 07:32:38.6323388 +0000 UTC m=+0.016618782 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T07:32:38.983 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:38 smithi045 podman[60622]: 2024-09-11 07:32:38.754787979 +0000 UTC m=+0.139068002 container create cc0312dac7eec9cd121319f5144b74a66ed5a897d2edf65e0295a2267a7cd142 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, ceph=True, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0) 2024-09-11T07:32:38.983 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:38 smithi045 podman[60622]: 2024-09-11 07:32:38.982284256 +0000 UTC m=+0.366564238 container init cc0312dac7eec9cd121319f5144b74a66ed5a897d2edf65e0295a2267a7cd142 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731) 2024-09-11T07:32:39.286 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:38 smithi045 podman[60622]: 2024-09-11 07:32:38.98575006 +0000 UTC m=+0.370030041 container start cc0312dac7eec9cd121319f5144b74a66ed5a897d2edf65e0295a2267a7cd142 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, ceph=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2) 2024-09-11T07:32:39.286 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:39 smithi045 ceph-osd[60641]: -- 172.21.15.45:0/276759227 <== mon.1 v2:172.21.15.45:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55ce4b920d00 con 0x55ce4b8f3000 2024-09-11T07:32:39.286 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:39 smithi045 bash[60622]: cc0312dac7eec9cd121319f5144b74a66ed5a897d2edf65e0295a2267a7cd142 2024-09-11T07:32:39.286 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:39 smithi045 systemd[1]: Started Ceph osd.7 for ef0778be-700c-11ef-bcea-c7b262605968. 2024-09-11T07:32:39.880 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:39 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:32:39.535+0000 7fdb16d3b440 -1 Falling back to public interface 2024-09-11T07:32:40.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:40 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:40.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:40 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:40.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:40 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:32:40.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:40 smithi045 ceph-mon[48800]: pgmap v243: 129 pgs: 12 active+undersized, 28 peering, 2 stale+active+clean, 8 active+undersized+degraded, 79 active+clean; 218 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 32/438 objects degraded (7.306%) 2024-09-11T07:32:40.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:40 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:40.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:40 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:40.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:40 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:32:40.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:40 smithi017 ceph-mon[63383]: pgmap v243: 129 pgs: 12 active+undersized, 28 peering, 2 stale+active+clean, 8 active+undersized+degraded, 79 active+clean; 218 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 32/438 objects degraded (7.306%) 2024-09-11T07:32:41.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:41 smithi045 ceph-mon[48800]: Health check failed: Degraded data redundancy: 32/438 objects degraded (7.306%), 8 pgs degraded (PG_DEGRADED) 2024-09-11T07:32:41.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:41 smithi017 ceph-mon[63383]: Health check failed: Degraded data redundancy: 32/438 objects degraded (7.306%), 8 pgs degraded (PG_DEGRADED) 2024-09-11T07:32:42.549 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:42 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:42.549 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:42 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:32:42.549 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:42 smithi045 ceph-mon[48800]: pgmap v244: 129 pgs: 31 active+undersized, 25 active+undersized+degraded, 73 active+clean; 218 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 80/438 objects degraded (18.265%) 2024-09-11T07:32:42.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:42 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:42.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:42 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:32:42.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:42 smithi017 ceph-mon[63383]: pgmap v244: 129 pgs: 31 active+undersized, 25 active+undersized+degraded, 73 active+clean; 218 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 80/438 objects degraded (18.265%) 2024-09-11T07:32:43.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:43 smithi045 ceph-mon[48800]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 6 pgs peering) 2024-09-11T07:32:43.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:43 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:43.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:43 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:43.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:43 smithi017 ceph-mon[63383]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 6 pgs peering) 2024-09-11T07:32:43.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:43 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:43.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:43 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:44.774 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:44 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:44.774 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:44 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:44.774 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:44 smithi045 ceph-mon[48800]: pgmap v245: 129 pgs: 31 active+undersized, 25 active+undersized+degraded, 73 active+clean; 218 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 80/438 objects degraded (18.265%) 2024-09-11T07:32:44.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:44 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:44.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:44 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:44.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:44 smithi017 ceph-mon[63383]: pgmap v245: 129 pgs: 31 active+undersized, 25 active+undersized+degraded, 73 active+clean; 218 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 80/438 objects degraded (18.265%) 2024-09-11T07:32:46.286 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:45 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:32:45.809+0000 7fdb16d3b440 -1 osd.7 0 read_superblock omap replica is missing. 2024-09-11T07:32:47.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:46 smithi045 ceph-mon[48800]: pgmap v246: 129 pgs: 31 active+undersized, 25 active+undersized+degraded, 73 active+clean; 218 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 80/438 objects degraded (18.265%) 2024-09-11T07:32:47.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:46 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:47.036 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:46 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:32:46.895+0000 7fdb16d3b440 -1 osd.7 127 log_to_monitors true 2024-09-11T07:32:47.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:46 smithi017 ceph-mon[63383]: pgmap v246: 129 pgs: 31 active+undersized, 25 active+undersized+degraded, 73 active+clean; 218 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 80/438 objects degraded (18.265%) 2024-09-11T07:32:47.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:46 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:47.767 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:47 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:47.767 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:47 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:47.767 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:47 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:32:47.767 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:47 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:32:47.767 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:47 smithi017 ceph-mon[63383]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:32:47.767 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:47 smithi017 ceph-mon[63383]: pgmap v247: 129 pgs: 31 active+undersized, 25 active+undersized+degraded, 73 active+clean; 218 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 196 B/s rd, 0 op/s; 80/438 objects degraded (18.265%) 2024-09-11T07:32:47.767 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:47 smithi017 ceph-mon[63383]: pgmap v248: 129 pgs: 31 active+undersized, 25 active+undersized+degraded, 73 active+clean; 218 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 224 B/s rd, 0 op/s; 80/438 objects degraded (18.265%) 2024-09-11T07:32:47.768 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:47 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:47.768 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:47 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:47.768 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:47 smithi017 ceph-mon[63383]: Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:32:47.768 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:47 smithi017 ceph-mon[63383]: Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:32:47.768 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:47 smithi017 ceph-mon[63383]: from='osd.7 [v2:172.21.15.45:6824/1870766095,v1:172.21.15.45:6825/1870766095]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T07:32:47.768 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:47 smithi017 ceph-mon[63383]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T07:32:48.036 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:32:47 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:32:47.737+0000 7fdb0b2e0640 -1 osd.7 127 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T07:32:48.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:47 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:48.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:47 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:48.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:47 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:32:48.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:47 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:32:48.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:47 smithi045 ceph-mon[48800]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:32:48.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:47 smithi045 ceph-mon[48800]: pgmap v247: 129 pgs: 31 active+undersized, 25 active+undersized+degraded, 73 active+clean; 218 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 196 B/s rd, 0 op/s; 80/438 objects degraded (18.265%) 2024-09-11T07:32:48.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:47 smithi045 ceph-mon[48800]: pgmap v248: 129 pgs: 31 active+undersized, 25 active+undersized+degraded, 73 active+clean; 218 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 224 B/s rd, 0 op/s; 80/438 objects degraded (18.265%) 2024-09-11T07:32:48.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:47 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:48.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:47 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:48.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:47 smithi045 ceph-mon[48800]: Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:32:48.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:47 smithi045 ceph-mon[48800]: Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:32:48.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:47 smithi045 ceph-mon[48800]: from='osd.7 [v2:172.21.15.45:6824/1870766095,v1:172.21.15.45:6825/1870766095]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T07:32:48.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:47 smithi045 ceph-mon[48800]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-11T07:32:49.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:48 smithi045 ceph-mon[48800]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-11T07:32:49.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:48 smithi045 ceph-mon[48800]: osdmap e130: 8 total, 7 up, 8 in 2024-09-11T07:32:49.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:48 smithi045 ceph-mon[48800]: from='osd.7 [v2:172.21.15.45:6824/1870766095,v1:172.21.15.45:6825/1870766095]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2024-09-11T07:32:49.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:48 smithi045 ceph-mon[48800]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2024-09-11T07:32:49.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:48 smithi017 ceph-mon[63383]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-11T07:32:49.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:48 smithi017 ceph-mon[63383]: osdmap e130: 8 total, 7 up, 8 in 2024-09-11T07:32:49.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:48 smithi017 ceph-mon[63383]: from='osd.7 [v2:172.21.15.45:6824/1870766095,v1:172.21.15.45:6825/1870766095]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2024-09-11T07:32:49.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:48 smithi017 ceph-mon[63383]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2024-09-11T07:32:49.924 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:49 smithi017 ceph-mon[63383]: pgmap v250: 129 pgs: 31 active+undersized, 25 active+undersized+degraded, 73 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 287 B/s rd, 0 op/s; 80/438 objects degraded (18.265%) 2024-09-11T07:32:49.925 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:49 smithi017 ceph-mon[63383]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T07:32:49.925 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:49 smithi017 ceph-mon[63383]: osd.7 [v2:172.21.15.45:6824/1870766095,v1:172.21.15.45:6825/1870766095] boot 2024-09-11T07:32:49.925 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:49 smithi017 ceph-mon[63383]: osdmap e131: 8 total, 8 up, 8 in 2024-09-11T07:32:49.925 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:49 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:32:49.925 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:49 smithi017 ceph-mon[63383]: Health check update: Degraded data redundancy: 80/438 objects degraded (18.265%), 25 pgs degraded (PG_DEGRADED) 2024-09-11T07:32:50.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:49 smithi045 ceph-mon[48800]: pgmap v250: 129 pgs: 31 active+undersized, 25 active+undersized+degraded, 73 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 287 B/s rd, 0 op/s; 80/438 objects degraded (18.265%) 2024-09-11T07:32:50.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:49 smithi045 ceph-mon[48800]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-11T07:32:50.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:49 smithi045 ceph-mon[48800]: osd.7 [v2:172.21.15.45:6824/1870766095,v1:172.21.15.45:6825/1870766095] boot 2024-09-11T07:32:50.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:49 smithi045 ceph-mon[48800]: osdmap e131: 8 total, 8 up, 8 in 2024-09-11T07:32:50.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:49 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-11T07:32:50.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:49 smithi045 ceph-mon[48800]: Health check update: Degraded data redundancy: 80/438 objects degraded (18.265%), 25 pgs degraded (PG_DEGRADED) 2024-09-11T07:32:51.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:50 smithi045 ceph-mon[48800]: osdmap e132: 8 total, 8 up, 8 in 2024-09-11T07:32:51.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:50 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:32:51.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:50 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:32:51.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:50 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:32:51.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:50 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:32:51.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:50 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:32:51.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:50 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:51.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:50 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-09-11T07:32:51.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:50 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-09-11T07:32:51.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:50 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-09-11T07:32:51.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:50 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-09-11T07:32:51.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:50 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-09-11T07:32:51.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:50 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-09-11T07:32:51.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:50 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-09-11T07:32:51.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:50 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-09-11T07:32:51.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:50 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-09-11T07:32:51.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:50 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-09-11T07:32:51.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:50 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-09-11T07:32:51.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:50 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-09-11T07:32:51.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:50 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-09-11T07:32:51.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:50 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-09-11T07:32:51.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:50 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-09-11T07:32:51.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:50 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-09-11T07:32:51.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:50 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd require-osd-release", "release": "quincy"}]: dispatch 2024-09-11T07:32:51.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:50 smithi017 ceph-mon[63383]: osdmap e132: 8 total, 8 up, 8 in 2024-09-11T07:32:51.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:50 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:32:51.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:50 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:32:51.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:50 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:32:51.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:50 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:32:51.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:50 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:32:51.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:50 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:51.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:50 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-09-11T07:32:51.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:50 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-09-11T07:32:51.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:50 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-09-11T07:32:51.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:50 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-09-11T07:32:51.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:50 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-09-11T07:32:51.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:50 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-09-11T07:32:51.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:50 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-09-11T07:32:51.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:50 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-09-11T07:32:51.042 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:50 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-09-11T07:32:51.042 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:50 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-09-11T07:32:51.042 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:50 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-09-11T07:32:51.042 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:50 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-09-11T07:32:51.042 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:50 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-09-11T07:32:51.042 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:50 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-09-11T07:32:51.042 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:50 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-09-11T07:32:51.042 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:50 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-09-11T07:32:51.042 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:50 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd require-osd-release", "release": "quincy"}]: dispatch 2024-09-11T07:32:51.845 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:51 smithi017 ceph-mon[63383]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:32:51.845 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:32:51.845 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:32:51.845 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:32:51.845 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:32:51.846 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:32:51.846 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:32:51.846 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:32:51.846 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: main() 2024-09-11T07:32:51.846 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:32:51.846 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: r = ctx.func(ctx) 2024-09-11T07:32:51.846 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:32:51.846 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return func(ctx) 2024-09-11T07:32:51.846 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:32:51.846 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:32:51.846 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:32:51.847 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:32:51.847 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:32:51.847 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:32:51.847 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:32:51.847 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:32:51.847 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:32:51.847 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:32:51.847 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:32:51.847 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:32:51.847 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.wait_async( 2024-09-11T07:32:51.847 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:32:51.847 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:32:51.848 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:32:51.848 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return future.result(timeout) 2024-09-11T07:32:51.848 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:32:51.848 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.__get_result() 2024-09-11T07:32:51.848 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:32:51.848 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise self._exception 2024-09-11T07:32:51.848 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:32:51.848 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: out, err, code = await self._run_cephadm( 2024-09-11T07:32:51.848 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:32:51.848 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise OrchestratorError( 2024-09-11T07:32:51.848 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:32:51.848 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:32:51.849 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:32:51.849 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:32:51.849 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:32:51.849 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:32:51.849 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:32:51.849 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:32:51.849 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: main() 2024-09-11T07:32:51.849 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:32:51.849 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: r = ctx.func(ctx) 2024-09-11T07:32:51.849 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:32:51.849 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return func(ctx) 2024-09-11T07:32:51.850 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:32:51.850 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:32:51.850 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:32:51.850 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:32:51.850 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:32:51.850 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:32:51.850 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:32:51.850 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:32:51.850 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:51 smithi017 ceph-mon[63383]: Upgrade: Setting container_image for all osd 2024-09-11T07:32:51.850 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:51 smithi017 ceph-mon[63383]: Upgrade: Setting require_osd_release to 17 quincy 2024-09-11T07:32:51.850 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:51 smithi017 ceph-mon[63383]: pgmap v253: 129 pgs: 4 peering, 15 active+undersized, 9 active+undersized+degraded, 101 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 40/438 objects degraded (9.132%) 2024-09-11T07:32:51.850 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:51 smithi017 ceph-mon[63383]: Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2024-09-11T07:32:51.851 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:51 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "osd require-osd-release", "release": "quincy"}]': finished 2024-09-11T07:32:51.851 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:51 smithi017 ceph-mon[63383]: osdmap e133: 8 total, 8 up, 8 in 2024-09-11T07:32:51.851 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:51 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi017.utzzzp"]}]: dispatch 2024-09-11T07:32:52.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:51 smithi045 ceph-mon[48800]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:32:52.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:32:52.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:32:52.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:32:52.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:32:52.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:32:52.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:32:52.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:32:52.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: main() 2024-09-11T07:32:52.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:32:52.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: r = ctx.func(ctx) 2024-09-11T07:32:52.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:32:52.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return func(ctx) 2024-09-11T07:32:52.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:32:52.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:32:52.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:32:52.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:32:52.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:32:52.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:32:52.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:32:52.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:32:52.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:32:52.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:32:52.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:32:52.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:32:52.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.wait_async( 2024-09-11T07:32:52.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:32:52.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:32:52.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:32:52.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return future.result(timeout) 2024-09-11T07:32:52.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:32:52.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.__get_result() 2024-09-11T07:32:52.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:32:52.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise self._exception 2024-09-11T07:32:52.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:32:52.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: out, err, code = await self._run_cephadm( 2024-09-11T07:32:52.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:32:52.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise OrchestratorError( 2024-09-11T07:32:52.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:32:52.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:32:52.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:32:52.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:32:52.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:32:52.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:32:52.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:32:52.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:32:52.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: main() 2024-09-11T07:32:52.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:32:52.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: r = ctx.func(ctx) 2024-09-11T07:32:52.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:32:52.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return func(ctx) 2024-09-11T07:32:52.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:32:52.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:32:52.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:32:52.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:32:52.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:32:52.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:32:52.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:32:52.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:32:52.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:51 smithi045 ceph-mon[48800]: Upgrade: Setting container_image for all osd 2024-09-11T07:32:52.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:51 smithi045 ceph-mon[48800]: Upgrade: Setting require_osd_release to 17 quincy 2024-09-11T07:32:52.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:51 smithi045 ceph-mon[48800]: pgmap v253: 129 pgs: 4 peering, 15 active+undersized, 9 active+undersized+degraded, 101 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 40/438 objects degraded (9.132%) 2024-09-11T07:32:52.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:51 smithi045 ceph-mon[48800]: Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2024-09-11T07:32:52.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:51 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "osd require-osd-release", "release": "quincy"}]': finished 2024-09-11T07:32:52.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:51 smithi045 ceph-mon[48800]: osdmap e133: 8 total, 8 up, 8 in 2024-09-11T07:32:52.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:51 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi017.utzzzp"]}]: dispatch 2024-09-11T07:32:52.956 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:52 smithi017 ceph-mon[63383]: Upgrade: It appears safe to stop mds.foofs.smithi017.utzzzp 2024-09-11T07:32:52.956 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:52 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:52.956 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:52 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi017.utzzzp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-11T07:32:52.956 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:52 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:32:53.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:52 smithi045 ceph-mon[48800]: Upgrade: It appears safe to stop mds.foofs.smithi017.utzzzp 2024-09-11T07:32:53.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:52 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:53.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:52 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi017.utzzzp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-11T07:32:53.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:52 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:32:53.931 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:53 smithi017 ceph-mon[63383]: Upgrade: Updating mds.foofs.smithi017.utzzzp 2024-09-11T07:32:53.931 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:53 smithi017 ceph-mon[63383]: Deploying daemon mds.foofs.smithi017.utzzzp on smithi017 2024-09-11T07:32:53.931 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:53 smithi017 ceph-mon[63383]: pgmap v255: 129 pgs: 4 peering, 15 active+undersized, 9 active+undersized+degraded, 101 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 40/438 objects degraded (9.132%) 2024-09-11T07:32:54.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:53 smithi045 ceph-mon[48800]: Upgrade: Updating mds.foofs.smithi017.utzzzp 2024-09-11T07:32:54.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:53 smithi045 ceph-mon[48800]: Deploying daemon mds.foofs.smithi017.utzzzp on smithi017 2024-09-11T07:32:54.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:53 smithi045 ceph-mon[48800]: pgmap v255: 129 pgs: 4 peering, 15 active+undersized, 9 active+undersized+degraded, 101 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 40/438 objects degraded (9.132%) 2024-09-11T07:32:55.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:54 smithi045 ceph-mon[48800]: daemon mds.foofs.smithi017.utzzzp compat changed unexpectedly 2024-09-11T07:32:55.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:54 smithi045 ceph-mon[48800]: Health check update: Degraded data redundancy: 40/438 objects degraded (9.132%), 9 pgs degraded (PG_DEGRADED) 2024-09-11T07:32:55.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:54 smithi017 ceph-mon[63383]: daemon mds.foofs.smithi017.utzzzp compat changed unexpectedly 2024-09-11T07:32:55.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:54 smithi017 ceph-mon[63383]: Health check update: Degraded data redundancy: 40/438 objects degraded (9.132%), 9 pgs degraded (PG_DEGRADED) 2024-09-11T07:32:56.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:55 smithi045 ceph-mon[48800]: pgmap v256: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-09-11T07:32:56.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:55 smithi045 ceph-mon[48800]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 40/438 objects degraded (9.132%), 9 pgs degraded) 2024-09-11T07:32:56.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:55 smithi045 ceph-mon[48800]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-09-11T07:32:56.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:55 smithi045 ceph-mon[48800]: osdmap e134: 8 total, 8 up, 8 in 2024-09-11T07:32:56.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:55 smithi045 ceph-mon[48800]: fsmap foofs:1 {0=foofs.smithi045.gxtxww=up:active} 2024-09-11T07:32:56.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:55 smithi017 ceph-mon[63383]: pgmap v256: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-09-11T07:32:56.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:55 smithi017 ceph-mon[63383]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 40/438 objects degraded (9.132%), 9 pgs degraded) 2024-09-11T07:32:56.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:55 smithi017 ceph-mon[63383]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-09-11T07:32:56.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:55 smithi017 ceph-mon[63383]: osdmap e134: 8 total, 8 up, 8 in 2024-09-11T07:32:56.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:55 smithi017 ceph-mon[63383]: fsmap foofs:1 {0=foofs.smithi045.gxtxww=up:active} 2024-09-11T07:32:57.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:57 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:57.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:57 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:32:57.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:57 smithi045 ceph-mon[48800]: pgmap v258: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 293 B/s rd, 0 op/s 2024-09-11T07:32:57.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:57 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:57.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:57 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:57.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:57 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:32:57.786 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:57 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:57.787 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:57 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:32:57.787 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:57 smithi017 ceph-mon[63383]: pgmap v258: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 293 B/s rd, 0 op/s 2024-09-11T07:32:57.787 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:57 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:57.787 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:57 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:32:57.787 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:57 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:32:58.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:58 smithi017 ceph-mon[63383]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-09-11T07:32:58.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:58 smithi017 ceph-mon[63383]: mds.? [v2:172.21.15.17:6834/1942501213,v1:172.21.15.17:6835/1942501213] up:boot 2024-09-11T07:32:58.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:58 smithi017 ceph-mon[63383]: fsmap foofs:1 {0=foofs.smithi045.gxtxww=up:active} 1 up:standby 2024-09-11T07:32:58.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:58 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi017.utzzzp"}]: dispatch 2024-09-11T07:32:58.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:58 smithi045 ceph-mon[48800]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-09-11T07:32:58.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:58 smithi045 ceph-mon[48800]: mds.? [v2:172.21.15.17:6834/1942501213,v1:172.21.15.17:6835/1942501213] up:boot 2024-09-11T07:32:58.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:58 smithi045 ceph-mon[48800]: fsmap foofs:1 {0=foofs.smithi045.gxtxww=up:active} 1 up:standby 2024-09-11T07:32:58.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:58 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi017.utzzzp"}]: dispatch 2024-09-11T07:32:59.785 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:32:59 smithi017 ceph-mon[63383]: pgmap v259: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-11T07:32:59.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:32:59 smithi045 ceph-mon[48800]: pgmap v259: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-11T07:33:02.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:01 smithi045 ceph-mon[48800]: pgmap v260: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 213 B/s rd, 0 op/s 2024-09-11T07:33:02.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:01 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:02.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:01 smithi017 ceph-mon[63383]: pgmap v260: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 213 B/s rd, 0 op/s 2024-09-11T07:33:02.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:01 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:03.918 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:03 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:03.918 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:03 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:03.918 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:03 smithi017 ceph-mon[63383]: pgmap v261: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-11T07:33:03.918 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:03 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:03.918 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:03 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:04.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:03 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:04.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:03 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:04.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:03 smithi045 ceph-mon[48800]: pgmap v261: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-11T07:33:04.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:03 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:04.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:03 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:04.225 INFO:teuthology.orchestra.run.smithi017.stdout:true 2024-09-11T07:33:04.882 INFO:teuthology.orchestra.run.smithi017.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T07:33:04.882 INFO:teuthology.orchestra.run.smithi017.stdout:alertmanager.smithi017 smithi017 *:9093,9094 running (18m) 2s ago 20m 19.1M - 0.20.0 0881eb8f169f 8ff211b4e457 2024-09-11T07:33:04.882 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi017 smithi017 running (4m) 2s ago 20m 6887k - 17.2.7-1623-gd0e6828a 4a918172a497 5664d58a3a36 2024-09-11T07:33:04.882 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi045 smithi045 running (4m) 22s ago 19m 6895k - 17.2.7-1623-gd0e6828a 4a918172a497 b70b9ed235ba 2024-09-11T07:33:04.882 INFO:teuthology.orchestra.run.smithi017.stdout:grafana.smithi017 smithi017 *:3000 running (18m) 2s ago 20m 36.1M - 6.7.4 557c83e11646 24bbf4d58b8c 2024-09-11T07:33:04.882 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi017.utzzzp smithi017 running (8s) 2s ago 14m 12.4M - 17.2.7-1623-gd0e6828a 4a918172a497 d0091c3d4b1f 2024-09-11T07:33:04.882 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi045.gxtxww smithi045 running (14m) 22s ago 14m 42.6M - 16.2.4 8d91d370c2b8 8de08b53c390 2024-09-11T07:33:04.883 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi017.qgiuqa smithi017 *:8443,9283 running (9m) 2s ago 21m 466M - 17.2.7-1623-gd0e6828a 4a918172a497 1a5c10d7a16e 2024-09-11T07:33:04.883 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi045.wavrrv smithi045 *:8443,9283 running (6m) 22s ago 19m 401M - 17.2.7-1623-gd0e6828a 4a918172a497 79559b699e04 2024-09-11T07:33:04.883 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi017 smithi017 running (6m) 2s ago 21m 83.1M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 93477c9f0204 2024-09-11T07:33:04.883 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi045 smithi045 running (5m) 22s ago 19m 62.4M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 ef66edbefbdf 2024-09-11T07:33:04.883 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.0.0.smithi017.yhlpto smithi017 *:2049 running (12m) 2s ago 12m 145M - 3.5 8d91d370c2b8 4d43393feaee 2024-09-11T07:33:04.883 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.1.0.smithi045.sirexv smithi045 *:2049 running (12m) 22s ago 12m 88.0M - 3.5 8d91d370c2b8 0795be2c25de 2024-09-11T07:33:04.883 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi017 smithi017 *:9100 running (19m) 2s ago 19m 17.0M - 0.18.1 e5a616e4b9cf 3ae9bdfa57df 2024-09-11T07:33:04.883 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi045 smithi045 *:9100 running (19m) 22s ago 19m 17.0M - 0.18.1 e5a616e4b9cf 517c959affda 2024-09-11T07:33:04.883 INFO:teuthology.orchestra.run.smithi017.stdout:osd.0 smithi017 running (4m) 2s ago 18m 354M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 6d8cdd6dd8fe 2024-09-11T07:33:04.883 INFO:teuthology.orchestra.run.smithi017.stdout:osd.1 smithi017 running (3m) 2s ago 18m 287M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 2e7de52a6624 2024-09-11T07:33:04.883 INFO:teuthology.orchestra.run.smithi017.stdout:osd.2 smithi017 running (3m) 2s ago 17m 211M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 f637088f4a42 2024-09-11T07:33:04.883 INFO:teuthology.orchestra.run.smithi017.stdout:osd.3 smithi017 running (2m) 2s ago 17m 216M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 b40a71ed7bd1 2024-09-11T07:33:04.883 INFO:teuthology.orchestra.run.smithi017.stdout:osd.4 smithi045 running (2m) 22s ago 17m 209M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 20c730d135b9 2024-09-11T07:33:04.884 INFO:teuthology.orchestra.run.smithi017.stdout:osd.5 smithi045 running (96s) 22s ago 16m 191M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 79e212d36e89 2024-09-11T07:33:04.884 INFO:teuthology.orchestra.run.smithi017.stdout:osd.6 smithi045 running (61s) 22s ago 16m 179M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 0b07b7d1f769 2024-09-11T07:33:04.884 INFO:teuthology.orchestra.run.smithi017.stdout:osd.7 smithi045 running (26s) 22s ago 16m 12.7M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 cc0312dac7ee 2024-09-11T07:33:04.884 INFO:teuthology.orchestra.run.smithi017.stdout:prometheus.smithi017 smithi017 *:9095 error 2s ago 19m 46.3M - 2.18.1 de242295e225 5d1f02a1080f 2024-09-11T07:33:05.278 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:33:05.278 INFO:teuthology.orchestra.run.smithi017.stdout: "mon": { 2024-09-11T07:33:05.278 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:33:05.278 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:33:05.279 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr": { 2024-09-11T07:33:05.279 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:33:05.279 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:33:05.279 INFO:teuthology.orchestra.run.smithi017.stdout: "osd": { 2024-09-11T07:33:05.279 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 8 2024-09-11T07:33:05.279 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:33:05.279 INFO:teuthology.orchestra.run.smithi017.stdout: "mds": { 2024-09-11T07:33:05.279 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2024-09-11T07:33:05.279 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 1 2024-09-11T07:33:05.279 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:33:05.279 INFO:teuthology.orchestra.run.smithi017.stdout: "overall": { 2024-09-11T07:33:05.279 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 16.2.4 (3cbe25cde3cfa028984618ad32de9edc4c1eaed0) pacific (stable)": 1, 2024-09-11T07:33:05.279 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 13 2024-09-11T07:33:05.280 INFO:teuthology.orchestra.run.smithi017.stdout: } 2024-09-11T07:33:05.280 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:33:05.616 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:33:05.616 INFO:teuthology.orchestra.run.smithi017.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T07:33:05.616 INFO:teuthology.orchestra.run.smithi017.stdout: "in_progress": true, 2024-09-11T07:33:05.616 INFO:teuthology.orchestra.run.smithi017.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-11T07:33:05.616 INFO:teuthology.orchestra.run.smithi017.stdout: "services_complete": [ 2024-09-11T07:33:05.617 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr", 2024-09-11T07:33:05.617 INFO:teuthology.orchestra.run.smithi017.stdout: "osd", 2024-09-11T07:33:05.617 INFO:teuthology.orchestra.run.smithi017.stdout: "mon", 2024-09-11T07:33:05.617 INFO:teuthology.orchestra.run.smithi017.stdout: "crash" 2024-09-11T07:33:05.617 INFO:teuthology.orchestra.run.smithi017.stdout: ], 2024-09-11T07:33:05.617 INFO:teuthology.orchestra.run.smithi017.stdout: "progress": "15/23 daemons upgraded", 2024-09-11T07:33:05.617 INFO:teuthology.orchestra.run.smithi017.stdout: "message": "Currently upgrading mds daemons", 2024-09-11T07:33:05.617 INFO:teuthology.orchestra.run.smithi017.stdout: "is_paused": false 2024-09-11T07:33:05.617 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:33:06.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:05 smithi045 ceph-mon[48800]: from='client.34382 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:33:06.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:05 smithi045 ceph-mon[48800]: from='client.34386 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:33:06.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:05 smithi045 ceph-mon[48800]: pgmap v262: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-11T07:33:06.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:05 smithi045 ceph-mon[48800]: from='client.34390 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:33:06.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:05 smithi045 ceph-mon[48800]: from='client.? 172.21.15.17:0/1900181642' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:06.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:05 smithi017 ceph-mon[63383]: from='client.34382 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:33:06.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:05 smithi017 ceph-mon[63383]: from='client.34386 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:33:06.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:05 smithi017 ceph-mon[63383]: pgmap v262: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-11T07:33:06.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:05 smithi017 ceph-mon[63383]: from='client.34390 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:33:06.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:05 smithi017 ceph-mon[63383]: from='client.? 172.21.15.17:0/1900181642' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:07.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:06 smithi045 ceph-mon[48800]: from='client.34398 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:33:07.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:06 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:07.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:06 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:07.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:06 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:33:07.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:06 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:33:07.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:06 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:07.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:06 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:07.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:06 smithi017 ceph-mon[63383]: from='client.34398 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:33:07.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:06 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:07.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:06 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:07.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:06 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:33:07.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:06 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:33:07.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:06 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:07.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:06 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:08.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:07 smithi045 ceph-mon[48800]: Detected new or changed devices on smithi017 2024-09-11T07:33:08.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:07 smithi045 ceph-mon[48800]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:33:08.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:07 smithi045 ceph-mon[48800]: pgmap v263: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 348 B/s rd, 0 op/s 2024-09-11T07:33:08.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:07 smithi045 ceph-mon[48800]: pgmap v264: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 209 B/s rd, 0 op/s 2024-09-11T07:33:08.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:07 smithi045 ceph-mon[48800]: Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:33:08.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:07 smithi045 ceph-mon[48800]: Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:33:08.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:07 smithi017 ceph-mon[63383]: Detected new or changed devices on smithi017 2024-09-11T07:33:08.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:07 smithi017 ceph-mon[63383]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:33:08.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:07 smithi017 ceph-mon[63383]: pgmap v263: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 348 B/s rd, 0 op/s 2024-09-11T07:33:08.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:07 smithi017 ceph-mon[63383]: pgmap v264: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 209 B/s rd, 0 op/s 2024-09-11T07:33:08.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:07 smithi017 ceph-mon[63383]: Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:33:08.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:07 smithi017 ceph-mon[63383]: Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:33:10.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:09 smithi045 ceph-mon[48800]: pgmap v265: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 209 B/s rd, 0 op/s 2024-09-11T07:33:10.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:09 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:33:10.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:09 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:10.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:09 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:10.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:09 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:10.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:09 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:10.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:09 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi045.gxtxww"]}]: dispatch 2024-09-11T07:33:10.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:09 smithi017 ceph-mon[63383]: pgmap v265: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 209 B/s rd, 0 op/s 2024-09-11T07:33:10.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:09 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:33:10.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:09 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:10.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:09 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:10.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:09 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:10.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:09 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:10.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:09 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi045.gxtxww"]}]: dispatch 2024-09-11T07:33:11.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:10 smithi045 ceph-mon[48800]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:33:11.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:33:11.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:33:11.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:33:11.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:33:11.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:33:11.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:33:11.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:33:11.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: main() 2024-09-11T07:33:11.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:33:11.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: r = ctx.func(ctx) 2024-09-11T07:33:11.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:33:11.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return func(ctx) 2024-09-11T07:33:11.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:33:11.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:33:11.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:33:11.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:33:11.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:33:11.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:33:11.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:33:11.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:33:11.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:33:11.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:33:11.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:33:11.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:33:11.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.wait_async( 2024-09-11T07:33:11.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:33:11.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:33:11.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:33:11.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return future.result(timeout) 2024-09-11T07:33:11.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:33:11.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.__get_result() 2024-09-11T07:33:11.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:33:11.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise self._exception 2024-09-11T07:33:11.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:33:11.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: out, err, code = await self._run_cephadm( 2024-09-11T07:33:11.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:33:11.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise OrchestratorError( 2024-09-11T07:33:11.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:33:11.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:33:11.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:33:11.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:33:11.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:33:11.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:33:11.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:33:11.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:33:11.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: main() 2024-09-11T07:33:11.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:33:11.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: r = ctx.func(ctx) 2024-09-11T07:33:11.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:33:11.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return func(ctx) 2024-09-11T07:33:11.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:33:11.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:33:11.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:33:11.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:33:11.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:33:11.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:33:11.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:33:11.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:33:11.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:10 smithi045 ceph-mon[48800]: Upgrade: It appears safe to stop mds.foofs.smithi045.gxtxww 2024-09-11T07:33:11.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:10 smithi017 ceph-mon[63383]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:33:11.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:33:11.042 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:33:11.042 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:33:11.042 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:33:11.042 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:33:11.042 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:33:11.042 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:33:11.042 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: main() 2024-09-11T07:33:11.042 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:33:11.042 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: r = ctx.func(ctx) 2024-09-11T07:33:11.042 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:33:11.042 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return func(ctx) 2024-09-11T07:33:11.042 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:33:11.042 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:33:11.043 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:33:11.043 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:33:11.043 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:33:11.043 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:33:11.043 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:33:11.043 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:33:11.043 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:33:11.043 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:33:11.043 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:33:11.043 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:33:11.044 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.wait_async( 2024-09-11T07:33:11.044 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:33:11.044 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:33:11.044 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:33:11.044 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return future.result(timeout) 2024-09-11T07:33:11.044 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:33:11.044 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.__get_result() 2024-09-11T07:33:11.044 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:33:11.044 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise self._exception 2024-09-11T07:33:11.044 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:33:11.044 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: out, err, code = await self._run_cephadm( 2024-09-11T07:33:11.044 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:33:11.044 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise OrchestratorError( 2024-09-11T07:33:11.044 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:33:11.045 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:33:11.045 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:33:11.045 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:33:11.045 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:33:11.045 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:33:11.045 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:33:11.045 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:33:11.045 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: main() 2024-09-11T07:33:11.045 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:33:11.045 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: r = ctx.func(ctx) 2024-09-11T07:33:11.045 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:33:11.045 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return func(ctx) 2024-09-11T07:33:11.045 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:33:11.045 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:33:11.046 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:33:11.046 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:33:11.046 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:33:11.046 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:33:11.046 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:33:11.046 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:33:11.046 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:10 smithi017 ceph-mon[63383]: Upgrade: It appears safe to stop mds.foofs.smithi045.gxtxww 2024-09-11T07:33:12.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:11 smithi045 ceph-mon[48800]: pgmap v266: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 209 B/s rd, 0 op/s 2024-09-11T07:33:12.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:11 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:12.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:11 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi045.gxtxww", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-11T07:33:12.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:11 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:33:12.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:11 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:12.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:11 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:33:12.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:11 smithi017 ceph-mon[63383]: pgmap v266: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 209 B/s rd, 0 op/s 2024-09-11T07:33:12.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:11 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:12.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:11 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi045.gxtxww", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-11T07:33:12.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:11 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:33:12.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:11 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:12.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:11 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:33:13.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:12 smithi045 ceph-mon[48800]: Upgrade: Updating mds.foofs.smithi045.gxtxww 2024-09-11T07:33:13.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:12 smithi045 ceph-mon[48800]: Deploying daemon mds.foofs.smithi045.gxtxww on smithi045 2024-09-11T07:33:13.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:12 smithi017 ceph-mon[63383]: Upgrade: Updating mds.foofs.smithi045.gxtxww 2024-09-11T07:33:13.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:12 smithi017 ceph-mon[63383]: Deploying daemon mds.foofs.smithi045.gxtxww on smithi045 2024-09-11T07:33:13.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:13 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon-smithi017[63379]: 2024-09-11T07:33:13.114+0000 7fb0997a5640 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-11T07:33:14.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:13 smithi017 ceph-mon[63383]: pgmap v267: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 209 B/s rd, 0 op/s 2024-09-11T07:33:14.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:13 smithi017 ceph-mon[63383]: daemon mds.foofs.smithi045.gxtxww compat changed unexpectedly 2024-09-11T07:33:14.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:13 smithi017 ceph-mon[63383]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-09-11T07:33:14.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:13 smithi017 ceph-mon[63383]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-11T07:33:14.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:13 smithi017 ceph-mon[63383]: osdmap e135: 8 total, 8 up, 8 in 2024-09-11T07:33:14.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:13 smithi017 ceph-mon[63383]: Standby daemon mds.foofs.smithi017.utzzzp assigned to filesystem foofs as rank 0 2024-09-11T07:33:14.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:13 smithi017 ceph-mon[63383]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-09-11T07:33:14.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:13 smithi017 ceph-mon[63383]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-11T07:33:14.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:13 smithi017 ceph-mon[63383]: fsmap foofs:0/1 1 up:standby, 1 failed 2024-09-11T07:33:14.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:13 smithi017 ceph-mon[63383]: fsmap foofs:1/1 {0=foofs.smithi017.utzzzp=up:replay} 2024-09-11T07:33:14.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:13 smithi045 ceph-mon[48800]: pgmap v267: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 209 B/s rd, 0 op/s 2024-09-11T07:33:14.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:13 smithi045 ceph-mon[48800]: daemon mds.foofs.smithi045.gxtxww compat changed unexpectedly 2024-09-11T07:33:14.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:13 smithi045 ceph-mon[48800]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-09-11T07:33:14.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:13 smithi045 ceph-mon[48800]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-11T07:33:14.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:13 smithi045 ceph-mon[48800]: osdmap e135: 8 total, 8 up, 8 in 2024-09-11T07:33:14.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:13 smithi045 ceph-mon[48800]: Standby daemon mds.foofs.smithi017.utzzzp assigned to filesystem foofs as rank 0 2024-09-11T07:33:14.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:13 smithi045 ceph-mon[48800]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-09-11T07:33:14.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:13 smithi045 ceph-mon[48800]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-11T07:33:14.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:13 smithi045 ceph-mon[48800]: fsmap foofs:0/1 1 up:standby, 1 failed 2024-09-11T07:33:14.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:13 smithi045 ceph-mon[48800]: fsmap foofs:1/1 {0=foofs.smithi017.utzzzp=up:replay} 2024-09-11T07:33:16.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:15 smithi045 ceph-mon[48800]: pgmap v269: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 4.5 MiB/s rd, 1 op/s 2024-09-11T07:33:16.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:15 smithi045 ceph-mon[48800]: reconnect by client.24525 172.21.15.45:0/3210451105 after 0.000999991 2024-09-11T07:33:16.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:15 smithi045 ceph-mon[48800]: reconnect by client.14746 172.21.15.17:0/3133361876 after 0.000999991 2024-09-11T07:33:16.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:15 smithi045 ceph-mon[48800]: mds.? [v2:172.21.15.17:6834/1942501213,v1:172.21.15.17:6835/1942501213] up:reconnect 2024-09-11T07:33:16.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:15 smithi045 ceph-mon[48800]: fsmap foofs:1/1 {0=foofs.smithi017.utzzzp=up:reconnect} 2024-09-11T07:33:16.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:15 smithi017 ceph-mon[63383]: pgmap v269: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 4.5 MiB/s rd, 1 op/s 2024-09-11T07:33:16.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:15 smithi017 ceph-mon[63383]: reconnect by client.24525 172.21.15.45:0/3210451105 after 0.000999991 2024-09-11T07:33:16.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:15 smithi017 ceph-mon[63383]: reconnect by client.14746 172.21.15.17:0/3133361876 after 0.000999991 2024-09-11T07:33:16.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:15 smithi017 ceph-mon[63383]: mds.? [v2:172.21.15.17:6834/1942501213,v1:172.21.15.17:6835/1942501213] up:reconnect 2024-09-11T07:33:16.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:15 smithi017 ceph-mon[63383]: fsmap foofs:1/1 {0=foofs.smithi017.utzzzp=up:reconnect} 2024-09-11T07:33:17.192 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:16 smithi017 ceph-mon[63383]: mds.? [v2:172.21.15.17:6834/1942501213,v1:172.21.15.17:6835/1942501213] up:rejoin 2024-09-11T07:33:17.192 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:16 smithi017 ceph-mon[63383]: fsmap foofs:1/1 {0=foofs.smithi017.utzzzp=up:rejoin} 2024-09-11T07:33:17.192 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:16 smithi017 ceph-mon[63383]: daemon mds.foofs.smithi017.utzzzp is now active in filesystem foofs as rank 0 2024-09-11T07:33:17.285 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:16 smithi045 ceph-mon[48800]: mds.? [v2:172.21.15.17:6834/1942501213,v1:172.21.15.17:6835/1942501213] up:rejoin 2024-09-11T07:33:17.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:16 smithi045 ceph-mon[48800]: fsmap foofs:1/1 {0=foofs.smithi017.utzzzp=up:rejoin} 2024-09-11T07:33:17.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:16 smithi045 ceph-mon[48800]: daemon mds.foofs.smithi017.utzzzp is now active in filesystem foofs as rank 0 2024-09-11T07:33:18.285 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:17 smithi045 ceph-mon[48800]: pgmap v270: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 13 MiB/s rd, 4 op/s 2024-09-11T07:33:18.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:17 smithi045 ceph-mon[48800]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-09-11T07:33:18.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:17 smithi045 ceph-mon[48800]: mds.? [v2:172.21.15.17:6834/1942501213,v1:172.21.15.17:6835/1942501213] up:active 2024-09-11T07:33:18.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:17 smithi045 ceph-mon[48800]: fsmap foofs:1 {0=foofs.smithi017.utzzzp=up:active} 2024-09-11T07:33:18.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:17 smithi017 ceph-mon[63383]: pgmap v270: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 13 MiB/s rd, 4 op/s 2024-09-11T07:33:18.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:17 smithi017 ceph-mon[63383]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-09-11T07:33:18.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:17 smithi017 ceph-mon[63383]: mds.? [v2:172.21.15.17:6834/1942501213,v1:172.21.15.17:6835/1942501213] up:active 2024-09-11T07:33:18.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:17 smithi017 ceph-mon[63383]: fsmap foofs:1 {0=foofs.smithi017.utzzzp=up:active} 2024-09-11T07:33:20.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:19 smithi045 ceph-mon[48800]: pgmap v271: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 8 op/s 2024-09-11T07:33:20.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:19 smithi017 ceph-mon[63383]: pgmap v271: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 8 op/s 2024-09-11T07:33:21.888 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:21 smithi045 ceph-mon[48800]: pgmap v272: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 204 B/s wr, 10 op/s 2024-09-11T07:33:21.888 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:21 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:21.888 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:21 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:21.889 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:21 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:33:21.889 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:21 smithi045 ceph-mon[48800]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-09-11T07:33:21.889 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:21 smithi045 ceph-mon[48800]: mds.? [v2:172.21.15.45:6832/1096138874,v1:172.21.15.45:6833/1096138874] up:boot 2024-09-11T07:33:21.889 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:21 smithi045 ceph-mon[48800]: fsmap foofs:1 {0=foofs.smithi017.utzzzp=up:active} 1 up:standby 2024-09-11T07:33:21.889 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:21 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi045.gxtxww"}]: dispatch 2024-09-11T07:33:22.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:21 smithi017 ceph-mon[63383]: pgmap v272: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 204 B/s wr, 10 op/s 2024-09-11T07:33:22.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:21 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:22.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:21 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:22.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:21 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:33:22.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:21 smithi017 ceph-mon[63383]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-09-11T07:33:22.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:21 smithi017 ceph-mon[63383]: mds.? [v2:172.21.15.45:6832/1096138874,v1:172.21.15.45:6833/1096138874] up:boot 2024-09-11T07:33:22.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:21 smithi017 ceph-mon[63383]: fsmap foofs:1 {0=foofs.smithi017.utzzzp=up:active} 1 up:standby 2024-09-11T07:33:22.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:21 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi045.gxtxww"}]: dispatch 2024-09-11T07:33:24.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:23 smithi045 ceph-mon[48800]: pgmap v273: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 204 B/s wr, 10 op/s 2024-09-11T07:33:24.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:23 smithi017 ceph-mon[63383]: pgmap v273: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 21 MiB/s rd, 204 B/s wr, 10 op/s 2024-09-11T07:33:24.968 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:24 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:24.968 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:24 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:24.968 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:24 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:24.968 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:24 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:25.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:24 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:25.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:24 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:25.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:24 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:25.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:24 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:25.953 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:25 smithi045 ceph-mon[48800]: pgmap v274: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 19 MiB/s rd, 179 B/s wr, 9 op/s 2024-09-11T07:33:26.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:25 smithi017 ceph-mon[63383]: pgmap v274: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 19 MiB/s rd, 179 B/s wr, 9 op/s 2024-09-11T07:33:27.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:26 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:33:27.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:26 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:33:27.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:27 smithi045 ceph-mon[48800]: pgmap v275: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 15 MiB/s rd, 7.0 KiB/s wr, 10 op/s 2024-09-11T07:33:27.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:27 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:27.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:27 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:27.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:27 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:33:27.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:27 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:33:27.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:27 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:27.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:27 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:28.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:27 smithi017 ceph-mon[63383]: pgmap v275: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 15 MiB/s rd, 7.0 KiB/s wr, 10 op/s 2024-09-11T07:33:28.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:27 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:28.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:27 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:28.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:27 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:33:28.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:27 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:33:28.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:27 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:28.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:27 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:29.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:28 smithi045 ceph-mon[48800]: Detected new or changed devices on smithi045 2024-09-11T07:33:29.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:28 smithi045 ceph-mon[48800]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:33:29.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:28 smithi045 ceph-mon[48800]: pgmap v276: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 7.3 MiB/s rd, 7.6 KiB/s wr, 9 op/s 2024-09-11T07:33:29.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:28 smithi045 ceph-mon[48800]: pgmap v277: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 2.4 KiB/s rd, 9.3 KiB/s wr, 6 op/s 2024-09-11T07:33:29.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:28 smithi045 ceph-mon[48800]: Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:33:29.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:28 smithi045 ceph-mon[48800]: Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:33:29.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:28 smithi017 ceph-mon[63383]: Detected new or changed devices on smithi045 2024-09-11T07:33:29.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:28 smithi017 ceph-mon[63383]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:33:29.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:28 smithi017 ceph-mon[63383]: pgmap v276: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 7.3 MiB/s rd, 7.6 KiB/s wr, 9 op/s 2024-09-11T07:33:29.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:28 smithi017 ceph-mon[63383]: pgmap v277: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 2.4 KiB/s rd, 9.3 KiB/s wr, 6 op/s 2024-09-11T07:33:29.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:28 smithi017 ceph-mon[63383]: Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:33:29.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:28 smithi017 ceph-mon[63383]: Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:33:31.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:30 smithi045 ceph-mon[48800]: pgmap v278: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 1.4 KiB/s rd, 9.1 KiB/s wr, 4 op/s 2024-09-11T07:33:31.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:30 smithi017 ceph-mon[63383]: pgmap v278: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 1.4 KiB/s rd, 9.1 KiB/s wr, 4 op/s 2024-09-11T07:33:32.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:31 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:33:32.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:31 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:32.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:31 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:32.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:31 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:32.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:31 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:32.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:31 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:32.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:31 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:32.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:31 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi017.utzzzp"}]: dispatch 2024-09-11T07:33:32.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:31 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi017.utzzzp"}]': finished 2024-09-11T07:33:32.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:31 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi045.gxtxww"}]: dispatch 2024-09-11T07:33:32.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:31 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi045.gxtxww"}]': finished 2024-09-11T07:33:32.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:31 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:32.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:31 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:32.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:31 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:32.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:31 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:32.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:31 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:32.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:31 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:32.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:31 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:32.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:31 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:33:32.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:31 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:32.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:31 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:32.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:31 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:32.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:31 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:32.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:31 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:32.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:31 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:32.042 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:31 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi017.utzzzp"}]: dispatch 2024-09-11T07:33:32.042 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:31 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi017.utzzzp"}]': finished 2024-09-11T07:33:32.042 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:31 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi045.gxtxww"}]: dispatch 2024-09-11T07:33:32.044 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:31 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi045.gxtxww"}]': finished 2024-09-11T07:33:32.044 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:31 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:32.044 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:31 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:32.044 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:31 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:32.044 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:31 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:32.045 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:31 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:32.045 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:31 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:32.045 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:31 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:32.965 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:32 smithi017 ceph-mon[63383]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:33:32.965 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:33:32.965 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:33:32.965 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:33:32.965 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:33:32.965 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:33:32.965 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:33:32.965 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:33:32.966 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: main() 2024-09-11T07:33:32.966 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:33:32.966 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: r = ctx.func(ctx) 2024-09-11T07:33:32.966 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:33:32.966 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return func(ctx) 2024-09-11T07:33:32.966 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:33:32.966 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:33:32.966 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:33:32.966 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:33:32.966 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:33:32.966 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:33:32.966 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:33:32.966 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:33:32.966 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:33:32.967 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:33:32.967 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:33:32.967 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:33:32.967 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.wait_async( 2024-09-11T07:33:32.967 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:33:32.967 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:33:32.967 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:33:32.967 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return future.result(timeout) 2024-09-11T07:33:32.967 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:33:32.967 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.__get_result() 2024-09-11T07:33:32.967 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:33:32.967 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise self._exception 2024-09-11T07:33:32.967 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:33:32.967 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: out, err, code = await self._run_cephadm( 2024-09-11T07:33:32.968 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:33:32.968 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise OrchestratorError( 2024-09-11T07:33:32.968 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:33:32.968 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:33:32.968 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:33:32.968 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:33:32.968 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:33:32.968 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:33:32.968 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:33:32.968 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:33:32.968 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: main() 2024-09-11T07:33:32.968 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:33:32.968 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: r = ctx.func(ctx) 2024-09-11T07:33:32.968 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:33:32.969 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return func(ctx) 2024-09-11T07:33:32.969 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:33:32.969 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:33:32.969 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:33:32.969 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:33:32.969 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:33:32.969 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:33:32.969 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:33:32.969 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:33:32.969 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:32 smithi017 ceph-mon[63383]: Upgrade: Setting container_image for all mds 2024-09-11T07:33:32.969 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:32 smithi017 ceph-mon[63383]: Upgrade: Setting container_image for all rgw 2024-09-11T07:33:32.969 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:32 smithi017 ceph-mon[63383]: Upgrade: Setting container_image for all rbd-mirror 2024-09-11T07:33:32.969 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:32 smithi017 ceph-mon[63383]: Upgrade: Setting container_image for all iscsi 2024-09-11T07:33:32.970 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:32 smithi017 ceph-mon[63383]: pgmap v279: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 227 B/s rd, 9.1 KiB/s wr, 4 op/s 2024-09-11T07:33:32.970 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:32 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:32.970 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:32 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi017.yhlpto", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-11T07:33:32.970 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:32 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 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-11T07:33:32.970 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:32 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 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-11T07:33:32.970 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:32 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:33:32.970 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:32 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-11T07:33:32.970 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:32 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-11T07:33:32.970 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:32 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi017.yhlpto-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T07:33:32.970 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:32 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:33:33.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:32 smithi045 ceph-mon[48800]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:33:33.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:33:33.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:33:33.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:33:33.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:33:33.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:33:33.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:33:33.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:33:33.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: main() 2024-09-11T07:33:33.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:33:33.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: r = ctx.func(ctx) 2024-09-11T07:33:33.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:33:33.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return func(ctx) 2024-09-11T07:33:33.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:33:33.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:33:33.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:33:33.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:33:33.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:33:33.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:33:33.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:33:33.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:33:33.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:33:33.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:33:33.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:33:33.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:33:33.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.wait_async( 2024-09-11T07:33:33.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:33:33.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:33:33.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:33:33.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return future.result(timeout) 2024-09-11T07:33:33.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:33:33.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.__get_result() 2024-09-11T07:33:33.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:33:33.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise self._exception 2024-09-11T07:33:33.038 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:33:33.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: out, err, code = await self._run_cephadm( 2024-09-11T07:33:33.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:33:33.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise OrchestratorError( 2024-09-11T07:33:33.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:33:33.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:33:33.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:33:33.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:33:33.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:33:33.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:33:33.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:33:33.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:33:33.039 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: main() 2024-09-11T07:33:33.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:33:33.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: r = ctx.func(ctx) 2024-09-11T07:33:33.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:33:33.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return func(ctx) 2024-09-11T07:33:33.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:33:33.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:33:33.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:33:33.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:33:33.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:33:33.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:33:33.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:33:33.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:33:33.040 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:32 smithi045 ceph-mon[48800]: Upgrade: Setting container_image for all mds 2024-09-11T07:33:33.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:32 smithi045 ceph-mon[48800]: Upgrade: Setting container_image for all rgw 2024-09-11T07:33:33.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:32 smithi045 ceph-mon[48800]: Upgrade: Setting container_image for all rbd-mirror 2024-09-11T07:33:33.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:32 smithi045 ceph-mon[48800]: Upgrade: Setting container_image for all iscsi 2024-09-11T07:33:33.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:32 smithi045 ceph-mon[48800]: pgmap v279: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 227 B/s rd, 9.1 KiB/s wr, 4 op/s 2024-09-11T07:33:33.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:32 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:33.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:32 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi017.yhlpto", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-11T07:33:33.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:32 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 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-11T07:33:33.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:32 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 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-11T07:33:33.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:32 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:33:33.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:32 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-11T07:33:33.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:32 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-11T07:33:33.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:32 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi017.yhlpto-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T07:33:33.041 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:32 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:33:33.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:33 smithi017 ceph-mon[63383]: Upgrade: Updating nfs.foo.0.0.smithi017.yhlpto (1/2) 2024-09-11T07:33:33.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:33 smithi017 ceph-mon[63383]: Creating key for client.nfs.foo.0.0.smithi017.yhlpto 2024-09-11T07:33:33.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:33 smithi017 ceph-mon[63383]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-11T07:33:33.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:33 smithi017 ceph-mon[63383]: Rados config object exists: conf-nfs.foo 2024-09-11T07:33:33.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:33 smithi017 ceph-mon[63383]: Creating key for client.nfs.foo.0.0.smithi017.yhlpto-rgw 2024-09-11T07:33:33.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:33 smithi017 ceph-mon[63383]: Bind address in nfs.foo.0.0.smithi017.yhlpto's ganesha conf is defaulting to empty 2024-09-11T07:33:33.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:33 smithi017 ceph-mon[63383]: Deploying daemon nfs.foo.0.0.smithi017.yhlpto on smithi017 2024-09-11T07:33:34.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:33 smithi045 ceph-mon[48800]: Upgrade: Updating nfs.foo.0.0.smithi017.yhlpto (1/2) 2024-09-11T07:33:34.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:33 smithi045 ceph-mon[48800]: Creating key for client.nfs.foo.0.0.smithi017.yhlpto 2024-09-11T07:33:34.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:33 smithi045 ceph-mon[48800]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-11T07:33:34.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:33 smithi045 ceph-mon[48800]: Rados config object exists: conf-nfs.foo 2024-09-11T07:33:34.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:33 smithi045 ceph-mon[48800]: Creating key for client.nfs.foo.0.0.smithi017.yhlpto-rgw 2024-09-11T07:33:34.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:33 smithi045 ceph-mon[48800]: Bind address in nfs.foo.0.0.smithi017.yhlpto's ganesha conf is defaulting to empty 2024-09-11T07:33:34.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:33 smithi045 ceph-mon[48800]: Deploying daemon nfs.foo.0.0.smithi017.yhlpto on smithi017 2024-09-11T07:33:34.974 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:34 smithi017 ceph-mon[63383]: pgmap v280: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 227 B/s rd, 9.1 KiB/s wr, 4 op/s 2024-09-11T07:33:35.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:34 smithi045 ceph-mon[48800]: pgmap v280: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 227 B/s rd, 9.1 KiB/s wr, 4 op/s 2024-09-11T07:33:35.965 INFO:teuthology.orchestra.run.smithi017.stdout:true 2024-09-11T07:33:36.614 INFO:teuthology.orchestra.run.smithi017.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T07:33:36.614 INFO:teuthology.orchestra.run.smithi017.stdout:alertmanager.smithi017 smithi017 *:9093,9094 running (19m) 33s ago 20m 19.1M - 0.20.0 0881eb8f169f 8ff211b4e457 2024-09-11T07:33:36.614 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi017 smithi017 running (5m) 33s ago 20m 6887k - 17.2.7-1623-gd0e6828a 4a918172a497 5664d58a3a36 2024-09-11T07:33:36.615 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi045 smithi045 running (5m) 12s ago 19m 6895k - 17.2.7-1623-gd0e6828a 4a918172a497 b70b9ed235ba 2024-09-11T07:33:36.615 INFO:teuthology.orchestra.run.smithi017.stdout:grafana.smithi017 smithi017 *:3000 running (19m) 33s ago 20m 36.1M - 6.7.4 557c83e11646 24bbf4d58b8c 2024-09-11T07:33:36.615 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi017.utzzzp smithi017 running (39s) 33s ago 15m 12.4M - 17.2.7-1623-gd0e6828a 4a918172a497 d0091c3d4b1f 2024-09-11T07:33:36.615 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi045.gxtxww smithi045 running (16s) 12s ago 15m 13.2M - 17.2.7-1623-gd0e6828a 4a918172a497 6efa49da1b05 2024-09-11T07:33:36.615 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi017.qgiuqa smithi017 *:8443,9283 running (10m) 33s ago 22m 466M - 17.2.7-1623-gd0e6828a 4a918172a497 1a5c10d7a16e 2024-09-11T07:33:36.615 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi045.wavrrv smithi045 *:8443,9283 running (7m) 12s ago 19m 401M - 17.2.7-1623-gd0e6828a 4a918172a497 79559b699e04 2024-09-11T07:33:36.615 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi017 smithi017 running (6m) 33s ago 22m 83.1M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 93477c9f0204 2024-09-11T07:33:36.615 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi045 smithi045 running (6m) 12s ago 19m 63.0M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 ef66edbefbdf 2024-09-11T07:33:36.615 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.0.0.smithi017.yhlpto smithi017 *:2049 starting - - - - 2024-09-11T07:33:36.615 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.1.0.smithi045.sirexv smithi045 *:2049 running (12m) 12s ago 12m 88.0M - 3.5 8d91d370c2b8 0795be2c25de 2024-09-11T07:33:36.615 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi017 smithi017 *:9100 running (20m) 33s ago 20m 17.0M - 0.18.1 e5a616e4b9cf 3ae9bdfa57df 2024-09-11T07:33:36.615 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi045 smithi045 *:9100 running (19m) 12s ago 19m 17.0M - 0.18.1 e5a616e4b9cf 517c959affda 2024-09-11T07:33:36.615 INFO:teuthology.orchestra.run.smithi017.stdout:osd.0 smithi017 running (4m) 33s ago 19m 354M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 6d8cdd6dd8fe 2024-09-11T07:33:36.615 INFO:teuthology.orchestra.run.smithi017.stdout:osd.1 smithi017 running (4m) 33s ago 18m 287M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 2e7de52a6624 2024-09-11T07:33:36.616 INFO:teuthology.orchestra.run.smithi017.stdout:osd.2 smithi017 running (3m) 33s ago 18m 211M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 f637088f4a42 2024-09-11T07:33:36.616 INFO:teuthology.orchestra.run.smithi017.stdout:osd.3 smithi017 running (3m) 33s ago 18m 216M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 b40a71ed7bd1 2024-09-11T07:33:36.616 INFO:teuthology.orchestra.run.smithi017.stdout:osd.4 smithi045 running (2m) 12s ago 17m 210M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 20c730d135b9 2024-09-11T07:33:36.616 INFO:teuthology.orchestra.run.smithi017.stdout:osd.5 smithi045 running (2m) 12s ago 17m 195M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 79e212d36e89 2024-09-11T07:33:36.616 INFO:teuthology.orchestra.run.smithi017.stdout:osd.6 smithi045 running (93s) 12s ago 17m 183M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 0b07b7d1f769 2024-09-11T07:33:36.616 INFO:teuthology.orchestra.run.smithi017.stdout:osd.7 smithi045 running (57s) 12s ago 16m 225M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 cc0312dac7ee 2024-09-11T07:33:36.616 INFO:teuthology.orchestra.run.smithi017.stdout:prometheus.smithi017 smithi017 *:9095 error 33s ago 20m 46.3M - 2.18.1 de242295e225 5d1f02a1080f 2024-09-11T07:33:36.764 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:36 smithi045 ceph-mon[48800]: pgmap v281: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 1.4 KiB/s rd, 682 B/s wr, 1 op/s 2024-09-11T07:33:36.764 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:36 smithi045 ceph-mon[48800]: Evicting (and blocklisting) client session 14746 (172.21.15.17:0/3133361876) 2024-09-11T07:33:36.764 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:36 smithi045 ceph-mon[48800]: from='mds.? [v2:172.21.15.17:6834/1942501213,v1:172.21.15.17:6835/1942501213]' entity='mds.foofs.smithi017.utzzzp' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.17:0/3133361876"}]: dispatch 2024-09-11T07:33:36.764 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:36 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:36.764 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:36 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:37.017 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:36 smithi017 ceph-mon[63383]: pgmap v281: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 1.4 KiB/s rd, 682 B/s wr, 1 op/s 2024-09-11T07:33:37.017 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:36 smithi017 ceph-mon[63383]: Evicting (and blocklisting) client session 14746 (172.21.15.17:0/3133361876) 2024-09-11T07:33:37.018 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:36 smithi017 ceph-mon[63383]: from='mds.? [v2:172.21.15.17:6834/1942501213,v1:172.21.15.17:6835/1942501213]' entity='mds.foofs.smithi017.utzzzp' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.17:0/3133361876"}]: dispatch 2024-09-11T07:33:37.018 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:36 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:37.018 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:36 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:37.018 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:33:37.018 INFO:teuthology.orchestra.run.smithi017.stdout: "mon": { 2024-09-11T07:33:37.018 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:33:37.018 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:33:37.018 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr": { 2024-09-11T07:33:37.018 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:33:37.018 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:33:37.018 INFO:teuthology.orchestra.run.smithi017.stdout: "osd": { 2024-09-11T07:33:37.019 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 8 2024-09-11T07:33:37.019 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:33:37.019 INFO:teuthology.orchestra.run.smithi017.stdout: "mds": { 2024-09-11T07:33:37.019 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:33:37.019 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:33:37.019 INFO:teuthology.orchestra.run.smithi017.stdout: "overall": { 2024-09-11T07:33:37.019 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 14 2024-09-11T07:33:37.019 INFO:teuthology.orchestra.run.smithi017.stdout: } 2024-09-11T07:33:37.019 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:33:37.347 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:33:37.347 INFO:teuthology.orchestra.run.smithi017.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T07:33:37.347 INFO:teuthology.orchestra.run.smithi017.stdout: "in_progress": true, 2024-09-11T07:33:37.347 INFO:teuthology.orchestra.run.smithi017.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-11T07:33:37.347 INFO:teuthology.orchestra.run.smithi017.stdout: "services_complete": [ 2024-09-11T07:33:37.348 INFO:teuthology.orchestra.run.smithi017.stdout: "osd", 2024-09-11T07:33:37.348 INFO:teuthology.orchestra.run.smithi017.stdout: "crash", 2024-09-11T07:33:37.348 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr", 2024-09-11T07:33:37.348 INFO:teuthology.orchestra.run.smithi017.stdout: "mds", 2024-09-11T07:33:37.348 INFO:teuthology.orchestra.run.smithi017.stdout: "mon" 2024-09-11T07:33:37.348 INFO:teuthology.orchestra.run.smithi017.stdout: ], 2024-09-11T07:33:37.348 INFO:teuthology.orchestra.run.smithi017.stdout: "progress": "16/23 daemons upgraded", 2024-09-11T07:33:37.348 INFO:teuthology.orchestra.run.smithi017.stdout: "message": "Currently upgrading nfs daemons", 2024-09-11T07:33:37.348 INFO:teuthology.orchestra.run.smithi017.stdout: "is_paused": false 2024-09-11T07:33:37.348 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:33:37.996 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:37 smithi045 ceph-mon[48800]: from='client.34412 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:33:37.996 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:37 smithi045 ceph-mon[48800]: from='client.34428 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:33:37.996 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:37 smithi045 ceph-mon[48800]: from='client.34432 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:33:37.996 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:37 smithi045 ceph-mon[48800]: from='mds.? [v2:172.21.15.17:6834/1942501213,v1:172.21.15.17:6835/1942501213]' entity='mds.foofs.smithi017.utzzzp' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.17:0/3133361876"}]': finished 2024-09-11T07:33:37.996 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:37 smithi045 ceph-mon[48800]: osdmap e136: 8 total, 8 up, 8 in 2024-09-11T07:33:37.996 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:37 smithi045 ceph-mon[48800]: from='client.? 172.21.15.17:0/2444171352' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:37.996 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:37 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:37.996 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:37 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi045.sirexv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-11T07:33:37.996 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:37 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 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-11T07:33:37.996 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:37 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 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-11T07:33:37.997 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:37 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:33:37.997 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:37 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-11T07:33:37.997 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:37 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-11T07:33:37.997 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:37 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi045.sirexv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T07:33:37.997 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:37 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:33:38.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:37 smithi017 ceph-mon[63383]: from='client.34412 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:33:38.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:37 smithi017 ceph-mon[63383]: from='client.34428 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:33:38.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:37 smithi017 ceph-mon[63383]: from='client.34432 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:33:38.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:37 smithi017 ceph-mon[63383]: from='mds.? [v2:172.21.15.17:6834/1942501213,v1:172.21.15.17:6835/1942501213]' entity='mds.foofs.smithi017.utzzzp' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.17:0/3133361876"}]': finished 2024-09-11T07:33:38.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:37 smithi017 ceph-mon[63383]: osdmap e136: 8 total, 8 up, 8 in 2024-09-11T07:33:38.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:37 smithi017 ceph-mon[63383]: from='client.? 172.21.15.17:0/2444171352' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:38.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:37 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:38.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:37 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi045.sirexv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-11T07:33:38.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:37 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 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-11T07:33:38.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:37 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 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-11T07:33:38.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:37 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:33:38.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:37 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-11T07:33:38.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:37 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-11T07:33:38.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:37 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi045.sirexv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-11T07:33:38.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:37 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:33:38.857 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:38 smithi045 ceph-mon[48800]: from='client.34440 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:33:38.857 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:38 smithi045 ceph-mon[48800]: Upgrade: Updating nfs.foo.1.0.smithi045.sirexv (2/2) 2024-09-11T07:33:38.857 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:38 smithi045 ceph-mon[48800]: Creating key for client.nfs.foo.1.0.smithi045.sirexv 2024-09-11T07:33:38.857 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:38 smithi045 ceph-mon[48800]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-09-11T07:33:38.857 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:38 smithi045 ceph-mon[48800]: Rados config object exists: conf-nfs.foo 2024-09-11T07:33:38.857 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:38 smithi045 ceph-mon[48800]: Creating key for client.nfs.foo.1.0.smithi045.sirexv-rgw 2024-09-11T07:33:38.857 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:38 smithi045 ceph-mon[48800]: Bind address in nfs.foo.1.0.smithi045.sirexv's ganesha conf is defaulting to empty 2024-09-11T07:33:38.858 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:38 smithi045 ceph-mon[48800]: Deploying daemon nfs.foo.1.0.smithi045.sirexv on smithi045 2024-09-11T07:33:38.858 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:38 smithi045 ceph-mon[48800]: pgmap v283: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 1.3 KiB/s rd, 614 B/s wr, 1 op/s 2024-09-11T07:33:39.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:38 smithi017 ceph-mon[63383]: from='client.34440 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:33:39.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:38 smithi017 ceph-mon[63383]: Upgrade: Updating nfs.foo.1.0.smithi045.sirexv (2/2) 2024-09-11T07:33:39.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:38 smithi017 ceph-mon[63383]: Creating key for client.nfs.foo.1.0.smithi045.sirexv 2024-09-11T07:33:39.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:38 smithi017 ceph-mon[63383]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-09-11T07:33:39.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:38 smithi017 ceph-mon[63383]: Rados config object exists: conf-nfs.foo 2024-09-11T07:33:39.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:38 smithi017 ceph-mon[63383]: Creating key for client.nfs.foo.1.0.smithi045.sirexv-rgw 2024-09-11T07:33:39.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:38 smithi017 ceph-mon[63383]: Bind address in nfs.foo.1.0.smithi045.sirexv's ganesha conf is defaulting to empty 2024-09-11T07:33:39.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:38 smithi017 ceph-mon[63383]: Deploying daemon nfs.foo.1.0.smithi045.sirexv on smithi045 2024-09-11T07:33:39.041 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:38 smithi017 ceph-mon[63383]: pgmap v283: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 1.3 KiB/s rd, 614 B/s wr, 1 op/s 2024-09-11T07:33:40.974 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:40 smithi045 ceph-mon[48800]: pgmap v284: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 1.6 KiB/s rd, 716 B/s wr, 2 op/s 2024-09-11T07:33:41.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:40 smithi017 ceph-mon[63383]: pgmap v284: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 1.6 KiB/s rd, 716 B/s wr, 2 op/s 2024-09-11T07:33:42.032 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:41 smithi017 ceph-mon[63383]: Evicting (and blocklisting) client session 24525 (172.21.15.45:0/3210451105) 2024-09-11T07:33:42.032 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:41 smithi017 ceph-mon[63383]: from='mds.? [v2:172.21.15.17:6834/1942501213,v1:172.21.15.17:6835/1942501213]' entity='mds.foofs.smithi017.utzzzp' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.45:0/3210451105"}]: dispatch 2024-09-11T07:33:42.033 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:41 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:42.033 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:41 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:42.033 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:41 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:33:42.033 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:41 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:42.033 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:41 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:42.033 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:41 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:33:42.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:41 smithi045 ceph-mon[48800]: Evicting (and blocklisting) client session 24525 (172.21.15.45:0/3210451105) 2024-09-11T07:33:42.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:41 smithi045 ceph-mon[48800]: from='mds.? [v2:172.21.15.17:6834/1942501213,v1:172.21.15.17:6835/1942501213]' entity='mds.foofs.smithi017.utzzzp' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.45:0/3210451105"}]: dispatch 2024-09-11T07:33:42.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:41 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:42.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:41 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:42.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:41 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:33:42.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:41 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:42.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:41 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:42.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:41 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:33:42.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:42 smithi045 ceph-mon[48800]: pgmap v285: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2024-09-11T07:33:42.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:42 smithi045 ceph-mon[48800]: from='mds.? [v2:172.21.15.17:6834/1942501213,v1:172.21.15.17:6835/1942501213]' entity='mds.foofs.smithi017.utzzzp' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.45:0/3210451105"}]': finished 2024-09-11T07:33:42.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:42 smithi045 ceph-mon[48800]: osdmap e137: 8 total, 8 up, 8 in 2024-09-11T07:33:43.018 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:42 smithi017 ceph-mon[63383]: pgmap v285: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2024-09-11T07:33:43.018 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:42 smithi017 ceph-mon[63383]: from='mds.? [v2:172.21.15.17:6834/1942501213,v1:172.21.15.17:6835/1942501213]' entity='mds.foofs.smithi017.utzzzp' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.45:0/3210451105"}]': finished 2024-09-11T07:33:43.018 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:42 smithi017 ceph-mon[63383]: osdmap e137: 8 total, 8 up, 8 in 2024-09-11T07:33:44.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:44 smithi017 ceph-mon[63383]: pgmap v287: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 2.2 KiB/s rd, 1023 B/s wr, 3 op/s 2024-09-11T07:33:44.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:44 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:44.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:44 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:44.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:44 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:44.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:44 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:45.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:44 smithi045 ceph-mon[48800]: pgmap v287: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 2.2 KiB/s rd, 1023 B/s wr, 3 op/s 2024-09-11T07:33:45.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:44 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:45.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:44 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:45.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:44 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:45.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:44 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:47.014 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:46 smithi045 ceph-mon[48800]: pgmap v288: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 3.4 KiB/s rd, 1.7 KiB/s wr, 5 op/s 2024-09-11T07:33:47.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:46 smithi017 ceph-mon[63383]: pgmap v288: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 3.4 KiB/s rd, 1.7 KiB/s wr, 5 op/s 2024-09-11T07:33:48.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:47 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:48.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:47 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:48.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:47 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:48.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:47 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:48.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:47 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:48.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:47 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:48.196 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:47 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:48.196 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:47 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:48.197 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:47 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:48.197 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:47 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:48.197 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:47 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:48.197 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:47 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:48.983 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:48 smithi017 ceph-mon[63383]: pgmap v289: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.5 KiB/s wr, 5 op/s 2024-09-11T07:33:49.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:48 smithi045 ceph-mon[48800]: pgmap v289: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.5 KiB/s wr, 5 op/s 2024-09-11T07:33:51.143 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:50 smithi017 ceph-mon[63383]: pgmap v290: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 2.8 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2024-09-11T07:33:51.143 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:50 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:51.143 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:50 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:51.144 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:50 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:33:51.144 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:50 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:33:51.144 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:50 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:51.144 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:50 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:51.285 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:50 smithi045 ceph-mon[48800]: pgmap v290: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 2.8 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2024-09-11T07:33:51.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:50 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:51.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:50 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:51.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:50 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:33:51.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:50 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:33:51.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:50 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:51.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:50 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:52.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:51 smithi045 ceph-mon[48800]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:33:52.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:51 smithi045 ceph-mon[48800]: pgmap v291: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 1.4 KiB/s rd, 786 B/s wr, 2 op/s 2024-09-11T07:33:52.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:51 smithi045 ceph-mon[48800]: pgmap v292: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 1.5 KiB/s rd, 802 B/s wr, 2 op/s 2024-09-11T07:33:52.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:51 smithi045 ceph-mon[48800]: Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:33:52.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:51 smithi045 ceph-mon[48800]: Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:33:52.287 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:51 smithi017 ceph-mon[63383]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:33:52.287 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:51 smithi017 ceph-mon[63383]: pgmap v291: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 1.4 KiB/s rd, 786 B/s wr, 2 op/s 2024-09-11T07:33:52.288 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:51 smithi017 ceph-mon[63383]: pgmap v292: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 1.5 KiB/s rd, 802 B/s wr, 2 op/s 2024-09-11T07:33:52.288 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:51 smithi017 ceph-mon[63383]: Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:33:52.288 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:51 smithi017 ceph-mon[63383]: Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:33:54.154 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:53 smithi017 ceph-mon[63383]: pgmap v293: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 1.4 KiB/s rd, 786 B/s wr, 2 op/s 2024-09-11T07:33:54.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:53 smithi045 ceph-mon[48800]: pgmap v293: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 1.4 KiB/s rd, 786 B/s wr, 2 op/s 2024-09-11T07:33:55.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:54 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:33:55.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:54 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:55.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:54 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:55.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:54 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:55.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:54 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:55.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:54 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:55.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:54 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:55.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:54 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:55.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:54 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:55.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:54 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:55.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:54 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:55.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:54 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:55.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:54 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.0.smithi017.yhlpto"}]: dispatch 2024-09-11T07:33:55.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:54 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.0.smithi017.yhlpto"}]': finished 2024-09-11T07:33:55.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:54 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.0.smithi045.sirexv"}]: dispatch 2024-09-11T07:33:55.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:54 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.0.smithi045.sirexv"}]': finished 2024-09-11T07:33:55.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:54 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:33:55.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:54 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:55.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:54 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:55.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:54 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:55.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:54 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:55.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:54 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:55.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:54 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:55.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:54 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:55.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:54 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:55.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:54 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:55.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:54 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:33:55.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:54 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:33:55.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:54 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.0.smithi017.yhlpto"}]: dispatch 2024-09-11T07:33:55.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:54 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.0.smithi017.yhlpto"}]': finished 2024-09-11T07:33:55.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:54 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.0.smithi045.sirexv"}]: dispatch 2024-09-11T07:33:55.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:54 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.0.smithi045.sirexv"}]': finished 2024-09-11T07:33:56.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:55 smithi045 ceph-mon[48800]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:33:56.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:33:56.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:33:56.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:33:56.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:33:56.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:33:56.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:33:56.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:33:56.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: main() 2024-09-11T07:33:56.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:33:56.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: r = ctx.func(ctx) 2024-09-11T07:33:56.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:33:56.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return func(ctx) 2024-09-11T07:33:56.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:33:56.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:33:56.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:33:56.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:33:56.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:33:56.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:33:56.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:33:56.287 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:33:56.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:33:56.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:33:56.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:33:56.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:33:56.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.wait_async( 2024-09-11T07:33:56.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:33:56.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:33:56.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:33:56.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return future.result(timeout) 2024-09-11T07:33:56.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:33:56.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.__get_result() 2024-09-11T07:33:56.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:33:56.288 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise self._exception 2024-09-11T07:33:56.289 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:33:56.289 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: out, err, code = await self._run_cephadm( 2024-09-11T07:33:56.289 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:33:56.289 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise OrchestratorError( 2024-09-11T07:33:56.289 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:33:56.289 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:33:56.289 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:33:56.289 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:33:56.289 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:33:56.290 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:33:56.290 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:33:56.290 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:33:56.290 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: main() 2024-09-11T07:33:56.290 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:33:56.290 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: r = ctx.func(ctx) 2024-09-11T07:33:56.290 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:33:56.290 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return func(ctx) 2024-09-11T07:33:56.290 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:33:56.290 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:33:56.290 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:33:56.290 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:33:56.290 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:33:56.290 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:33:56.291 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:33:56.291 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:33:56.291 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:55 smithi045 ceph-mon[48800]: Upgrade: Setting container_image for all nfs 2024-09-11T07:33:56.291 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:55 smithi045 ceph-mon[48800]: pgmap v294: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 112 B/s rd, 0 op/s 2024-09-11T07:33:56.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:55 smithi017 ceph-mon[63383]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:33:56.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:33:56.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:33:56.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:33:56.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:33:56.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:33:56.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:33:56.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:33:56.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: main() 2024-09-11T07:33:56.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:33:56.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: r = ctx.func(ctx) 2024-09-11T07:33:56.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:33:56.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return func(ctx) 2024-09-11T07:33:56.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:33:56.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:33:56.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:33:56.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:33:56.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:33:56.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:33:56.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:33:56.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:33:56.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:33:56.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:33:56.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:33:56.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:33:56.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.wait_async( 2024-09-11T07:33:56.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:33:56.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:33:56.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:33:56.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return future.result(timeout) 2024-09-11T07:33:56.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:33:56.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.__get_result() 2024-09-11T07:33:56.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:33:56.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise self._exception 2024-09-11T07:33:56.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:33:56.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: out, err, code = await self._run_cephadm( 2024-09-11T07:33:56.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:33:56.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise OrchestratorError( 2024-09-11T07:33:56.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:33:56.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:33:56.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:33:56.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:33:56.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:33:56.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:33:56.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:33:56.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:33:56.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: main() 2024-09-11T07:33:56.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:33:56.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: r = ctx.func(ctx) 2024-09-11T07:33:56.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:33:56.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return func(ctx) 2024-09-11T07:33:56.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:33:56.296 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:33:56.296 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:33:56.296 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:33:56.296 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:33:56.296 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:33:56.296 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:33:56.296 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:33:56.296 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:55 smithi017 ceph-mon[63383]: Upgrade: Setting container_image for all nfs 2024-09-11T07:33:56.296 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:55 smithi017 ceph-mon[63383]: pgmap v294: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 112 B/s rd, 0 op/s 2024-09-11T07:33:57.209 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:56 smithi017 ceph-mon[63383]: Upgrade: Updating node-exporter.smithi017 (1/2) 2024-09-11T07:33:57.209 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:56 smithi017 ceph-mon[63383]: Deploying daemon node-exporter.smithi017 on smithi017 2024-09-11T07:33:57.209 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:56 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:33:57.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:56 smithi045 ceph-mon[48800]: Upgrade: Updating node-exporter.smithi017 (1/2) 2024-09-11T07:33:57.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:56 smithi045 ceph-mon[48800]: Deploying daemon node-exporter.smithi017 on smithi017 2024-09-11T07:33:57.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:56 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:33:58.285 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:57 smithi045 ceph-mon[48800]: pgmap v295: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 224 B/s rd, 0 op/s 2024-09-11T07:33:58.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:57 smithi017 ceph-mon[63383]: pgmap v295: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 224 B/s rd, 0 op/s 2024-09-11T07:34:00.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:33:59 smithi017 ceph-mon[63383]: pgmap v296: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 224 B/s rd, 0 op/s 2024-09-11T07:34:00.285 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:33:59 smithi045 ceph-mon[48800]: pgmap v296: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 224 B/s rd, 0 op/s 2024-09-11T07:34:01.913 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:01 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:01.913 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:01 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:01.913 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:01 smithi045 ceph-mon[48800]: pgmap v297: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-11T07:34:02.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:01 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:02.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:01 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:02.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:01 smithi017 ceph-mon[63383]: pgmap v297: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-09-11T07:34:03.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:03 smithi045 ceph-mon[48800]: Upgrade: Updating node-exporter.smithi045 (2/2) 2024-09-11T07:34:03.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:03 smithi045 ceph-mon[48800]: Deploying daemon node-exporter.smithi045 on smithi045 2024-09-11T07:34:03.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:03 smithi045 ceph-mon[48800]: pgmap v298: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:34:04.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:03 smithi017 ceph-mon[63383]: Upgrade: Updating node-exporter.smithi045 (2/2) 2024-09-11T07:34:04.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:03 smithi017 ceph-mon[63383]: Deploying daemon node-exporter.smithi045 on smithi045 2024-09-11T07:34:04.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:03 smithi017 ceph-mon[63383]: pgmap v298: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:34:05.921 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:05 smithi045 ceph-mon[48800]: pgmap v299: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-09-11T07:34:06.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:05 smithi017 ceph-mon[63383]: pgmap v299: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-09-11T07:34:07.713 INFO:teuthology.orchestra.run.smithi017.stdout:true 2024-09-11T07:34:08.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:07 smithi017 ceph-mon[63383]: pgmap v300: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 1.1 KiB/s rd, 426 B/s wr, 1 op/s 2024-09-11T07:34:08.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:07 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:08.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:07 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:08.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:07 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:34:08.285 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:07 smithi045 ceph-mon[48800]: pgmap v300: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 1.1 KiB/s rd, 426 B/s wr, 1 op/s 2024-09-11T07:34:08.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:07 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:08.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:07 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:08.286 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:07 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:34:08.391 INFO:teuthology.orchestra.run.smithi017.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T07:34:08.391 INFO:teuthology.orchestra.run.smithi017.stdout:alertmanager.smithi017 smithi017 *:9093,9094 running (19m) 21s ago 21m 19.1M - 0.20.0 0881eb8f169f 8ff211b4e457 2024-09-11T07:34:08.391 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi017 smithi017 running (5m) 21s ago 21m 6887k - 17.2.7-1623-gd0e6828a 4a918172a497 5664d58a3a36 2024-09-11T07:34:08.391 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi045 smithi045 running (5m) 24s ago 20m 6895k - 17.2.7-1623-gd0e6828a 4a918172a497 b70b9ed235ba 2024-09-11T07:34:08.392 INFO:teuthology.orchestra.run.smithi017.stdout:grafana.smithi017 smithi017 *:3000 running (19m) 21s ago 21m 36.3M - 6.7.4 557c83e11646 24bbf4d58b8c 2024-09-11T07:34:08.392 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi017.utzzzp smithi017 running (71s) 21s ago 15m 26.2M - 17.2.7-1623-gd0e6828a 4a918172a497 d0091c3d4b1f 2024-09-11T07:34:08.392 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi045.gxtxww smithi045 running (48s) 24s ago 15m 14.2M - 17.2.7-1623-gd0e6828a 4a918172a497 6efa49da1b05 2024-09-11T07:34:08.392 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi017.qgiuqa smithi017 *:8443,9283 running (10m) 21s ago 22m 467M - 17.2.7-1623-gd0e6828a 4a918172a497 1a5c10d7a16e 2024-09-11T07:34:08.392 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi045.wavrrv smithi045 *:8443,9283 running (7m) 24s ago 20m 401M - 17.2.7-1623-gd0e6828a 4a918172a497 79559b699e04 2024-09-11T07:34:08.392 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi017 smithi017 running (7m) 21s ago 22m 84.4M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 93477c9f0204 2024-09-11T07:34:08.392 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi045 smithi045 running (6m) 24s ago 20m 63.2M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 ef66edbefbdf 2024-09-11T07:34:08.392 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.0.0.smithi017.yhlpto smithi017 *:2049 running (32s) 21s ago 13m 53.9M - 5.9 4a918172a497 39d3d4e781b8 2024-09-11T07:34:08.392 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.1.0.smithi045.sirexv smithi045 *:2049 running (27s) 24s ago 13m 23.1M - 5.9 4a918172a497 484f981c950a 2024-09-11T07:34:08.392 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi017 smithi017 *:9100 starting - - - - 2024-09-11T07:34:08.393 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi045 smithi045 *:9100 starting - - - - 2024-09-11T07:34:08.393 INFO:teuthology.orchestra.run.smithi017.stdout:osd.0 smithi017 running (5m) 21s ago 19m 354M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 6d8cdd6dd8fe 2024-09-11T07:34:08.393 INFO:teuthology.orchestra.run.smithi017.stdout:osd.1 smithi017 running (4m) 21s ago 19m 291M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 2e7de52a6624 2024-09-11T07:34:08.393 INFO:teuthology.orchestra.run.smithi017.stdout:osd.2 smithi017 running (4m) 21s ago 18m 213M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 f637088f4a42 2024-09-11T07:34:08.393 INFO:teuthology.orchestra.run.smithi017.stdout:osd.3 smithi017 running (3m) 21s ago 18m 217M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 b40a71ed7bd1 2024-09-11T07:34:08.393 INFO:teuthology.orchestra.run.smithi017.stdout:osd.4 smithi045 running (3m) 24s ago 18m 209M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 20c730d135b9 2024-09-11T07:34:08.393 INFO:teuthology.orchestra.run.smithi017.stdout:osd.5 smithi045 running (2m) 24s ago 17m 196M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 79e212d36e89 2024-09-11T07:34:08.393 INFO:teuthology.orchestra.run.smithi017.stdout:osd.6 smithi045 running (2m) 24s ago 17m 184M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 0b07b7d1f769 2024-09-11T07:34:08.393 INFO:teuthology.orchestra.run.smithi017.stdout:osd.7 smithi045 running (89s) 24s ago 17m 225M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 cc0312dac7ee 2024-09-11T07:34:08.394 INFO:teuthology.orchestra.run.smithi017.stdout:prometheus.smithi017 smithi017 *:9095 error 21s ago 20m 46.3M - 2.18.1 de242295e225 5d1f02a1080f 2024-09-11T07:34:08.786 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:34:08.787 INFO:teuthology.orchestra.run.smithi017.stdout: "mon": { 2024-09-11T07:34:08.787 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:34:08.787 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:34:08.787 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr": { 2024-09-11T07:34:08.787 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:34:08.787 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:34:08.787 INFO:teuthology.orchestra.run.smithi017.stdout: "osd": { 2024-09-11T07:34:08.787 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 8 2024-09-11T07:34:08.787 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:34:08.787 INFO:teuthology.orchestra.run.smithi017.stdout: "mds": { 2024-09-11T07:34:08.787 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:34:08.788 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:34:08.788 INFO:teuthology.orchestra.run.smithi017.stdout: "overall": { 2024-09-11T07:34:08.788 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 14 2024-09-11T07:34:08.788 INFO:teuthology.orchestra.run.smithi017.stdout: } 2024-09-11T07:34:08.788 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:34:09.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:08 smithi017 ceph-mon[63383]: from='client.34462 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:34:09.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:08 smithi017 ceph-mon[63383]: from='client.? 172.21.15.17:0/497332098' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:34:09.172 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:34:09.173 INFO:teuthology.orchestra.run.smithi017.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", 2024-09-11T07:34:09.173 INFO:teuthology.orchestra.run.smithi017.stdout: "in_progress": true, 2024-09-11T07:34:09.173 INFO:teuthology.orchestra.run.smithi017.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-11T07:34:09.173 INFO:teuthology.orchestra.run.smithi017.stdout: "services_complete": [ 2024-09-11T07:34:09.173 INFO:teuthology.orchestra.run.smithi017.stdout: "osd", 2024-09-11T07:34:09.173 INFO:teuthology.orchestra.run.smithi017.stdout: "crash", 2024-09-11T07:34:09.173 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr", 2024-09-11T07:34:09.173 INFO:teuthology.orchestra.run.smithi017.stdout: "mds", 2024-09-11T07:34:09.173 INFO:teuthology.orchestra.run.smithi017.stdout: "mon", 2024-09-11T07:34:09.173 INFO:teuthology.orchestra.run.smithi017.stdout: "nfs" 2024-09-11T07:34:09.173 INFO:teuthology.orchestra.run.smithi017.stdout: ], 2024-09-11T07:34:09.173 INFO:teuthology.orchestra.run.smithi017.stdout: "progress": "18/23 daemons upgraded", 2024-09-11T07:34:09.173 INFO:teuthology.orchestra.run.smithi017.stdout: "message": "Currently upgrading node-exporter daemons", 2024-09-11T07:34:09.174 INFO:teuthology.orchestra.run.smithi017.stdout: "is_paused": false 2024-09-11T07:34:09.174 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:34:09.178 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:08 smithi045 ceph-mon[48800]: from='client.34462 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:34:09.178 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:08 smithi045 ceph-mon[48800]: from='client.? 172.21.15.17:0/497332098' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:34:10.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:09 smithi045 ceph-mon[48800]: from='client.34466 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:34:10.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:09 smithi045 ceph-mon[48800]: from='client.34470 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:34:10.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:09 smithi045 ceph-mon[48800]: pgmap v301: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 938 B/s rd, 426 B/s wr, 1 op/s 2024-09-11T07:34:10.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:09 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:10.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:09 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:10.188 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:09 smithi017 ceph-mon[63383]: from='client.34466 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:34:10.189 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:09 smithi017 ceph-mon[63383]: from='client.34470 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:34:10.189 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:09 smithi017 ceph-mon[63383]: pgmap v301: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 938 B/s rd, 426 B/s wr, 1 op/s 2024-09-11T07:34:10.189 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:09 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:10.189 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:09 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:11.168 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:10 smithi045 ceph-mon[48800]: from='client.34478 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:34:11.168 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:10 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:11.168 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:10 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:11.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:10 smithi017 ceph-mon[63383]: from='client.34478 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:34:11.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:10 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:11.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:10 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:12.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:11 smithi017 ceph-mon[63383]: pgmap v302: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 938 B/s rd, 426 B/s wr, 1 op/s 2024-09-11T07:34:12.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:11 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:34:12.114 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:11 smithi045 ceph-mon[48800]: pgmap v302: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 938 B/s rd, 426 B/s wr, 1 op/s 2024-09-11T07:34:12.114 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:11 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:34:13.509 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:13 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:13.509 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:13 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:13.509 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:13 smithi017 ceph-mon[63383]: pgmap v303: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 938 B/s rd, 426 B/s wr, 1 op/s 2024-09-11T07:34:13.509 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:13 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:13.509 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:13 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:13.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:13 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:13.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:13 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:13.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:13 smithi045 ceph-mon[48800]: pgmap v303: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 938 B/s rd, 426 B/s wr, 1 op/s 2024-09-11T07:34:13.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:13 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:13.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:13 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:15.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:14 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:15.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:14 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:15.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:14 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:15.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:14 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:16.028 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:15 smithi017 ceph-mon[63383]: pgmap v304: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 938 B/s rd, 426 B/s wr, 1 op/s 2024-09-11T07:34:16.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:15 smithi045 ceph-mon[48800]: pgmap v304: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 938 B/s rd, 426 B/s wr, 1 op/s 2024-09-11T07:34:17.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:17 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:17.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:17 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:17.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:17 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:34:17.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:17 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:34:17.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:17 smithi017 ceph-mon[63383]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:34:17.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:17 smithi017 ceph-mon[63383]: pgmap v305: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 1.1 KiB/s rd, 358 B/s wr, 1 op/s 2024-09-11T07:34:17.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:17 smithi017 ceph-mon[63383]: pgmap v306: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 217 B/s rd, 0 op/s 2024-09-11T07:34:17.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:17 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:17.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:17 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:17.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:17 smithi017 ceph-mon[63383]: Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:34:17.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:17 smithi017 ceph-mon[63383]: Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:34:17.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:17 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:17.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:17 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:17.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:17 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:34:17.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:17 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:34:17.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:17 smithi045 ceph-mon[48800]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:34:17.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:17 smithi045 ceph-mon[48800]: pgmap v305: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 1.1 KiB/s rd, 358 B/s wr, 1 op/s 2024-09-11T07:34:17.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:17 smithi045 ceph-mon[48800]: pgmap v306: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 217 B/s rd, 0 op/s 2024-09-11T07:34:17.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:17 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:17.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:17 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:17.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:17 smithi045 ceph-mon[48800]: Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:34:17.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:17 smithi045 ceph-mon[48800]: Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:34:19.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:19 smithi045 ceph-mon[48800]: pgmap v307: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 217 B/s rd, 0 op/s 2024-09-11T07:34:19.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:19 smithi017 ceph-mon[63383]: pgmap v307: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 217 B/s rd, 0 op/s 2024-09-11T07:34:20.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:20 smithi017 ceph-mon[63383]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:34:20.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:34:20.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:34:20.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:34:20.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:34:20.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:34:20.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:34:20.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:34:20.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: main() 2024-09-11T07:34:20.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:34:20.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: r = ctx.func(ctx) 2024-09-11T07:34:20.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:34:20.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return func(ctx) 2024-09-11T07:34:20.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:34:20.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:34:20.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:34:20.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:34:20.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:34:20.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:34:20.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:34:20.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:34:20.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:34:20.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:34:20.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:34:20.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:34:20.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.wait_async( 2024-09-11T07:34:20.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:34:20.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:34:20.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:34:20.292 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return future.result(timeout) 2024-09-11T07:34:20.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:34:20.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return self.__get_result() 2024-09-11T07:34:20.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:34:20.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise self._exception 2024-09-11T07:34:20.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:34:20.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: out, err, code = await self._run_cephadm( 2024-09-11T07:34:20.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:34:20.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise OrchestratorError( 2024-09-11T07:34:20.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:34:20.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:34:20.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:34:20.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:34:20.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:34:20.293 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:34:20.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: Traceback (most recent call last): 2024-09-11T07:34:20.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:34:20.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: main() 2024-09-11T07:34:20.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:34:20.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: r = ctx.func(ctx) 2024-09-11T07:34:20.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:34:20.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: return func(ctx) 2024-09-11T07:34:20.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:34:20.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:34:20.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:34:20.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:34:20.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:34:20.294 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:34:20.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:34:20.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:34:20.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:34:20.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:34:20.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:34:20.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:34:20.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:34:20.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:34:20.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:34:20.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:34:20.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:34:20.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:34:20.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:34:20.295 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:20 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:34:20.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:20 smithi045 ceph-mon[48800]: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:34:20.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:34:20.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:34:20.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:34:20.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:34:20.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:34:20.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:34:20.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:34:20.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: main() 2024-09-11T07:34:20.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:34:20.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: r = ctx.func(ctx) 2024-09-11T07:34:20.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:34:20.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return func(ctx) 2024-09-11T07:34:20.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:34:20.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:34:20.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:34:20.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:34:20.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:34:20.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:34:20.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:34:20.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:34:20.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:34:20.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1041, in _check_daemons 2024-09-11T07:34:20.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: self.mgr._daemon_action(daemon_spec, action=action) 2024-09-11T07:34:20.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 2210, in _daemon_action 2024-09-11T07:34:20.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.wait_async( 2024-09-11T07:34:20.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 651, in wait_async 2024-09-11T07:34:20.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.event_loop.get_result(coro, timeout) 2024-09-11T07:34:20.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 64, in get_result 2024-09-11T07:34:20.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return future.result(timeout) 2024-09-11T07:34:20.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 446, in result 2024-09-11T07:34:20.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return self.__get_result() 2024-09-11T07:34:20.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/lib64/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2024-09-11T07:34:20.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise self._exception 2024-09-11T07:34:20.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1279, in _create_daemon 2024-09-11T07:34:20.538 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: out, err, code = await self._run_cephadm( 2024-09-11T07:34:20.539 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1571, in _run_cephadm 2024-09-11T07:34:20.539 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise OrchestratorError( 2024-09-11T07:34:20.539 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:34:20.539 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: /usr/bin/podman: stderr Error: no such container ceph-ef0778be-700c-11ef-bcea-c7b262605968-prometheus-smithi017 2024-09-11T07:34:20.539 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Reconfig daemon prometheus.smithi017 ... 2024-09-11T07:34:20.539 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Non-zero exit code 1 from systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017 2024-09-11T07:34:20.539 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:34:20.539 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: systemctl: stderr See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:34:20.539 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: Traceback (most recent call last): 2024-09-11T07:34:20.539 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9930, in 2024-09-11T07:34:20.539 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: main() 2024-09-11T07:34:20.539 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 9918, in main 2024-09-11T07:34:20.539 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: r = ctx.func(ctx) 2024-09-11T07:34:20.539 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 2248, in _default_image 2024-09-11T07:34:20.540 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: return func(ctx) 2024-09-11T07:34:20.540 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 6203, in command_deploy 2024-09-11T07:34:20.540 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: deploy_daemon(ctx, ctx.fsid, daemon_type, daemon_id, c, uid, gid, 2024-09-11T07:34:20.540 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 3461, in deploy_daemon 2024-09-11T07:34:20.540 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: call_throws(ctx, ['systemctl', 'restart', 2024-09-11T07:34:20.540 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: File "/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/cephadm.7e3b0dde6c97fe504c103129ea955f64bdfac48cbd7c0d3df2cae253cc294bc0", line 1886, in call_throws 2024-09-11T07:34:20.540 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: raise RuntimeError(f'Failed command: {" ".join(command)}: {s}') 2024-09-11T07:34:20.540 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: RuntimeError: Failed command: systemctl restart ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017: Job for ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service failed because the control process exited with error code. 2024-09-11T07:34:20.540 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout: See "systemctl status ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" and "journalctl -xeu ceph-ef0778be-700c-11ef-bcea-c7b262605968@prometheus.smithi017.service" for details. 2024-09-11T07:34:20.540 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:34:20.540 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:34:20.541 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:34:20.541 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:34:20.541 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:34:20.541 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:34:20.541 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:34:20.541 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:34:20.541 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:34:20.542 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:34:20.542 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:34:20.542 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:20 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:34:21.323 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:21 smithi017 ceph-mon[63383]: pgmap v308: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 217 B/s rd, 0 op/s 2024-09-11T07:34:21.323 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:21 smithi017 ceph-mon[63383]: Upgrade: Updating prometheus.smithi017 2024-09-11T07:34:21.323 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:21 smithi017 ceph-mon[63383]: Deploying daemon prometheus.smithi017 on smithi017 2024-09-11T07:34:21.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:21 smithi045 ceph-mon[48800]: pgmap v308: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 217 B/s rd, 0 op/s 2024-09-11T07:34:21.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:21 smithi045 ceph-mon[48800]: Upgrade: Updating prometheus.smithi017 2024-09-11T07:34:21.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:21 smithi045 ceph-mon[48800]: Deploying daemon prometheus.smithi017 on smithi017 2024-09-11T07:34:23.427 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:23 smithi017 ceph-mon[63383]: pgmap v309: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 217 B/s rd, 0 op/s 2024-09-11T07:34:23.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:23 smithi045 ceph-mon[48800]: pgmap v309: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 217 B/s rd, 0 op/s 2024-09-11T07:34:25.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:25 smithi017 ceph-mon[63383]: pgmap v310: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 217 B/s rd, 0 op/s 2024-09-11T07:34:25.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:25 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:25.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:25 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:34:25.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:25 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:34:25.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:25 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:34:25.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:25 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:25.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:25 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:25.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:25 smithi045 ceph-mon[48800]: pgmap v310: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 217 B/s rd, 0 op/s 2024-09-11T07:34:25.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:25 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:25.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:25 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:34:25.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:25 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:34:25.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:25 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:34:25.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:25 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:25.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:25 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:26.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:26 smithi017 ceph-mon[63383]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Redeploying daemon prometheus.smithi017 on host smithi017 failed. 2024-09-11T07:34:26.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:26 smithi017 ceph-mon[63383]: pgmap v311: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-09-11T07:34:26.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:26 smithi017 ceph-mon[63383]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:34:26.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:26 smithi017 ceph-mon[63383]: pgmap v312: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-09-11T07:34:26.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:26 smithi017 ceph-mon[63383]: pgmap v313: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-09-11T07:34:26.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:26 smithi017 ceph-mon[63383]: Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:34:26.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:26 smithi017 ceph-mon[63383]: Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:34:26.291 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:26 smithi017 ceph-mon[63383]: Health check failed: Redeploying daemon prometheus.smithi017 on host smithi017 failed. (UPGRADE_REDEPLOY_DAEMON) 2024-09-11T07:34:26.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:26 smithi045 ceph-mon[48800]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Redeploying daemon prometheus.smithi017 on host smithi017 failed. 2024-09-11T07:34:26.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:26 smithi045 ceph-mon[48800]: pgmap v311: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-09-11T07:34:26.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:26 smithi045 ceph-mon[48800]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:34:26.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:26 smithi045 ceph-mon[48800]: pgmap v312: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-09-11T07:34:26.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:26 smithi045 ceph-mon[48800]: pgmap v313: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail 2024-09-11T07:34:26.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:26 smithi045 ceph-mon[48800]: Reconfiguring prometheus.smithi017 (dependencies changed)... 2024-09-11T07:34:26.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:26 smithi045 ceph-mon[48800]: Reconfiguring daemon prometheus.smithi017 on smithi017 2024-09-11T07:34:26.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:26 smithi045 ceph-mon[48800]: Health check failed: Redeploying daemon prometheus.smithi017 on host smithi017 failed. (UPGRADE_REDEPLOY_DAEMON) 2024-09-11T07:34:27.628 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:27 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:27.629 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:27 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:34:27.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:27 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:27.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:27 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:34:28.567 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:28 smithi017 ceph-mon[63383]: pgmap v314: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 291 B/s rd, 0 op/s 2024-09-11T07:34:28.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:28 smithi045 ceph-mon[48800]: pgmap v314: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 291 B/s rd, 0 op/s 2024-09-11T07:34:30.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:30 smithi045 ceph-mon[48800]: pgmap v315: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 291 B/s rd, 0 op/s 2024-09-11T07:34:30.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:30 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:30.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:30 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:30.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:30 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T07:34:30.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:30 smithi045 ceph-mon[48800]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T07:34:30.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:30 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi017.front.sepia.ceph.com:9095"}]: dispatch 2024-09-11T07:34:30.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:30 smithi045 ceph-mon[48800]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi017.front.sepia.ceph.com:9095"}]: dispatch 2024-09-11T07:34:30.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:30 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:30.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:30 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:34:30.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:30 smithi017 ceph-mon[63383]: pgmap v315: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 291 B/s rd, 0 op/s 2024-09-11T07:34:30.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:30 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:30.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:30 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:30.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:30 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T07:34:30.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:30 smithi017 ceph-mon[63383]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-11T07:34:30.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:30 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi017.front.sepia.ceph.com:9095"}]: dispatch 2024-09-11T07:34:30.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:30 smithi017 ceph-mon[63383]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi017.front.sepia.ceph.com:9095"}]: dispatch 2024-09-11T07:34:30.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:30 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:30.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:30 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:34:32.419 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:32 smithi017 ceph-mon[63383]: pgmap v316: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 291 B/s rd, 0 op/s 2024-09-11T07:34:32.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:32 smithi045 ceph-mon[48800]: pgmap v316: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 291 B/s rd, 0 op/s 2024-09-11T07:34:34.290 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:34 smithi017 ceph-mon[63383]: pgmap v317: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-11T07:34:34.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:34 smithi045 ceph-mon[48800]: pgmap v317: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-11T07:34:35.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:35 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:35.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:35 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:35.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:35 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:34:35.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:35 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:34:35.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:35 smithi045 ceph-mon[48800]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:34:35.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:35 smithi045 ceph-mon[48800]: pgmap v318: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 219 B/s rd, 0 op/s 2024-09-11T07:34:35.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:35 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:35.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:35 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:35.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:35 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:34:35.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:35 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:34:35.536 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:35 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:34:35.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:35 smithi045 ceph-mon[48800]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:34:35.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:35 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:35.537 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:35 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:35.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:35 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:35.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:35 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:35.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:35 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:34:35.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:35 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:34:35.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:35 smithi017 ceph-mon[63383]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:34:35.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:35 smithi017 ceph-mon[63383]: pgmap v318: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 219 B/s rd, 0 op/s 2024-09-11T07:34:35.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:35 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:35.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:35 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:35.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:35 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:34:35.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:35 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:34:35.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:35 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:34:35.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:35 smithi017 ceph-mon[63383]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:34:35.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:35 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:35.791 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:35 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:36.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:36 smithi045 ceph-mon[48800]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-11T07:34:36.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:36 smithi017 ceph-mon[63383]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-11T07:34:37.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:37 smithi017 ceph-mon[63383]: pgmap v319: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 361 B/s rd, 0 op/s 2024-09-11T07:34:37.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:37 smithi045 ceph-mon[48800]: pgmap v319: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 361 B/s rd, 0 op/s 2024-09-11T07:34:39.531 INFO:teuthology.orchestra.run.smithi017.stdout:true 2024-09-11T07:34:39.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:39 smithi045 ceph-mon[48800]: pgmap v320: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 180 B/s rd, 0 op/s 2024-09-11T07:34:39.789 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:39 smithi017 ceph-mon[63383]: pgmap v320: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 180 B/s rd, 0 op/s 2024-09-11T07:34:39.857 INFO:teuthology.orchestra.run.smithi017.stdout:"Error: UPGRADE_REDEPLOY_DAEMON: Redeploying daemon prometheus.smithi017 on host smithi017 failed." 2024-09-11T07:34:40.513 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps' 2024-09-11T07:34:40.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:40 smithi045 ceph-mon[48800]: from='client.34482 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:34:40.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:40 smithi045 ceph-mon[48800]: from='client.34486 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:34:40.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:40 smithi017 ceph-mon[63383]: from='client.34482 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:34:40.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:40 smithi017 ceph-mon[63383]: from='client.34486 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:34:41.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:41 smithi045 ceph-mon[48800]: pgmap v321: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 180 B/s rd, 0 op/s 2024-09-11T07:34:41.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:41 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:41.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:41 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:34:41.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:41 smithi017 ceph-mon[63383]: pgmap v321: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 180 B/s rd, 0 op/s 2024-09-11T07:34:41.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:41 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:34:41.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:41 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:34:42.548 INFO:teuthology.orchestra.run.smithi017.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T07:34:42.548 INFO:teuthology.orchestra.run.smithi017.stdout:alertmanager.smithi017 smithi017 *:9093,9094 running (20m) 8s ago 21m 19.2M - 0.20.0 0881eb8f169f 8ff211b4e457 2024-09-11T07:34:42.548 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi017 smithi017 running (6m) 8s ago 21m 6887k - 17.2.7-1623-gd0e6828a 4a918172a497 5664d58a3a36 2024-09-11T07:34:42.548 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi045 smithi045 running (6m) 32s ago 21m 6895k - 17.2.7-1623-gd0e6828a 4a918172a497 b70b9ed235ba 2024-09-11T07:34:42.548 INFO:teuthology.orchestra.run.smithi017.stdout:grafana.smithi017 smithi017 *:3000 running (20m) 8s ago 21m 36.3M - 6.7.4 557c83e11646 24bbf4d58b8c 2024-09-11T07:34:42.548 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi017.utzzzp smithi017 running (105s) 8s ago 16m 26.5M - 17.2.7-1623-gd0e6828a 4a918172a497 d0091c3d4b1f 2024-09-11T07:34:42.548 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi045.gxtxww smithi045 running (82s) 32s ago 16m 14.2M - 17.2.7-1623-gd0e6828a 4a918172a497 6efa49da1b05 2024-09-11T07:34:42.548 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi017.qgiuqa smithi017 *:8443,9283 running (11m) 8s ago 23m 469M - 17.2.7-1623-gd0e6828a 4a918172a497 1a5c10d7a16e 2024-09-11T07:34:42.548 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi045.wavrrv smithi045 *:8443,9283 running (8m) 32s ago 20m 401M - 17.2.7-1623-gd0e6828a 4a918172a497 79559b699e04 2024-09-11T07:34:42.548 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi017 smithi017 running (7m) 8s ago 23m 86.6M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 93477c9f0204 2024-09-11T07:34:42.548 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi045 smithi045 running (7m) 32s ago 20m 63.4M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 ef66edbefbdf 2024-09-11T07:34:42.549 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.0.0.smithi017.yhlpto smithi017 *:2049 running (66s) 8s ago 13m 54.5M - 5.9 4a918172a497 39d3d4e781b8 2024-09-11T07:34:42.549 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.1.0.smithi045.sirexv smithi045 *:2049 running (62s) 32s ago 13m 64.4M - 5.9 4a918172a497 484f981c950a 2024-09-11T07:34:42.549 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi017 smithi017 *:9100 running (42s) 8s ago 21m 8094k - 1.5.0 0da6a335fe13 3b6ac674bfd4 2024-09-11T07:34:42.549 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi045 smithi045 *:9100 running (36s) 32s ago 20m 5037k - 1.5.0 0da6a335fe13 f81bfa68a790 2024-09-11T07:34:42.549 INFO:teuthology.orchestra.run.smithi017.stdout:osd.0 smithi017 running (5m) 8s ago 20m 354M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 6d8cdd6dd8fe 2024-09-11T07:34:42.549 INFO:teuthology.orchestra.run.smithi017.stdout:osd.1 smithi017 running (5m) 8s ago 19m 291M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 2e7de52a6624 2024-09-11T07:34:42.549 INFO:teuthology.orchestra.run.smithi017.stdout:osd.2 smithi017 running (4m) 8s ago 19m 213M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 f637088f4a42 2024-09-11T07:34:42.549 INFO:teuthology.orchestra.run.smithi017.stdout:osd.3 smithi017 running (4m) 8s ago 19m 217M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 b40a71ed7bd1 2024-09-11T07:34:42.549 INFO:teuthology.orchestra.run.smithi017.stdout:osd.4 smithi045 running (3m) 32s ago 18m 209M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 20c730d135b9 2024-09-11T07:34:42.549 INFO:teuthology.orchestra.run.smithi017.stdout:osd.5 smithi045 running (3m) 32s ago 18m 196M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 79e212d36e89 2024-09-11T07:34:42.549 INFO:teuthology.orchestra.run.smithi017.stdout:osd.6 smithi045 running (2m) 32s ago 18m 183M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 0b07b7d1f769 2024-09-11T07:34:42.549 INFO:teuthology.orchestra.run.smithi017.stdout:osd.7 smithi045 running (2m) 32s ago 17m 225M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 cc0312dac7ee 2024-09-11T07:34:42.549 INFO:teuthology.orchestra.run.smithi017.stdout:prometheus.smithi017 smithi017 *:9095 running (13s) 8s ago 21m 40.1M - 2.43.0 a07b618ecd1d 8ea78cdfbcb0 2024-09-11T07:34:43.204 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions' 2024-09-11T07:34:43.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:43 smithi045 ceph-mon[48800]: pgmap v322: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 180 B/s rd, 0 op/s 2024-09-11T07:34:43.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:43 smithi045 ceph-mon[48800]: from='client.34490 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:34:43.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:43 smithi017 ceph-mon[63383]: pgmap v322: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 180 B/s rd, 0 op/s 2024-09-11T07:34:43.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:43 smithi017 ceph-mon[63383]: from='client.34490 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:34:45.397 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:34:45.397 INFO:teuthology.orchestra.run.smithi017.stdout: "mon": { 2024-09-11T07:34:45.397 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:34:45.397 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:34:45.397 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr": { 2024-09-11T07:34:45.397 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:34:45.397 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:34:45.397 INFO:teuthology.orchestra.run.smithi017.stdout: "osd": { 2024-09-11T07:34:45.397 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 8 2024-09-11T07:34:45.397 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:34:45.398 INFO:teuthology.orchestra.run.smithi017.stdout: "mds": { 2024-09-11T07:34:45.398 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:34:45.398 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:34:45.398 INFO:teuthology.orchestra.run.smithi017.stdout: "overall": { 2024-09-11T07:34:45.398 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 14 2024-09-11T07:34:45.398 INFO:teuthology.orchestra.run.smithi017.stdout: } 2024-09-11T07:34:45.398 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:34:45.708 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:45 smithi017 ceph-mon[63383]: pgmap v323: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 180 B/s rd, 0 op/s 2024-09-11T07:34:45.708 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:45 smithi017 ceph-mon[63383]: from='client.? 172.21.15.17:0/986066641' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:34:45.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:45 smithi045 ceph-mon[48800]: pgmap v323: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 180 B/s rd, 0 op/s 2024-09-11T07:34:45.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:45 smithi045 ceph-mon[48800]: from='client.? 172.21.15.17:0/986066641' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:34:46.151 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-09-11T07:34:47.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:47 smithi045 ceph-mon[48800]: pgmap v324: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:34:47.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:47 smithi017 ceph-mon[63383]: pgmap v324: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:34:48.145 INFO:teuthology.orchestra.run.smithi017.stdout:wait for servicemap items w/ changing names to refresh 2024-09-11T07:34:48.898 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'sleep 60' 2024-09-11T07:34:49.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:49 smithi045 ceph-mon[48800]: pgmap v325: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:34:49.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:49 smithi017 ceph-mon[63383]: pgmap v325: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:34:51.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:51 smithi045 ceph-mon[48800]: pgmap v326: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:34:51.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:51 smithi017 ceph-mon[63383]: pgmap v326: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:34:53.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:53 smithi045 ceph-mon[48800]: pgmap v327: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:34:53.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:53 smithi017 ceph-mon[63383]: pgmap v327: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:34:55.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:55 smithi045 ceph-mon[48800]: pgmap v328: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:34:55.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:55 smithi017 ceph-mon[63383]: pgmap v328: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:34:56.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:56 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:34:56.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:56 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:34:57.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:57 smithi045 ceph-mon[48800]: pgmap v329: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:34:57.789 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:57 smithi017 ceph-mon[63383]: pgmap v329: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:34:59.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:34:59 smithi045 ceph-mon[48800]: pgmap v330: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:34:59.789 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:34:59 smithi017 ceph-mon[63383]: pgmap v330: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:01.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:35:01 smithi045 ceph-mon[48800]: pgmap v331: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:01.789 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:35:01 smithi017 ceph-mon[63383]: pgmap v331: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:03.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:35:03 smithi045 ceph-mon[48800]: pgmap v332: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:03.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:35:03 smithi017 ceph-mon[63383]: pgmap v332: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:05.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:35:05 smithi045 ceph-mon[48800]: pgmap v333: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:05.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:35:05 smithi017 ceph-mon[63383]: pgmap v333: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:07.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:35:07 smithi045 ceph-mon[48800]: pgmap v334: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:35:07.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:35:07 smithi017 ceph-mon[63383]: pgmap v334: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:35:09.786 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:35:09 smithi045 ceph-mon[48800]: pgmap v335: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:09.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:35:09 smithi017 ceph-mon[63383]: pgmap v335: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:11.788 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:35:11 smithi045 ceph-mon[48800]: pgmap v336: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:11.789 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:35:11 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:35:11.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:35:11 smithi017 ceph-mon[63383]: pgmap v336: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:11.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:35:11 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:35:13.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:35:13 smithi017 ceph-mon[63383]: pgmap v337: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:14.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:35:13 smithi045 ceph-mon[48800]: pgmap v337: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:15.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:35:15 smithi017 ceph-mon[63383]: pgmap v338: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:16.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:35:15 smithi045 ceph-mon[48800]: pgmap v338: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:18.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:35:17 smithi045 ceph-mon[48800]: pgmap v339: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:35:18.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:35:17 smithi017 ceph-mon[63383]: pgmap v339: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:35:20.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:35:19 smithi045 ceph-mon[48800]: pgmap v340: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:20.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:35:19 smithi017 ceph-mon[63383]: pgmap v340: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:22.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:35:21 smithi045 ceph-mon[48800]: pgmap v341: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:22.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:35:21 smithi017 ceph-mon[63383]: pgmap v341: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:24.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:35:23 smithi045 ceph-mon[48800]: pgmap v342: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:24.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:35:23 smithi017 ceph-mon[63383]: pgmap v342: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:25.838 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:35:25 smithi045 ceph-mon[48800]: pgmap v343: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:26.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:35:25 smithi017 ceph-mon[63383]: pgmap v343: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:26.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:35:26 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:35:27.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:35:26 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:35:28.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:35:27 smithi045 ceph-mon[48800]: pgmap v344: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:35:28.039 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:35:27 smithi017 ceph-mon[63383]: pgmap v344: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:35:29.853 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:35:29 smithi017 ceph-mon[63383]: pgmap v345: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:30.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:35:29 smithi045 ceph-mon[48800]: pgmap v345: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:32.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:35:31 smithi045 ceph-mon[48800]: pgmap v346: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:32.039 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:35:31 smithi017 ceph-mon[63383]: pgmap v346: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:34.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:35:33 smithi045 ceph-mon[48800]: pgmap v347: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:34.039 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:35:33 smithi017 ceph-mon[63383]: pgmap v347: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:36.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:35:35 smithi045 ceph-mon[48800]: pgmap v348: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:36.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:35:35 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:35:36.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:35:35 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:35:36.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:35:35 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:35:36.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:35:35 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:35:36.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:35:35 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:35:36.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:35:35 smithi017 ceph-mon[63383]: pgmap v348: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:36.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:35:35 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-11T07:35:36.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:35:35 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-11T07:35:36.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:35:35 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-11T07:35:36.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:35:35 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:35:36.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:35:35 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' 2024-09-11T07:35:36.785 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:35:36 smithi045 ceph-mon[48800]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:35:37.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:35:36 smithi017 ceph-mon[63383]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-11T07:35:38.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:35:37 smithi045 ceph-mon[48800]: pgmap v349: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:35:38.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:35:37 smithi017 ceph-mon[63383]: pgmap v349: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:35:40.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:35:39 smithi045 ceph-mon[48800]: pgmap v350: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:40.039 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:35:39 smithi017 ceph-mon[63383]: pgmap v350: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:42.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:35:41 smithi045 ceph-mon[48800]: pgmap v351: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:42.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:35:41 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:35:42.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:35:41 smithi017 ceph-mon[63383]: pgmap v351: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:42.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:35:41 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:35:44.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:35:43 smithi045 ceph-mon[48800]: pgmap v352: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:44.039 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:35:43 smithi017 ceph-mon[63383]: pgmap v352: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:46.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:35:45 smithi045 ceph-mon[48800]: pgmap v353: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:46.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:35:45 smithi017 ceph-mon[63383]: pgmap v353: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:48.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:35:47 smithi045 ceph-mon[48800]: pgmap v354: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:35:48.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:35:47 smithi017 ceph-mon[63383]: pgmap v354: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:35:50.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:35:49 smithi045 ceph-mon[48800]: pgmap v355: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:50.039 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:35:49 smithi017 ceph-mon[63383]: pgmap v355: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:51.333 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph orch ps' 2024-09-11T07:35:51.872 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:35:51 smithi017 ceph-mon[63383]: pgmap v356: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:52.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:35:51 smithi045 ceph-mon[48800]: pgmap v356: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:53.417 INFO:teuthology.orchestra.run.smithi017.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-11T07:35:53.417 INFO:teuthology.orchestra.run.smithi017.stdout:alertmanager.smithi017 smithi017 *:9093,9094 running (21m) 78s ago 23m 19.2M - 0.20.0 0881eb8f169f 8ff211b4e457 2024-09-11T07:35:53.417 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi017 smithi017 running (7m) 78s ago 23m 6887k - 17.2.7-1623-gd0e6828a 4a918172a497 5664d58a3a36 2024-09-11T07:35:53.417 INFO:teuthology.orchestra.run.smithi017.stdout:crash.smithi045 smithi045 running (7m) 103s ago 22m 6895k - 17.2.7-1623-gd0e6828a 4a918172a497 b70b9ed235ba 2024-09-11T07:35:53.417 INFO:teuthology.orchestra.run.smithi017.stdout:grafana.smithi017 smithi017 *:3000 running (21m) 78s ago 22m 36.3M - 6.7.4 557c83e11646 24bbf4d58b8c 2024-09-11T07:35:53.417 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi017.utzzzp smithi017 running (2m) 78s ago 17m 26.5M - 17.2.7-1623-gd0e6828a 4a918172a497 d0091c3d4b1f 2024-09-11T07:35:53.417 INFO:teuthology.orchestra.run.smithi017.stdout:mds.foofs.smithi045.gxtxww smithi045 running (2m) 103s ago 17m 14.2M - 17.2.7-1623-gd0e6828a 4a918172a497 6efa49da1b05 2024-09-11T07:35:53.418 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi017.qgiuqa smithi017 *:8443,9283 running (12m) 78s ago 24m 469M - 17.2.7-1623-gd0e6828a 4a918172a497 1a5c10d7a16e 2024-09-11T07:35:53.418 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.smithi045.wavrrv smithi045 *:8443,9283 running (9m) 103s ago 22m 401M - 17.2.7-1623-gd0e6828a 4a918172a497 79559b699e04 2024-09-11T07:35:53.418 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi017 smithi017 running (9m) 78s ago 24m 86.6M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 93477c9f0204 2024-09-11T07:35:53.418 INFO:teuthology.orchestra.run.smithi017.stdout:mon.smithi045 smithi045 running (8m) 103s ago 22m 63.4M 2048M 17.2.7-1623-gd0e6828a 4a918172a497 ef66edbefbdf 2024-09-11T07:35:53.418 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.0.0.smithi017.yhlpto smithi017 *:2049 running (2m) 78s ago 14m 54.5M - 5.9 4a918172a497 39d3d4e781b8 2024-09-11T07:35:53.418 INFO:teuthology.orchestra.run.smithi017.stdout:nfs.foo.1.0.smithi045.sirexv smithi045 *:2049 running (2m) 103s ago 14m 64.4M - 5.9 4a918172a497 484f981c950a 2024-09-11T07:35:53.418 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi017 smithi017 *:9100 running (113s) 78s ago 22m 8094k - 1.5.0 0da6a335fe13 3b6ac674bfd4 2024-09-11T07:35:53.418 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi045 smithi045 *:9100 running (107s) 103s ago 21m 5037k - 1.5.0 0da6a335fe13 f81bfa68a790 2024-09-11T07:35:53.418 INFO:teuthology.orchestra.run.smithi017.stdout:osd.0 smithi017 running (7m) 78s ago 21m 354M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 6d8cdd6dd8fe 2024-09-11T07:35:53.418 INFO:teuthology.orchestra.run.smithi017.stdout:osd.1 smithi017 running (6m) 78s ago 21m 291M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 2e7de52a6624 2024-09-11T07:35:53.418 INFO:teuthology.orchestra.run.smithi017.stdout:osd.2 smithi017 running (5m) 78s ago 20m 213M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 f637088f4a42 2024-09-11T07:35:53.418 INFO:teuthology.orchestra.run.smithi017.stdout:osd.3 smithi017 running (5m) 78s ago 20m 217M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 b40a71ed7bd1 2024-09-11T07:35:53.418 INFO:teuthology.orchestra.run.smithi017.stdout:osd.4 smithi045 running (5m) 103s ago 20m 209M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 20c730d135b9 2024-09-11T07:35:53.418 INFO:teuthology.orchestra.run.smithi017.stdout:osd.5 smithi045 running (4m) 103s ago 19m 196M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 79e212d36e89 2024-09-11T07:35:53.419 INFO:teuthology.orchestra.run.smithi017.stdout:osd.6 smithi045 running (3m) 103s ago 19m 183M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 0b07b7d1f769 2024-09-11T07:35:53.419 INFO:teuthology.orchestra.run.smithi017.stdout:osd.7 smithi045 running (3m) 103s ago 19m 225M 4096M 17.2.7-1623-gd0e6828a 4a918172a497 cc0312dac7ee 2024-09-11T07:35:53.419 INFO:teuthology.orchestra.run.smithi017.stdout:prometheus.smithi017 smithi017 *:9095 running (84s) 78s ago 22m 40.1M - 2.43.0 a07b618ecd1d 8ea78cdfbcb0 2024-09-11T07:35:54.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:35:53 smithi045 ceph-mon[48800]: pgmap v357: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:54.040 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:35:53 smithi017 ceph-mon[63383]: pgmap v357: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:54.117 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions' 2024-09-11T07:35:54.760 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:35:54 smithi017 ceph-mon[63383]: from='client.34498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:35:55.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:35:54 smithi045 ceph-mon[48800]: from='client.34498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:35:55.658 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:35:55 smithi017 ceph-mon[63383]: pgmap v358: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:55.936 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:35:55 smithi045 ceph-mon[48800]: pgmap v358: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:56.192 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-09-11T07:35:56.192 INFO:teuthology.orchestra.run.smithi017.stdout: "mon": { 2024-09-11T07:35:56.192 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:35:56.192 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:35:56.192 INFO:teuthology.orchestra.run.smithi017.stdout: "mgr": { 2024-09-11T07:35:56.192 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:35:56.193 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:35:56.193 INFO:teuthology.orchestra.run.smithi017.stdout: "osd": { 2024-09-11T07:35:56.193 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 8 2024-09-11T07:35:56.193 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:35:56.193 INFO:teuthology.orchestra.run.smithi017.stdout: "mds": { 2024-09-11T07:35:56.193 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 2 2024-09-11T07:35:56.193 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:35:56.193 INFO:teuthology.orchestra.run.smithi017.stdout: "overall": { 2024-09-11T07:35:56.193 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)": 14 2024-09-11T07:35:56.193 INFO:teuthology.orchestra.run.smithi017.stdout: } 2024-09-11T07:35:56.193 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-09-11T07:35:56.812 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:35:56 smithi017 ceph-mon[63383]: from='client.? 172.21.15.17:0/1202699053' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:35:56.812 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:35:56 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:35:56.837 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-09-11T07:35:57.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:35:56 smithi045 ceph-mon[48800]: from='client.? 172.21.15.17:0/1202699053' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:35:57.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:35:56 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:35:57.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:35:57 smithi017 ceph-mon[63383]: pgmap v359: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:35:58.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:35:57 smithi045 ceph-mon[48800]: pgmap v359: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:35:58.986 INFO:teuthology.orchestra.run.smithi017.stdout:true 2024-09-11T07:35:59.627 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -e sha1=d0e6828a2016d48cf25ad84064e50742bb1c39b9 -- bash -c 'ceph versions | jq -e '"'"'.overall | keys'"'"' | grep $sha1' 2024-09-11T07:35:59.937 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:35:59 smithi017 ceph-mon[63383]: pgmap v360: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:35:59.937 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:35:59 smithi017 ceph-mon[63383]: from='client.? 172.21.15.17:0/290491188' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:36:00.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:35:59 smithi045 ceph-mon[48800]: pgmap v360: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:36:00.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:35:59 smithi045 ceph-mon[48800]: from='client.? 172.21.15.17:0/290491188' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:36:01.824 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph version 17.2.7-1623-gd0e6828a (d0e6828a2016d48cf25ad84064e50742bb1c39b9) quincy (stable)" 2024-09-11T07:36:02.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:36:01 smithi045 ceph-mon[48800]: pgmap v361: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:36:02.039 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:36:01 smithi017 ceph-mon[63383]: pgmap v361: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:36:02.518 INFO:teuthology.task.sequential:In sequential, running task cephadm.wait_for_service... 2024-09-11T07:36:02.519 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-09-11T07:36:02.519 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- ceph orch ls -f json 2024-09-11T07:36:02.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:36:02 smithi017 ceph-mon[63383]: from='client.? 172.21.15.17:0/3125354930' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:36:03.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:36:02 smithi045 ceph-mon[48800]: from='client.? 172.21.15.17:0/3125354930' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-11T07:36:03.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:36:03 smithi017 ceph-mon[63383]: pgmap v362: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:36:04.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:36:03 smithi045 ceph-mon[48800]: pgmap v362: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:36:04.542 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-09-11T07:36:04.543 INFO:teuthology.orchestra.run.smithi017.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-11T07:12:03.362493Z", "last_refresh": "2024-09-11T07:34:34.415116Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-11T07:11:51.433186Z", "last_refresh": "2024-09-11T07:34:09.816651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true}, "status": {"created": "2024-09-11T07:12:00.966013Z", "last_refresh": "2024-09-11T07:34:34.415253Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-11T07:18:15.194701Z", "last_refresh": "2024-09-11T07:34:09.817571Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-11T07:11:50.275519Z", "last_refresh": "2024-09-11T07:34:09.816871Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi017:172.21.15.17=smithi017", "smithi045:172.21.15.45=smithi045"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-11T07:12:34.854827Z", "last_refresh": "2024-09-11T07:34:09.816982Z", "running": 2, "size": 2}}, {"events": ["2024-09-11T07:35:35.019097Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2024-09-11T07:20:55.783077Z", "last_refresh": "2024-09-11T07:34:09.817675Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-11T07:12:02.195598Z", "last_refresh": "2024-09-11T07:34:09.817081Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40", "last_refresh": "2024-09-11T07:34:09.817176Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-11T07:11:59.729201Z", "last_refresh": "2024-09-11T07:34:34.415385Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-11T07:36:05.210 INFO:tasks.cephadm:nfs.foo has 2/2 2024-09-11T07:36:05.210 DEBUG:teuthology.parallel:result is None 2024-09-11T07:36:05.211 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-11T07:36:05.221 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi017.front.sepia.ceph.com 2024-09-11T07:36:05.221 DEBUG:teuthology.orchestra.run.smithi017:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'umount /mnt/foo' 2024-09-11T07:36:05.248 INFO:teuthology.orchestra.run.smithi017.stderr:+ umount /mnt/foo 2024-09-11T07:36:05.254 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-11T07:36:05.263 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi017.front.sepia.ceph.com 2024-09-11T07:36:05.263 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- bash -c 'ceph nfs cluster ls | grep foo' 2024-09-11T07:36:05.972 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:36:05 smithi017 ceph-mon[63383]: pgmap v363: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:36:05.972 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:36:05 smithi017 ceph-mon[63383]: from='client.34514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:36:06.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:36:05 smithi045 ceph-mon[48800]: pgmap v363: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:36:06.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:36:05 smithi045 ceph-mon[48800]: from='client.34514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T07:36:07.531 INFO:teuthology.orchestra.run.smithi017.stdout:foo 2024-09-11T07:36:07.789 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:36:07 smithi017 ceph-mon[63383]: pgmap v364: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:36:08.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:36:07 smithi045 ceph-mon[48800]: pgmap v364: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-11T07:36:08.244 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- bash -c 'ceph nfs export ls foo --detailed' 2024-09-11T07:36:08.806 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:36:08 smithi017 ceph-mon[63383]: from='client.34518 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:36:09.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:36:08 smithi045 ceph-mon[48800]: from='client.34518 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:36:09.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:36:09 smithi017 ceph-mon[63383]: pgmap v365: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:36:10.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:36:09 smithi045 ceph-mon[48800]: pgmap v365: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:36:10.328 INFO:teuthology.orchestra.run.smithi017.stdout:[ 2024-09-11T07:36:10.328 INFO:teuthology.orchestra.run.smithi017.stdout: { 2024-09-11T07:36:10.328 INFO:teuthology.orchestra.run.smithi017.stdout: "export_id": 1, 2024-09-11T07:36:10.328 INFO:teuthology.orchestra.run.smithi017.stdout: "path": "/", 2024-09-11T07:36:10.328 INFO:teuthology.orchestra.run.smithi017.stdout: "cluster_id": "foo", 2024-09-11T07:36:10.328 INFO:teuthology.orchestra.run.smithi017.stdout: "pseudo": "/fake", 2024-09-11T07:36:10.328 INFO:teuthology.orchestra.run.smithi017.stdout: "access_type": "RW", 2024-09-11T07:36:10.328 INFO:teuthology.orchestra.run.smithi017.stdout: "squash": "no_root_squash", 2024-09-11T07:36:10.328 INFO:teuthology.orchestra.run.smithi017.stdout: "security_label": true, 2024-09-11T07:36:10.329 INFO:teuthology.orchestra.run.smithi017.stdout: "protocols": [ 2024-09-11T07:36:10.329 INFO:teuthology.orchestra.run.smithi017.stdout: 4 2024-09-11T07:36:10.329 INFO:teuthology.orchestra.run.smithi017.stdout: ], 2024-09-11T07:36:10.329 INFO:teuthology.orchestra.run.smithi017.stdout: "transports": [ 2024-09-11T07:36:10.329 INFO:teuthology.orchestra.run.smithi017.stdout: "TCP" 2024-09-11T07:36:10.329 INFO:teuthology.orchestra.run.smithi017.stdout: ], 2024-09-11T07:36:10.329 INFO:teuthology.orchestra.run.smithi017.stdout: "fsal": { 2024-09-11T07:36:10.329 INFO:teuthology.orchestra.run.smithi017.stdout: "name": "CEPH", 2024-09-11T07:36:10.329 INFO:teuthology.orchestra.run.smithi017.stdout: "user_id": "nfs.foo.1", 2024-09-11T07:36:10.329 INFO:teuthology.orchestra.run.smithi017.stdout: "fs_name": "foofs" 2024-09-11T07:36:10.329 INFO:teuthology.orchestra.run.smithi017.stdout: }, 2024-09-11T07:36:10.329 INFO:teuthology.orchestra.run.smithi017.stdout: "clients": [] 2024-09-11T07:36:10.329 INFO:teuthology.orchestra.run.smithi017.stdout: } 2024-09-11T07:36:10.329 INFO:teuthology.orchestra.run.smithi017.stdout:] 2024-09-11T07:36:11.176 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- bash -c 'rados -p .nfs --all ls -' 2024-09-11T07:36:11.741 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:36:11 smithi017 ceph-mon[63383]: from='client.34522 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:36:11.742 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:36:11 smithi017 ceph-mon[63383]: pgmap v366: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:36:11.742 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:36:11 smithi017 ceph-mon[63383]: mgrmap e48: smithi017.qgiuqa(active, since 9m), standbys: smithi045.wavrrv 2024-09-11T07:36:11.742 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:36:11 smithi017 ceph-mon[63383]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:36:12.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:36:11 smithi045 ceph-mon[48800]: from='client.34522 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T07:36:12.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:36:11 smithi045 ceph-mon[48800]: pgmap v366: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-11T07:36:12.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:36:11 smithi045 ceph-mon[48800]: mgrmap e48: smithi017.qgiuqa(active, since 9m), standbys: smithi045.wavrrv 2024-09-11T07:36:12.037 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:36:11 smithi045 ceph-mon[48800]: from='mgr.34100 172.21.15.17:0/1142024132' entity='mgr.smithi017.qgiuqa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-11T07:36:12.999 INFO:teuthology.orchestra.run.smithi017.stdout:foo rec-0000000000000004:nfs.foo.1 2024-09-11T07:36:12.999 INFO:teuthology.orchestra.run.smithi017.stdout:foo grace 2024-09-11T07:36:12.999 INFO:teuthology.orchestra.run.smithi017.stdout:foo rec-0000000000000004:nfs.foo.0 2024-09-11T07:36:12.999 INFO:teuthology.orchestra.run.smithi017.stdout:foo conf-nfs.foo 2024-09-11T07:36:12.999 INFO:teuthology.orchestra.run.smithi017.stdout:foo export-1 2024-09-11T07:36:13.606 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.4 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ef0778be-700c-11ef-bcea-c7b262605968 -- bash -c 'ceph config get mgr mgr/cephadm/migration_current | grep 6' 2024-09-11T07:36:13.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:36:13 smithi017 ceph-mon[63383]: pgmap v367: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-11T07:36:14.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:36:13 smithi045 ceph-mon[48800]: pgmap v367: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-11T07:36:15.659 INFO:teuthology.orchestra.run.smithi017.stdout:6 2024-09-11T07:36:15.954 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:36:15 smithi017 ceph-mon[63383]: pgmap v368: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-11T07:36:15.955 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:36:15 smithi017 ceph-mon[63383]: from='client.? 172.21.15.17:0/852191397' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2024-09-11T07:36:16.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:36:15 smithi045 ceph-mon[48800]: pgmap v368: 129 pgs: 129 active+clean; 218 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-11T07:36:16.035 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:36:15 smithi045 ceph-mon[48800]: from='client.? 172.21.15.17:0/852191397' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2024-09-11T07:36:16.358 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-11T07:36:16.370 INFO:tasks.cephadm:Teardown begin 2024-09-11T07:36:16.370 DEBUG:teuthology.orchestra.run.smithi017:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-11T07:36:16.400 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-11T07:36:16.435 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-11T07:36:16.435 DEBUG:teuthology.orchestra.run.smithi017:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-11T07:36:16.457 DEBUG:teuthology.orchestra.run.smithi045:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-11T07:36:16.494 INFO:tasks.cephadm:Stopping all daemons... 2024-09-11T07:36:16.494 INFO:tasks.cephadm.mon.smithi017:Stopping mon.smithi017... 2024-09-11T07:36:16.494 DEBUG:teuthology.orchestra.run.smithi017:> sudo systemctl stop ceph-ef0778be-700c-11ef-bcea-c7b262605968@mon.smithi017 2024-09-11T07:36:16.790 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:36:16 smithi017 systemd[1]: Stopping Ceph mon.smithi017 for ef0778be-700c-11ef-bcea-c7b262605968... 2024-09-11T07:36:17.224 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:36:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon-smithi017[63379]: 2024-09-11T07:36:16.825+0000 7fb09efb0640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi017 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-11T07:36:17.224 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:36:16 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon-smithi017[63379]: 2024-09-11T07:36:16.825+0000 7fb09efb0640 -1 mon.smithi017@0(leader) e3 *** Got Signal Terminated *** 2024-09-11T07:36:17.224 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:36:17 smithi017 podman[100071]: 2024-09-11 07:36:17.0103771 +0000 UTC m=+0.308293250 container died 93477c9f020445232953d0f072036885cb0ad68715e095f2aa57e8ce4ceb7213 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon-smithi017, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2) 2024-09-11T07:36:17.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:36:17 smithi017 podman[100071]: 2024-09-11 07:36:17.359525839 +0000 UTC m=+0.657442032 container cleanup 93477c9f020445232953d0f072036885cb0ad68715e095f2aa57e8ce4ceb7213 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon-smithi017, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_CLEAN=True) 2024-09-11T07:36:17.540 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:36:17 smithi017 bash[100071]: ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon-smithi017 2024-09-11T07:36:17.839 INFO:journalctl@ceph.mon.smithi017.smithi017.stdout:Sep 11 07:36:17 smithi017 podman[100083]: 2024-09-11 07:36:17.586050488 +0000 UTC m=+0.573850202 container remove 93477c9f020445232953d0f072036885cb0ad68715e095f2aa57e8ce4ceb7213 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon-smithi017, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, 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.build-date=20240731) 2024-09-11T07:36:17.844 DEBUG:teuthology.orchestra.run.smithi017:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ef0778be-700c-11ef-bcea-c7b262605968@mon.smithi017.service' 2024-09-11T07:36:17.893 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T07:36:17.893 INFO:tasks.cephadm.mon.smithi017:Stopped mon.smithi017 2024-09-11T07:36:17.894 INFO:tasks.cephadm.mon.smithi045:Stopping mon.smithi045... 2024-09-11T07:36:17.894 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ceph-ef0778be-700c-11ef-bcea-c7b262605968@mon.smithi045 2024-09-11T07:36:18.218 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:36:17 smithi045 systemd[1]: Stopping Ceph mon.smithi045 for ef0778be-700c-11ef-bcea-c7b262605968... 2024-09-11T07:36:18.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:36:18 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon-smithi045[48796]: 2024-09-11T07:36:18.215+0000 7f37bb10d640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi045 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-11T07:36:18.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:36:18 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon-smithi045[48796]: 2024-09-11T07:36:18.215+0000 7f37bb10d640 -1 mon.smithi045@1(peon) e3 *** Got Signal Terminated *** 2024-09-11T07:36:18.535 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:36:18 smithi045 podman[74046]: 2024-09-11 07:36:18.380204882 +0000 UTC m=+0.284862535 container died ef66edbefbdf9f5497b297dba733193aff924c4a484c63769de4216439aac380 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon-smithi045, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, ceph=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T07:36:19.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:36:18 smithi045 podman[74046]: 2024-09-11 07:36:18.824379173 +0000 UTC m=+0.729036825 container cleanup ef66edbefbdf9f5497b297dba733193aff924c4a484c63769de4216439aac380 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon-smithi045, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2) 2024-09-11T07:36:19.036 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:36:18 smithi045 bash[74046]: ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon-smithi045 2024-09-11T07:36:19.404 INFO:journalctl@ceph.mon.smithi045.smithi045.stdout:Sep 11 07:36:19 smithi045 podman[74058]: 2024-09-11 07:36:19.151313529 +0000 UTC m=+0.765600470 container remove ef66edbefbdf9f5497b297dba733193aff924c4a484c63769de4216439aac380 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-mon-smithi045, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, ceph=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T07:36:19.409 DEBUG:teuthology.orchestra.run.smithi045:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ef0778be-700c-11ef-bcea-c7b262605968@mon.smithi045.service' 2024-09-11T07:36:19.459 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T07:36:19.459 INFO:tasks.cephadm.mon.smithi045:Stopped mon.smithi045 2024-09-11T07:36:19.460 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-11T07:36:19.460 DEBUG:teuthology.orchestra.run.smithi017:> sudo systemctl stop ceph-ef0778be-700c-11ef-bcea-c7b262605968@osd.0 2024-09-11T07:36:19.742 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:36:19 smithi017 systemd[1]: Stopping Ceph osd.0 for ef0778be-700c-11ef-bcea-c7b262605968... 2024-09-11T07:36:20.040 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:36:19 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-0[69581]: 2024-09-11T07:36:19.814+0000 7f6434ed2640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-11T07:36:20.040 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:36:19 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-0[69581]: 2024-09-11T07:36:19.814+0000 7f6434ed2640 -1 osd.0 137 *** Got signal Terminated *** 2024-09-11T07:36:20.040 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:36:19 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-0[69581]: 2024-09-11T07:36:19.814+0000 7f6434ed2640 -1 osd.0 137 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T07:36:25.733 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:36:25 smithi017 podman[100205]: 2024-09-11 07:36:25.408166734 +0000 UTC m=+5.718996093 container died 6d8cdd6dd8fe94b3b3a712950bbb4a8a625b562a5378aac0e6d6f89db97d95ad (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-0, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0) 2024-09-11T07:36:26.040 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:36:25 smithi017 podman[100205]: 2024-09-11 07:36:25.839215761 +0000 UTC m=+6.150045118 container cleanup 6d8cdd6dd8fe94b3b3a712950bbb4a8a625b562a5378aac0e6d6f89db97d95ad (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-0, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_CLEAN=True) 2024-09-11T07:36:26.040 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:36:25 smithi017 bash[100205]: ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-0 2024-09-11T07:36:26.499 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:36:26 smithi017 podman[100230]: 2024-09-11 07:36:26.065702408 +0000 UTC m=+0.660565393 container remove 6d8cdd6dd8fe94b3b3a712950bbb4a8a625b562a5378aac0e6d6f89db97d95ad (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-0, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS) 2024-09-11T07:36:26.761 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:36:26 smithi017 podman[100321]: 2024-09-11 07:36:26.400531493 +0000 UTC m=+0.016466287 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T07:36:26.762 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:36:26 smithi017 podman[100321]: 2024-09-11 07:36:26.516701705 +0000 UTC m=+0.132636500 container create 807eff5b0f0af8b7c5e9bd36b57ae533626283067668db0e4880624736198ef6 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-0-deactivate, ceph=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, 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, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2) 2024-09-11T07:36:26.762 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:36:26 smithi017 podman[100321]: 2024-09-11 07:36:26.76083215 +0000 UTC m=+0.376766947 container init 807eff5b0f0af8b7c5e9bd36b57ae533626283067668db0e4880624736198ef6 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-0-deactivate, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, ceph=True, org.label-schema.license=GPLv2, 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.build-date=20240731) 2024-09-11T07:36:27.040 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:36:26 smithi017 podman[100321]: 2024-09-11 07:36:26.764598688 +0000 UTC m=+0.380533483 container start 807eff5b0f0af8b7c5e9bd36b57ae533626283067668db0e4880624736198ef6 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-0-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.schema-version=1.0, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2) 2024-09-11T07:36:27.040 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:36:26 smithi017 podman[100321]: 2024-09-11 07:36:26.844053657 +0000 UTC m=+0.459988471 container attach 807eff5b0f0af8b7c5e9bd36b57ae533626283067668db0e4880624736198ef6 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-0-deactivate, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, ceph=True, org.label-schema.schema-version=1.0) 2024-09-11T07:36:27.040 INFO:journalctl@ceph.osd.0.smithi017.stdout:Sep 11 07:36:26 smithi017 podman[100321]: 2024-09-11 07:36:26.942350066 +0000 UTC m=+0.558284864 container died 807eff5b0f0af8b7c5e9bd36b57ae533626283067668db0e4880624736198ef6 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-0-deactivate, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-09-11T07:36:27.620 DEBUG:teuthology.orchestra.run.smithi017:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ef0778be-700c-11ef-bcea-c7b262605968@osd.0.service' 2024-09-11T07:36:27.667 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T07:36:27.667 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-11T07:36:27.667 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-11T07:36:27.667 DEBUG:teuthology.orchestra.run.smithi017:> sudo systemctl stop ceph-ef0778be-700c-11ef-bcea-c7b262605968@osd.1 2024-09-11T07:36:27.978 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:36:27 smithi017 systemd[1]: Stopping Ceph osd.1 for ef0778be-700c-11ef-bcea-c7b262605968... 2024-09-11T07:36:28.290 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:36:27 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-1[72447]: 2024-09-11T07:36:27.976+0000 7f9319f2d640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-11T07:36:28.290 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:36:27 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-1[72447]: 2024-09-11T07:36:27.976+0000 7f9319f2d640 -1 osd.1 137 *** Got signal Terminated *** 2024-09-11T07:36:28.290 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:36:27 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-1[72447]: 2024-09-11T07:36:27.976+0000 7f9319f2d640 -1 osd.1 137 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T07:36:33.790 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:36:33 smithi017 podman[100423]: 2024-09-11 07:36:33.559257725 +0000 UTC m=+5.694522087 container died 2e7de52a66241d80afadcaf7726a23d6aef2ad69a71d7da12773d4040bde6c02 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-1, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, ceph=True, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=) 2024-09-11T07:36:34.211 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:36:33 smithi017 podman[100423]: 2024-09-11 07:36:33.908978372 +0000 UTC m=+6.044242735 container cleanup 2e7de52a66241d80afadcaf7726a23d6aef2ad69a71d7da12773d4040bde6c02 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-1, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , GIT_CLEAN=True, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS) 2024-09-11T07:36:34.211 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:36:33 smithi017 bash[100423]: ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-1 2024-09-11T07:36:34.540 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:36:34 smithi017 podman[100470]: 2024-09-11 07:36:34.210137308 +0000 UTC m=+0.648136554 container remove 2e7de52a66241d80afadcaf7726a23d6aef2ad69a71d7da12773d4040bde6c02 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-1, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0) 2024-09-11T07:36:34.797 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:36:34 smithi017 podman[100561]: 2024-09-11 07:36:34.446966776 +0000 UTC m=+0.016569929 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T07:36:34.798 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:36:34 smithi017 podman[100561]: 2024-09-11 07:36:34.570397144 +0000 UTC m=+0.140000326 container create 9d03b9ed310022e6b0f8ca1b9aa09007b27151f30b2a35e6ac6f500ecad61180 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-1-deactivate, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0) 2024-09-11T07:36:34.798 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:36:34 smithi017 podman[100561]: 2024-09-11 07:36:34.797007872 +0000 UTC m=+0.366611016 container init 9d03b9ed310022e6b0f8ca1b9aa09007b27151f30b2a35e6ac6f500ecad61180 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-1-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.license=GPLv2) 2024-09-11T07:36:35.290 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:36:34 smithi017 podman[100561]: 2024-09-11 07:36:34.800543409 +0000 UTC m=+0.370146548 container start 9d03b9ed310022e6b0f8ca1b9aa09007b27151f30b2a35e6ac6f500ecad61180 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-1-deactivate, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD) 2024-09-11T07:36:35.290 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:36:34 smithi017 podman[100561]: 2024-09-11 07:36:34.880393715 +0000 UTC m=+0.449996860 container attach 9d03b9ed310022e6b0f8ca1b9aa09007b27151f30b2a35e6ac6f500ecad61180 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-1-deactivate, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS) 2024-09-11T07:36:35.290 INFO:journalctl@ceph.osd.1.smithi017.stdout:Sep 11 07:36:34 smithi017 podman[100561]: 2024-09-11 07:36:34.993127153 +0000 UTC m=+0.562730295 container died 9d03b9ed310022e6b0f8ca1b9aa09007b27151f30b2a35e6ac6f500ecad61180 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-1-deactivate, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, GIT_CLEAN=True) 2024-09-11T07:36:35.722 DEBUG:teuthology.orchestra.run.smithi017:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ef0778be-700c-11ef-bcea-c7b262605968@osd.1.service' 2024-09-11T07:36:35.765 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T07:36:35.765 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-11T07:36:35.765 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-11T07:36:35.766 DEBUG:teuthology.orchestra.run.smithi017:> sudo systemctl stop ceph-ef0778be-700c-11ef-bcea-c7b262605968@osd.2 2024-09-11T07:36:36.040 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:36:35 smithi017 systemd[1]: Stopping Ceph osd.2 for ef0778be-700c-11ef-bcea-c7b262605968... 2024-09-11T07:36:36.540 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:36:36 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-2[75419]: 2024-09-11T07:36:36.128+0000 7f84ff64b640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-11T07:36:36.540 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:36:36 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-2[75419]: 2024-09-11T07:36:36.128+0000 7f84ff64b640 -1 osd.2 137 *** Got signal Terminated *** 2024-09-11T07:36:36.540 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:36:36 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-2[75419]: 2024-09-11T07:36:36.128+0000 7f84ff64b640 -1 osd.2 137 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T07:36:41.996 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:36:41 smithi017 podman[100663]: 2024-09-11 07:36:41.595402013 +0000 UTC m=+5.597896068 container died f637088f4a42de0b9363da08868db250ba963c321f43fa6541d3098a8d07fa09 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-2, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_CLEAN=True, ceph=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux ) 2024-09-11T07:36:41.996 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:36:41 smithi017 podman[100663]: 2024-09-11 07:36:41.995548918 +0000 UTC m=+5.998042972 container cleanup f637088f4a42de0b9363da08868db250ba963c321f43fa6541d3098a8d07fa09 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-2, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, ceph=True) 2024-09-11T07:36:42.281 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:36:41 smithi017 bash[100663]: ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-2 2024-09-11T07:36:42.539 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:36:42 smithi017 podman[100682]: 2024-09-11 07:36:42.28046291 +0000 UTC m=+0.678950597 container remove f637088f4a42de0b9363da08868db250ba963c321f43fa6541d3098a8d07fa09 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T07:36:42.876 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:36:42 smithi017 podman[100770]: 2024-09-11 07:36:42.516614592 +0000 UTC m=+0.016431674 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T07:36:42.876 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:36:42 smithi017 podman[100770]: 2024-09-11 07:36:42.648188196 +0000 UTC m=+0.148005309 container create ad99f88301ff593f3d54231873012e4fe2db6d651c70721e18b9eb8410188334 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-2-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, 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, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2024-09-11T07:36:42.877 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:36:42 smithi017 podman[100770]: 2024-09-11 07:36:42.8754212 +0000 UTC m=+0.375238279 container init ad99f88301ff593f3d54231873012e4fe2db6d651c70721e18b9eb8410188334 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-2-deactivate, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True) 2024-09-11T07:36:43.290 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:36:42 smithi017 podman[100770]: 2024-09-11 07:36:42.878942078 +0000 UTC m=+0.378759152 container start ad99f88301ff593f3d54231873012e4fe2db6d651c70721e18b9eb8410188334 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-2-deactivate, org.label-schema.build-date=20240731, 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, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828) 2024-09-11T07:36:43.290 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:36:42 smithi017 podman[100770]: 2024-09-11 07:36:42.975276535 +0000 UTC m=+0.475093620 container attach ad99f88301ff593f3d54231873012e4fe2db6d651c70721e18b9eb8410188334 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-2-deactivate, ceph=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, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T07:36:43.290 INFO:journalctl@ceph.osd.2.smithi017.stdout:Sep 11 07:36:43 smithi017 podman[100770]: 2024-09-11 07:36:43.0617684 +0000 UTC m=+0.561585476 container died ad99f88301ff593f3d54231873012e4fe2db6d651c70721e18b9eb8410188334 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-2-deactivate, ceph=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2) 2024-09-11T07:36:43.690 DEBUG:teuthology.orchestra.run.smithi017:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ef0778be-700c-11ef-bcea-c7b262605968@osd.2.service' 2024-09-11T07:36:43.730 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T07:36:43.730 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-11T07:36:43.730 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-09-11T07:36:43.730 DEBUG:teuthology.orchestra.run.smithi017:> sudo systemctl stop ceph-ef0778be-700c-11ef-bcea-c7b262605968@osd.3 2024-09-11T07:36:44.040 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:36:43 smithi017 systemd[1]: Stopping Ceph osd.3 for ef0778be-700c-11ef-bcea-c7b262605968... 2024-09-11T07:36:44.540 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:36:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-3[78133]: 2024-09-11T07:36:44.077+0000 7f19f8778640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-11T07:36:44.540 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:36:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-3[78133]: 2024-09-11T07:36:44.077+0000 7f19f8778640 -1 osd.3 137 *** Got signal Terminated *** 2024-09-11T07:36:44.540 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:36:44 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-3[78133]: 2024-09-11T07:36:44.077+0000 7f19f8778640 -1 osd.3 137 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T07:36:46.285 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:36:45 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4[53677]: 2024-09-11T07:36:45.975+0000 7ff766df8640 -1 osd.4 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:23.050159+0000 front 2024-09-11T07:36:23.050085+0000 (oldest deadline 2024-09-11T07:36:45.950060+0000) 2024-09-11T07:36:46.790 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:36:46 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-3[78133]: 2024-09-11T07:36:46.481+0000 7f19f358d640 -1 osd.3 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:20.219062+0000 front 2024-09-11T07:36:20.219080+0000 (oldest deadline 2024-09-11T07:36:46.019550+0000) 2024-09-11T07:36:47.285 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:36:46 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4[53677]: 2024-09-11T07:36:46.935+0000 7ff766df8640 -1 osd.4 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:23.050159+0000 front 2024-09-11T07:36:23.050085+0000 (oldest deadline 2024-09-11T07:36:45.950060+0000) 2024-09-11T07:36:47.286 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:36:47 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:36:47.106+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:22.993702+0000 front 2024-09-11T07:36:22.993687+0000 (oldest deadline 2024-09-11T07:36:47.093574+0000) 2024-09-11T07:36:47.286 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:36:47 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:36:47.047+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:19.431354+0000 front 2024-09-11T07:36:19.431335+0000 (oldest deadline 2024-09-11T07:36:46.431806+0000) 2024-09-11T07:36:47.768 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:36:47 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-3[78133]: 2024-09-11T07:36:47.503+0000 7f19f358d640 -1 osd.3 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:20.219062+0000 front 2024-09-11T07:36:20.219080+0000 (oldest deadline 2024-09-11T07:36:46.019550+0000) 2024-09-11T07:36:48.285 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:36:47 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4[53677]: 2024-09-11T07:36:47.975+0000 7ff766df8640 -1 osd.4 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:23.050159+0000 front 2024-09-11T07:36:23.050085+0000 (oldest deadline 2024-09-11T07:36:45.950060+0000) 2024-09-11T07:36:48.286 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:36:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5[56001]: 2024-09-11T07:36:48.018+0000 7fe2f7f26640 -1 osd.5 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:24.807688+0000 front 2024-09-11T07:36:24.807492+0000 (oldest deadline 2024-09-11T07:36:47.107249+0000) 2024-09-11T07:36:48.286 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:36:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:36:48.102+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:22.993702+0000 front 2024-09-11T07:36:22.993687+0000 (oldest deadline 2024-09-11T07:36:47.093574+0000) 2024-09-11T07:36:48.286 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:36:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:36:48.086+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:19.431354+0000 front 2024-09-11T07:36:19.431335+0000 (oldest deadline 2024-09-11T07:36:46.431806+0000) 2024-09-11T07:36:48.750 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:36:48 smithi017 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-3[78133]: 2024-09-11T07:36:48.470+0000 7f19f358d640 -1 osd.3 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:20.219062+0000 front 2024-09-11T07:36:20.219080+0000 (oldest deadline 2024-09-11T07:36:46.019550+0000) 2024-09-11T07:36:49.285 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:36:48 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4[53677]: 2024-09-11T07:36:48.940+0000 7ff766df8640 -1 osd.4 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:23.050159+0000 front 2024-09-11T07:36:23.050085+0000 (oldest deadline 2024-09-11T07:36:45.950060+0000) 2024-09-11T07:36:49.286 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:36:49 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5[56001]: 2024-09-11T07:36:49.052+0000 7fe2f7f26640 -1 osd.5 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:24.807688+0000 front 2024-09-11T07:36:24.807492+0000 (oldest deadline 2024-09-11T07:36:47.107249+0000) 2024-09-11T07:36:49.286 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:36:49 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:36:49.101+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:22.993702+0000 front 2024-09-11T07:36:22.993687+0000 (oldest deadline 2024-09-11T07:36:47.093574+0000) 2024-09-11T07:36:49.286 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:36:49 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:36:49.110+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:19.431354+0000 front 2024-09-11T07:36:19.431335+0000 (oldest deadline 2024-09-11T07:36:46.431806+0000) 2024-09-11T07:36:49.790 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:36:49 smithi017 podman[100872]: 2024-09-11 07:36:49.523267413 +0000 UTC m=+5.560104510 container died b40a71ed7bd175ee4cebf47e35807344271609e3ed43deacc6ae7514613c1dce (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-3, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, ceph=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0) 2024-09-11T07:36:50.150 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:36:49 smithi017 podman[100872]: 2024-09-11 07:36:49.873340413 +0000 UTC m=+5.910177509 container cleanup b40a71ed7bd175ee4cebf47e35807344271609e3ed43deacc6ae7514613c1dce (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-3, ceph=True, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T07:36:50.150 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:36:49 smithi017 bash[100872]: ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-3 2024-09-11T07:36:50.285 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:36:49 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4[53677]: 2024-09-11T07:36:49.960+0000 7ff766df8640 -1 osd.4 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:23.050159+0000 front 2024-09-11T07:36:23.050085+0000 (oldest deadline 2024-09-11T07:36:45.950060+0000) 2024-09-11T07:36:50.286 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:36:50 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5[56001]: 2024-09-11T07:36:50.076+0000 7fe2f7f26640 -1 osd.5 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:24.807688+0000 front 2024-09-11T07:36:24.807492+0000 (oldest deadline 2024-09-11T07:36:47.107249+0000) 2024-09-11T07:36:50.286 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:36:50 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:36:50.064+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:22.993702+0000 front 2024-09-11T07:36:22.993687+0000 (oldest deadline 2024-09-11T07:36:47.093574+0000) 2024-09-11T07:36:50.286 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:36:50 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:36:50.098+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:19.431354+0000 front 2024-09-11T07:36:19.431335+0000 (oldest deadline 2024-09-11T07:36:46.431806+0000) 2024-09-11T07:36:50.485 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:36:50 smithi017 podman[100900]: 2024-09-11 07:36:50.149459702 +0000 UTC m=+0.621865300 container remove b40a71ed7bd175ee4cebf47e35807344271609e3ed43deacc6ae7514613c1dce (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-3, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T07:36:50.753 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:36:50 smithi017 podman[100988]: 2024-09-11 07:36:50.388373331 +0000 UTC m=+0.018643072 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T07:36:50.753 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:36:50 smithi017 podman[100988]: 2024-09-11 07:36:50.516974899 +0000 UTC m=+0.147244671 container create 76bc2012416f4fd85dbb02647d2e0bb5598f6546c62d1181552a91cbec7f3e0c (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-3-deactivate, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, ceph=True, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T07:36:50.753 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:36:50 smithi017 podman[100988]: 2024-09-11 07:36:50.752525999 +0000 UTC m=+0.382795735 container init 76bc2012416f4fd85dbb02647d2e0bb5598f6546c62d1181552a91cbec7f3e0c (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-3-deactivate, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, maintainer=Guillaume Abrioux ) 2024-09-11T07:36:51.040 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:36:50 smithi017 podman[100988]: 2024-09-11 07:36:50.756206539 +0000 UTC m=+0.386476277 container start 76bc2012416f4fd85dbb02647d2e0bb5598f6546c62d1181552a91cbec7f3e0c (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-3-deactivate, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828) 2024-09-11T07:36:51.040 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:36:50 smithi017 podman[100988]: 2024-09-11 07:36:50.844362008 +0000 UTC m=+0.474631766 container attach 76bc2012416f4fd85dbb02647d2e0bb5598f6546c62d1181552a91cbec7f3e0c (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-3-deactivate, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, ceph=True, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, 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.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=) 2024-09-11T07:36:51.040 INFO:journalctl@ceph.osd.3.smithi017.stdout:Sep 11 07:36:50 smithi017 podman[100988]: 2024-09-11 07:36:50.937433885 +0000 UTC m=+0.567703615 container died 76bc2012416f4fd85dbb02647d2e0bb5598f6546c62d1181552a91cbec7f3e0c (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-3-deactivate, GIT_CLEAN=True, org.label-schema.build-date=20240731, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0) 2024-09-11T07:36:51.285 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:36:50 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4[53677]: 2024-09-11T07:36:50.933+0000 7ff766df8640 -1 osd.4 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:23.050159+0000 front 2024-09-11T07:36:23.050085+0000 (oldest deadline 2024-09-11T07:36:45.950060+0000) 2024-09-11T07:36:51.286 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:36:51 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5[56001]: 2024-09-11T07:36:51.093+0000 7fe2f7f26640 -1 osd.5 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:24.807688+0000 front 2024-09-11T07:36:24.807492+0000 (oldest deadline 2024-09-11T07:36:47.107249+0000) 2024-09-11T07:36:51.286 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:36:51 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:36:51.094+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:22.993702+0000 front 2024-09-11T07:36:22.993687+0000 (oldest deadline 2024-09-11T07:36:47.093574+0000) 2024-09-11T07:36:51.286 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:36:51 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:36:51.105+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:19.431354+0000 front 2024-09-11T07:36:19.431335+0000 (oldest deadline 2024-09-11T07:36:46.431806+0000) 2024-09-11T07:36:51.560 DEBUG:teuthology.orchestra.run.smithi017:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ef0778be-700c-11ef-bcea-c7b262605968@osd.3.service' 2024-09-11T07:36:51.601 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T07:36:51.601 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-09-11T07:36:51.601 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-09-11T07:36:51.602 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ceph-ef0778be-700c-11ef-bcea-c7b262605968@osd.4 2024-09-11T07:36:51.979 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:36:51 smithi045 systemd[1]: Stopping Ceph osd.4 for ef0778be-700c-11ef-bcea-c7b262605968... 2024-09-11T07:36:52.285 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:36:52 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5[56001]: 2024-09-11T07:36:52.089+0000 7fe2f7f26640 -1 osd.5 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:24.807688+0000 front 2024-09-11T07:36:24.807492+0000 (oldest deadline 2024-09-11T07:36:47.107249+0000) 2024-09-11T07:36:52.286 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:36:52 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:36:52.055+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:22.993702+0000 front 2024-09-11T07:36:22.993687+0000 (oldest deadline 2024-09-11T07:36:47.093574+0000) 2024-09-11T07:36:52.286 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:36:52 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:36:52.138+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:19.431354+0000 front 2024-09-11T07:36:19.431335+0000 (oldest deadline 2024-09-11T07:36:46.431806+0000) 2024-09-11T07:36:52.286 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:36:51 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4[53677]: 2024-09-11T07:36:51.978+0000 7ff766df8640 -1 osd.4 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:23.050159+0000 front 2024-09-11T07:36:23.050085+0000 (oldest deadline 2024-09-11T07:36:45.950060+0000) 2024-09-11T07:36:52.286 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:36:52 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4[53677]: 2024-09-11T07:36:52.035+0000 7ff76c7e4640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-11T07:36:52.286 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:36:52 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4[53677]: 2024-09-11T07:36:52.035+0000 7ff76c7e4640 -1 osd.4 137 *** Got signal Terminated *** 2024-09-11T07:36:52.286 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:36:52 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4[53677]: 2024-09-11T07:36:52.035+0000 7ff76c7e4640 -1 osd.4 137 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T07:36:53.285 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:36:52 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4[53677]: 2024-09-11T07:36:52.944+0000 7ff766df8640 -1 osd.4 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:23.050159+0000 front 2024-09-11T07:36:23.050085+0000 (oldest deadline 2024-09-11T07:36:45.950060+0000) 2024-09-11T07:36:53.286 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:36:53 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5[56001]: 2024-09-11T07:36:53.049+0000 7fe2f7f26640 -1 osd.5 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:24.807688+0000 front 2024-09-11T07:36:24.807492+0000 (oldest deadline 2024-09-11T07:36:47.107249+0000) 2024-09-11T07:36:53.286 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:36:53 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:36:53.040+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:22.993702+0000 front 2024-09-11T07:36:22.993687+0000 (oldest deadline 2024-09-11T07:36:47.093574+0000) 2024-09-11T07:36:53.286 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:36:53 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:36:53.136+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:19.431354+0000 front 2024-09-11T07:36:19.431335+0000 (oldest deadline 2024-09-11T07:36:46.431806+0000) 2024-09-11T07:36:54.285 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:36:53 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4[53677]: 2024-09-11T07:36:53.930+0000 7ff766df8640 -1 osd.4 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:23.050159+0000 front 2024-09-11T07:36:23.050085+0000 (oldest deadline 2024-09-11T07:36:45.950060+0000) 2024-09-11T07:36:54.286 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:36:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5[56001]: 2024-09-11T07:36:54.086+0000 7fe2f7f26640 -1 osd.5 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:24.807688+0000 front 2024-09-11T07:36:24.807492+0000 (oldest deadline 2024-09-11T07:36:47.107249+0000) 2024-09-11T07:36:54.286 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:36:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:36:54.075+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:22.993702+0000 front 2024-09-11T07:36:22.993687+0000 (oldest deadline 2024-09-11T07:36:47.093574+0000) 2024-09-11T07:36:54.286 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:36:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:36:54.127+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:19.431354+0000 front 2024-09-11T07:36:19.431335+0000 (oldest deadline 2024-09-11T07:36:46.431806+0000) 2024-09-11T07:36:55.157 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:36:54 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4[53677]: 2024-09-11T07:36:54.898+0000 7ff766df8640 -1 osd.4 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:23.050159+0000 front 2024-09-11T07:36:23.050085+0000 (oldest deadline 2024-09-11T07:36:45.950060+0000) 2024-09-11T07:36:55.157 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:36:55 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:36:55.069+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:22.993702+0000 front 2024-09-11T07:36:22.993687+0000 (oldest deadline 2024-09-11T07:36:47.093574+0000) 2024-09-11T07:36:55.158 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:36:55 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5[56001]: 2024-09-11T07:36:55.114+0000 7fe2f7f26640 -1 osd.5 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:24.807688+0000 front 2024-09-11T07:36:24.807492+0000 (oldest deadline 2024-09-11T07:36:47.107249+0000) 2024-09-11T07:36:55.535 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:36:55 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:36:55.156+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:19.431354+0000 front 2024-09-11T07:36:19.431335+0000 (oldest deadline 2024-09-11T07:36:46.431806+0000) 2024-09-11T07:36:56.148 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:36:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5[56001]: 2024-09-11T07:36:56.106+0000 7fe2f7f26640 -1 osd.5 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:24.807688+0000 front 2024-09-11T07:36:24.807492+0000 (oldest deadline 2024-09-11T07:36:47.107249+0000) 2024-09-11T07:36:56.149 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:36:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:36:56.118+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:22.993702+0000 front 2024-09-11T07:36:22.993687+0000 (oldest deadline 2024-09-11T07:36:47.093574+0000) 2024-09-11T07:36:56.149 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:36:55 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4[53677]: 2024-09-11T07:36:55.893+0000 7ff766df8640 -1 osd.4 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:23.050159+0000 front 2024-09-11T07:36:23.050085+0000 (oldest deadline 2024-09-11T07:36:45.950060+0000) 2024-09-11T07:36:56.149 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:36:55 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4[53677]: 2024-09-11T07:36:55.893+0000 7ff766df8640 -1 osd.4 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:32.652565+0000 front 2024-09-11T07:36:32.652603+0000 (oldest deadline 2024-09-11T07:36:54.952439+0000) 2024-09-11T07:36:56.535 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:36:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:36:56.146+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:19.431354+0000 front 2024-09-11T07:36:19.431335+0000 (oldest deadline 2024-09-11T07:36:46.431806+0000) 2024-09-11T07:36:57.285 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:36:57 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:36:57.115+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:22.993702+0000 front 2024-09-11T07:36:22.993687+0000 (oldest deadline 2024-09-11T07:36:47.093574+0000) 2024-09-11T07:36:57.286 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:36:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4[53677]: 2024-09-11T07:36:56.919+0000 7ff766df8640 -1 osd.4 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:23.050159+0000 front 2024-09-11T07:36:23.050085+0000 (oldest deadline 2024-09-11T07:36:45.950060+0000) 2024-09-11T07:36:57.286 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:36:56 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4[53677]: 2024-09-11T07:36:56.919+0000 7ff766df8640 -1 osd.4 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:32.652565+0000 front 2024-09-11T07:36:32.652603+0000 (oldest deadline 2024-09-11T07:36:54.952439+0000) 2024-09-11T07:36:57.286 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:36:57 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5[56001]: 2024-09-11T07:36:57.146+0000 7fe2f7f26640 -1 osd.5 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:24.807688+0000 front 2024-09-11T07:36:24.807492+0000 (oldest deadline 2024-09-11T07:36:47.107249+0000) 2024-09-11T07:36:57.286 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:36:57 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5[56001]: 2024-09-11T07:36:57.146+0000 7fe2f7f26640 -1 osd.5 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:31.708427+0000 front 2024-09-11T07:36:31.708542+0000 (oldest deadline 2024-09-11T07:36:56.408507+0000) 2024-09-11T07:36:57.287 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:36:57 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:36:57.165+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:19.431354+0000 front 2024-09-11T07:36:19.431335+0000 (oldest deadline 2024-09-11T07:36:46.431806+0000) 2024-09-11T07:36:57.821 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:36:57 smithi045 podman[74241]: 2024-09-11 07:36:57.535076098 +0000 UTC m=+5.737537894 container died 20c730d135b94aad5ada1842d44bdfef6c96d711b589b5d7f324f10d63094e2b (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T07:36:58.130 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:36:57 smithi045 podman[74241]: 2024-09-11 07:36:57.977016396 +0000 UTC m=+6.179478234 container cleanup 20c730d135b94aad5ada1842d44bdfef6c96d711b589b5d7f324f10d63094e2b (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T07:36:58.131 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:36:57 smithi045 bash[74241]: ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4 2024-09-11T07:36:58.535 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:36:58 smithi045 podman[74257]: 2024-09-11 07:36:58.153295922 +0000 UTC m=+0.613425878 container remove 20c730d135b94aad5ada1842d44bdfef6c96d711b589b5d7f324f10d63094e2b (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T07:36:58.536 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:36:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5[56001]: 2024-09-11T07:36:58.165+0000 7fe2f7f26640 -1 osd.5 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:24.807688+0000 front 2024-09-11T07:36:24.807492+0000 (oldest deadline 2024-09-11T07:36:47.107249+0000) 2024-09-11T07:36:58.536 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:36:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5[56001]: 2024-09-11T07:36:58.165+0000 7fe2f7f26640 -1 osd.5 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:31.708427+0000 front 2024-09-11T07:36:31.708542+0000 (oldest deadline 2024-09-11T07:36:56.408507+0000) 2024-09-11T07:36:58.536 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:36:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:36:58.129+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:22.993702+0000 front 2024-09-11T07:36:22.993687+0000 (oldest deadline 2024-09-11T07:36:47.093574+0000) 2024-09-11T07:36:58.536 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:36:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:36:58.129+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:29.394585+0000 front 2024-09-11T07:36:29.394611+0000 (oldest deadline 2024-09-11T07:36:57.594877+0000) 2024-09-11T07:36:58.536 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:36:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:36:58.140+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:19.431354+0000 front 2024-09-11T07:36:19.431335+0000 (oldest deadline 2024-09-11T07:36:46.431806+0000) 2024-09-11T07:36:58.536 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:36:58 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:36:58.140+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:32.233248+0000 front 2024-09-11T07:36:32.233214+0000 (oldest deadline 2024-09-11T07:36:57.533158+0000) 2024-09-11T07:36:58.831 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:36:58 smithi045 podman[74349]: 2024-09-11 07:36:58.482615405 +0000 UTC m=+0.015971839 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T07:36:58.831 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:36:58 smithi045 podman[74349]: 2024-09-11 07:36:58.712815805 +0000 UTC m=+0.246172223 container create f8a097d7a65876be6a7609b82bf0013edcb1b6c563a573e26741d6296c2bd831 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4-deactivate, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, ceph=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_CLEAN=True) 2024-09-11T07:36:59.098 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:36:58 smithi045 podman[74349]: 2024-09-11 07:36:58.97366594 +0000 UTC m=+0.507022363 container init f8a097d7a65876be6a7609b82bf0013edcb1b6c563a573e26741d6296c2bd831 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, 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, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, ceph=True, maintainer=Guillaume Abrioux ) 2024-09-11T07:36:59.098 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:36:58 smithi045 podman[74349]: 2024-09-11 07:36:58.97721007 +0000 UTC m=+0.510566496 container start f8a097d7a65876be6a7609b82bf0013edcb1b6c563a573e26741d6296c2bd831 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4-deactivate, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T07:36:59.098 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:36:59 smithi045 podman[74349]: 2024-09-11 07:36:59.056719009 +0000 UTC m=+0.590075428 container attach f8a097d7a65876be6a7609b82bf0013edcb1b6c563a573e26741d6296c2bd831 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4-deactivate, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.license=GPLv2, ceph=True, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=) 2024-09-11T07:36:59.411 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:36:59 smithi045 podman[74349]: 2024-09-11 07:36:59.156163652 +0000 UTC m=+0.689520078 container died f8a097d7a65876be6a7609b82bf0013edcb1b6c563a573e26741d6296c2bd831 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4-deactivate, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS) 2024-09-11T07:36:59.411 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:36:59 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5[56001]: 2024-09-11T07:36:59.152+0000 7fe2f7f26640 -1 osd.5 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:24.807688+0000 front 2024-09-11T07:36:24.807492+0000 (oldest deadline 2024-09-11T07:36:47.107249+0000) 2024-09-11T07:36:59.411 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:36:59 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5[56001]: 2024-09-11T07:36:59.152+0000 7fe2f7f26640 -1 osd.5 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:31.708427+0000 front 2024-09-11T07:36:31.708542+0000 (oldest deadline 2024-09-11T07:36:56.408507+0000) 2024-09-11T07:36:59.412 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:36:59 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:36:59.171+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:22.993702+0000 front 2024-09-11T07:36:22.993687+0000 (oldest deadline 2024-09-11T07:36:47.093574+0000) 2024-09-11T07:36:59.412 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:36:59 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:36:59.171+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:29.394585+0000 front 2024-09-11T07:36:29.394611+0000 (oldest deadline 2024-09-11T07:36:57.594877+0000) 2024-09-11T07:36:59.412 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:36:59 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:36:59.096+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:19.431354+0000 front 2024-09-11T07:36:19.431335+0000 (oldest deadline 2024-09-11T07:36:46.431806+0000) 2024-09-11T07:36:59.412 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:36:59 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:36:59.096+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:32.233248+0000 front 2024-09-11T07:36:32.233214+0000 (oldest deadline 2024-09-11T07:36:57.533158+0000) 2024-09-11T07:36:59.947 DEBUG:teuthology.orchestra.run.smithi045:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ef0778be-700c-11ef-bcea-c7b262605968@osd.4.service' 2024-09-11T07:36:59.971 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:36:59 smithi045 podman[74372]: 2024-09-11 07:36:59.927193223 +0000 UTC m=+0.764767461 container remove f8a097d7a65876be6a7609b82bf0013edcb1b6c563a573e26741d6296c2bd831 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-4-deactivate, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True) 2024-09-11T07:36:59.971 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:36:59 smithi045 systemd[1]: ceph-ef0778be-700c-11ef-bcea-c7b262605968@osd.4.service: Deactivated successfully. 2024-09-11T07:36:59.971 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:36:59 smithi045 systemd[1]: Stopped Ceph osd.4 for ef0778be-700c-11ef-bcea-c7b262605968. 2024-09-11T07:36:59.972 INFO:journalctl@ceph.osd.4.smithi045.stdout:Sep 11 07:36:59 smithi045 systemd[1]: ceph-ef0778be-700c-11ef-bcea-c7b262605968@osd.4.service: Consumed 8.760s CPU time. 2024-09-11T07:36:59.988 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T07:36:59.988 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-09-11T07:36:59.988 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-09-11T07:36:59.988 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ceph-ef0778be-700c-11ef-bcea-c7b262605968@osd.5 2024-09-11T07:37:00.286 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:00 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:37:00.148+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:22.993702+0000 front 2024-09-11T07:36:22.993687+0000 (oldest deadline 2024-09-11T07:36:47.093574+0000) 2024-09-11T07:37:00.286 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:00 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:37:00.148+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:29.394585+0000 front 2024-09-11T07:36:29.394611+0000 (oldest deadline 2024-09-11T07:36:57.594877+0000) 2024-09-11T07:37:00.286 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:00 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:00.054+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:19.431354+0000 front 2024-09-11T07:36:19.431335+0000 (oldest deadline 2024-09-11T07:36:46.431806+0000) 2024-09-11T07:37:00.286 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:00 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:00.054+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:32.233248+0000 front 2024-09-11T07:36:32.233214+0000 (oldest deadline 2024-09-11T07:36:57.533158+0000) 2024-09-11T07:37:00.287 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:37:00 smithi045 systemd[1]: Stopping Ceph osd.5 for ef0778be-700c-11ef-bcea-c7b262605968... 2024-09-11T07:37:00.287 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:37:00 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5[56001]: 2024-09-11T07:37:00.185+0000 7fe2f7f26640 -1 osd.5 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:24.807688+0000 front 2024-09-11T07:36:24.807492+0000 (oldest deadline 2024-09-11T07:36:47.107249+0000) 2024-09-11T07:37:00.287 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:37:00 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5[56001]: 2024-09-11T07:37:00.185+0000 7fe2f7f26640 -1 osd.5 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:31.708427+0000 front 2024-09-11T07:36:31.708542+0000 (oldest deadline 2024-09-11T07:36:56.408507+0000) 2024-09-11T07:37:00.786 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:37:00 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5[56001]: 2024-09-11T07:37:00.338+0000 7fe2fa90c640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-11T07:37:00.786 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:37:00 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5[56001]: 2024-09-11T07:37:00.339+0000 7fe2fa90c640 -1 osd.5 137 *** Got signal Terminated *** 2024-09-11T07:37:00.786 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:37:00 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5[56001]: 2024-09-11T07:37:00.339+0000 7fe2fa90c640 -1 osd.5 137 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T07:37:01.535 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:01 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:01.073+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:19.431354+0000 front 2024-09-11T07:36:19.431335+0000 (oldest deadline 2024-09-11T07:36:46.431806+0000) 2024-09-11T07:37:01.536 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:01 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:01.073+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:32.233248+0000 front 2024-09-11T07:36:32.233214+0000 (oldest deadline 2024-09-11T07:36:57.533158+0000) 2024-09-11T07:37:01.536 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:37:01 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5[56001]: 2024-09-11T07:37:01.174+0000 7fe2f7f26640 -1 osd.5 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:24.807688+0000 front 2024-09-11T07:36:24.807492+0000 (oldest deadline 2024-09-11T07:36:47.107249+0000) 2024-09-11T07:37:01.536 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:37:01 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5[56001]: 2024-09-11T07:37:01.174+0000 7fe2f7f26640 -1 osd.5 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:31.708427+0000 front 2024-09-11T07:36:31.708542+0000 (oldest deadline 2024-09-11T07:36:56.408507+0000) 2024-09-11T07:37:01.536 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:01 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:37:01.186+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:22.993702+0000 front 2024-09-11T07:36:22.993687+0000 (oldest deadline 2024-09-11T07:36:47.093574+0000) 2024-09-11T07:37:01.536 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:01 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:37:01.186+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:29.394585+0000 front 2024-09-11T07:36:29.394611+0000 (oldest deadline 2024-09-11T07:36:57.594877+0000) 2024-09-11T07:37:02.535 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:02 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:02.089+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:19.431354+0000 front 2024-09-11T07:36:19.431335+0000 (oldest deadline 2024-09-11T07:36:46.431806+0000) 2024-09-11T07:37:02.536 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:02 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:02.089+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:32.233248+0000 front 2024-09-11T07:36:32.233214+0000 (oldest deadline 2024-09-11T07:36:57.533158+0000) 2024-09-11T07:37:02.536 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:37:02 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5[56001]: 2024-09-11T07:37:02.160+0000 7fe2f7f26640 -1 osd.5 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:24.807688+0000 front 2024-09-11T07:36:24.807492+0000 (oldest deadline 2024-09-11T07:36:47.107249+0000) 2024-09-11T07:37:02.536 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:37:02 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5[56001]: 2024-09-11T07:37:02.160+0000 7fe2f7f26640 -1 osd.5 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:31.708427+0000 front 2024-09-11T07:36:31.708542+0000 (oldest deadline 2024-09-11T07:36:56.408507+0000) 2024-09-11T07:37:02.536 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:02 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:37:02.219+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:22.993702+0000 front 2024-09-11T07:36:22.993687+0000 (oldest deadline 2024-09-11T07:36:47.093574+0000) 2024-09-11T07:37:02.536 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:02 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:37:02.219+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:29.394585+0000 front 2024-09-11T07:36:29.394611+0000 (oldest deadline 2024-09-11T07:36:57.594877+0000) 2024-09-11T07:37:03.535 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:03 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:03.062+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:19.431354+0000 front 2024-09-11T07:36:19.431335+0000 (oldest deadline 2024-09-11T07:36:46.431806+0000) 2024-09-11T07:37:03.536 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:03 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:03.062+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:32.233248+0000 front 2024-09-11T07:36:32.233214+0000 (oldest deadline 2024-09-11T07:36:57.533158+0000) 2024-09-11T07:37:03.536 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:37:03 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5[56001]: 2024-09-11T07:37:03.117+0000 7fe2f7f26640 -1 osd.5 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:24.807688+0000 front 2024-09-11T07:36:24.807492+0000 (oldest deadline 2024-09-11T07:36:47.107249+0000) 2024-09-11T07:37:03.536 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:37:03 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5[56001]: 2024-09-11T07:37:03.117+0000 7fe2f7f26640 -1 osd.5 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:31.708427+0000 front 2024-09-11T07:36:31.708542+0000 (oldest deadline 2024-09-11T07:36:56.408507+0000) 2024-09-11T07:37:03.536 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:37:03 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5[56001]: 2024-09-11T07:37:03.117+0000 7fe2f7f26640 -1 osd.5 137 heartbeat_check: no reply from 172.21.15.17:6822 osd.2 since back 2024-09-11T07:36:36.409103+0000 front 2024-09-11T07:36:36.409056+0000 (oldest deadline 2024-09-11T07:37:02.308932+0000) 2024-09-11T07:37:03.536 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:03 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:37:03.252+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:22.993702+0000 front 2024-09-11T07:36:22.993687+0000 (oldest deadline 2024-09-11T07:36:47.093574+0000) 2024-09-11T07:37:03.536 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:03 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:37:03.252+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:29.394585+0000 front 2024-09-11T07:36:29.394611+0000 (oldest deadline 2024-09-11T07:36:57.594877+0000) 2024-09-11T07:37:03.537 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:03 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:37:03.252+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6822 osd.2 since back 2024-09-11T07:36:37.595445+0000 front 2024-09-11T07:36:37.595431+0000 (oldest deadline 2024-09-11T07:37:02.895358+0000) 2024-09-11T07:37:04.285 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:37:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5[56001]: 2024-09-11T07:37:04.118+0000 7fe2f7f26640 -1 osd.5 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:24.807688+0000 front 2024-09-11T07:36:24.807492+0000 (oldest deadline 2024-09-11T07:36:47.107249+0000) 2024-09-11T07:37:04.285 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:37:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5[56001]: 2024-09-11T07:37:04.118+0000 7fe2f7f26640 -1 osd.5 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:31.708427+0000 front 2024-09-11T07:36:31.708542+0000 (oldest deadline 2024-09-11T07:36:56.408507+0000) 2024-09-11T07:37:04.286 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:37:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5[56001]: 2024-09-11T07:37:04.118+0000 7fe2f7f26640 -1 osd.5 137 heartbeat_check: no reply from 172.21.15.17:6822 osd.2 since back 2024-09-11T07:36:36.409103+0000 front 2024-09-11T07:36:36.409056+0000 (oldest deadline 2024-09-11T07:37:02.308932+0000) 2024-09-11T07:37:04.286 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:04.021+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:19.431354+0000 front 2024-09-11T07:36:19.431335+0000 (oldest deadline 2024-09-11T07:36:46.431806+0000) 2024-09-11T07:37:04.286 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:04.021+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:32.233248+0000 front 2024-09-11T07:36:32.233214+0000 (oldest deadline 2024-09-11T07:36:57.533158+0000) 2024-09-11T07:37:04.286 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:04.021+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6822 osd.2 since back 2024-09-11T07:36:39.234205+0000 front 2024-09-11T07:36:39.234224+0000 (oldest deadline 2024-09-11T07:37:03.934183+0000) 2024-09-11T07:37:04.785 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:37:04.298+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:22.993702+0000 front 2024-09-11T07:36:22.993687+0000 (oldest deadline 2024-09-11T07:36:47.093574+0000) 2024-09-11T07:37:04.785 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:37:04.298+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:29.394585+0000 front 2024-09-11T07:36:29.394611+0000 (oldest deadline 2024-09-11T07:36:57.594877+0000) 2024-09-11T07:37:04.786 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:37:04.298+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6822 osd.2 since back 2024-09-11T07:36:37.595445+0000 front 2024-09-11T07:36:37.595431+0000 (oldest deadline 2024-09-11T07:37:02.895358+0000) 2024-09-11T07:37:05.285 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:37:05 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5[56001]: 2024-09-11T07:37:05.154+0000 7fe2f7f26640 -1 osd.5 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:24.807688+0000 front 2024-09-11T07:36:24.807492+0000 (oldest deadline 2024-09-11T07:36:47.107249+0000) 2024-09-11T07:37:05.286 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:37:05 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5[56001]: 2024-09-11T07:37:05.154+0000 7fe2f7f26640 -1 osd.5 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:31.708427+0000 front 2024-09-11T07:36:31.708542+0000 (oldest deadline 2024-09-11T07:36:56.408507+0000) 2024-09-11T07:37:05.286 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:37:05 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5[56001]: 2024-09-11T07:37:05.154+0000 7fe2f7f26640 -1 osd.5 137 heartbeat_check: no reply from 172.21.15.17:6822 osd.2 since back 2024-09-11T07:36:36.409103+0000 front 2024-09-11T07:36:36.409056+0000 (oldest deadline 2024-09-11T07:37:02.308932+0000) 2024-09-11T07:37:05.286 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:04.981+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:19.431354+0000 front 2024-09-11T07:36:19.431335+0000 (oldest deadline 2024-09-11T07:36:46.431806+0000) 2024-09-11T07:37:05.286 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:04.981+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:32.233248+0000 front 2024-09-11T07:36:32.233214+0000 (oldest deadline 2024-09-11T07:36:57.533158+0000) 2024-09-11T07:37:05.286 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:04 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:04.981+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6822 osd.2 since back 2024-09-11T07:36:39.234205+0000 front 2024-09-11T07:36:39.234224+0000 (oldest deadline 2024-09-11T07:37:03.934183+0000) 2024-09-11T07:37:05.785 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:05 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:37:05.289+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:22.993702+0000 front 2024-09-11T07:36:22.993687+0000 (oldest deadline 2024-09-11T07:36:47.093574+0000) 2024-09-11T07:37:05.786 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:05 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:37:05.289+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:29.394585+0000 front 2024-09-11T07:36:29.394611+0000 (oldest deadline 2024-09-11T07:36:57.594877+0000) 2024-09-11T07:37:05.786 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:05 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:37:05.289+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6822 osd.2 since back 2024-09-11T07:36:37.595445+0000 front 2024-09-11T07:36:37.595431+0000 (oldest deadline 2024-09-11T07:37:02.895358+0000) 2024-09-11T07:37:06.211 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:05 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:05.972+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:19.431354+0000 front 2024-09-11T07:36:19.431335+0000 (oldest deadline 2024-09-11T07:36:46.431806+0000) 2024-09-11T07:37:06.212 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:05 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:05.973+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:32.233248+0000 front 2024-09-11T07:36:32.233214+0000 (oldest deadline 2024-09-11T07:36:57.533158+0000) 2024-09-11T07:37:06.212 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:05 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:05.973+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6822 osd.2 since back 2024-09-11T07:36:39.234205+0000 front 2024-09-11T07:36:39.234224+0000 (oldest deadline 2024-09-11T07:37:03.934183+0000) 2024-09-11T07:37:06.212 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:37:05 smithi045 podman[74462]: 2024-09-11 07:37:05.811852071 +0000 UTC m=+5.599723608 container died 79e212d36e89e6ca46ffce7102f92c434250f1e079ca702dce8f80e83c0cfcac (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2) 2024-09-11T07:37:06.535 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:37:06 smithi045 podman[74462]: 2024-09-11 07:37:06.210034917 +0000 UTC m=+5.997906454 container cleanup 79e212d36e89e6ca46ffce7102f92c434250f1e079ca702dce8f80e83c0cfcac (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, ceph=True, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS) 2024-09-11T07:37:06.535 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:37:06 smithi045 bash[74462]: ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5 2024-09-11T07:37:06.536 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:37:06 smithi045 podman[74479]: 2024-09-11 07:37:06.445109056 +0000 UTC m=+0.632023648 container remove 79e212d36e89e6ca46ffce7102f92c434250f1e079ca702dce8f80e83c0cfcac (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux ) 2024-09-11T07:37:06.536 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:06 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:37:06.309+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:22.993702+0000 front 2024-09-11T07:36:22.993687+0000 (oldest deadline 2024-09-11T07:36:47.093574+0000) 2024-09-11T07:37:06.536 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:06 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:37:06.309+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:29.394585+0000 front 2024-09-11T07:36:29.394611+0000 (oldest deadline 2024-09-11T07:36:57.594877+0000) 2024-09-11T07:37:06.536 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:06 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:37:06.309+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6822 osd.2 since back 2024-09-11T07:36:37.595445+0000 front 2024-09-11T07:36:37.595431+0000 (oldest deadline 2024-09-11T07:37:02.895358+0000) 2024-09-11T07:37:07.049 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:37:06 smithi045 podman[74568]: 2024-09-11 07:37:06.687323515 +0000 UTC m=+0.016696150 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T07:37:07.049 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:37:06 smithi045 podman[74568]: 2024-09-11 07:37:06.79578329 +0000 UTC m=+0.125155914 container create 09b2c29999ab7160adec41478531314233f729d6f77d35ab5dc397cae7b9f812 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5-deactivate, io.buildah.version=1.37.2, GIT_CLEAN=True, ceph=True, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-09-11T07:37:07.049 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:37:07 smithi045 podman[74568]: 2024-09-11 07:37:07.047934837 +0000 UTC m=+0.377307471 container init 09b2c29999ab7160adec41478531314233f729d6f77d35ab5dc397cae7b9f812 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5-deactivate, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, ceph=True) 2024-09-11T07:37:07.049 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:06 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:06.999+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:19.431354+0000 front 2024-09-11T07:36:19.431335+0000 (oldest deadline 2024-09-11T07:36:46.431806+0000) 2024-09-11T07:37:07.049 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:06 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:06.999+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:32.233248+0000 front 2024-09-11T07:36:32.233214+0000 (oldest deadline 2024-09-11T07:36:57.533158+0000) 2024-09-11T07:37:07.049 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:06 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:06.999+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6822 osd.2 since back 2024-09-11T07:36:39.234205+0000 front 2024-09-11T07:36:39.234224+0000 (oldest deadline 2024-09-11T07:37:03.934183+0000) 2024-09-11T07:37:07.313 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:37:07 smithi045 podman[74568]: 2024-09-11 07:37:07.05144915 +0000 UTC m=+0.380821775 container start 09b2c29999ab7160adec41478531314233f729d6f77d35ab5dc397cae7b9f812 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5-deactivate, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_CLEAN=True, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, 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) 2024-09-11T07:37:07.314 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:37:07 smithi045 podman[74568]: 2024-09-11 07:37:07.131305186 +0000 UTC m=+0.460677832 container attach 09b2c29999ab7160adec41478531314233f729d6f77d35ab5dc397cae7b9f812 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5-deactivate, GIT_CLEAN=True, CEPH_POINT_RELEASE=, 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, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.vendor=CentOS, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, io.buildah.version=1.37.2) 2024-09-11T07:37:07.314 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:37:07 smithi045 podman[74568]: 2024-09-11 07:37:07.231738202 +0000 UTC m=+0.561110832 container died 09b2c29999ab7160adec41478531314233f729d6f77d35ab5dc397cae7b9f812 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, ceph=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD) 2024-09-11T07:37:07.619 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:37:07.312+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:22.993702+0000 front 2024-09-11T07:36:22.993687+0000 (oldest deadline 2024-09-11T07:36:47.093574+0000) 2024-09-11T07:37:07.619 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:37:07.312+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:29.394585+0000 front 2024-09-11T07:36:29.394611+0000 (oldest deadline 2024-09-11T07:36:57.594877+0000) 2024-09-11T07:37:07.619 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:07 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:37:07.312+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6822 osd.2 since back 2024-09-11T07:36:37.595445+0000 front 2024-09-11T07:36:37.595431+0000 (oldest deadline 2024-09-11T07:37:02.895358+0000) 2024-09-11T07:37:07.886 INFO:journalctl@ceph.osd.5.smithi045.stdout:Sep 11 07:37:07 smithi045 podman[74592]: 2024-09-11 07:37:07.859927335 +0000 UTC m=+0.621426650 container remove 09b2c29999ab7160adec41478531314233f729d6f77d35ab5dc397cae7b9f812 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-5-deactivate, 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, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, ceph=True, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS) 2024-09-11T07:37:07.893 DEBUG:teuthology.orchestra.run.smithi045:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ef0778be-700c-11ef-bcea-c7b262605968@osd.5.service' 2024-09-11T07:37:07.935 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T07:37:07.935 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-09-11T07:37:07.935 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-09-11T07:37:07.935 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ceph-ef0778be-700c-11ef-bcea-c7b262605968@osd.6 2024-09-11T07:37:08.255 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:08 smithi045 systemd[1]: Stopping Ceph osd.6 for ef0778be-700c-11ef-bcea-c7b262605968... 2024-09-11T07:37:08.256 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:08 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:08.005+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:19.431354+0000 front 2024-09-11T07:36:19.431335+0000 (oldest deadline 2024-09-11T07:36:46.431806+0000) 2024-09-11T07:37:08.256 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:08 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:08.005+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:32.233248+0000 front 2024-09-11T07:36:32.233214+0000 (oldest deadline 2024-09-11T07:36:57.533158+0000) 2024-09-11T07:37:08.256 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:08 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:08.005+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6822 osd.2 since back 2024-09-11T07:36:39.234205+0000 front 2024-09-11T07:36:39.234224+0000 (oldest deadline 2024-09-11T07:37:03.934183+0000) 2024-09-11T07:37:08.535 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:08 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:37:08.254+0000 7fa9fa45d640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-11T07:37:08.535 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:08 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:37:08.254+0000 7fa9fa45d640 -1 osd.6 137 *** Got signal Terminated *** 2024-09-11T07:37:08.535 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:08 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:37:08.254+0000 7fa9fa45d640 -1 osd.6 137 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T07:37:08.536 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:08 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:37:08.265+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:22.993702+0000 front 2024-09-11T07:36:22.993687+0000 (oldest deadline 2024-09-11T07:36:47.093574+0000) 2024-09-11T07:37:08.536 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:08 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:37:08.265+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:29.394585+0000 front 2024-09-11T07:36:29.394611+0000 (oldest deadline 2024-09-11T07:36:57.594877+0000) 2024-09-11T07:37:08.536 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:08 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:37:08.265+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6822 osd.2 since back 2024-09-11T07:36:37.595445+0000 front 2024-09-11T07:36:37.595431+0000 (oldest deadline 2024-09-11T07:37:02.895358+0000) 2024-09-11T07:37:09.285 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:09 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:09.005+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:19.431354+0000 front 2024-09-11T07:36:19.431335+0000 (oldest deadline 2024-09-11T07:36:46.431806+0000) 2024-09-11T07:37:09.285 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:09 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:09.005+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:32.233248+0000 front 2024-09-11T07:36:32.233214+0000 (oldest deadline 2024-09-11T07:36:57.533158+0000) 2024-09-11T07:37:09.285 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:09 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:09.005+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6822 osd.2 since back 2024-09-11T07:36:39.234205+0000 front 2024-09-11T07:36:39.234224+0000 (oldest deadline 2024-09-11T07:37:03.934183+0000) 2024-09-11T07:37:09.785 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:09 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:37:09.300+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:22.993702+0000 front 2024-09-11T07:36:22.993687+0000 (oldest deadline 2024-09-11T07:36:47.093574+0000) 2024-09-11T07:37:09.786 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:09 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:37:09.300+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:29.394585+0000 front 2024-09-11T07:36:29.394611+0000 (oldest deadline 2024-09-11T07:36:57.594877+0000) 2024-09-11T07:37:09.786 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:09 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:37:09.300+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6822 osd.2 since back 2024-09-11T07:36:37.595445+0000 front 2024-09-11T07:36:37.595431+0000 (oldest deadline 2024-09-11T07:37:02.895358+0000) 2024-09-11T07:37:10.272 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:10 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:10.044+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:19.431354+0000 front 2024-09-11T07:36:19.431335+0000 (oldest deadline 2024-09-11T07:36:46.431806+0000) 2024-09-11T07:37:10.272 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:10 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:10.044+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:32.233248+0000 front 2024-09-11T07:36:32.233214+0000 (oldest deadline 2024-09-11T07:36:57.533158+0000) 2024-09-11T07:37:10.272 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:10 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:10.044+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6822 osd.2 since back 2024-09-11T07:36:39.234205+0000 front 2024-09-11T07:36:39.234224+0000 (oldest deadline 2024-09-11T07:37:03.934183+0000) 2024-09-11T07:37:10.535 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:10 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:37:10.271+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:22.993702+0000 front 2024-09-11T07:36:22.993687+0000 (oldest deadline 2024-09-11T07:36:47.093574+0000) 2024-09-11T07:37:10.535 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:10 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:37:10.271+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:29.394585+0000 front 2024-09-11T07:36:29.394611+0000 (oldest deadline 2024-09-11T07:36:57.594877+0000) 2024-09-11T07:37:10.535 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:10 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:37:10.271+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6822 osd.2 since back 2024-09-11T07:36:37.595445+0000 front 2024-09-11T07:36:37.595431+0000 (oldest deadline 2024-09-11T07:37:02.895358+0000) 2024-09-11T07:37:11.536 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:11 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:37:11.256+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:22.993702+0000 front 2024-09-11T07:36:22.993687+0000 (oldest deadline 2024-09-11T07:36:47.093574+0000) 2024-09-11T07:37:11.536 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:11 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:37:11.256+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:29.394585+0000 front 2024-09-11T07:36:29.394611+0000 (oldest deadline 2024-09-11T07:36:57.594877+0000) 2024-09-11T07:37:11.536 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:11 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:37:11.256+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6822 osd.2 since back 2024-09-11T07:36:37.595445+0000 front 2024-09-11T07:36:37.595431+0000 (oldest deadline 2024-09-11T07:37:02.895358+0000) 2024-09-11T07:37:11.536 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:11 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:37:11.256+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6830 osd.3 since back 2024-09-11T07:36:45.196274+0000 front 2024-09-11T07:36:45.196300+0000 (oldest deadline 2024-09-11T07:37:10.496162+0000) 2024-09-11T07:37:11.536 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:11 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:11.078+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:19.431354+0000 front 2024-09-11T07:36:19.431335+0000 (oldest deadline 2024-09-11T07:36:46.431806+0000) 2024-09-11T07:37:11.536 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:11 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:11.078+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:32.233248+0000 front 2024-09-11T07:36:32.233214+0000 (oldest deadline 2024-09-11T07:36:57.533158+0000) 2024-09-11T07:37:11.536 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:11 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:11.078+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6822 osd.2 since back 2024-09-11T07:36:39.234205+0000 front 2024-09-11T07:36:39.234224+0000 (oldest deadline 2024-09-11T07:37:03.934183+0000) 2024-09-11T07:37:11.537 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:11 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:11.078+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6830 osd.3 since back 2024-09-11T07:36:48.035201+0000 front 2024-09-11T07:36:48.035117+0000 (oldest deadline 2024-09-11T07:37:10.335108+0000) 2024-09-11T07:37:12.535 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:12 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:37:12.232+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:22.993702+0000 front 2024-09-11T07:36:22.993687+0000 (oldest deadline 2024-09-11T07:36:47.093574+0000) 2024-09-11T07:37:12.536 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:12 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:37:12.232+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:29.394585+0000 front 2024-09-11T07:36:29.394611+0000 (oldest deadline 2024-09-11T07:36:57.594877+0000) 2024-09-11T07:37:12.536 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:12 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:37:12.232+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6822 osd.2 since back 2024-09-11T07:36:37.595445+0000 front 2024-09-11T07:36:37.595431+0000 (oldest deadline 2024-09-11T07:37:02.895358+0000) 2024-09-11T07:37:12.536 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:12 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:37:12.232+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6830 osd.3 since back 2024-09-11T07:36:45.196274+0000 front 2024-09-11T07:36:45.196300+0000 (oldest deadline 2024-09-11T07:37:10.496162+0000) 2024-09-11T07:37:12.536 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:12 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:12.054+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:19.431354+0000 front 2024-09-11T07:36:19.431335+0000 (oldest deadline 2024-09-11T07:36:46.431806+0000) 2024-09-11T07:37:12.536 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:12 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:12.054+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:32.233248+0000 front 2024-09-11T07:36:32.233214+0000 (oldest deadline 2024-09-11T07:36:57.533158+0000) 2024-09-11T07:37:12.536 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:12 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:12.054+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6822 osd.2 since back 2024-09-11T07:36:39.234205+0000 front 2024-09-11T07:36:39.234224+0000 (oldest deadline 2024-09-11T07:37:03.934183+0000) 2024-09-11T07:37:12.536 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:12 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:12.054+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6830 osd.3 since back 2024-09-11T07:36:48.035201+0000 front 2024-09-11T07:36:48.035117+0000 (oldest deadline 2024-09-11T07:37:10.335108+0000) 2024-09-11T07:37:13.285 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:37:13.185+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:22.993702+0000 front 2024-09-11T07:36:22.993687+0000 (oldest deadline 2024-09-11T07:36:47.093574+0000) 2024-09-11T07:37:13.286 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:37:13.185+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:29.394585+0000 front 2024-09-11T07:36:29.394611+0000 (oldest deadline 2024-09-11T07:36:57.594877+0000) 2024-09-11T07:37:13.286 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:37:13.185+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6822 osd.2 since back 2024-09-11T07:36:37.595445+0000 front 2024-09-11T07:36:37.595431+0000 (oldest deadline 2024-09-11T07:37:02.895358+0000) 2024-09-11T07:37:13.286 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6[58334]: 2024-09-11T07:37:13.185+0000 7fa9f7a77640 -1 osd.6 137 heartbeat_check: no reply from 172.21.15.17:6830 osd.3 since back 2024-09-11T07:36:45.196274+0000 front 2024-09-11T07:36:45.196300+0000 (oldest deadline 2024-09-11T07:37:10.496162+0000) 2024-09-11T07:37:13.286 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:13.032+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:19.431354+0000 front 2024-09-11T07:36:19.431335+0000 (oldest deadline 2024-09-11T07:36:46.431806+0000) 2024-09-11T07:37:13.286 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:13.032+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:32.233248+0000 front 2024-09-11T07:36:32.233214+0000 (oldest deadline 2024-09-11T07:36:57.533158+0000) 2024-09-11T07:37:13.286 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:13.032+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6822 osd.2 since back 2024-09-11T07:36:39.234205+0000 front 2024-09-11T07:36:39.234224+0000 (oldest deadline 2024-09-11T07:37:03.934183+0000) 2024-09-11T07:37:13.286 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:13 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:13.032+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6830 osd.3 since back 2024-09-11T07:36:48.035201+0000 front 2024-09-11T07:36:48.035117+0000 (oldest deadline 2024-09-11T07:37:10.335108+0000) 2024-09-11T07:37:14.006 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:13 smithi045 podman[74671]: 2024-09-11 07:37:13.739909894 +0000 UTC m=+5.576295601 container died 0b07b7d1f76930a0bf76ba2aa30a11d8f3fb73fc892e46e3a547afa8c703cae0 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, ceph=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-09-11T07:37:14.285 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:14 smithi045 podman[74671]: 2024-09-11 07:37:14.170989524 +0000 UTC m=+6.007375270 container cleanup 0b07b7d1f76930a0bf76ba2aa30a11d8f3fb73fc892e46e3a547afa8c703cae0 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0) 2024-09-11T07:37:14.285 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:14 smithi045 bash[74671]: ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6 2024-09-11T07:37:14.286 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:14.068+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:19.431354+0000 front 2024-09-11T07:36:19.431335+0000 (oldest deadline 2024-09-11T07:36:46.431806+0000) 2024-09-11T07:37:14.286 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:14.068+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:32.233248+0000 front 2024-09-11T07:36:32.233214+0000 (oldest deadline 2024-09-11T07:36:57.533158+0000) 2024-09-11T07:37:14.286 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:14.068+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6822 osd.2 since back 2024-09-11T07:36:39.234205+0000 front 2024-09-11T07:36:39.234224+0000 (oldest deadline 2024-09-11T07:37:03.934183+0000) 2024-09-11T07:37:14.286 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:14 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:14.068+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6830 osd.3 since back 2024-09-11T07:36:48.035201+0000 front 2024-09-11T07:36:48.035117+0000 (oldest deadline 2024-09-11T07:37:10.335108+0000) 2024-09-11T07:37:14.785 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:14 smithi045 podman[74718]: 2024-09-11 07:37:14.372719971 +0000 UTC m=+0.635700297 container remove 0b07b7d1f76930a0bf76ba2aa30a11d8f3fb73fc892e46e3a547afa8c703cae0 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0) 2024-09-11T07:37:15.068 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:14 smithi045 podman[74807]: 2024-09-11 07:37:14.701169161 +0000 UTC m=+0.016816485 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T07:37:15.069 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:14 smithi045 podman[74807]: 2024-09-11 07:37:14.806811088 +0000 UTC m=+0.122458411 container create 353dbd8935bef698c0179d9c0d47ba6f64d18119307a9bdaae7fdfdca609c32c (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6-deactivate, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, ceph=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828) 2024-09-11T07:37:15.069 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:15 smithi045 podman[74807]: 2024-09-11 07:37:15.067940323 +0000 UTC m=+0.383587649 container init 353dbd8935bef698c0179d9c0d47ba6f64d18119307a9bdaae7fdfdca609c32c (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6-deactivate, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, ceph=True, maintainer=Guillaume Abrioux ) 2024-09-11T07:37:15.069 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:15 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:15.019+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:19.431354+0000 front 2024-09-11T07:36:19.431335+0000 (oldest deadline 2024-09-11T07:36:46.431806+0000) 2024-09-11T07:37:15.069 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:15 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:15.019+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:32.233248+0000 front 2024-09-11T07:36:32.233214+0000 (oldest deadline 2024-09-11T07:36:57.533158+0000) 2024-09-11T07:37:15.069 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:15 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:15.019+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6822 osd.2 since back 2024-09-11T07:36:39.234205+0000 front 2024-09-11T07:36:39.234224+0000 (oldest deadline 2024-09-11T07:37:03.934183+0000) 2024-09-11T07:37:15.069 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:15 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:15.019+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6830 osd.3 since back 2024-09-11T07:36:48.035201+0000 front 2024-09-11T07:36:48.035117+0000 (oldest deadline 2024-09-11T07:37:10.335108+0000) 2024-09-11T07:37:15.505 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:15 smithi045 podman[74807]: 2024-09-11 07:37:15.071634941 +0000 UTC m=+0.387282269 container start 353dbd8935bef698c0179d9c0d47ba6f64d18119307a9bdaae7fdfdca609c32c (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6-deactivate, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, ceph=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T07:37:15.505 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:15 smithi045 podman[74807]: 2024-09-11 07:37:15.151134641 +0000 UTC m=+0.466781972 container attach 353dbd8935bef698c0179d9c0d47ba6f64d18119307a9bdaae7fdfdca609c32c (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6-deactivate, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T07:37:15.505 INFO:journalctl@ceph.osd.6.smithi045.stdout:Sep 11 07:37:15 smithi045 podman[74807]: 2024-09-11 07:37:15.252192294 +0000 UTC m=+0.567839620 container died 353dbd8935bef698c0179d9c0d47ba6f64d18119307a9bdaae7fdfdca609c32c (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-6-deactivate, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731) 2024-09-11T07:37:15.815 DEBUG:teuthology.orchestra.run.smithi045:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ef0778be-700c-11ef-bcea-c7b262605968@osd.6.service' 2024-09-11T07:37:15.854 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T07:37:15.854 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-09-11T07:37:15.855 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-09-11T07:37:15.855 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ceph-ef0778be-700c-11ef-bcea-c7b262605968@osd.7 2024-09-11T07:37:16.065 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:15 smithi045 systemd[1]: Stopping Ceph osd.7 for ef0778be-700c-11ef-bcea-c7b262605968... 2024-09-11T07:37:16.346 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:16.062+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:19.431354+0000 front 2024-09-11T07:36:19.431335+0000 (oldest deadline 2024-09-11T07:36:46.431806+0000) 2024-09-11T07:37:16.346 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:16.062+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:32.233248+0000 front 2024-09-11T07:36:32.233214+0000 (oldest deadline 2024-09-11T07:36:57.533158+0000) 2024-09-11T07:37:16.346 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:16.062+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6822 osd.2 since back 2024-09-11T07:36:39.234205+0000 front 2024-09-11T07:36:39.234224+0000 (oldest deadline 2024-09-11T07:37:03.934183+0000) 2024-09-11T07:37:16.346 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:16.062+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6830 osd.3 since back 2024-09-11T07:36:48.035201+0000 front 2024-09-11T07:36:48.035117+0000 (oldest deadline 2024-09-11T07:37:10.335108+0000) 2024-09-11T07:37:16.346 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:16.181+0000 7fdb134d1640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-11T07:37:16.346 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:16.181+0000 7fdb134d1640 -1 osd.7 137 *** Got signal Terminated *** 2024-09-11T07:37:16.346 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:16 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:16.181+0000 7fdb134d1640 -1 osd.7 137 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T07:37:17.535 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:17 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:17.084+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:19.431354+0000 front 2024-09-11T07:36:19.431335+0000 (oldest deadline 2024-09-11T07:36:46.431806+0000) 2024-09-11T07:37:17.535 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:17 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:17.084+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:32.233248+0000 front 2024-09-11T07:36:32.233214+0000 (oldest deadline 2024-09-11T07:36:57.533158+0000) 2024-09-11T07:37:17.536 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:17 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:17.084+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6822 osd.2 since back 2024-09-11T07:36:39.234205+0000 front 2024-09-11T07:36:39.234224+0000 (oldest deadline 2024-09-11T07:37:03.934183+0000) 2024-09-11T07:37:17.536 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:17 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:17.084+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6830 osd.3 since back 2024-09-11T07:36:48.035201+0000 front 2024-09-11T07:36:48.035117+0000 (oldest deadline 2024-09-11T07:37:10.335108+0000) 2024-09-11T07:37:18.535 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:18 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:18.098+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:19.431354+0000 front 2024-09-11T07:36:19.431335+0000 (oldest deadline 2024-09-11T07:36:46.431806+0000) 2024-09-11T07:37:18.536 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:18 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:18.098+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:32.233248+0000 front 2024-09-11T07:36:32.233214+0000 (oldest deadline 2024-09-11T07:36:57.533158+0000) 2024-09-11T07:37:18.536 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:18 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:18.098+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6822 osd.2 since back 2024-09-11T07:36:39.234205+0000 front 2024-09-11T07:36:39.234224+0000 (oldest deadline 2024-09-11T07:37:03.934183+0000) 2024-09-11T07:37:18.536 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:18 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:18.098+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6830 osd.3 since back 2024-09-11T07:36:48.035201+0000 front 2024-09-11T07:36:48.035117+0000 (oldest deadline 2024-09-11T07:37:10.335108+0000) 2024-09-11T07:37:19.535 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:19 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:19.105+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:19.431354+0000 front 2024-09-11T07:36:19.431335+0000 (oldest deadline 2024-09-11T07:36:46.431806+0000) 2024-09-11T07:37:19.536 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:19 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:19.105+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:32.233248+0000 front 2024-09-11T07:36:32.233214+0000 (oldest deadline 2024-09-11T07:36:57.533158+0000) 2024-09-11T07:37:19.536 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:19 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:19.105+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6822 osd.2 since back 2024-09-11T07:36:39.234205+0000 front 2024-09-11T07:36:39.234224+0000 (oldest deadline 2024-09-11T07:37:03.934183+0000) 2024-09-11T07:37:19.536 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:19 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:19.106+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6830 osd.3 since back 2024-09-11T07:36:48.035201+0000 front 2024-09-11T07:36:48.035117+0000 (oldest deadline 2024-09-11T07:37:10.335108+0000) 2024-09-11T07:37:19.536 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:19 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:19.106+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.45:6804 osd.4 since back 2024-09-11T07:36:53.835921+0000 front 2024-09-11T07:36:53.835999+0000 (oldest deadline 2024-09-11T07:37:18.535905+0000) 2024-09-11T07:37:20.535 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:20 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:20.096+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:19.431354+0000 front 2024-09-11T07:36:19.431335+0000 (oldest deadline 2024-09-11T07:36:46.431806+0000) 2024-09-11T07:37:20.536 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:20 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:20.096+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:32.233248+0000 front 2024-09-11T07:36:32.233214+0000 (oldest deadline 2024-09-11T07:36:57.533158+0000) 2024-09-11T07:37:20.536 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:20 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:20.096+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6822 osd.2 since back 2024-09-11T07:36:39.234205+0000 front 2024-09-11T07:36:39.234224+0000 (oldest deadline 2024-09-11T07:37:03.934183+0000) 2024-09-11T07:37:20.536 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:20 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:20.096+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6830 osd.3 since back 2024-09-11T07:36:48.035201+0000 front 2024-09-11T07:36:48.035117+0000 (oldest deadline 2024-09-11T07:37:10.335108+0000) 2024-09-11T07:37:20.536 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:20 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:20.096+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.45:6804 osd.4 since back 2024-09-11T07:36:53.835921+0000 front 2024-09-11T07:36:53.835999+0000 (oldest deadline 2024-09-11T07:37:18.535905+0000) 2024-09-11T07:37:21.536 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:21.047+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6806 osd.0 since back 2024-09-11T07:36:19.431354+0000 front 2024-09-11T07:36:19.431335+0000 (oldest deadline 2024-09-11T07:36:46.431806+0000) 2024-09-11T07:37:21.536 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:21.047+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6814 osd.1 since back 2024-09-11T07:36:32.233248+0000 front 2024-09-11T07:36:32.233214+0000 (oldest deadline 2024-09-11T07:36:57.533158+0000) 2024-09-11T07:37:21.537 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:21.047+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6822 osd.2 since back 2024-09-11T07:36:39.234205+0000 front 2024-09-11T07:36:39.234224+0000 (oldest deadline 2024-09-11T07:37:03.934183+0000) 2024-09-11T07:37:21.537 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:21.047+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.17:6830 osd.3 since back 2024-09-11T07:36:48.035201+0000 front 2024-09-11T07:36:48.035117+0000 (oldest deadline 2024-09-11T07:37:10.335108+0000) 2024-09-11T07:37:21.537 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:21 smithi045 ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7[60637]: 2024-09-11T07:37:21.047+0000 7fdb0cae3640 -1 osd.7 137 heartbeat_check: no reply from 172.21.15.45:6804 osd.4 since back 2024-09-11T07:36:53.835921+0000 front 2024-09-11T07:36:53.835999+0000 (oldest deadline 2024-09-11T07:37:18.535905+0000) 2024-09-11T07:37:22.035 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:21 smithi045 podman[74909]: 2024-09-11 07:37:21.727146674 +0000 UTC m=+5.648722076 container died cc0312dac7eec9cd121319f5144b74a66ed5a897d2edf65e0295a2267a7cd142 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_CLEAN=True, ceph=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828) 2024-09-11T07:37:22.384 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:22 smithi045 podman[74909]: 2024-09-11 07:37:22.123666355 +0000 UTC m=+6.045241757 container cleanup cc0312dac7eec9cd121319f5144b74a66ed5a897d2edf65e0295a2267a7cd142 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_CLEAN=True, ceph=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD) 2024-09-11T07:37:22.384 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:22 smithi045 bash[74909]: ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7 2024-09-11T07:37:22.703 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:22 smithi045 podman[74926]: 2024-09-11 07:37:22.383018662 +0000 UTC m=+0.646812496 container remove cc0312dac7eec9cd121319f5144b74a66ed5a897d2edf65e0295a2267a7cd142 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, ceph=True, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731) 2024-09-11T07:37:22.986 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:22 smithi045 podman[75012]: 2024-09-11 07:37:22.604571835 +0000 UTC m=+0.016262777 image pull 4a918172a49766385959227c53e75e2c302e923539324792cb5bee6cad0b2f2b quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40 2024-09-11T07:37:22.987 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:22 smithi045 podman[75012]: 2024-09-11 07:37:22.708638716 +0000 UTC m=+0.120329647 container create f71b4c1b63a5fa17c557f5d16bb37ae0f168124b0840ccda9cf93bff3a10efe2 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7-deactivate, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_CLEAN=True, ceph=True, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0) 2024-09-11T07:37:22.987 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:22 smithi045 podman[75012]: 2024-09-11 07:37:22.927764799 +0000 UTC m=+0.339455729 container init f71b4c1b63a5fa17c557f5d16bb37ae0f168124b0840ccda9cf93bff3a10efe2 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7-deactivate, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, ceph=True, maintainer=Guillaume Abrioux ) 2024-09-11T07:37:22.987 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:22 smithi045 podman[75012]: 2024-09-11 07:37:22.931268113 +0000 UTC m=+0.342959046 container start f71b4c1b63a5fa17c557f5d16bb37ae0f168124b0840ccda9cf93bff3a10efe2 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7-deactivate, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_CLEAN=True, GIT_BRANCH=HEAD, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T07:37:22.987 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:22 smithi045 podman[75012]: 2024-09-11 07:37:22.985806383 +0000 UTC m=+0.397497327 container attach f71b4c1b63a5fa17c557f5d16bb37ae0f168124b0840ccda9cf93bff3a10efe2 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7-deactivate, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.license=GPLv2, 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, ceph=True, io.buildah.version=1.37.2) 2024-09-11T07:37:23.288 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:23 smithi045 podman[75012]: 2024-09-11 07:37:23.113569122 +0000 UTC m=+0.525260054 container died f71b4c1b63a5fa17c557f5d16bb37ae0f168124b0840ccda9cf93bff3a10efe2 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.license=GPLv2) 2024-09-11T07:37:23.650 INFO:journalctl@ceph.osd.7.smithi045.stdout:Sep 11 07:37:23 smithi045 podman[75035]: 2024-09-11 07:37:23.647061915 +0000 UTC m=+0.526999802 container remove f71b4c1b63a5fa17c557f5d16bb37ae0f168124b0840ccda9cf93bff3a10efe2 (image=quay.ceph.io/ceph-ci/ceph@sha256:ef9c65e2a6ea9377a732e309273ea235301c4d330f09e2972aeebc38173d3e40, name=ceph-ef0778be-700c-11ef-bcea-c7b262605968-osd-7-deactivate, ceph=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-10-2008-quincy-d0e6828, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0) 2024-09-11T07:37:23.664 DEBUG:teuthology.orchestra.run.smithi045:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ef0778be-700c-11ef-bcea-c7b262605968@osd.7.service' 2024-09-11T07:37:23.707 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T07:37:23.708 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-09-11T07:37:23.708 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ef0778be-700c-11ef-bcea-c7b262605968 --force --keep-logs 2024-09-11T07:44:19.626 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ef0778be-700c-11ef-bcea-c7b262605968 --force --keep-logs 2024-09-11T07:44:41.028 DEBUG:teuthology.orchestra.run.smithi017:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-11T07:44:41.065 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-11T07:44:41.094 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-11T07:44:41.096 DEBUG:teuthology.misc:Transferring archived files from smithi017:/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901205/remote/smithi017/crash 2024-09-11T07:44:41.097 DEBUG:teuthology.orchestra.run.smithi017:> sudo tar c -f - -C /var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/crash -- . 2024-09-11T07:44:41.170 INFO:teuthology.orchestra.run.smithi017.stderr:tar: /var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/crash: Cannot open: No such file or directory 2024-09-11T07:44:41.170 INFO:teuthology.orchestra.run.smithi017.stderr:tar: Error is not recoverable: exiting now 2024-09-11T07:44:41.172 DEBUG:teuthology.misc:Transferring archived files from smithi045:/var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901205/remote/smithi045/crash 2024-09-11T07:44:41.173 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/crash -- . 2024-09-11T07:44:41.214 INFO:teuthology.orchestra.run.smithi045.stderr:tar: /var/lib/ceph/ef0778be-700c-11ef-bcea-c7b262605968/crash: Cannot open: No such file or directory 2024-09-11T07:44:41.214 INFO:teuthology.orchestra.run.smithi045.stderr:tar: Error is not recoverable: exiting now 2024-09-11T07:44:41.215 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-11T07:44:41.215 DEBUG:teuthology.orchestra.run.smithi017:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-09-11T07:44:41.253 INFO:teuthology.orchestra.run.smithi017.stderr:grep: /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph.log: No such file or directory 2024-09-11T07:44:41.255 INFO:tasks.cephadm:Compressing logs... 2024-09-11T07:44:41.255 DEBUG:teuthology.orchestra.run.smithi017:> 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-11T07:44:41.298 DEBUG:teuthology.orchestra.run.smithi045:> 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-11T07:44:41.326 INFO:teuthology.orchestra.run.smithi045.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-osd.7.log 2024-09-11T07:44:41.326 INFO:teuthology.orchestra.run.smithi045.stderr:: No such file or directory 2024-09-11T07:44:41.326 INFO:teuthology.orchestra.run.smithi045.stderr:gzip -5 --verbose -- /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-volume.log 2024-09-11T07:44:41.326 INFO:teuthology.orchestra.run.smithi045.stderr:gzip -5 --verbose -- /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-osd.4.log 2024-09-11T07:44:41.326 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-osd.7.log: /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-mds.foofs.smithi045.gxtxww.log 2024-09-11T07:44:41.326 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-mon.smithi045.log 2024-09-11T07:44:41.326 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-mds.foofs.smithi045.gxtxww.log: gzip -5 --verbose -- /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-osd.6.log 2024-09-11T07:44:41.326 INFO:teuthology.orchestra.run.smithi045.stderr: 85.5% -- replaced with /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-mds.foofs.smithi045.gxtxww.log.gz 2024-09-11T07:44:41.327 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-mon.smithi045.log: gzip -5 --verbose -- /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-mgr.smithi045.wavrrv.log 2024-09-11T07:44:41.327 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-osd.5.log 2024-09-11T07:44:41.327 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-mgr.smithi045.wavrrv.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-11T07:44:41.328 INFO:teuthology.orchestra.run.smithi017.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-osd.0.log 2024-09-11T07:44:41.328 INFO:teuthology.orchestra.run.smithi017.stderr:: No such file or directory 2024-09-11T07:44:41.329 INFO:teuthology.orchestra.run.smithi017.stderr:gzip -5 --verbose -- /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-osd.1.log 2024-09-11T07:44:41.329 INFO:teuthology.orchestra.run.smithi017.stderr:gzip -5 --verbose -- /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-volume.log 2024-09-11T07:44:41.329 INFO:teuthology.orchestra.run.smithi017.stderr:/var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-osd.0.log: /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-mon.smithi017.log 2024-09-11T07:44:41.331 INFO:teuthology.orchestra.run.smithi017.stderr:/var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-osd.2.log 2024-09-11T07:44:41.331 INFO:teuthology.orchestra.run.smithi017.stderr:/var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-mon.smithi017.log: gzip -5 --verbose -- /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-mds.foofs.smithi017.utzzzp.log 2024-09-11T07:44:41.331 INFO:teuthology.orchestra.run.smithi017.stderr:/var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-mgr.smithi017.qgiuqa.log 2024-09-11T07:44:41.331 INFO:teuthology.orchestra.run.smithi017.stderr:/var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-mds.foofs.smithi017.utzzzp.log: gzip -5 --verbose -- /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-osd.3.log 2024-09-11T07:44:41.331 INFO:teuthology.orchestra.run.smithi017.stderr:/var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-mgr.smithi017.qgiuqa.log: 88.5% -- replaced with /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-mds.foofs.smithi017.utzzzp.log.gz 2024-09-11T07:44:41.331 INFO:teuthology.orchestra.run.smithi017.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-11T07:44:41.333 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-osd.5.log: /var/log/ceph/cephadm.log: 90.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-11T07:44:41.336 INFO:teuthology.orchestra.run.smithi045.stderr: 90.8% -- replaced with /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-volume.log.gz 2024-09-11T07:44:41.338 INFO:teuthology.orchestra.run.smithi017.stderr:/var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-osd.3.log: /var/log/ceph/cephadm.log: 91.0% -- replaced with /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-volume.log.gz 2024-09-11T07:44:41.340 INFO:teuthology.orchestra.run.smithi017.stderr: 90.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-11T07:44:41.420 INFO:teuthology.orchestra.run.smithi045.stderr: 89.9% -- replaced with /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-mgr.smithi045.wavrrv.log.gz 2024-09-11T07:44:41.681 INFO:teuthology.orchestra.run.smithi045.stderr: 92.6% -- replaced with /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-mon.smithi045.log.gz 2024-09-11T07:44:41.786 INFO:teuthology.orchestra.run.smithi017.stderr: 90.0% -- replaced with /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-mgr.smithi017.qgiuqa.log.gz 2024-09-11T07:44:43.201 INFO:teuthology.orchestra.run.smithi017.stderr: 91.8% -- replaced with /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-mon.smithi017.log.gz 2024-09-11T07:44:51.066 INFO:teuthology.orchestra.run.smithi017.stderr: 94.4% -- replaced with /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-osd.2.log.gz 2024-09-11T07:44:53.176 INFO:teuthology.orchestra.run.smithi045.stderr: 93.9% -- replaced with /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-osd.4.log.gz 2024-09-11T07:44:54.845 INFO:teuthology.orchestra.run.smithi045.stderr: 94.2% -- replaced with /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-osd.6.log.gz 2024-09-11T07:44:54.947 INFO:teuthology.orchestra.run.smithi017.stderr: 94.0% -- replaced with /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-osd.0.log.gz 2024-09-11T07:44:55.986 INFO:teuthology.orchestra.run.smithi017.stderr: 94.0% -- replaced with /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-osd.3.log.gz 2024-09-11T07:44:56.598 INFO:teuthology.orchestra.run.smithi017.stderr: 94.1% -- replaced with /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-osd.1.log.gz 2024-09-11T07:44:56.600 INFO:teuthology.orchestra.run.smithi017.stderr: 2024-09-11T07:44:56.601 INFO:teuthology.orchestra.run.smithi017.stderr:real 0m15.288s 2024-09-11T07:44:56.601 INFO:teuthology.orchestra.run.smithi017.stderr:user 0m53.550s 2024-09-11T07:44:56.601 INFO:teuthology.orchestra.run.smithi017.stderr:sys 0m2.025s 2024-09-11T07:44:58.779 INFO:teuthology.orchestra.run.smithi045.stderr: 94.1% -- replaced with /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-osd.5.log.gz 2024-09-11T07:45:03.128 INFO:teuthology.orchestra.run.smithi045.stderr: 94.1% -- replaced with /var/log/ceph/ef0778be-700c-11ef-bcea-c7b262605968/ceph-osd.7.log.gz 2024-09-11T07:45:03.130 INFO:teuthology.orchestra.run.smithi045.stderr: 2024-09-11T07:45:03.130 INFO:teuthology.orchestra.run.smithi045.stderr:real 0m21.817s 2024-09-11T07:45:03.130 INFO:teuthology.orchestra.run.smithi045.stderr:user 1m2.636s 2024-09-11T07:45:03.130 INFO:teuthology.orchestra.run.smithi045.stderr:sys 0m2.331s 2024-09-11T07:45:03.130 INFO:tasks.cephadm:Archiving logs... 2024-09-11T07:45:03.131 DEBUG:teuthology.misc:Transferring archived files from smithi017:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901205/remote/smithi017/log 2024-09-11T07:45:03.133 DEBUG:teuthology.orchestra.run.smithi017:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-11T07:45:10.422 DEBUG:teuthology.misc:Transferring archived files from smithi045:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901205/remote/smithi045/log 2024-09-11T07:45:10.422 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-11T07:45:18.838 INFO:tasks.cephadm:Removing cluster... 2024-09-11T07:45:18.838 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ef0778be-700c-11ef-bcea-c7b262605968 --force 2024-09-11T07:45:19.194 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ef0778be-700c-11ef-bcea-c7b262605968 --force 2024-09-11T07:45:19.558 INFO:tasks.cephadm:Removing cephadm ... 2024-09-11T07:45:19.559 DEBUG:teuthology.orchestra.run.smithi017:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-11T07:45:19.575 DEBUG:teuthology.orchestra.run.smithi045:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-11T07:45:19.591 INFO:tasks.cephadm:Teardown complete 2024-09-11T07:45:19.591 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-11T07:45:19.602 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-11T07:45:19.603 DEBUG:teuthology.orchestra.run.smithi017:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-11T07:45:19.618 DEBUG:teuthology.orchestra.run.smithi045:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-11T07:45:19.630 INFO:teuthology.orchestra.run.smithi017.stderr:bash: line 1: ntpq: command not found 2024-09-11T07:45:19.634 INFO:teuthology.orchestra.run.smithi017.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-11T07:45:19.634 INFO:teuthology.orchestra.run.smithi017.stdout:=============================================================================== 2024-09-11T07:45:19.635 INFO:teuthology.orchestra.run.smithi017.stdout:^* hv01.front.sepia.ceph.com 3 6 377 7 -104us[ -116us] +/- 47ms 2024-09-11T07:45:19.635 INFO:teuthology.orchestra.run.smithi017.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 9 +240us[ +229us] +/- 70ms 2024-09-11T07:45:19.635 INFO:teuthology.orchestra.run.smithi017.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 8 -75us[ -87us] +/- 68ms 2024-09-11T07:45:19.635 INFO:teuthology.orchestra.run.smithi017.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T07:45:19.646 INFO:teuthology.orchestra.run.smithi045.stderr:bash: line 1: ntpq: command not found 2024-09-11T07:45:19.650 INFO:teuthology.orchestra.run.smithi045.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-11T07:45:19.650 INFO:teuthology.orchestra.run.smithi045.stdout:=============================================================================== 2024-09-11T07:45:19.651 INFO:teuthology.orchestra.run.smithi045.stdout:^* hv01.front.sepia.ceph.com 3 6 377 9 -104us[ -114us] +/- 47ms 2024-09-11T07:45:19.651 INFO:teuthology.orchestra.run.smithi045.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 11 +246us[ +238us] +/- 70ms 2024-09-11T07:45:19.651 INFO:teuthology.orchestra.run.smithi045.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 9 -79us[ -79us] +/- 68ms 2024-09-11T07:45:19.651 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T07:45:19.652 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-11T07:45:19.665 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-11T07:45:19.666 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-11T07:45:19.678 DEBUG:teuthology.orchestra.run.smithi017:> 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-11T07:45:19.756 DEBUG:teuthology.orchestra.run.smithi045:> 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-11T07:45:19.827 DEBUG:teuthology.orchestra.run.smithi017:> 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-11T07:45:19.856 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T07:45:19.857 DEBUG:teuthology.orchestra.run.smithi045:> 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-11T07:45:19.886 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T07:45:19.887 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-11T07:45:19.901 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-11T07:45:19.917 INFO:teuthology.task.internal:Duration was 2319.330279 seconds 2024-09-11T07:45:19.918 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-11T07:45:19.934 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-11T07:45:19.935 DEBUG:teuthology.orchestra.run.smithi017:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-11T07:45:19.937 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-11T07:45:19.975 INFO:teuthology.orchestra.run.smithi017.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-11T07:45:19.977 INFO:teuthology.orchestra.run.smithi045.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-11T07:45:20.335 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-11T07:45:20.336 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi017.front.sepia.ceph.com 2024-09-11T07:45:20.336 DEBUG:teuthology.orchestra.run.smithi017:> 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-11T07:45:20.398 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi045.front.sepia.ceph.com 2024-09-11T07:45:20.398 DEBUG:teuthology.orchestra.run.smithi045:> 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-11T07:45:20.424 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-11T07:45:20.425 DEBUG:teuthology.orchestra.run.smithi017:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-11T07:45:20.441 DEBUG:teuthology.orchestra.run.smithi045:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-11T07:45:20.493 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-11T07:45:20.493 DEBUG:teuthology.orchestra.run.smithi017:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-11T07:45:20.509 DEBUG:teuthology.orchestra.run.smithi045:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-11T07:45:20.963 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-11T07:45:20.974 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-11T07:45:20.974 DEBUG:teuthology.orchestra.run.smithi017:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-11T07:45:21.000 DEBUG:teuthology.orchestra.run.smithi045:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-11T07:45:21.026 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-11T07:45:21.036 DEBUG:teuthology.orchestra.run.smithi017:> 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-11T07:45:21.043 DEBUG:teuthology.orchestra.run.smithi045:> 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-11T07:45:21.065 INFO:teuthology.orchestra.run.smithi017.stdout:kernel.core_pattern = core 2024-09-11T07:45:21.090 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern = core 2024-09-11T07:45:21.111 DEBUG:teuthology.orchestra.run.smithi017:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-11T07:45:21.151 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T07:45:21.152 DEBUG:teuthology.orchestra.run.smithi045:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-11T07:45:21.166 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T07:45:21.167 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-11T07:45:21.178 INFO:teuthology.task.internal:Transferring archived files... 2024-09-11T07:45:21.179 DEBUG:teuthology.misc:Transferring archived files from smithi017:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901205/remote/smithi017 2024-09-11T07:45:21.179 DEBUG:teuthology.orchestra.run.smithi017:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-11T07:45:21.237 DEBUG:teuthology.misc:Transferring archived files from smithi045:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-11_06:53:43-orch:cephadm-wip-guits-quincy-2024-09-10-2008-quincy-distro-default-smithi/7901205/remote/smithi045 2024-09-11T07:45:21.237 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-11T07:45:21.276 INFO:teuthology.task.internal:Removing archive directory... 2024-09-11T07:45:21.276 DEBUG:teuthology.orchestra.run.smithi017:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-11T07:45:21.279 DEBUG:teuthology.orchestra.run.smithi045:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-11T07:45:21.325 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-11T07:45:21.337 INFO:teuthology.task.internal:Not uploading archives. 2024-09-11T07:45:21.337 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-11T07:45:21.347 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-11T07:45:21.347 DEBUG:teuthology.orchestra.run.smithi017:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-11T07:45:21.349 DEBUG:teuthology.orchestra.run.smithi045:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-11T07:45:21.362 INFO:teuthology.orchestra.run.smithi017.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 11 07:45 /home/ubuntu/cephtest 2024-09-11T07:45:21.381 INFO:teuthology.orchestra.run.smithi045.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 11 07:45 /home/ubuntu/cephtest 2024-09-11T07:45:21.382 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-11T07:45:21.393 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-11T07:45:21.415 INFO:teuthology.run:Summary data: description: orch:cephadm/mgr-nfs-upgrade/{0-centos_9.stream 1-bootstrap/16.2.4 1-start 2-nfs 3-upgrade-with-workload 4-final} duration: 2319.3302793502808 owner: scheduled_gabrioux@teuthology success: true 2024-09-11T07:45:21.416 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-11T07:45:21.514 INFO:teuthology.run:pass