2023-11-16T11:39:28.093 INFO:root:teuthology version: 0.0.1.dev203+g6899cd2 2023-11-16T11:39:28.093 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460513 --verbose --owner scheduled_adking@teuthology --description orch:cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} --name adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi -- /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460513/orig.config.yaml 2023-11-16T11:39:28.132 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-16T11:39:28.209 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460513 branch: wip-adk-testing-2023-11-16-0243 description: orch:cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} email: adking@redhat.com first_in_suite: false job_id: '7460513' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-adk-testing-2023-11-16-0243 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: 50bc6740f385afe4f36770e739358479a73d8add ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 50bc6740f385afe4f36770e739358479a73d8add selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2023-11-16-0243 sha1: 50bc6740f385afe4f36770e739358479a73d8add owner: scheduled_adking@teuthology priority: 80 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: 3445 sha1: 50bc6740f385afe4f36770e739358479a73d8add sleep_before_teardown: 0 subset: 1/14 suite: orch:cephadm suite_branch: wip-adk-testing-2023-11-16-0243 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 50bc6740f385afe4f36770e739358479a73d8add targets: smithi103.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEJkGGTZ9251DWpALST69JYpDGm3Plkawtgo3Egb1RrMm7UDj34sxv8i5qscrvhKdOgwzx6/vxYkufu6xiLNtSM= smithi140.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFsgPpb0rHnMNBCEwY1X8FK6CQGYv5zjfmcBgHCbY0rBOJBrcmtOpfEUhr5ZpWW0juynor6olCnOZHUCLAHsqKI= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - cephadm: cephadm_branch: v17.2.0 cephadm_git_url: https://github.com/ceph/ceph image: quay.io/ceph/ceph:v17.2.0 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 - - cephadm.shell: host.a: - 'set -ex [[ `ceph config get mgr mgr/cephadm/migration_current` -gt 2 ]] ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 6899cd26fceddb2fec83dc1a1349394b28c8998e timestamp: 2023-11-16_11:32:14 tube: smithi upgrade-tasks: sequential: - cephadm.shell: env: - sha1 host.a: - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph mgr module enable nfs --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 host.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph orch upgrade status - ceph health detail - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - cephadm.wait_for_service: service: nfs.foo user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.1224587 workload-tasks: sequential: - exec: host.a: - cd /mnt/foo && dbench 5 -t 600 || true - umount /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done - cd /mnt/foo && dbench 5 -t 5 2023-11-16T11:39:28.210 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa; will attempt to use it 2023-11-16T11:39:28.210 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks 2023-11-16T11:39:28.211 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-16T11:39:28.212 INFO:teuthology.task.internal:Checking packages... 2023-11-16T11:39:28.235 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '50bc6740f385afe4f36770e739358479a73d8add' 2023-11-16T11:39:28.235 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-16T11:39:28.235 INFO:teuthology.packaging:ref: None 2023-11-16T11:39:28.235 INFO:teuthology.packaging:tag: None 2023-11-16T11:39:28.235 INFO:teuthology.packaging:branch: wip-adk-testing-2023-11-16-0243 2023-11-16T11:39:28.235 INFO:teuthology.packaging:sha1: 50bc6740f385afe4f36770e739358479a73d8add 2023-11-16T11:39:28.235 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-adk-testing-2023-11-16-0243 2023-11-16T11:39:28.449 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7421.g50bc6740 2023-11-16T11:39:28.449 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-16T11:39:28.458 INFO:teuthology.task.internal:no buildpackages task found 2023-11-16T11:39:28.458 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-16T11:39:28.497 INFO:teuthology.task.internal:Saving configuration 2023-11-16T11:39:28.511 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-16T11:39:28.570 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-16T11:39:28.598 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi103.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460513', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-16 11:33:12.775635', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEJkGGTZ9251DWpALST69JYpDGm3Plkawtgo3Egb1RrMm7UDj34sxv8i5qscrvhKdOgwzx6/vxYkufu6xiLNtSM='} 2023-11-16T11:39:28.618 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi140.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460513', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-16 11:33:12.777057', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFsgPpb0rHnMNBCEwY1X8FK6CQGYv5zjfmcBgHCbY0rBOJBrcmtOpfEUhr5ZpWW0juynor6olCnOZHUCLAHsqKI='} 2023-11-16T11:39:28.619 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-16T11:39:28.626 INFO:teuthology.task.internal:roles: ubuntu@smithi103.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-11-16T11:39:28.626 INFO:teuthology.task.internal:roles: ubuntu@smithi140.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-11-16T11:39:28.626 INFO:teuthology.run_tasks:Running task console_log... 2023-11-16T11:39:28.723 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f2972de8b80>, signals=[15]) 2023-11-16T11:39:28.724 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-16T11:39:28.730 INFO:teuthology.task.internal:Opening connections... 2023-11-16T11:39:28.730 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi103.front.sepia.ceph.com 2023-11-16T11:39:28.732 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:39:28.798 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi140.front.sepia.ceph.com 2023-11-16T11:39:28.799 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi140.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:39:28.868 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-16T11:39:28.881 DEBUG:teuthology.orchestra.run.smithi103:> uname -m 2023-11-16T11:39:28.903 INFO:teuthology.orchestra.run.smithi103.stdout:x86_64 2023-11-16T11:39:28.903 DEBUG:teuthology.orchestra.run.smithi103:> cat /etc/os-release 2023-11-16T11:39:28.964 INFO:teuthology.orchestra.run.smithi103.stdout:NAME="CentOS Stream" 2023-11-16T11:39:28.964 INFO:teuthology.orchestra.run.smithi103.stdout:VERSION="8" 2023-11-16T11:39:28.965 INFO:teuthology.orchestra.run.smithi103.stdout:ID="centos" 2023-11-16T11:39:28.965 INFO:teuthology.orchestra.run.smithi103.stdout:ID_LIKE="rhel fedora" 2023-11-16T11:39:28.965 INFO:teuthology.orchestra.run.smithi103.stdout:VERSION_ID="8" 2023-11-16T11:39:28.965 INFO:teuthology.orchestra.run.smithi103.stdout:PLATFORM_ID="platform:el8" 2023-11-16T11:39:28.965 INFO:teuthology.orchestra.run.smithi103.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-16T11:39:28.965 INFO:teuthology.orchestra.run.smithi103.stdout:ANSI_COLOR="0;31" 2023-11-16T11:39:28.965 INFO:teuthology.orchestra.run.smithi103.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-16T11:39:28.965 INFO:teuthology.orchestra.run.smithi103.stdout:HOME_URL="https://centos.org/" 2023-11-16T11:39:28.965 INFO:teuthology.orchestra.run.smithi103.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-16T11:39:28.965 INFO:teuthology.orchestra.run.smithi103.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-16T11:39:28.965 INFO:teuthology.orchestra.run.smithi103.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-16T11:39:28.966 INFO:teuthology.lock.ops:Updating smithi103.front.sepia.ceph.com on lock server 2023-11-16T11:39:28.994 DEBUG:teuthology.orchestra.run.smithi140:> uname -m 2023-11-16T11:39:29.015 INFO:teuthology.orchestra.run.smithi140.stdout:x86_64 2023-11-16T11:39:29.016 DEBUG:teuthology.orchestra.run.smithi140:> cat /etc/os-release 2023-11-16T11:39:29.078 INFO:teuthology.orchestra.run.smithi140.stdout:NAME="CentOS Stream" 2023-11-16T11:39:29.079 INFO:teuthology.orchestra.run.smithi140.stdout:VERSION="8" 2023-11-16T11:39:29.079 INFO:teuthology.orchestra.run.smithi140.stdout:ID="centos" 2023-11-16T11:39:29.079 INFO:teuthology.orchestra.run.smithi140.stdout:ID_LIKE="rhel fedora" 2023-11-16T11:39:29.079 INFO:teuthology.orchestra.run.smithi140.stdout:VERSION_ID="8" 2023-11-16T11:39:29.079 INFO:teuthology.orchestra.run.smithi140.stdout:PLATFORM_ID="platform:el8" 2023-11-16T11:39:29.079 INFO:teuthology.orchestra.run.smithi140.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-16T11:39:29.079 INFO:teuthology.orchestra.run.smithi140.stdout:ANSI_COLOR="0;31" 2023-11-16T11:39:29.079 INFO:teuthology.orchestra.run.smithi140.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-16T11:39:29.079 INFO:teuthology.orchestra.run.smithi140.stdout:HOME_URL="https://centos.org/" 2023-11-16T11:39:29.079 INFO:teuthology.orchestra.run.smithi140.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-16T11:39:29.080 INFO:teuthology.orchestra.run.smithi140.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-16T11:39:29.080 INFO:teuthology.orchestra.run.smithi140.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-16T11:39:29.080 INFO:teuthology.lock.ops:Updating smithi140.front.sepia.ceph.com on lock server 2023-11-16T11:39:29.102 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-16T11:39:29.115 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-16T11:39:29.265 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-16T11:39:29.265 DEBUG:teuthology.orchestra.run.smithi103:> test '!' -e /home/ubuntu/cephtest 2023-11-16T11:39:29.268 DEBUG:teuthology.orchestra.run.smithi140:> test '!' -e /home/ubuntu/cephtest 2023-11-16T11:39:29.288 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-16T11:39:29.336 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-16T11:39:29.336 DEBUG:teuthology.orchestra.run.smithi103:> test -z $(ls -A /var/lib/ceph) 2023-11-16T11:39:29.338 DEBUG:teuthology.orchestra.run.smithi140:> test -z $(ls -A /var/lib/ceph) 2023-11-16T11:39:29.370 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-16T11:39:29.427 INFO:teuthology.run_tasks:Running task kernel... 2023-11-16T11:39:29.453 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-16T11:39:29.453 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-16T11:39:29.453 DEBUG:teuthology.orchestra.run.smithi103:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-16T11:39:29.454 DEBUG:teuthology.orchestra.run.smithi140:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-16T11:39:29.473 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T11:39:29.473 DEBUG:teuthology.orchestra.run.smithi103:> uname -r 2023-11-16T11:39:29.474 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T11:39:29.475 DEBUG:teuthology.orchestra.run.smithi140:> uname -r 2023-11-16T11:39:29.534 INFO:teuthology.orchestra.run.smithi103.stdout:4.18.0-489.el8.x86_64 2023-11-16T11:39:29.534 INFO:teuthology.task.kernel:Running kernel on smithi103: 4.18.0-489.el8.x86_64 2023-11-16T11:39:29.534 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum install -y kernel 2023-11-16T11:39:29.535 INFO:teuthology.orchestra.run.smithi140.stdout:4.18.0-489.el8.x86_64 2023-11-16T11:39:29.535 INFO:teuthology.task.kernel:Running kernel on smithi140: 4.18.0-489.el8.x86_64 2023-11-16T11:39:29.536 DEBUG:teuthology.orchestra.run.smithi140:> sudo yum install -y kernel 2023-11-16T11:39:37.438 INFO:teuthology.orchestra.run.smithi140.stdout:CentOS Stream 8 - AppStream 6.4 MB/s | 34 MB 00:05 2023-11-16T11:39:37.717 INFO:teuthology.orchestra.run.smithi103.stdout:CentOS Stream 8 - AppStream 6.1 MB/s | 34 MB 00:05 2023-11-16T11:39:44.963 INFO:teuthology.orchestra.run.smithi140.stdout:CentOS Stream 8 - BaseOS 40 MB/s | 53 MB 00:01 2023-11-16T11:39:45.334 INFO:teuthology.orchestra.run.smithi103.stdout:CentOS Stream 8 - BaseOS 38 MB/s | 53 MB 00:01 2023-11-16T11:39:52.895 INFO:teuthology.orchestra.run.smithi140.stdout:CentOS Stream 8 - Extras 45 kB/s | 18 kB 00:00 2023-11-16T11:39:53.326 INFO:teuthology.orchestra.run.smithi103.stdout:CentOS Stream 8 - Extras 46 kB/s | 18 kB 00:00 2023-11-16T11:39:53.554 INFO:teuthology.orchestra.run.smithi140.stdout:CentOS Stream 8 - Extras common packages 14 kB/s | 6.9 kB 00:00 2023-11-16T11:39:53.889 INFO:teuthology.orchestra.run.smithi140.stdout:Copr repo for python3-asyncssh owned by ceph 19 kB/s | 3.5 kB 00:00 2023-11-16T11:39:53.960 INFO:teuthology.orchestra.run.smithi103.stdout:CentOS Stream 8 - Extras common packages 15 kB/s | 6.9 kB 00:00 2023-11-16T11:39:54.236 INFO:teuthology.orchestra.run.smithi103.stdout:Copr repo for python3-asyncssh owned by ceph 28 kB/s | 3.5 kB 00:00 2023-11-16T11:39:58.129 INFO:teuthology.orchestra.run.smithi103.stdout:Extra Packages for Enterprise Linux 4.3 MB/s | 16 MB 00:03 2023-11-16T11:40:01.904 INFO:teuthology.orchestra.run.smithi103.stdout:lab-extras 567 kB/s | 24 kB 00:00 2023-11-16T11:40:05.504 INFO:teuthology.orchestra.run.smithi103.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-16T11:40:05.504 INFO:teuthology.orchestra.run.smithi103.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-16T11:40:05.795 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2023-11-16T11:40:05.795 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2023-11-16T11:40:05.795 INFO:teuthology.orchestra.run.smithi103.stdout: Package Architecture Version Repository Size 2023-11-16T11:40:05.796 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2023-11-16T11:40:05.796 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2023-11-16T11:40:05.796 INFO:teuthology.orchestra.run.smithi103.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-16T11:40:05.796 INFO:teuthology.orchestra.run.smithi103.stdout:Installing dependencies: 2023-11-16T11:40:05.796 INFO:teuthology.orchestra.run.smithi103.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-16T11:40:05.796 INFO:teuthology.orchestra.run.smithi103.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-16T11:40:05.796 INFO:teuthology.orchestra.run.smithi103.stdout: 2023-11-16T11:40:05.796 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2023-11-16T11:40:05.796 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2023-11-16T11:40:05.796 INFO:teuthology.orchestra.run.smithi103.stdout:Install 3 Packages 2023-11-16T11:40:05.797 INFO:teuthology.orchestra.run.smithi103.stdout: 2023-11-16T11:40:05.797 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 89 M 2023-11-16T11:40:05.797 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 96 M 2023-11-16T11:40:05.797 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2023-11-16T11:40:06.397 INFO:teuthology.orchestra.run.smithi103.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 18 MB/s | 10 MB 00:00 2023-11-16T11:40:07.006 INFO:teuthology.orchestra.run.smithi103.stdout:(2/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 31 MB/s | 36 MB 00:01 2023-11-16T11:40:07.581 INFO:teuthology.orchestra.run.smithi103.stdout:(3/3): kernel-core-4.18.0-521.el8.x86_64.rpm 25 MB/s | 43 MB 00:01 2023-11-16T11:40:07.581 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:40:07.581 INFO:teuthology.orchestra.run.smithi103.stdout:Total 50 MB/s | 89 MB 00:01 2023-11-16T11:40:08.259 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2023-11-16T11:40:08.716 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2023-11-16T11:40:08.716 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2023-11-16T11:40:09.969 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2023-11-16T11:40:09.991 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2023-11-16T11:40:11.474 INFO:teuthology.orchestra.run.smithi140.stdout:Extra Packages for Enterprise Linux 936 kB/s | 16 MB 00:17 2023-11-16T11:40:12.770 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2023-11-16T11:40:13.326 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-16T11:40:15.280 INFO:teuthology.orchestra.run.smithi140.stdout:lab-extras 370 kB/s | 24 kB 00:00 2023-11-16T11:40:16.923 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-16T11:40:17.492 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-16T11:40:18.887 INFO:teuthology.orchestra.run.smithi140.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-16T11:40:18.887 INFO:teuthology.orchestra.run.smithi140.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-16T11:40:19.158 INFO:teuthology.orchestra.run.smithi140.stdout:Dependencies resolved. 2023-11-16T11:40:19.159 INFO:teuthology.orchestra.run.smithi140.stdout:================================================================================ 2023-11-16T11:40:19.159 INFO:teuthology.orchestra.run.smithi140.stdout: Package Architecture Version Repository Size 2023-11-16T11:40:19.159 INFO:teuthology.orchestra.run.smithi140.stdout:================================================================================ 2023-11-16T11:40:19.159 INFO:teuthology.orchestra.run.smithi140.stdout:Installing: 2023-11-16T11:40:19.159 INFO:teuthology.orchestra.run.smithi140.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-16T11:40:19.159 INFO:teuthology.orchestra.run.smithi140.stdout:Installing dependencies: 2023-11-16T11:40:19.159 INFO:teuthology.orchestra.run.smithi140.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-16T11:40:19.159 INFO:teuthology.orchestra.run.smithi140.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-16T11:40:19.160 INFO:teuthology.orchestra.run.smithi140.stdout: 2023-11-16T11:40:19.160 INFO:teuthology.orchestra.run.smithi140.stdout:Transaction Summary 2023-11-16T11:40:19.160 INFO:teuthology.orchestra.run.smithi140.stdout:================================================================================ 2023-11-16T11:40:19.160 INFO:teuthology.orchestra.run.smithi140.stdout:Install 3 Packages 2023-11-16T11:40:19.160 INFO:teuthology.orchestra.run.smithi140.stdout: 2023-11-16T11:40:19.160 INFO:teuthology.orchestra.run.smithi140.stdout:Total download size: 89 M 2023-11-16T11:40:19.160 INFO:teuthology.orchestra.run.smithi140.stdout:Installed size: 96 M 2023-11-16T11:40:19.161 INFO:teuthology.orchestra.run.smithi140.stdout:Downloading Packages: 2023-11-16T11:40:19.764 INFO:teuthology.orchestra.run.smithi140.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 18 MB/s | 10 MB 00:00 2023-11-16T11:40:20.398 INFO:teuthology.orchestra.run.smithi140.stdout:(2/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 30 MB/s | 36 MB 00:01 2023-11-16T11:40:20.823 INFO:teuthology.orchestra.run.smithi140.stdout:(3/3): kernel-core-4.18.0-521.el8.x86_64.rpm 27 MB/s | 43 MB 00:01 2023-11-16T11:40:20.823 INFO:teuthology.orchestra.run.smithi140.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:40:20.823 INFO:teuthology.orchestra.run.smithi140.stdout:Total 54 MB/s | 89 MB 00:01 2023-11-16T11:40:20.925 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-16T11:40:21.205 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-16T11:40:21.504 INFO:teuthology.orchestra.run.smithi140.stdout:Running transaction check 2023-11-16T11:40:21.925 INFO:teuthology.orchestra.run.smithi140.stdout:Transaction check succeeded. 2023-11-16T11:40:21.925 INFO:teuthology.orchestra.run.smithi140.stdout:Running transaction test 2023-11-16T11:40:23.144 INFO:teuthology.orchestra.run.smithi140.stdout:Transaction test succeeded. 2023-11-16T11:40:23.166 INFO:teuthology.orchestra.run.smithi140.stdout:Running transaction 2023-11-16T11:40:25.899 INFO:teuthology.orchestra.run.smithi140.stdout: Preparing : 1/1 2023-11-16T11:40:26.467 INFO:teuthology.orchestra.run.smithi140.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-16T11:40:30.023 INFO:teuthology.orchestra.run.smithi140.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-16T11:40:30.407 INFO:teuthology.orchestra.run.smithi140.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-16T11:40:33.839 INFO:teuthology.orchestra.run.smithi140.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-16T11:40:34.121 INFO:teuthology.orchestra.run.smithi140.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-16T11:40:43.363 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-16T11:40:43.387 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-16T11:40:43.727 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-16T11:40:43.727 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-16T11:40:43.727 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-16T11:40:44.700 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-16T11:40:44.701 INFO:teuthology.orchestra.run.smithi103.stdout: 2023-11-16T11:40:44.701 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2023-11-16T11:40:44.701 INFO:teuthology.orchestra.run.smithi103.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-16T11:40:44.701 INFO:teuthology.orchestra.run.smithi103.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-16T11:40:44.701 INFO:teuthology.orchestra.run.smithi103.stdout: 2023-11-16T11:40:44.701 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2023-11-16T11:40:44.859 DEBUG:teuthology.orchestra.run.smithi103:> rpm -q kernel | sort -rV | head -n 1 2023-11-16T11:40:45.077 INFO:teuthology.orchestra.run.smithi103.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-16T11:40:45.078 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-16T11:40:45.078 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-521.el8.x86_64 2023-11-16T11:40:45.078 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-16T11:40:45.078 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-16T11:40:45.079 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-16T11:40:45.079 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi103.front.sepia.ceph.com, path=None, version=distro) 2023-11-16T11:40:45.079 DEBUG:teuthology.orchestra.run.smithi103:> rpm -q kernel | sort -rV | head -n 1 2023-11-16T11:40:45.287 INFO:teuthology.orchestra.run.smithi103.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-16T11:40:45.287 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-16T11:40:45.287 DEBUG:teuthology.orchestra.run.smithi103:> sudo rpm -qi grub2-tools 2023-11-16T11:40:45.321 INFO:teuthology.orchestra.run.smithi103.stdout:Name : grub2-tools 2023-11-16T11:40:45.321 INFO:teuthology.orchestra.run.smithi103.stdout:Epoch : 1 2023-11-16T11:40:45.321 INFO:teuthology.orchestra.run.smithi103.stdout:Version : 2.02 2023-11-16T11:40:45.321 INFO:teuthology.orchestra.run.smithi103.stdout:Release : 129.el8 2023-11-16T11:40:45.321 INFO:teuthology.orchestra.run.smithi103.stdout:Architecture: x86_64 2023-11-16T11:40:45.321 INFO:teuthology.orchestra.run.smithi103.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-16T11:40:45.321 INFO:teuthology.orchestra.run.smithi103.stdout:Group : System Environment/Base 2023-11-16T11:40:45.321 INFO:teuthology.orchestra.run.smithi103.stdout:Size : 9265586 2023-11-16T11:40:45.321 INFO:teuthology.orchestra.run.smithi103.stdout:License : GPLv3+ 2023-11-16T11:40:45.321 INFO:teuthology.orchestra.run.smithi103.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-16T11:40:45.322 INFO:teuthology.orchestra.run.smithi103.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-16T11:40:45.322 INFO:teuthology.orchestra.run.smithi103.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-16T11:40:45.322 INFO:teuthology.orchestra.run.smithi103.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-16T11:40:45.322 INFO:teuthology.orchestra.run.smithi103.stdout:Relocations : (not relocatable) 2023-11-16T11:40:45.322 INFO:teuthology.orchestra.run.smithi103.stdout:Packager : CentOS BuildSystem 2023-11-16T11:40:45.322 INFO:teuthology.orchestra.run.smithi103.stdout:Vendor : CentOS 2023-11-16T11:40:45.322 INFO:teuthology.orchestra.run.smithi103.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-16T11:40:45.322 INFO:teuthology.orchestra.run.smithi103.stdout:Summary : Support tools for GRUB. 2023-11-16T11:40:45.322 INFO:teuthology.orchestra.run.smithi103.stdout:Description : 2023-11-16T11:40:45.322 INFO:teuthology.orchestra.run.smithi103.stdout: 2023-11-16T11:40:45.322 INFO:teuthology.orchestra.run.smithi103.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-16T11:40:45.322 INFO:teuthology.orchestra.run.smithi103.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-16T11:40:45.323 INFO:teuthology.orchestra.run.smithi103.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-16T11:40:45.323 INFO:teuthology.orchestra.run.smithi103.stdout:hardware devices. 2023-11-16T11:40:45.323 INFO:teuthology.orchestra.run.smithi103.stdout: 2023-11-16T11:40:45.323 INFO:teuthology.orchestra.run.smithi103.stdout:This subpackage provides tools for support of all platforms. 2023-11-16T11:40:45.323 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-16T11:40:45.324 INFO:teuthology.task.kernel:Updating grub on smithi103 to boot 4.18.0-521.el8.x86_64 2023-11-16T11:40:45.324 DEBUG:teuthology.orchestra.run.smithi103:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-16T11:40:46.815 INFO:teuthology.orchestra.run.smithi103.stderr:Generating grub configuration file ... 2023-11-16T11:40:48.919 INFO:teuthology.orchestra.run.smithi103.stderr:done 2023-11-16T11:40:48.921 DEBUG:teuthology.orchestra.run.smithi103:> mktemp 2023-11-16T11:40:48.956 INFO:teuthology.orchestra.run.smithi103.stdout:/tmp/tmp.wv2Gz58B06 2023-11-16T11:40:48.956 DEBUG:teuthology.orchestra.run.smithi103:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.wv2Gz58B06 2023-11-16T11:40:49.030 DEBUG:teuthology.orchestra.run.smithi103:> sudo chmod 0666 /tmp/tmp.wv2Gz58B06 2023-11-16T11:40:49.176 DEBUG:teuthology.orchestra.remote:smithi103:/tmp/tmp.wv2Gz58B06 is 6KB 2023-11-16T11:40:49.224 DEBUG:teuthology.orchestra.run.smithi103:> rm -fr /tmp/tmp.wv2Gz58B06 2023-11-16T11:40:49.241 DEBUG:teuthology.orchestra.run.smithi103:> sudo /bin/ls /boot/loader/entries || true 2023-11-16T11:40:49.317 INFO:teuthology.orchestra.run.smithi103.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-16T11:40:49.317 INFO:teuthology.orchestra.run.smithi103.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-16T11:40:49.317 INFO:teuthology.orchestra.run.smithi103.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-16T11:40:49.317 INFO:teuthology.orchestra.run.smithi103.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-16T11:40:49.318 DEBUG:teuthology.orchestra.run.smithi103:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-16T11:40:49.505 DEBUG:teuthology.orchestra.run.smithi103:> sudo shutdown -r now 2023-11-16T11:40:56.116 INFO:teuthology.orchestra.run.smithi140.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-16T11:40:56.141 INFO:teuthology.orchestra.run.smithi140.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-16T11:40:56.508 INFO:teuthology.orchestra.run.smithi140.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-16T11:40:56.508 INFO:teuthology.orchestra.run.smithi140.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-16T11:40:56.508 INFO:teuthology.orchestra.run.smithi140.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-16T11:40:57.280 INFO:teuthology.orchestra.run.smithi140.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-16T11:40:57.280 INFO:teuthology.orchestra.run.smithi140.stdout: 2023-11-16T11:40:57.281 INFO:teuthology.orchestra.run.smithi140.stdout:Installed: 2023-11-16T11:40:57.281 INFO:teuthology.orchestra.run.smithi140.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-16T11:40:57.281 INFO:teuthology.orchestra.run.smithi140.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-16T11:40:57.281 INFO:teuthology.orchestra.run.smithi140.stdout: 2023-11-16T11:40:57.281 INFO:teuthology.orchestra.run.smithi140.stdout:Complete! 2023-11-16T11:40:57.439 DEBUG:teuthology.orchestra.run.smithi140:> rpm -q kernel | sort -rV | head -n 1 2023-11-16T11:40:57.658 INFO:teuthology.orchestra.run.smithi140.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-16T11:40:57.659 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-16T11:40:57.660 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-521.el8.x86_64 2023-11-16T11:40:57.660 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-16T11:40:57.660 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-16T11:40:57.660 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-16T11:40:57.660 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi140.front.sepia.ceph.com, path=None, version=distro) 2023-11-16T11:40:57.660 DEBUG:teuthology.orchestra.run.smithi140:> rpm -q kernel | sort -rV | head -n 1 2023-11-16T11:40:57.869 INFO:teuthology.orchestra.run.smithi140.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-16T11:40:57.870 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-16T11:40:57.870 DEBUG:teuthology.orchestra.run.smithi140:> sudo rpm -qi grub2-tools 2023-11-16T11:40:57.904 INFO:teuthology.orchestra.run.smithi140.stdout:Name : grub2-tools 2023-11-16T11:40:57.904 INFO:teuthology.orchestra.run.smithi140.stdout:Epoch : 1 2023-11-16T11:40:57.904 INFO:teuthology.orchestra.run.smithi140.stdout:Version : 2.02 2023-11-16T11:40:57.904 INFO:teuthology.orchestra.run.smithi140.stdout:Release : 129.el8 2023-11-16T11:40:57.904 INFO:teuthology.orchestra.run.smithi140.stdout:Architecture: x86_64 2023-11-16T11:40:57.904 INFO:teuthology.orchestra.run.smithi140.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-16T11:40:57.905 INFO:teuthology.orchestra.run.smithi140.stdout:Group : System Environment/Base 2023-11-16T11:40:57.905 INFO:teuthology.orchestra.run.smithi140.stdout:Size : 9265586 2023-11-16T11:40:57.905 INFO:teuthology.orchestra.run.smithi140.stdout:License : GPLv3+ 2023-11-16T11:40:57.905 INFO:teuthology.orchestra.run.smithi140.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-16T11:40:57.905 INFO:teuthology.orchestra.run.smithi140.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-16T11:40:57.905 INFO:teuthology.orchestra.run.smithi140.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-16T11:40:57.905 INFO:teuthology.orchestra.run.smithi140.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-16T11:40:57.905 INFO:teuthology.orchestra.run.smithi140.stdout:Relocations : (not relocatable) 2023-11-16T11:40:57.905 INFO:teuthology.orchestra.run.smithi140.stdout:Packager : CentOS BuildSystem 2023-11-16T11:40:57.905 INFO:teuthology.orchestra.run.smithi140.stdout:Vendor : CentOS 2023-11-16T11:40:57.905 INFO:teuthology.orchestra.run.smithi140.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-16T11:40:57.906 INFO:teuthology.orchestra.run.smithi140.stdout:Summary : Support tools for GRUB. 2023-11-16T11:40:57.906 INFO:teuthology.orchestra.run.smithi140.stdout:Description : 2023-11-16T11:40:57.906 INFO:teuthology.orchestra.run.smithi140.stdout: 2023-11-16T11:40:57.906 INFO:teuthology.orchestra.run.smithi140.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-16T11:40:57.906 INFO:teuthology.orchestra.run.smithi140.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-16T11:40:57.906 INFO:teuthology.orchestra.run.smithi140.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-16T11:40:57.906 INFO:teuthology.orchestra.run.smithi140.stdout:hardware devices. 2023-11-16T11:40:57.906 INFO:teuthology.orchestra.run.smithi140.stdout: 2023-11-16T11:40:57.906 INFO:teuthology.orchestra.run.smithi140.stdout:This subpackage provides tools for support of all platforms. 2023-11-16T11:40:57.907 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-16T11:40:57.907 INFO:teuthology.task.kernel:Updating grub on smithi140 to boot 4.18.0-521.el8.x86_64 2023-11-16T11:40:57.907 DEBUG:teuthology.orchestra.run.smithi140:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-16T11:40:59.785 INFO:teuthology.orchestra.run.smithi140.stderr:Generating grub configuration file ... 2023-11-16T11:41:02.035 INFO:teuthology.orchestra.run.smithi140.stderr:done 2023-11-16T11:41:02.036 DEBUG:teuthology.orchestra.run.smithi140:> mktemp 2023-11-16T11:41:02.062 INFO:teuthology.orchestra.run.smithi140.stdout:/tmp/tmp.Qr5MdMljEW 2023-11-16T11:41:02.062 DEBUG:teuthology.orchestra.run.smithi140:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Qr5MdMljEW 2023-11-16T11:41:02.138 DEBUG:teuthology.orchestra.run.smithi140:> sudo chmod 0666 /tmp/tmp.Qr5MdMljEW 2023-11-16T11:41:02.275 DEBUG:teuthology.orchestra.remote:smithi140:/tmp/tmp.Qr5MdMljEW is 6KB 2023-11-16T11:41:02.323 DEBUG:teuthology.orchestra.run.smithi140:> rm -fr /tmp/tmp.Qr5MdMljEW 2023-11-16T11:41:02.340 DEBUG:teuthology.orchestra.run.smithi140:> sudo /bin/ls /boot/loader/entries || true 2023-11-16T11:41:02.414 INFO:teuthology.orchestra.run.smithi140.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-16T11:41:02.414 INFO:teuthology.orchestra.run.smithi140.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-16T11:41:02.414 INFO:teuthology.orchestra.run.smithi140.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-16T11:41:02.414 INFO:teuthology.orchestra.run.smithi140.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-16T11:41:02.415 DEBUG:teuthology.orchestra.run.smithi140:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-16T11:41:02.599 DEBUG:teuthology.orchestra.run.smithi140:> sudo shutdown -r now 2023-11-16T11:41:19.522 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-16T11:41:19.523 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi103.front.sepia.ceph.com' 2023-11-16T11:41:19.524 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:41:32.614 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-16T11:41:32.615 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi140.front.sepia.ceph.com' 2023-11-16T11:41:32.615 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi140.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:41:38.046 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.103 2023-11-16T11:41:51.102 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.140 2023-11-16T11:41:52.204 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi103.front.sepia.ceph.com' 2023-11-16T11:41:52.205 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:41:55.258 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.103 2023-11-16T11:42:00.107 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi140.front.sepia.ceph.com' 2023-11-16T11:42:00.108 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi140.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:42:03.162 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.140 2023-11-16T11:42:07.262 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi103.front.sepia.ceph.com' 2023-11-16T11:42:07.263 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:42:15.170 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi140.front.sepia.ceph.com' 2023-11-16T11:42:15.171 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi140.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:42:33.594 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.140 2023-11-16T11:42:48.606 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi140.front.sepia.ceph.com' 2023-11-16T11:42:48.607 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi140.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:42:48.897 DEBUG:teuthology.orchestra.run.smithi140:> true 2023-11-16T11:42:49.274 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi140.front.sepia.ceph.com' 2023-11-16T11:42:49.274 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-521.el8.x86_64"... 2023-11-16T11:42:49.274 DEBUG:teuthology.orchestra.run.smithi140:> uname -r 2023-11-16T11:42:49.291 INFO:teuthology.orchestra.run.smithi140.stdout:4.18.0-521.el8.x86_64 2023-11-16T11:42:49.291 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-521.el8.x86_64 vs 4.18.0-521.el8.x86_64 2023-11-16T11:42:49.291 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-16T11:42:49.291 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-16T11:42:50.292 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-16T11:42:50.292 DEBUG:teuthology.orchestra.run.smithi140:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-16T11:42:50.380 INFO:teuthology.orchestra.run.smithi140.stdout:ttyS1 2023-11-16T11:42:50.392 DEBUG:teuthology.parallel:result is None 2023-11-16T11:43:07.266 DEBUG:teuthology.orchestra.remote:timed out 2023-11-16T11:43:22.267 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi103.front.sepia.ceph.com' 2023-11-16T11:43:22.268 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:43:22.603 DEBUG:teuthology.orchestra.run.smithi103:> true 2023-11-16T11:43:22.887 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi103.front.sepia.ceph.com' 2023-11-16T11:43:22.888 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-521.el8.x86_64"... 2023-11-16T11:43:22.888 DEBUG:teuthology.orchestra.run.smithi103:> uname -r 2023-11-16T11:43:22.907 INFO:teuthology.orchestra.run.smithi103.stdout:4.18.0-521.el8.x86_64 2023-11-16T11:43:22.907 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-521.el8.x86_64 vs 4.18.0-521.el8.x86_64 2023-11-16T11:43:22.907 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-16T11:43:22.907 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-16T11:43:23.908 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-16T11:43:23.908 DEBUG:teuthology.orchestra.run.smithi103:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-16T11:43:23.983 INFO:teuthology.orchestra.run.smithi103.stdout:ttyS1 2023-11-16T11:43:24.001 DEBUG:teuthology.parallel:result is None 2023-11-16T11:43:24.001 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-16T11:43:24.009 INFO:teuthology.task.internal:Creating test directory... 2023-11-16T11:43:24.010 DEBUG:teuthology.orchestra.run.smithi103:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-16T11:43:24.012 DEBUG:teuthology.orchestra.run.smithi140:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-16T11:43:24.037 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-16T11:43:24.049 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-16T11:43:24.064 INFO:teuthology.task.internal:Creating archive directory... 2023-11-16T11:43:24.064 DEBUG:teuthology.orchestra.run.smithi103:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-16T11:43:24.076 DEBUG:teuthology.orchestra.run.smithi140:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-16T11:43:24.116 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-16T11:43:24.126 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-16T11:43:24.128 DEBUG:teuthology.orchestra.run.smithi103:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-16T11:43:24.143 DEBUG:teuthology.orchestra.run.smithi140:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-16T11:43:24.176 INFO:teuthology.orchestra.run.smithi103.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T11:43:24.187 INFO:teuthology.orchestra.run.smithi103.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T11:43:24.196 INFO:teuthology.orchestra.run.smithi140.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T11:43:24.207 INFO:teuthology.orchestra.run.smithi140.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T11:43:24.208 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-16T11:43:24.216 INFO:teuthology.task.internal:Configuring sudo... 2023-11-16T11:43:24.216 DEBUG:teuthology.orchestra.run.smithi103:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-16T11:43:24.231 DEBUG:teuthology.orchestra.run.smithi140:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-16T11:43:24.260 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-16T11:43:24.272 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-16T11:43:24.272 DEBUG:teuthology.orchestra.run.smithi103:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-16T11:43:24.301 DEBUG:teuthology.orchestra.run.smithi140:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-16T11:43:24.320 DEBUG:teuthology.orchestra.run.smithi103:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-16T11:43:24.406 DEBUG:teuthology.orchestra.run.smithi103:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-16T11:43:24.457 DEBUG:teuthology.orchestra.run.smithi103:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-16T11:43:24.543 DEBUG:teuthology.orchestra.run.smithi103:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-16T11:43:24.586 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2023-11-16T11:43:24.586 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-16T11:43:24.654 DEBUG:teuthology.orchestra.run.smithi140:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-16T11:43:24.702 DEBUG:teuthology.orchestra.run.smithi140:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-16T11:43:24.752 DEBUG:teuthology.orchestra.run.smithi140:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-16T11:43:24.836 DEBUG:teuthology.orchestra.run.smithi140:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-16T11:43:24.884 DEBUG:teuthology.orchestra.run.smithi140:> set -ex 2023-11-16T11:43:24.884 DEBUG:teuthology.orchestra.run.smithi140:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-16T11:43:24.953 DEBUG:teuthology.orchestra.run.smithi103:> sudo service rsyslog restart 2023-11-16T11:43:24.955 DEBUG:teuthology.orchestra.run.smithi140:> sudo service rsyslog restart 2023-11-16T11:43:25.003 INFO:teuthology.orchestra.run.smithi103.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-16T11:43:25.072 INFO:teuthology.orchestra.run.smithi140.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-16T11:43:25.500 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-16T11:43:25.514 INFO:teuthology.task.internal:Starting timer... 2023-11-16T11:43:25.514 INFO:teuthology.run_tasks:Running task pcp... 2023-11-16T11:43:25.525 INFO:teuthology.run_tasks:Running task selinux... 2023-11-16T11:43:25.536 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-16T11:43:25.537 DEBUG:teuthology.orchestra.run.smithi103:> sudo service auditd rotate 2023-11-16T11:43:25.623 INFO:teuthology.orchestra.run.smithi103.stdout:Rotating logs: 2023-11-16T11:43:25.624 DEBUG:teuthology.orchestra.run.smithi140:> sudo service auditd rotate 2023-11-16T11:43:25.725 INFO:teuthology.orchestra.run.smithi140.stdout:Rotating logs: 2023-11-16T11:43:25.726 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-16T11:43:25.727 DEBUG:teuthology.orchestra.run.smithi103:> /usr/sbin/getenforce 2023-11-16T11:43:25.762 INFO:teuthology.orchestra.run.smithi103.stdout:Permissive 2023-11-16T11:43:25.762 DEBUG:teuthology.orchestra.run.smithi140:> /usr/sbin/getenforce 2023-11-16T11:43:25.820 INFO:teuthology.orchestra.run.smithi140.stdout:Permissive 2023-11-16T11:43:25.820 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi103.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi140.front.sepia.ceph.com': 'permissive'} 2023-11-16T11:43:25.820 DEBUG:teuthology.orchestra.run.smithi103:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-16T11:43:25.849 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T11:43:25.850 DEBUG:teuthology.orchestra.run.smithi140:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-16T11:43:25.878 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T11:43:25.879 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-16T11:43:25.879 DEBUG:teuthology.orchestra.run.smithi103:> sudo /usr/sbin/setenforce permissive 2023-11-16T11:43:25.919 DEBUG:teuthology.orchestra.run.smithi140:> sudo /usr/sbin/setenforce permissive 2023-11-16T11:43:25.947 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-16T11:43:25.957 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-11-16T11:43:25.957 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-16T11:43:25.974 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-11-16T11:43:25.976 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi103.front.sepia.ceph.com,smithi140.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-16T11:54:20.548 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi103.front.sepia.ceph.com'), Remote(name='ubuntu@smithi140.front.sepia.ceph.com')] 2023-11-16T11:54:20.549 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi103.front.sepia.ceph.com' 2023-11-16T11:54:20.550 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:54:20.618 DEBUG:teuthology.orchestra.run.smithi103:> true 2023-11-16T11:54:20.687 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi103.front.sepia.ceph.com' 2023-11-16T11:54:20.687 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi140.front.sepia.ceph.com' 2023-11-16T11:54:20.687 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi140.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T11:54:20.806 DEBUG:teuthology.orchestra.run.smithi140:> true 2023-11-16T11:54:20.839 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi140.front.sepia.ceph.com' 2023-11-16T11:54:20.839 INFO:teuthology.run_tasks:Running task clock... 2023-11-16T11:54:20.852 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-16T11:54:20.853 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-16T11:54:20.856 DEBUG:teuthology.orchestra.run.smithi103:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-16T11:54:20.864 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-16T11:54:20.864 DEBUG:teuthology.orchestra.run.smithi140:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-16T11:54:20.892 INFO:teuthology.orchestra.run.smithi103.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-16T11:54:20.907 INFO:teuthology.orchestra.run.smithi103.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-16T11:54:20.915 INFO:teuthology.orchestra.run.smithi140.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-16T11:54:20.931 INFO:teuthology.orchestra.run.smithi140.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-16T11:54:20.967 INFO:teuthology.orchestra.run.smithi103.stderr:sudo: ntpd: command not found 2023-11-16T11:54:20.980 INFO:teuthology.orchestra.run.smithi103.stdout:506 Cannot talk to daemon 2023-11-16T11:54:20.993 INFO:teuthology.orchestra.run.smithi103.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-16T11:54:21.001 INFO:teuthology.orchestra.run.smithi140.stderr:sudo: ntpd: command not found 2023-11-16T11:54:21.006 INFO:teuthology.orchestra.run.smithi103.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-16T11:54:21.013 INFO:teuthology.orchestra.run.smithi140.stdout:506 Cannot talk to daemon 2023-11-16T11:54:21.026 INFO:teuthology.orchestra.run.smithi140.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-16T11:54:21.040 INFO:teuthology.orchestra.run.smithi140.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-16T11:54:21.082 INFO:teuthology.orchestra.run.smithi103.stderr:bash: ntpq: command not found 2023-11-16T11:54:21.085 INFO:teuthology.orchestra.run.smithi103.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-16T11:54:21.085 INFO:teuthology.orchestra.run.smithi103.stdout:=============================================================================== 2023-11-16T11:54:21.085 INFO:teuthology.orchestra.run.smithi103.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T11:54:21.085 INFO:teuthology.orchestra.run.smithi103.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T11:54:21.085 INFO:teuthology.orchestra.run.smithi103.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T11:54:21.085 INFO:teuthology.orchestra.run.smithi103.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T11:54:21.110 INFO:teuthology.orchestra.run.smithi140.stderr:bash: ntpq: command not found 2023-11-16T11:54:21.115 INFO:teuthology.orchestra.run.smithi140.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-16T11:54:21.115 INFO:teuthology.orchestra.run.smithi140.stdout:=============================================================================== 2023-11-16T11:54:21.116 INFO:teuthology.orchestra.run.smithi140.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T11:54:21.116 INFO:teuthology.orchestra.run.smithi140.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T11:54:21.117 INFO:teuthology.orchestra.run.smithi140.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T11:54:21.117 INFO:teuthology.orchestra.run.smithi140.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T11:54:21.117 INFO:teuthology.run_tasks:Running task pexec... 2023-11-16T11:54:21.131 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-16T11:54:21.131 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi103.front.sepia.ceph.com 2023-11-16T11:54:21.132 DEBUG:teuthology.orchestra.run.smithi103:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-16T11:54:21.132 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi140.front.sepia.ceph.com 2023-11-16T11:54:21.132 DEBUG:teuthology.orchestra.run.smithi140:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-16T11:54:22.014 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:02:19 ago on Thu 16 Nov 2023 11:52:02 AM UTC. 2023-11-16T11:54:22.039 INFO:teuthology.orchestra.run.smithi140.stdout:Last metadata expiration check: 0:02:18 ago on Thu 16 Nov 2023 11:52:03 AM UTC. 2023-11-16T11:54:24.146 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2023-11-16T11:54:24.147 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2023-11-16T11:54:24.147 INFO:teuthology.orchestra.run.smithi103.stdout: Package Architecture Version Repository Size 2023-11-16T11:54:24.147 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2023-11-16T11:54:24.147 INFO:teuthology.orchestra.run.smithi103.stdout:Resetting modules: 2023-11-16T11:54:24.147 INFO:teuthology.orchestra.run.smithi103.stdout: container-tools 2023-11-16T11:54:24.147 INFO:teuthology.orchestra.run.smithi103.stdout: 2023-11-16T11:54:24.147 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2023-11-16T11:54:24.147 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2023-11-16T11:54:24.148 INFO:teuthology.orchestra.run.smithi103.stdout: 2023-11-16T11:54:24.161 INFO:teuthology.orchestra.run.smithi140.stdout:Dependencies resolved. 2023-11-16T11:54:24.163 INFO:teuthology.orchestra.run.smithi140.stdout:================================================================================ 2023-11-16T11:54:24.163 INFO:teuthology.orchestra.run.smithi140.stdout: Package Architecture Version Repository Size 2023-11-16T11:54:24.163 INFO:teuthology.orchestra.run.smithi140.stdout:================================================================================ 2023-11-16T11:54:24.163 INFO:teuthology.orchestra.run.smithi140.stdout:Resetting modules: 2023-11-16T11:54:24.163 INFO:teuthology.orchestra.run.smithi140.stdout: container-tools 2023-11-16T11:54:24.163 INFO:teuthology.orchestra.run.smithi140.stdout: 2023-11-16T11:54:24.163 INFO:teuthology.orchestra.run.smithi140.stdout:Transaction Summary 2023-11-16T11:54:24.163 INFO:teuthology.orchestra.run.smithi140.stdout:================================================================================ 2023-11-16T11:54:24.164 INFO:teuthology.orchestra.run.smithi140.stdout: 2023-11-16T11:54:24.403 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2023-11-16T11:54:24.423 INFO:teuthology.orchestra.run.smithi140.stdout:Complete! 2023-11-16T11:54:25.352 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:02:23 ago on Thu 16 Nov 2023 11:52:02 AM UTC. 2023-11-16T11:54:25.645 INFO:teuthology.orchestra.run.smithi140.stdout:Last metadata expiration check: 0:02:22 ago on Thu 16 Nov 2023 11:52:03 AM UTC. 2023-11-16T11:54:27.468 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2023-11-16T11:54:27.646 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2023-11-16T11:54:27.646 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repository Size 2023-11-16T11:54:27.646 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2023-11-16T11:54:27.646 INFO:teuthology.orchestra.run.smithi103.stdout:Installing group/module packages: 2023-11-16T11:54:27.647 INFO:teuthology.orchestra.run.smithi103.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-16T11:54:27.647 INFO:teuthology.orchestra.run.smithi103.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-16T11:54:27.647 INFO:teuthology.orchestra.run.smithi103.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-16T11:54:27.647 INFO:teuthology.orchestra.run.smithi103.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-16T11:54:27.647 INFO:teuthology.orchestra.run.smithi103.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-16T11:54:27.647 INFO:teuthology.orchestra.run.smithi103.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-16T11:54:27.647 INFO:teuthology.orchestra.run.smithi103.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-16T11:54:27.647 INFO:teuthology.orchestra.run.smithi103.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-16T11:54:27.647 INFO:teuthology.orchestra.run.smithi103.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-16T11:54:27.647 INFO:teuthology.orchestra.run.smithi103.stdout:Installing dependencies: 2023-11-16T11:54:27.647 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-16T11:54:27.647 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-16T11:54:27.647 INFO:teuthology.orchestra.run.smithi103.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-16T11:54:27.647 INFO:teuthology.orchestra.run.smithi103.stdout:Installing weak dependencies: 2023-11-16T11:54:27.648 INFO:teuthology.orchestra.run.smithi103.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-16T11:54:27.648 INFO:teuthology.orchestra.run.smithi103.stdout:Installing module profiles: 2023-11-16T11:54:27.648 INFO:teuthology.orchestra.run.smithi103.stdout: container-tools/common 2023-11-16T11:54:27.648 INFO:teuthology.orchestra.run.smithi103.stdout: 2023-11-16T11:54:27.648 INFO:teuthology.orchestra.run.smithi103.stdout:Enabling module streams: 2023-11-16T11:54:27.648 INFO:teuthology.orchestra.run.smithi103.stdout: container-tools rhel8 2023-11-16T11:54:27.648 INFO:teuthology.orchestra.run.smithi103.stdout: 2023-11-16T11:54:27.648 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2023-11-16T11:54:27.648 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2023-11-16T11:54:27.648 INFO:teuthology.orchestra.run.smithi103.stdout:Install 13 Packages 2023-11-16T11:54:27.648 INFO:teuthology.orchestra.run.smithi103.stdout: 2023-11-16T11:54:27.649 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 27 M 2023-11-16T11:54:27.649 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 89 M 2023-11-16T11:54:27.649 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2023-11-16T11:54:27.765 INFO:teuthology.orchestra.run.smithi140.stdout:Dependencies resolved. 2023-11-16T11:54:27.942 INFO:teuthology.orchestra.run.smithi140.stdout:================================================================================ 2023-11-16T11:54:27.943 INFO:teuthology.orchestra.run.smithi140.stdout: Package Arch Version Repository Size 2023-11-16T11:54:27.943 INFO:teuthology.orchestra.run.smithi140.stdout:================================================================================ 2023-11-16T11:54:27.943 INFO:teuthology.orchestra.run.smithi140.stdout:Installing group/module packages: 2023-11-16T11:54:27.943 INFO:teuthology.orchestra.run.smithi140.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-16T11:54:27.943 INFO:teuthology.orchestra.run.smithi140.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-16T11:54:27.943 INFO:teuthology.orchestra.run.smithi140.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-16T11:54:27.943 INFO:teuthology.orchestra.run.smithi140.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-16T11:54:27.943 INFO:teuthology.orchestra.run.smithi140.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-16T11:54:27.943 INFO:teuthology.orchestra.run.smithi140.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-16T11:54:27.943 INFO:teuthology.orchestra.run.smithi140.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-16T11:54:27.943 INFO:teuthology.orchestra.run.smithi140.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-16T11:54:27.943 INFO:teuthology.orchestra.run.smithi140.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-16T11:54:27.944 INFO:teuthology.orchestra.run.smithi140.stdout:Installing dependencies: 2023-11-16T11:54:27.944 INFO:teuthology.orchestra.run.smithi140.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-16T11:54:27.944 INFO:teuthology.orchestra.run.smithi140.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-16T11:54:27.944 INFO:teuthology.orchestra.run.smithi140.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-16T11:54:27.944 INFO:teuthology.orchestra.run.smithi140.stdout:Installing weak dependencies: 2023-11-16T11:54:27.944 INFO:teuthology.orchestra.run.smithi140.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-16T11:54:27.944 INFO:teuthology.orchestra.run.smithi140.stdout:Installing module profiles: 2023-11-16T11:54:27.944 INFO:teuthology.orchestra.run.smithi140.stdout: container-tools/common 2023-11-16T11:54:27.944 INFO:teuthology.orchestra.run.smithi140.stdout: 2023-11-16T11:54:27.944 INFO:teuthology.orchestra.run.smithi140.stdout:Enabling module streams: 2023-11-16T11:54:27.944 INFO:teuthology.orchestra.run.smithi140.stdout: container-tools rhel8 2023-11-16T11:54:27.944 INFO:teuthology.orchestra.run.smithi140.stdout: 2023-11-16T11:54:27.944 INFO:teuthology.orchestra.run.smithi140.stdout:Transaction Summary 2023-11-16T11:54:27.945 INFO:teuthology.orchestra.run.smithi140.stdout:================================================================================ 2023-11-16T11:54:27.945 INFO:teuthology.orchestra.run.smithi140.stdout:Install 13 Packages 2023-11-16T11:54:27.945 INFO:teuthology.orchestra.run.smithi140.stdout: 2023-11-16T11:54:27.946 INFO:teuthology.orchestra.run.smithi140.stdout:Total download size: 27 M 2023-11-16T11:54:27.946 INFO:teuthology.orchestra.run.smithi140.stdout:Installed size: 89 M 2023-11-16T11:54:27.946 INFO:teuthology.orchestra.run.smithi140.stdout:Downloading Packages: 2023-11-16T11:54:28.551 INFO:teuthology.orchestra.run.smithi103.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.0 MB/s | 750 kB 00:00 2023-11-16T11:54:28.694 INFO:teuthology.orchestra.run.smithi103.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.2 MB/s | 1.0 MB 00:00 2023-11-16T11:54:28.810 INFO:teuthology.orchestra.run.smithi140.stdout:(1/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.5 MB/s | 1.0 MB 00:00 2023-11-16T11:54:28.843 INFO:teuthology.orchestra.run.smithi140.stdout:(2/13): cockpit-podman-78-1.module_el8+712+4cd1 1.0 MB/s | 750 kB 00:00 2023-11-16T11:54:28.844 INFO:teuthology.orchestra.run.smithi103.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 130 kB/s | 38 kB 00:00 2023-11-16T11:54:29.110 INFO:teuthology.orchestra.run.smithi140.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 126 kB/s | 38 kB 00:00 2023-11-16T11:54:29.194 INFO:teuthology.orchestra.run.smithi103.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 482 kB/s | 241 kB 00:00 2023-11-16T11:54:29.335 INFO:teuthology.orchestra.run.smithi140.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 489 kB/s | 241 kB 00:00 2023-11-16T11:54:29.644 INFO:teuthology.orchestra.run.smithi103.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 395 kB/s | 178 kB 00:00 2023-11-16T11:54:29.786 INFO:teuthology.orchestra.run.smithi140.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 395 kB/s | 178 kB 00:00 2023-11-16T11:54:29.920 INFO:teuthology.orchestra.run.smithi103.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 90 kB/s | 25 kB 00:00 2023-11-16T11:54:30.081 INFO:teuthology.orchestra.run.smithi140.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 85 kB/s | 25 kB 00:00 2023-11-16T11:54:30.303 INFO:teuthology.orchestra.run.smithi103.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 245 kB/s | 94 kB 00:00 2023-11-16T11:54:30.478 INFO:teuthology.orchestra.run.smithi140.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 235 kB/s | 94 kB 00:00 2023-11-16T11:54:30.637 INFO:teuthology.orchestra.run.smithi103.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 2.2 MB/s | 3.9 MB 00:01 2023-11-16T11:54:30.904 INFO:teuthology.orchestra.run.smithi103.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 3.1 MB/s | 9.6 MB 00:03 2023-11-16T11:54:30.945 INFO:teuthology.orchestra.run.smithi140.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 2.1 MB/s | 3.9 MB 00:01 2023-11-16T11:54:31.220 INFO:teuthology.orchestra.run.smithi140.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 3.1 MB/s | 9.6 MB 00:03 2023-11-16T11:54:31.246 INFO:teuthology.orchestra.run.smithi103.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 154 kB/s | 53 kB 00:00 2023-11-16T11:54:31.538 INFO:teuthology.orchestra.run.smithi103.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 140 kB/s | 41 kB 00:00 2023-11-16T11:54:31.579 INFO:teuthology.orchestra.run.smithi140.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 147 kB/s | 53 kB 00:00 2023-11-16T11:54:31.887 INFO:teuthology.orchestra.run.smithi140.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 133 kB/s | 41 kB 00:00 2023-11-16T11:54:31.964 INFO:teuthology.orchestra.run.smithi103.stdout:(12/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 1.9 MB/s | 2.5 MB 00:01 2023-11-16T11:54:32.329 INFO:teuthology.orchestra.run.smithi140.stdout:(12/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 1.8 MB/s | 2.5 MB 00:01 2023-11-16T11:54:32.922 INFO:teuthology.orchestra.run.smithi103.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 3.1 MB/s | 8.1 MB 00:02 2023-11-16T11:54:32.922 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:54:32.922 INFO:teuthology.orchestra.run.smithi103.stdout:Total 5.0 MB/s | 27 MB 00:05 2023-11-16T11:54:33.163 INFO:teuthology.orchestra.run.smithi140.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 3.0 MB/s | 8.1 MB 00:02 2023-11-16T11:54:33.163 INFO:teuthology.orchestra.run.smithi140.stdout:-------------------------------------------------------------------------------- 2023-11-16T11:54:33.163 INFO:teuthology.orchestra.run.smithi140.stdout:Total 5.1 MB/s | 27 MB 00:05 2023-11-16T11:54:33.196 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2023-11-16T11:54:33.218 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2023-11-16T11:54:33.218 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2023-11-16T11:54:33.434 INFO:teuthology.orchestra.run.smithi140.stdout:Running transaction check 2023-11-16T11:54:33.456 INFO:teuthology.orchestra.run.smithi140.stdout:Transaction check succeeded. 2023-11-16T11:54:33.457 INFO:teuthology.orchestra.run.smithi140.stdout:Running transaction test 2023-11-16T11:54:33.549 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2023-11-16T11:54:33.554 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2023-11-16T11:54:33.736 INFO:teuthology.orchestra.run.smithi140.stdout:Transaction test succeeded. 2023-11-16T11:54:33.739 INFO:teuthology.orchestra.run.smithi140.stdout:Running transaction 2023-11-16T11:54:34.362 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2023-11-16T11:54:34.426 INFO:teuthology.orchestra.run.smithi140.stdout: Preparing : 1/1 2023-11-16T11:54:34.608 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-16T11:54:34.666 INFO:teuthology.orchestra.run.smithi140.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-16T11:54:34.745 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-16T11:54:34.835 INFO:teuthology.orchestra.run.smithi140.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-16T11:54:34.950 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-16T11:54:35.072 INFO:teuthology.orchestra.run.smithi140.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-16T11:54:35.172 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-16T11:54:35.516 INFO:teuthology.orchestra.run.smithi140.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-16T11:54:35.746 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-16T11:54:36.079 INFO:teuthology.orchestra.run.smithi140.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-16T11:54:36.724 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-16T11:54:36.965 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-16T11:54:37.068 INFO:teuthology.orchestra.run.smithi140.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-16T11:54:37.211 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-16T11:54:37.300 INFO:teuthology.orchestra.run.smithi140.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-16T11:54:37.533 INFO:teuthology.orchestra.run.smithi140.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-16T11:54:37.534 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-16T11:54:37.814 INFO:teuthology.orchestra.run.smithi140.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-16T11:54:37.924 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-16T11:54:38.221 INFO:teuthology.orchestra.run.smithi140.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-16T11:54:38.796 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-16T11:54:39.027 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-16T11:54:39.134 INFO:teuthology.orchestra.run.smithi140.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-16T11:54:39.211 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-16T11:54:39.414 INFO:teuthology.orchestra.run.smithi140.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-16T11:54:39.584 INFO:teuthology.orchestra.run.smithi140.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-16T11:54:39.634 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-16T11:54:39.635 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-16T11:54:39.635 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-16T11:54:39.635 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-16T11:54:39.635 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-16T11:54:39.635 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-16T11:54:39.635 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-16T11:54:39.635 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-16T11:54:39.635 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-16T11:54:39.635 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-16T11:54:39.635 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-16T11:54:39.635 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-16T11:54:39.635 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-16T11:54:40.027 INFO:teuthology.orchestra.run.smithi140.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-16T11:54:40.027 INFO:teuthology.orchestra.run.smithi140.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-16T11:54:40.027 INFO:teuthology.orchestra.run.smithi140.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-16T11:54:40.027 INFO:teuthology.orchestra.run.smithi140.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-16T11:54:40.027 INFO:teuthology.orchestra.run.smithi140.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-16T11:54:40.027 INFO:teuthology.orchestra.run.smithi140.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-16T11:54:40.027 INFO:teuthology.orchestra.run.smithi140.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-16T11:54:40.027 INFO:teuthology.orchestra.run.smithi140.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-16T11:54:40.027 INFO:teuthology.orchestra.run.smithi140.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-16T11:54:40.027 INFO:teuthology.orchestra.run.smithi140.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-16T11:54:40.028 INFO:teuthology.orchestra.run.smithi140.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-16T11:54:40.028 INFO:teuthology.orchestra.run.smithi140.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-16T11:54:40.028 INFO:teuthology.orchestra.run.smithi140.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-16T11:54:40.467 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-16T11:54:40.467 INFO:teuthology.orchestra.run.smithi103.stdout: 2023-11-16T11:54:40.468 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2023-11-16T11:54:40.468 INFO:teuthology.orchestra.run.smithi103.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-16T11:54:40.468 INFO:teuthology.orchestra.run.smithi103.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-16T11:54:40.468 INFO:teuthology.orchestra.run.smithi103.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-16T11:54:40.468 INFO:teuthology.orchestra.run.smithi103.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-16T11:54:40.468 INFO:teuthology.orchestra.run.smithi103.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-16T11:54:40.468 INFO:teuthology.orchestra.run.smithi103.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-16T11:54:40.468 INFO:teuthology.orchestra.run.smithi103.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-16T11:54:40.468 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-16T11:54:40.468 INFO:teuthology.orchestra.run.smithi103.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-16T11:54:40.468 INFO:teuthology.orchestra.run.smithi103.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-16T11:54:40.468 INFO:teuthology.orchestra.run.smithi103.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-16T11:54:40.469 INFO:teuthology.orchestra.run.smithi103.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-16T11:54:40.469 INFO:teuthology.orchestra.run.smithi103.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-16T11:54:40.469 INFO:teuthology.orchestra.run.smithi103.stdout: 2023-11-16T11:54:40.469 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2023-11-16T11:54:40.747 DEBUG:teuthology.parallel:result is None 2023-11-16T11:54:40.851 INFO:teuthology.orchestra.run.smithi140.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-16T11:54:40.851 INFO:teuthology.orchestra.run.smithi140.stdout: 2023-11-16T11:54:40.851 INFO:teuthology.orchestra.run.smithi140.stdout:Installed: 2023-11-16T11:54:40.851 INFO:teuthology.orchestra.run.smithi140.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-16T11:54:40.852 INFO:teuthology.orchestra.run.smithi140.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-16T11:54:40.852 INFO:teuthology.orchestra.run.smithi140.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-16T11:54:40.852 INFO:teuthology.orchestra.run.smithi140.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-16T11:54:40.852 INFO:teuthology.orchestra.run.smithi140.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-16T11:54:40.852 INFO:teuthology.orchestra.run.smithi140.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-16T11:54:40.852 INFO:teuthology.orchestra.run.smithi140.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-16T11:54:40.852 INFO:teuthology.orchestra.run.smithi140.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-16T11:54:40.852 INFO:teuthology.orchestra.run.smithi140.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-16T11:54:40.852 INFO:teuthology.orchestra.run.smithi140.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-16T11:54:40.852 INFO:teuthology.orchestra.run.smithi140.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-16T11:54:40.852 INFO:teuthology.orchestra.run.smithi140.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-16T11:54:40.852 INFO:teuthology.orchestra.run.smithi140.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-16T11:54:40.852 INFO:teuthology.orchestra.run.smithi140.stdout: 2023-11-16T11:54:40.853 INFO:teuthology.orchestra.run.smithi140.stdout:Complete! 2023-11-16T11:54:41.130 DEBUG:teuthology.parallel:result is None 2023-11-16T11:54:41.130 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-16T11:54:41.292 INFO:tasks.cephadm:Config: {'cephadm_branch': 'v17.2.0', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'quay.io/ceph/ceph:v17.2.0', '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': '50bc6740f385afe4f36770e739358479a73d8add'} 2023-11-16T11:54:41.292 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2023-11-16T11:54:41.293 INFO:tasks.cephadm:Cluster fsid is ed0a1724-8476-11ee-8dbe-212e2dc638e7 2023-11-16T11:54:41.293 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-16T11:54:41.293 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-11-16T11:54:41.294 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi103': '172.21.15.103', 'mon.smithi140': '172.21.15.140'} 2023-11-16T11:54:41.294 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-16T11:54:41.294 DEBUG:teuthology.orchestra.run.smithi103:> sudo hostname $(hostname -s) 2023-11-16T11:54:41.336 DEBUG:teuthology.orchestra.run.smithi140:> sudo hostname $(hostname -s) 2023-11-16T11:54:41.364 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2023-11-16T11:54:41.365 DEBUG:teuthology.orchestra.run.smithi103:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-16T11:54:41.513 INFO:teuthology.orchestra.run.smithi103.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Nov 16 11:54 /home/ubuntu/cephtest/cephadm 2023-11-16T11:54:41.514 DEBUG:teuthology.orchestra.run.smithi140:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-16T11:54:41.673 INFO:teuthology.orchestra.run.smithi140.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Nov 16 11:54 /home/ubuntu/cephtest/cephadm 2023-11-16T11:54:41.674 DEBUG:teuthology.orchestra.run.smithi103:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-16T11:54:41.693 DEBUG:teuthology.orchestra.run.smithi140:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-16T11:54:41.721 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2023-11-16T11:54:41.722 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-11-16T11:54:41.736 DEBUG:teuthology.orchestra.run.smithi140:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-11-16T11:54:43.393 INFO:teuthology.orchestra.run.smithi140.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-11-16T11:54:43.542 INFO:teuthology.orchestra.run.smithi103.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-11-16T11:54:57.905 INFO:teuthology.orchestra.run.smithi103.stdout:{ 2023-11-16T11:54:57.906 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-11-16T11:54:57.906 INFO:teuthology.orchestra.run.smithi103.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-11-16T11:54:57.906 INFO:teuthology.orchestra.run.smithi103.stdout: "repo_digests": [ 2023-11-16T11:54:57.906 INFO:teuthology.orchestra.run.smithi103.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-11-16T11:54:57.906 INFO:teuthology.orchestra.run.smithi103.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-11-16T11:54:57.906 INFO:teuthology.orchestra.run.smithi103.stdout: ] 2023-11-16T11:54:57.906 INFO:teuthology.orchestra.run.smithi103.stdout:} 2023-11-16T11:54:59.970 INFO:teuthology.orchestra.run.smithi140.stdout:{ 2023-11-16T11:54:59.970 INFO:teuthology.orchestra.run.smithi140.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-11-16T11:54:59.970 INFO:teuthology.orchestra.run.smithi140.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-11-16T11:54:59.970 INFO:teuthology.orchestra.run.smithi140.stdout: "repo_digests": [ 2023-11-16T11:54:59.970 INFO:teuthology.orchestra.run.smithi140.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-11-16T11:54:59.970 INFO:teuthology.orchestra.run.smithi140.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-11-16T11:54:59.970 INFO:teuthology.orchestra.run.smithi140.stdout: ] 2023-11-16T11:54:59.970 INFO:teuthology.orchestra.run.smithi140.stdout:} 2023-11-16T11:54:59.989 DEBUG:teuthology.orchestra.run.smithi103:> sudo mkdir -p /etc/ceph 2023-11-16T11:55:00.027 DEBUG:teuthology.orchestra.run.smithi140:> sudo mkdir -p /etc/ceph 2023-11-16T11:55:00.057 DEBUG:teuthology.orchestra.run.smithi103:> sudo chmod 777 /etc/ceph 2023-11-16T11:55:00.097 DEBUG:teuthology.orchestra.run.smithi140:> sudo chmod 777 /etc/ceph 2023-11-16T11:55:00.125 INFO:tasks.cephadm:Writing seed config... 2023-11-16T11:55:00.126 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-11-16T11:55:00.126 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-11-16T11:55:00.126 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-11-16T11:55:00.126 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-11-16T11:55:00.126 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-11-16T11:55:00.126 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-11-16T11:55:00.126 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-11-16T11:55:00.127 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-11-16T11:55:00.127 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2023-11-16T11:55:00.127 DEBUG:teuthology.orchestra.run.smithi103:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-11-16T11:55:00.157 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 = ed0a1724-8476-11ee-8dbe-212e2dc638e7 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-11-16T11:55:00.157 DEBUG:teuthology.orchestra.run.smithi103:mon.smithi103> sudo journalctl -f -n 0 -u ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7@mon.smithi103.service 2023-11-16T11:55:00.200 INFO:tasks.cephadm:Bootstrapping... 2023-11-16T11:55:00.200 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.103 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-11-16T11:55:00.229 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:-- Logs begin at Thu 2023-11-16 11:42:27 UTC. -- 2023-11-16T11:55:00.400 INFO:teuthology.orchestra.run.smithi103.stderr:-------------------------------------------------------------------------------- 2023-11-16T11:55:00.400 INFO:teuthology.orchestra.run.smithi103.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', 'ed0a1724-8476-11ee-8dbe-212e2dc638e7', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.103', '--skip-admin-label'] 2023-11-16T11:55:00.422 INFO:teuthology.orchestra.run.smithi103.stderr:/bin/podman: 4.6.1 2023-11-16T11:55:00.440 INFO:teuthology.orchestra.run.smithi103.stderr:Verifying podman|docker is present... 2023-11-16T11:55:00.459 INFO:teuthology.orchestra.run.smithi103.stderr:/bin/podman: 4.6.1 2023-11-16T11:55:00.467 INFO:teuthology.orchestra.run.smithi103.stderr:Verifying lvm2 is present... 2023-11-16T11:55:00.467 INFO:teuthology.orchestra.run.smithi103.stderr:Verifying time synchronization is in place... 2023-11-16T11:55:00.472 INFO:teuthology.orchestra.run.smithi103.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-16T11:55:00.478 INFO:teuthology.orchestra.run.smithi103.stderr:systemctl: inactive 2023-11-16T11:55:00.484 INFO:teuthology.orchestra.run.smithi103.stderr:systemctl: enabled 2023-11-16T11:55:00.490 INFO:teuthology.orchestra.run.smithi103.stderr:systemctl: active 2023-11-16T11:55:00.490 INFO:teuthology.orchestra.run.smithi103.stderr:Unit chronyd.service is enabled and running 2023-11-16T11:55:00.490 INFO:teuthology.orchestra.run.smithi103.stderr:Repeating the final host check... 2023-11-16T11:55:00.509 INFO:teuthology.orchestra.run.smithi103.stderr:/bin/podman: 4.6.1 2023-11-16T11:55:00.521 INFO:teuthology.orchestra.run.smithi103.stderr:podman (/bin/podman) version 4.6.1 is present 2023-11-16T11:55:00.521 INFO:teuthology.orchestra.run.smithi103.stderr:systemctl is present 2023-11-16T11:55:00.521 INFO:teuthology.orchestra.run.smithi103.stderr:lvcreate is present 2023-11-16T11:55:00.527 INFO:teuthology.orchestra.run.smithi103.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-16T11:55:00.532 INFO:teuthology.orchestra.run.smithi103.stderr:systemctl: inactive 2023-11-16T11:55:00.537 INFO:teuthology.orchestra.run.smithi103.stderr:systemctl: enabled 2023-11-16T11:55:00.543 INFO:teuthology.orchestra.run.smithi103.stderr:systemctl: active 2023-11-16T11:55:00.544 INFO:teuthology.orchestra.run.smithi103.stderr:Unit chronyd.service is enabled and running 2023-11-16T11:55:00.545 INFO:teuthology.orchestra.run.smithi103.stderr:Host looks OK 2023-11-16T11:55:00.545 INFO:teuthology.orchestra.run.smithi103.stderr:Cluster fsid: ed0a1724-8476-11ee-8dbe-212e2dc638e7 2023-11-16T11:55:00.545 INFO:teuthology.orchestra.run.smithi103.stderr:Acquiring lock 140574355579008 on /run/cephadm/ed0a1724-8476-11ee-8dbe-212e2dc638e7.lock 2023-11-16T11:55:00.546 INFO:teuthology.orchestra.run.smithi103.stderr:Lock 140574355579008 acquired on /run/cephadm/ed0a1724-8476-11ee-8dbe-212e2dc638e7.lock 2023-11-16T11:55:00.546 INFO:teuthology.orchestra.run.smithi103.stderr:Verifying IP 172.21.15.103 port 3300 ... 2023-11-16T11:55:00.546 INFO:teuthology.orchestra.run.smithi103.stderr:Verifying IP 172.21.15.103 port 6789 ... 2023-11-16T11:55:00.546 INFO:teuthology.orchestra.run.smithi103.stderr:Base mon IP is 172.21.15.103, final addrv is [v2:172.21.15.103:3300,v1:172.21.15.103:6789] 2023-11-16T11:55:00.547 INFO:teuthology.orchestra.run.smithi103.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.103 metric 100 2023-11-16T11:55:00.548 INFO:teuthology.orchestra.run.smithi103.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.103 metric 100 2023-11-16T11:55:00.550 INFO:teuthology.orchestra.run.smithi103.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-11-16T11:55:00.550 INFO:teuthology.orchestra.run.smithi103.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-11-16T11:55:00.550 INFO:teuthology.orchestra.run.smithi103.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1793sec hoplimit 64 pref medium 2023-11-16T11:55:00.552 INFO:teuthology.orchestra.run.smithi103.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-11-16T11:55:00.552 INFO:teuthology.orchestra.run.smithi103.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-11-16T11:55:00.553 INFO:teuthology.orchestra.run.smithi103.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-16T11:55:00.553 INFO:teuthology.orchestra.run.smithi103.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-11-16T11:55:00.553 INFO:teuthology.orchestra.run.smithi103.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:cc0b/64 scope link 2023-11-16T11:55:00.554 INFO:teuthology.orchestra.run.smithi103.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-16T11:55:00.555 INFO:teuthology.orchestra.run.smithi103.stderr:Mon IP `172.21.15.103` is in CIDR network `172.21.0.0/20` 2023-11-16T11:55:00.555 INFO:teuthology.orchestra.run.smithi103.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-11-16T11:55:00.555 INFO:teuthology.orchestra.run.smithi103.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-11-16T11:55:00.631 INFO:teuthology.orchestra.run.smithi103.stderr:/bin/podman: Trying to pull quay.io/ceph/ceph:v17.2.0... 2023-11-16T11:55:01.156 INFO:teuthology.orchestra.run.smithi103.stderr:/bin/podman: Getting image source signatures 2023-11-16T11:55:01.156 INFO:teuthology.orchestra.run.smithi103.stderr:/bin/podman: Copying blob sha256:89b4a75bc2d8500f15463747507c9623df43886c134463e7f0527e70900e7a7b 2023-11-16T11:55:01.156 INFO:teuthology.orchestra.run.smithi103.stderr:/bin/podman: Copying blob sha256:599d07cb321ff0a3c82224e1138fc685793fa69b93ed5780415751a5f7e4b8c2 2023-11-16T11:55:01.156 INFO:teuthology.orchestra.run.smithi103.stderr:/bin/podman: Copying blob sha256:c32ab78b488d0c72f64eded765c0cf6b5bf2c75dab66cb62a9d367fa6ec42513 2023-11-16T11:55:01.156 INFO:teuthology.orchestra.run.smithi103.stderr:/bin/podman: Copying blob sha256:33ca8fff7868c4dc0c11e09bca97c720eb9cfbab7221216754367dd8de70388a 2023-11-16T11:55:01.156 INFO:teuthology.orchestra.run.smithi103.stderr:/bin/podman: Copying blob sha256:a70843738bb77e1ab9c1f85969ebdfa55f178e746be081d1cb4f94011f69eb7c 2023-11-16T11:55:01.157 INFO:teuthology.orchestra.run.smithi103.stderr:/bin/podman: Copying config sha256:e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-11-16T11:55:01.227 INFO:teuthology.orchestra.run.smithi103.stderr:/bin/podman: Writing manifest to image destination 2023-11-16T11:55:01.408 INFO:teuthology.orchestra.run.smithi103.stderr:/bin/podman: e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-11-16T11:55:01.790 INFO:teuthology.orchestra.run.smithi103.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-11-16T11:55:02.149 INFO:teuthology.orchestra.run.smithi103.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-11-16T11:55:02.149 INFO:teuthology.orchestra.run.smithi103.stderr:Extracting ceph user uid/gid from container image... 2023-11-16T11:55:02.435 INFO:teuthology.orchestra.run.smithi103.stderr:stat: 167 167 2023-11-16T11:55:02.802 INFO:teuthology.orchestra.run.smithi103.stderr:Creating initial keys... 2023-11-16T11:55:03.102 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph-authtool: AQAXA1ZlY5oLBRAAYPdd+eO/sXKPFSEOCVz6Mw== 2023-11-16T11:55:03.710 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph-authtool: AQAXA1ZlXsVKKRAAgqyQK80qg4spn7BtDbml4g== 2023-11-16T11:55:04.318 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph-authtool: AQAYA1ZleIH0ERAApSJ2IDSdH0kWpi9I0PUFuQ== 2023-11-16T11:55:04.643 INFO:teuthology.orchestra.run.smithi103.stderr:Creating initial monmap... 2023-11-16T11:55:04.910 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-16T11:55:04.911 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2023-11-16T11:55:04.911 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to ed0a1724-8476-11ee-8dbe-212e2dc638e7 2023-11-16T11:55:04.911 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-16T11:55:05.230 INFO:teuthology.orchestra.run.smithi103.stderr:monmaptool for smithi103 [v2:172.21.15.103:3300,v1:172.21.15.103:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-16T11:55:05.230 INFO:teuthology.orchestra.run.smithi103.stderr:setting min_mon_release = octopus 2023-11-16T11:55:05.230 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/monmaptool: set fsid to ed0a1724-8476-11ee-8dbe-212e2dc638e7 2023-11-16T11:55:05.230 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-16T11:55:05.230 INFO:teuthology.orchestra.run.smithi103.stderr: 2023-11-16T11:55:05.231 INFO:teuthology.orchestra.run.smithi103.stderr:Creating mon... 2023-11-16T11:55:05.945 INFO:teuthology.orchestra.run.smithi103.stderr:create mon.smithi103 on 2023-11-16T11:55:06.047 INFO:teuthology.orchestra.run.smithi103.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-11-16T11:55:06.135 INFO:teuthology.orchestra.run.smithi103.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7.target → /etc/systemd/system/ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7.target. 2023-11-16T11:55:06.136 INFO:teuthology.orchestra.run.smithi103.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7.target → /etc/systemd/system/ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7.target. 2023-11-16T11:55:06.328 INFO:teuthology.orchestra.run.smithi103.stderr:systemctl: Failed to reset failed state of unit ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7@mon.smithi103.service: Unit ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7@mon.smithi103.service not loaded. 2023-11-16T11:55:06.334 INFO:teuthology.orchestra.run.smithi103.stderr:systemctl: Created symlink /etc/systemd/system/ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7.target.wants/ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7@mon.smithi103.service → /etc/systemd/system/ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7@.service. 2023-11-16T11:55:06.781 INFO:teuthology.orchestra.run.smithi103.stderr:systemctl: disabled 2023-11-16T11:55:06.789 INFO:teuthology.orchestra.run.smithi103.stderr:systemctl: inactive 2023-11-16T11:55:06.789 INFO:teuthology.orchestra.run.smithi103.stderr:firewalld.service is not enabled 2023-11-16T11:55:06.789 INFO:teuthology.orchestra.run.smithi103.stderr:Not possible to enable service . firewalld.service is not available 2023-11-16T11:55:06.790 INFO:teuthology.orchestra.run.smithi103.stderr:Waiting for mon to start... 2023-11-16T11:55:06.790 INFO:teuthology.orchestra.run.smithi103.stderr:Waiting for mon... 2023-11-16T11:55:07.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:06 smithi103 ceph-mon[107306]: mon.smithi103 is new leader, mons smithi103 in quorum (ranks 0) 2023-11-16T11:55:07.265 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: cluster: 2023-11-16T11:55:07.313 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: id: ed0a1724-8476-11ee-8dbe-212e2dc638e7 2023-11-16T11:55:07.314 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-11-16T11:55:07.314 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: 2023-11-16T11:55:07.314 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: services: 2023-11-16T11:55:07.314 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi103 (age 0.459079s) 2023-11-16T11:55:07.314 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: mgr: no daemons active 2023-11-16T11:55:07.314 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-11-16T11:55:07.314 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: 2023-11-16T11:55:07.314 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: data: 2023-11-16T11:55:07.314 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-11-16T11:55:07.314 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-11-16T11:55:07.315 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-11-16T11:55:07.315 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: pgs: 2023-11-16T11:55:07.315 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: 2023-11-16T11:55:07.604 INFO:teuthology.orchestra.run.smithi103.stderr:mon is available 2023-11-16T11:55:07.605 INFO:teuthology.orchestra.run.smithi103.stderr:Assimilating anything we can from ceph.conf... 2023-11-16T11:55:07.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:07 smithi103 ceph-mon[107306]: mon.smithi103 is new leader, mons smithi103 in quorum (ranks 0) 2023-11-16T11:55:07.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:07 smithi103 ceph-mon[107306]: monmap e1: 1 mons at {smithi103=[v2:172.21.15.103:3300/0,v1:172.21.15.103:6789/0]} 2023-11-16T11:55:07.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:07 smithi103 ceph-mon[107306]: fsmap 2023-11-16T11:55:07.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:07 smithi103 ceph-mon[107306]: osdmap e1: 0 total, 0 up, 0 in 2023-11-16T11:55:07.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:07 smithi103 ceph-mon[107306]: mgrmap e1: no daemons active 2023-11-16T11:55:07.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:07 smithi103 ceph-mon[107306]: from='client.? 172.21.15.103:0/1317651995' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-11-16T11:55:08.025 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: 2023-11-16T11:55:08.026 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: [global] 2023-11-16T11:55:08.026 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: fsid = ed0a1724-8476-11ee-8dbe-212e2dc638e7 2023-11-16T11:55:08.026 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.103:3300,v1:172.21.15.103:6789] 2023-11-16T11:55:08.026 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-16T11:55:08.027 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-16T11:55:08.027 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-16T11:55:08.027 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-16T11:55:08.027 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: 2023-11-16T11:55:08.027 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: [mgr] 2023-11-16T11:55:08.027 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-16T11:55:08.028 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: 2023-11-16T11:55:08.028 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: [osd] 2023-11-16T11:55:08.028 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-16T11:55:08.028 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-16T11:55:08.362 INFO:teuthology.orchestra.run.smithi103.stderr:Generating new minimal ceph.conf... 2023-11-16T11:55:09.097 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:08 smithi103 ceph-mon[107306]: from='client.? 172.21.15.103:0/463116383' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-16T11:55:09.097 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:08 smithi103 ceph-mon[107306]: from='client.? 172.21.15.103:0/463116383' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-16T11:55:09.097 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:08 smithi103 ceph-mon[107306]: from='client.? 172.21.15.103:0/1776295594' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:55:09.138 INFO:teuthology.orchestra.run.smithi103.stderr:Restarting the monitor... 2023-11-16T11:55:09.362 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 systemd[1]: Stopping Ceph mon.smithi103 for ed0a1724-8476-11ee-8dbe-212e2dc638e7... 2023-11-16T11:55:09.362 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 bash[107604]: Error: no container with name or ID "ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-mon.smithi103" found: no such container 2023-11-16T11:55:09.362 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-mon-smithi103[107283]: 2023-11-16T11:55:09.221+0000 7f6981865700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi103 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-11-16T11:55:09.362 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-mon-smithi103[107283]: 2023-11-16T11:55:09.221+0000 7f6981865700 -1 mon.smithi103@0(leader) e1 *** Got Signal Terminated *** 2023-11-16T11:55:09.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 bash[107616]: ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-mon-smithi103 2023-11-16T11:55:09.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 bash[107654]: Error: no container with name or ID "ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-mon.smithi103" found: no such container 2023-11-16T11:55:09.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 systemd[1]: ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7@mon.smithi103.service: Succeeded. 2023-11-16T11:55:09.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 systemd[1]: Stopped Ceph mon.smithi103 for ed0a1724-8476-11ee-8dbe-212e2dc638e7. 2023-11-16T11:55:09.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 systemd[1]: Starting Ceph mon.smithi103 for ed0a1724-8476-11ee-8dbe-212e2dc638e7... 2023-11-16T11:55:09.896 INFO:teuthology.orchestra.run.smithi103.stderr:Setting mon public_network to 172.21.0.0/20 2023-11-16T11:55:10.184 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: set uid:gid to 167:167 (ceph:ceph) 2023-11-16T11:55:10.184 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-11-16T11:55:10.184 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: pidfile_write: ignore empty --pid-file 2023-11-16T11:55:10.184 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: load: jerasure load: lrc 2023-11-16T11:55:10.184 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: RocksDB version: 6.15.5 2023-11-16T11:55:10.184 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-16T11:55:10.184 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Compile date Apr 18 2022 2023-11-16T11:55:10.184 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: DB SUMMARY 2023-11-16T11:55:10.184 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: DB Session ID: LAD90K6A2T2SXHGOZKHJ 2023-11-16T11:55:10.184 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: CURRENT file: CURRENT 2023-11-16T11:55:10.185 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: IDENTITY file: IDENTITY 2023-11-16T11:55:10.185 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2023-11-16T11:55:10.185 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi103/store.db dir, Total Num: 1, files: 000008.sst 2023-11-16T11:55:10.185 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi103/store.db: 000010.log size: 81891 ; 2023-11-16T11:55:10.185 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.error_if_exists: 0 2023-11-16T11:55:10.185 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.create_if_missing: 0 2023-11-16T11:55:10.185 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.paranoid_checks: 1 2023-11-16T11:55:10.185 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-11-16T11:55:10.185 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.env: 0x562b0910b860 2023-11-16T11:55:10.185 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.fs: Posix File System 2023-11-16T11:55:10.185 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.info_log: 0x562b0ae85fa0 2023-11-16T11:55:10.185 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.max_file_opening_threads: 16 2023-11-16T11:55:10.185 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.statistics: (nil) 2023-11-16T11:55:10.185 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.use_fsync: 0 2023-11-16T11:55:10.186 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.max_log_file_size: 0 2023-11-16T11:55:10.186 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-16T11:55:10.186 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.log_file_time_to_roll: 0 2023-11-16T11:55:10.186 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.keep_log_file_num: 1000 2023-11-16T11:55:10.186 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.recycle_log_file_num: 0 2023-11-16T11:55:10.186 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.allow_fallocate: 1 2023-11-16T11:55:10.186 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.allow_mmap_reads: 0 2023-11-16T11:55:10.186 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.allow_mmap_writes: 0 2023-11-16T11:55:10.186 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.use_direct_reads: 0 2023-11-16T11:55:10.186 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-16T11:55:10.186 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.create_missing_column_families: 0 2023-11-16T11:55:10.189 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.db_log_dir: 2023-11-16T11:55:10.190 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi103/store.db 2023-11-16T11:55:10.190 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.table_cache_numshardbits: 6 2023-11-16T11:55:10.190 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.WAL_ttl_seconds: 0 2023-11-16T11:55:10.190 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.WAL_size_limit_MB: 0 2023-11-16T11:55:10.190 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-16T11:55:10.190 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-16T11:55:10.190 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.is_fd_close_on_exec: 1 2023-11-16T11:55:10.190 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.advise_random_on_open: 1 2023-11-16T11:55:10.190 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.db_write_buffer_size: 0 2023-11-16T11:55:10.190 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.write_buffer_manager: 0x562b0af762d0 2023-11-16T11:55:10.190 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-16T11:55:10.190 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-16T11:55:10.190 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-16T11:55:10.191 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.use_adaptive_mutex: 0 2023-11-16T11:55:10.191 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.rate_limiter: (nil) 2023-11-16T11:55:10.191 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-16T11:55:10.191 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.wal_recovery_mode: 2 2023-11-16T11:55:10.191 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.enable_thread_tracking: 0 2023-11-16T11:55:10.191 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.enable_pipelined_write: 0 2023-11-16T11:55:10.191 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.unordered_write: 0 2023-11-16T11:55:10.191 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-16T11:55:10.191 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-16T11:55:10.191 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-16T11:55:10.191 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-16T11:55:10.191 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.row_cache: None 2023-11-16T11:55:10.191 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.wal_filter: None 2023-11-16T11:55:10.192 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-16T11:55:10.192 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.allow_ingest_behind: 0 2023-11-16T11:55:10.192 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.preserve_deletes: 0 2023-11-16T11:55:10.192 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.two_write_queues: 0 2023-11-16T11:55:10.192 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.manual_wal_flush: 0 2023-11-16T11:55:10.192 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.atomic_flush: 0 2023-11-16T11:55:10.192 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-16T11:55:10.192 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.persist_stats_to_disk: 0 2023-11-16T11:55:10.192 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.write_dbid_to_manifest: 0 2023-11-16T11:55:10.192 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.log_readahead_size: 0 2023-11-16T11:55:10.192 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-11-16T11:55:10.192 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.best_efforts_recovery: 0 2023-11-16T11:55:10.192 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-11-16T11:55:10.192 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-11-16T11:55:10.193 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.allow_data_in_errors: 0 2023-11-16T11:55:10.193 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.db_host_id: __hostname__ 2023-11-16T11:55:10.193 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.max_background_jobs: 2 2023-11-16T11:55:10.193 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.max_background_compactions: -1 2023-11-16T11:55:10.193 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.max_subcompactions: 1 2023-11-16T11:55:10.193 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-16T11:55:10.194 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-16T11:55:10.194 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.delayed_write_rate : 16777216 2023-11-16T11:55:10.194 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.max_total_wal_size: 0 2023-11-16T11:55:10.194 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-16T11:55:10.194 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.stats_dump_period_sec: 600 2023-11-16T11:55:10.194 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.stats_persist_period_sec: 600 2023-11-16T11:55:10.194 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-16T11:55:10.194 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.max_open_files: -1 2023-11-16T11:55:10.194 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.bytes_per_sync: 0 2023-11-16T11:55:10.194 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.wal_bytes_per_sync: 0 2023-11-16T11:55:10.194 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.strict_bytes_per_sync: 0 2023-11-16T11:55:10.195 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.compaction_readahead_size: 0 2023-11-16T11:55:10.195 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.max_background_flushes: -1 2023-11-16T11:55:10.195 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Compression algorithms supported: 2023-11-16T11:55:10.195 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-16T11:55:10.195 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: kZSTD supported: 0 2023-11-16T11:55:10.195 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: kXpressCompression supported: 0 2023-11-16T11:55:10.195 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: kLZ4HCCompression supported: 1 2023-11-16T11:55:10.195 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: kLZ4Compression supported: 1 2023-11-16T11:55:10.195 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: kBZip2Compression supported: 0 2023-11-16T11:55:10.195 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: kZlibCompression supported: 1 2023-11-16T11:55:10.196 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: kSnappyCompression supported: 1 2023-11-16T11:55:10.196 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Fast CRC32 supported: Supported on x86 2023-11-16T11:55:10.196 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi103/store.db/MANIFEST-000009 2023-11-16T11:55:10.196 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-11-16T11:55:10.196 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-16T11:55:10.196 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.merge_operator: 2023-11-16T11:55:10.196 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.compaction_filter: None 2023-11-16T11:55:10.196 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.compaction_filter_factory: None 2023-11-16T11:55:10.197 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.sst_partitioner_factory: None 2023-11-16T11:55:10.197 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.memtable_factory: SkipListFactory 2023-11-16T11:55:10.197 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.table_factory: BlockBasedTable 2023-11-16T11:55:10.197 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562b0ae51d00) 2023-11-16T11:55:10.197 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: cache_index_and_filter_blocks: 1 2023-11-16T11:55:10.197 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-16T11:55:10.197 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-16T11:55:10.197 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: pin_top_level_index_and_filter: 1 2023-11-16T11:55:10.198 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: index_type: 0 2023-11-16T11:55:10.198 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: data_block_index_type: 0 2023-11-16T11:55:10.198 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: index_shortening: 1 2023-11-16T11:55:10.198 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: data_block_hash_table_util_ratio: 0.750000 2023-11-16T11:55:10.198 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: hash_index_allow_collision: 1 2023-11-16T11:55:10.198 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: checksum: 1 2023-11-16T11:55:10.198 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: no_block_cache: 0 2023-11-16T11:55:10.198 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: block_cache: 0x562b0aebc170 2023-11-16T11:55:10.198 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: block_cache_name: BinnedLRUCache 2023-11-16T11:55:10.198 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: block_cache_options: 2023-11-16T11:55:10.198 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: capacity : 536870912 2023-11-16T11:55:10.198 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: num_shard_bits : 4 2023-11-16T11:55:10.199 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: strict_capacity_limit : 0 2023-11-16T11:55:10.199 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: high_pri_pool_ratio: 0.000 2023-11-16T11:55:10.199 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: block_cache_compressed: (nil) 2023-11-16T11:55:10.199 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: persistent_cache: (nil) 2023-11-16T11:55:10.199 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: block_size: 4096 2023-11-16T11:55:10.199 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: block_size_deviation: 10 2023-11-16T11:55:10.199 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: block_restart_interval: 16 2023-11-16T11:55:10.199 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: index_block_restart_interval: 1 2023-11-16T11:55:10.199 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: metadata_block_size: 4096 2023-11-16T11:55:10.199 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: partition_filters: 0 2023-11-16T11:55:10.199 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: use_delta_encoding: 1 2023-11-16T11:55:10.199 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-16T11:55:10.199 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: whole_key_filtering: 1 2023-11-16T11:55:10.199 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: verify_compression: 0 2023-11-16T11:55:10.200 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: read_amp_bytes_per_bit: 0 2023-11-16T11:55:10.200 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: format_version: 4 2023-11-16T11:55:10.200 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: enable_index_compression: 1 2023-11-16T11:55:10.200 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: block_align: 0 2023-11-16T11:55:10.200 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.write_buffer_size: 33554432 2023-11-16T11:55:10.200 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.max_write_buffer_number: 2 2023-11-16T11:55:10.200 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.compression: NoCompression 2023-11-16T11:55:10.200 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.bottommost_compression: Disabled 2023-11-16T11:55:10.200 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.prefix_extractor: nullptr 2023-11-16T11:55:10.200 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-16T11:55:10.200 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.num_levels: 7 2023-11-16T11:55:10.200 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-16T11:55:10.200 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-16T11:55:10.200 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-16T11:55:10.200 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-16T11:55:10.201 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-16T11:55:10.201 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-16T11:55:10.201 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-16T11:55:10.201 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-16T11:55:10.201 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-11-16T11:55:10.201 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-16T11:55:10.201 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.compression_opts.window_bits: -14 2023-11-16T11:55:10.201 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.compression_opts.level: 32767 2023-11-16T11:55:10.201 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.compression_opts.strategy: 0 2023-11-16T11:55:10.201 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-16T11:55:10.201 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 bash[107726]: afc3bdc1747bd084300dedd77b91580591762a6cee06b1664792279268ba65b5 2023-11-16T11:55:10.201 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-16T11:55:10.201 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-11-16T11:55:10.202 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.compression_opts.enabled: false 2023-11-16T11:55:10.202 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-16T11:55:10.202 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-16T11:55:10.202 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-16T11:55:10.202 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.target_file_size_base: 67108864 2023-11-16T11:55:10.202 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.target_file_size_multiplier: 1 2023-11-16T11:55:10.202 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-16T11:55:10.202 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-16T11:55:10.202 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-16T11:55:10.202 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-16T11:55:10.203 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-16T11:55:10.203 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-16T11:55:10.203 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-16T11:55:10.203 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-16T11:55:10.203 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-16T11:55:10.203 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-16T11:55:10.203 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-16T11:55:10.203 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-16T11:55:10.203 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.arena_block_size: 4194304 2023-11-16T11:55:10.203 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-16T11:55:10.203 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-16T11:55:10.203 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-16T11:55:10.204 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.disable_auto_compactions: 0 2023-11-16T11:55:10.204 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-16T11:55:10.204 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-16T11:55:10.204 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-16T11:55:10.204 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-16T11:55:10.205 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-16T11:55:10.205 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-16T11:55:10.205 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-16T11:55:10.205 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-16T11:55:10.205 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-16T11:55:10.205 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-16T11:55:10.205 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.table_properties_collectors: 2023-11-16T11:55:10.205 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.inplace_update_support: 0 2023-11-16T11:55:10.205 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.inplace_update_num_locks: 10000 2023-11-16T11:55:10.205 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-16T11:55:10.205 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-16T11:55:10.205 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.memtable_huge_page_size: 0 2023-11-16T11:55:10.205 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.bloom_locality: 0 2023-11-16T11:55:10.205 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.max_successive_merges: 0 2023-11-16T11:55:10.206 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.optimize_filters_for_hits: 0 2023-11-16T11:55:10.206 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.paranoid_file_checks: 0 2023-11-16T11:55:10.206 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.force_consistency_checks: 1 2023-11-16T11:55:10.206 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.report_bg_io_stats: 0 2023-11-16T11:55:10.206 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.ttl: 2592000 2023-11-16T11:55:10.206 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.periodic_compaction_seconds: 0 2023-11-16T11:55:10.206 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.enable_blob_files: false 2023-11-16T11:55:10.206 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.min_blob_size: 0 2023-11-16T11:55:10.206 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.blob_file_size: 268435456 2023-11-16T11:55:10.206 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.blob_compression_type: NoCompression 2023-11-16T11:55:10.206 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.enable_blob_garbage_collection: false 2023-11-16T11:55:10.206 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-11-16T11:55:10.206 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi103/store.db/MANIFEST-000009 succeeded,manifest_file_number is 9, next_file_number is 11, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-16T11:55:10.207 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2023-11-16T11:55:10.207 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: [db/version_set.cc:4083] Creating manifest 13 2023-11-16T11:55:10.207 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: EVENT_LOG_v1 {"time_micros": 1700135709890126, "job": 1, "event": "recovery_started", "wal_files": [10]} 2023-11-16T11:55:10.207 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2023-11-16T11:55:10.207 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: [table/block_based/filter_policy.cc:996] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-11-16T11:55:10.207 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: EVENT_LOG_v1 {"time_micros": 1700135709890798, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 78739, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 76997, "index_size": 230, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 9724, "raw_average_key_size": 47, "raw_value_size": 71440, "raw_average_value_size": 348, "num_data_blocks": 10, "num_entries": 205, "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": 1700135709, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "24fb2978-68d8-47f4-8688-cfc4a8a1ff5c", "db_session_id": "LAD90K6A2T2SXHGOZKHJ"}} 2023-11-16T11:55:10.207 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: [db/version_set.cc:4083] Creating manifest 15 2023-11-16T11:55:10.207 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: EVENT_LOG_v1 {"time_micros": 1700135709891127, "job": 1, "event": "recovery_finished"} 2023-11-16T11:55:10.207 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi103/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-11-16T11:55:10.207 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x562b0aea2a80 2023-11-16T11:55:10.207 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: DB pointer 0x562b0aeb2000 2023-11-16T11:55:10.208 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-11-16T11:55:10.208 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-11-16T11:55:10.208 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: ** DB Stats ** 2023-11-16T11:55:10.208 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-16T11:55:10.208 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-16T11:55:10.208 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-16T11:55:10.208 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-16T11:55:10.208 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-16T11:55:10.208 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-16T11:55:10.208 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-16T11:55:10.208 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: 2023-11-16T11:55:10.208 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: ** Compaction Stats [default] ** 2023-11-16T11:55:10.208 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-16T11:55:10.209 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T11:55:10.209 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: L0 2/0 78.69 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 170.3 0.00 0.00 1 0.000 0 0 2023-11-16T11:55:10.209 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: Sum 2/0 78.69 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 170.3 0.00 0.00 1 0.000 0 0 2023-11-16T11:55:10.209 INFO:journalctl@ceph.mon.smithi103.smithi103.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 170.3 0.00 0.00 1 0.000 0 0 2023-11-16T11:55:10.209 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: 2023-11-16T11:55:10.209 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: ** Compaction Stats [default] ** 2023-11-16T11:55:10.209 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-16T11:55:10.209 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T11:55:10.209 INFO:journalctl@ceph.mon.smithi103.smithi103.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 170.3 0.00 0.00 1 0.000 0 0 2023-11-16T11:55:10.209 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-16T11:55:10.209 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-16T11:55:10.210 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-16T11:55:10.210 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-16T11:55:10.211 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-16T11:55:10.211 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-16T11:55:10.211 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: Cumulative compaction: 0.00 GB write, 25.80 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-16T11:55:10.211 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: Interval compaction: 0.00 GB write, 25.80 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-16T11:55:10.211 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-16T11:55:10.211 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: 2023-11-16T11:55:10.211 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-16T11:55:10.211 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: 2023-11-16T11:55:10.211 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: ** Compaction Stats [default] ** 2023-11-16T11:55:10.212 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-16T11:55:10.212 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T11:55:10.212 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: L0 2/0 78.69 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 170.3 0.00 0.00 1 0.000 0 0 2023-11-16T11:55:10.212 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: Sum 2/0 78.69 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 170.3 0.00 0.00 1 0.000 0 0 2023-11-16T11:55:10.212 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-16T11:55:10.212 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: 2023-11-16T11:55:10.212 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: ** Compaction Stats [default] ** 2023-11-16T11:55:10.212 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-16T11:55:10.212 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T11:55:10.212 INFO:journalctl@ceph.mon.smithi103.smithi103.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 170.3 0.00 0.00 1 0.000 0 0 2023-11-16T11:55:10.212 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-16T11:55:10.212 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-16T11:55:10.213 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-16T11:55:10.213 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-16T11:55:10.213 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-16T11:55:10.213 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-16T11:55:10.213 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: Cumulative compaction: 0.00 GB write, 25.49 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-16T11:55:10.213 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-16T11:55:10.213 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-16T11:55:10.213 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: 2023-11-16T11:55:10.213 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-16T11:55:10.213 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: starting mon.smithi103 rank 0 at public addrs [v2:172.21.15.103:3300/0,v1:172.21.15.103:6789/0] at bind addrs [v2:172.21.15.103:3300/0,v1:172.21.15.103:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi103 fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 2023-11-16T11:55:10.213 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: mon.smithi103@-1(???) e1 preinit fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 2023-11-16T11:55:10.213 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: mon.smithi103@-1(???).mds e1 new map 2023-11-16T11:55:10.213 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: mon.smithi103@-1(???).mds e1 print_map 2023-11-16T11:55:10.214 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: e1 2023-11-16T11:55:10.214 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-11-16T11:55:10.214 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-11-16T11:55:10.215 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: legacy client fscid: -1 2023-11-16T11:55:10.215 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: 2023-11-16T11:55:10.215 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout: No filesystems configured 2023-11-16T11:55:10.216 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: mon.smithi103@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-16T11:55:10.216 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: mon.smithi103@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-16T11:55:10.216 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: mon.smithi103@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-16T11:55:10.216 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: mon.smithi103@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-16T11:55:10.217 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: mon.smithi103@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-11-16T11:55:10.217 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 systemd[1]: Started Ceph mon.smithi103 for ed0a1724-8476-11ee-8dbe-212e2dc638e7. 2023-11-16T11:55:10.217 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: mon.smithi103 is new leader, mons smithi103 in quorum (ranks 0) 2023-11-16T11:55:10.217 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: monmap e1: 1 mons at {smithi103=[v2:172.21.15.103:3300/0,v1:172.21.15.103:6789/0]} 2023-11-16T11:55:10.217 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: fsmap 2023-11-16T11:55:10.217 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: osdmap e1: 0 total, 0 up, 0 in 2023-11-16T11:55:10.217 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:09 smithi103 ceph-mon[107764]: mgrmap e1: no daemons active 2023-11-16T11:55:10.712 INFO:teuthology.orchestra.run.smithi103.stderr:Wrote config to /etc/ceph/ceph.conf 2023-11-16T11:55:10.712 INFO:teuthology.orchestra.run.smithi103.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-11-16T11:55:10.712 INFO:teuthology.orchestra.run.smithi103.stderr:Creating mgr... 2023-11-16T11:55:10.713 INFO:teuthology.orchestra.run.smithi103.stderr:Verifying port 9283 ... 2023-11-16T11:55:10.834 INFO:teuthology.orchestra.run.smithi103.stderr:systemctl: Failed to reset failed state of unit ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7@mgr.smithi103.lplguk.service: Unit ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7@mgr.smithi103.lplguk.service not loaded. 2023-11-16T11:55:10.840 INFO:teuthology.orchestra.run.smithi103.stderr:systemctl: Created symlink /etc/systemd/system/ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7.target.wants/ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7@mgr.smithi103.lplguk.service → /etc/systemd/system/ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7@.service. 2023-11-16T11:55:11.321 INFO:teuthology.orchestra.run.smithi103.stderr:systemctl: disabled 2023-11-16T11:55:11.329 INFO:teuthology.orchestra.run.smithi103.stderr:systemctl: inactive 2023-11-16T11:55:11.329 INFO:teuthology.orchestra.run.smithi103.stderr:firewalld.service is not enabled 2023-11-16T11:55:11.329 INFO:teuthology.orchestra.run.smithi103.stderr:Not possible to enable service . firewalld.service is not available 2023-11-16T11:55:11.337 INFO:teuthology.orchestra.run.smithi103.stderr:systemctl: disabled 2023-11-16T11:55:11.344 INFO:teuthology.orchestra.run.smithi103.stderr:systemctl: inactive 2023-11-16T11:55:11.345 INFO:teuthology.orchestra.run.smithi103.stderr:firewalld.service is not enabled 2023-11-16T11:55:11.345 INFO:teuthology.orchestra.run.smithi103.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-11-16T11:55:11.345 INFO:teuthology.orchestra.run.smithi103.stderr:Waiting for mgr to start... 2023-11-16T11:55:11.345 INFO:teuthology.orchestra.run.smithi103.stderr:Waiting for mgr... 2023-11-16T11:55:11.611 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:11 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/3093545862' entity='client.admin' 2023-11-16T11:55:11.846 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: 2023-11-16T11:55:11.846 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: { 2023-11-16T11:55:11.846 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "fsid": "ed0a1724-8476-11ee-8dbe-212e2dc638e7", 2023-11-16T11:55:11.846 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "health": { 2023-11-16T11:55:11.846 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-16T11:55:11.846 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "checks": {}, 2023-11-16T11:55:11.846 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "mutes": [] 2023-11-16T11:55:11.846 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: }, 2023-11-16T11:55:11.846 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-16T11:55:11.846 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "quorum": [ 2023-11-16T11:55:11.847 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: 0 2023-11-16T11:55:11.847 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: ], 2023-11-16T11:55:11.847 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-16T11:55:11.847 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "smithi103" 2023-11-16T11:55:11.847 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: ], 2023-11-16T11:55:11.847 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "quorum_age": 1, 2023-11-16T11:55:11.847 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "monmap": { 2023-11-16T11:55:11.847 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T11:55:11.847 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-11-16T11:55:11.847 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-16T11:55:11.847 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: }, 2023-11-16T11:55:11.847 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "osdmap": { 2023-11-16T11:55:11.847 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T11:55:11.847 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-16T11:55:11.848 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-16T11:55:11.848 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-16T11:55:11.848 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-16T11:55:11.848 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-16T11:55:11.848 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-16T11:55:11.848 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: }, 2023-11-16T11:55:11.848 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "pgmap": { 2023-11-16T11:55:11.848 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-16T11:55:11.848 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-16T11:55:11.848 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-16T11:55:11.848 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-16T11:55:11.848 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-16T11:55:11.848 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-16T11:55:11.848 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-16T11:55:11.849 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-16T11:55:11.849 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: }, 2023-11-16T11:55:11.849 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "fsmap": { 2023-11-16T11:55:11.849 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T11:55:11.849 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-16T11:55:11.849 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-16T11:55:11.849 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: }, 2023-11-16T11:55:11.849 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-16T11:55:11.849 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "available": false, 2023-11-16T11:55:11.849 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-16T11:55:11.849 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "modules": [ 2023-11-16T11:55:11.849 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "iostat", 2023-11-16T11:55:11.849 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "nfs", 2023-11-16T11:55:11.850 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "restful" 2023-11-16T11:55:11.850 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: ], 2023-11-16T11:55:11.850 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "services": {} 2023-11-16T11:55:11.850 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: }, 2023-11-16T11:55:11.850 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "servicemap": { 2023-11-16T11:55:11.850 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T11:55:11.850 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "modified": "2023-11-16T11:55:06.805404+0000", 2023-11-16T11:55:11.850 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "services": {} 2023-11-16T11:55:11.850 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: }, 2023-11-16T11:55:11.850 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-16T11:55:11.850 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: } 2023-11-16T11:55:12.179 INFO:teuthology.orchestra.run.smithi103.stderr:mgr not available, waiting (1/15)... 2023-11-16T11:55:12.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:12 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/4224348847' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-16T11:55:14.658 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: 2023-11-16T11:55:18.314 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: { 2023-11-16T11:55:18.314 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "fsid": "ed0a1724-8476-11ee-8dbe-212e2dc638e7", 2023-11-16T11:55:18.315 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "health": { 2023-11-16T11:55:18.315 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-16T11:55:18.315 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "checks": {}, 2023-11-16T11:55:18.315 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "mutes": [] 2023-11-16T11:55:18.315 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: }, 2023-11-16T11:55:18.315 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-16T11:55:18.315 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "quorum": [ 2023-11-16T11:55:18.315 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: 0 2023-11-16T11:55:18.315 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: ], 2023-11-16T11:55:18.315 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-16T11:55:18.315 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "smithi103" 2023-11-16T11:55:18.315 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: ], 2023-11-16T11:55:18.316 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-11-16T11:55:18.316 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "monmap": { 2023-11-16T11:55:18.316 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T11:55:18.316 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-11-16T11:55:18.316 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-16T11:55:18.316 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: }, 2023-11-16T11:55:18.316 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "osdmap": { 2023-11-16T11:55:18.316 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T11:55:18.316 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-16T11:55:18.316 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-16T11:55:18.316 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-16T11:55:18.316 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-16T11:55:18.324 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-16T11:55:18.341 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-16T11:55:18.341 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: }, 2023-11-16T11:55:18.341 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "pgmap": { 2023-11-16T11:55:18.341 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-16T11:55:18.341 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-16T11:55:18.341 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-16T11:55:18.341 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-16T11:55:18.341 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-16T11:55:18.341 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-16T11:55:18.341 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-16T11:55:18.341 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-16T11:55:18.342 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: }, 2023-11-16T11:55:18.342 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "fsmap": { 2023-11-16T11:55:18.342 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T11:55:18.342 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-16T11:55:18.342 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-16T11:55:18.342 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: }, 2023-11-16T11:55:18.342 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-16T11:55:18.342 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "available": false, 2023-11-16T11:55:18.342 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-16T11:55:18.342 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "modules": [ 2023-11-16T11:55:18.342 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "iostat", 2023-11-16T11:55:18.342 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "nfs", 2023-11-16T11:55:18.342 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "restful" 2023-11-16T11:55:18.343 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: ], 2023-11-16T11:55:18.343 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "services": {} 2023-11-16T11:55:18.343 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: }, 2023-11-16T11:55:18.343 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "servicemap": { 2023-11-16T11:55:18.343 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T11:55:18.343 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "modified": "2023-11-16T11:55:06.805404+0000", 2023-11-16T11:55:18.343 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "services": {} 2023-11-16T11:55:18.343 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: }, 2023-11-16T11:55:18.343 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-16T11:55:18.343 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: } 2023-11-16T11:55:18.343 INFO:teuthology.orchestra.run.smithi103.stderr:mgr not available, waiting (2/15)... 2023-11-16T11:55:18.344 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:14 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/722177913' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-16T11:55:18.344 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:17 smithi103 ceph-mon[107764]: Activating manager daemon smithi103.lplguk 2023-11-16T11:55:18.344 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:17 smithi103 ceph-mon[107764]: mgrmap e2: smithi103.lplguk(active, starting, since 0.00336897s) 2023-11-16T11:55:18.344 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:17 smithi103 ceph-mon[107764]: from='mgr.14100 172.21.15.103:0/4026424266' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-16T11:55:18.344 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:17 smithi103 ceph-mon[107764]: from='mgr.14100 172.21.15.103:0/4026424266' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-16T11:55:18.344 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:17 smithi103 ceph-mon[107764]: from='mgr.14100 172.21.15.103:0/4026424266' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-16T11:55:18.344 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:17 smithi103 ceph-mon[107764]: from='mgr.14100 172.21.15.103:0/4026424266' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mon metadata", "id": "smithi103"}]: dispatch 2023-11-16T11:55:18.344 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:17 smithi103 ceph-mon[107764]: from='mgr.14100 172.21.15.103:0/4026424266' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mgr metadata", "who": "smithi103.lplguk", "id": "smithi103.lplguk"}]: dispatch 2023-11-16T11:55:18.344 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:17 smithi103 ceph-mon[107764]: Manager daemon smithi103.lplguk is now available 2023-11-16T11:55:18.345 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:17 smithi103 ceph-mon[107764]: from='mgr.14100 172.21.15.103:0/4026424266' entity='mgr.smithi103.lplguk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi103.lplguk/mirror_snapshot_schedule"}]: dispatch 2023-11-16T11:55:18.345 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:17 smithi103 ceph-mon[107764]: from='mgr.14100 172.21.15.103:0/4026424266' entity='mgr.smithi103.lplguk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi103.lplguk/trash_purge_schedule"}]: dispatch 2023-11-16T11:55:18.345 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:17 smithi103 ceph-mon[107764]: from='mgr.14100 172.21.15.103:0/4026424266' entity='mgr.smithi103.lplguk' 2023-11-16T11:55:18.345 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:17 smithi103 ceph-mon[107764]: from='mgr.14100 172.21.15.103:0/4026424266' entity='mgr.smithi103.lplguk' 2023-11-16T11:55:18.345 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:17 smithi103 ceph-mon[107764]: from='mgr.14100 172.21.15.103:0/4026424266' entity='mgr.smithi103.lplguk' 2023-11-16T11:55:18.353 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: 2023-11-16T11:55:18.353 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: { 2023-11-16T11:55:18.353 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "fsid": "ed0a1724-8476-11ee-8dbe-212e2dc638e7", 2023-11-16T11:55:18.353 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "health": { 2023-11-16T11:55:18.353 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-16T11:55:18.353 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "checks": {}, 2023-11-16T11:55:18.353 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "mutes": [] 2023-11-16T11:55:18.353 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: }, 2023-11-16T11:55:18.353 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-16T11:55:18.353 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "quorum": [ 2023-11-16T11:55:18.353 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: 0 2023-11-16T11:55:18.354 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: ], 2023-11-16T11:55:18.354 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-16T11:55:18.354 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "smithi103" 2023-11-16T11:55:18.354 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: ], 2023-11-16T11:55:18.354 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-11-16T11:55:18.354 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "monmap": { 2023-11-16T11:55:18.354 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T11:55:18.354 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-11-16T11:55:18.354 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-16T11:55:18.354 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: }, 2023-11-16T11:55:18.354 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "osdmap": { 2023-11-16T11:55:18.354 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T11:55:18.355 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-16T11:55:18.355 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-16T11:55:18.355 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-16T11:55:18.355 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-16T11:55:18.355 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-16T11:55:18.355 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-16T11:55:18.355 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: }, 2023-11-16T11:55:18.355 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "pgmap": { 2023-11-16T11:55:18.355 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-16T11:55:18.355 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-16T11:55:18.355 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-16T11:55:18.357 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-16T11:55:18.357 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-16T11:55:18.357 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-16T11:55:18.357 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-16T11:55:18.358 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-16T11:55:18.358 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: }, 2023-11-16T11:55:18.358 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "fsmap": { 2023-11-16T11:55:18.358 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T11:55:18.358 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-16T11:55:18.358 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-16T11:55:18.358 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: }, 2023-11-16T11:55:18.358 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-16T11:55:18.358 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "available": false, 2023-11-16T11:55:18.358 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-16T11:55:18.358 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "modules": [ 2023-11-16T11:55:18.358 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "iostat", 2023-11-16T11:55:18.358 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "nfs", 2023-11-16T11:55:18.358 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "restful" 2023-11-16T11:55:18.359 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: ], 2023-11-16T11:55:18.359 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "services": {} 2023-11-16T11:55:18.359 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: }, 2023-11-16T11:55:18.359 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "servicemap": { 2023-11-16T11:55:18.359 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T11:55:18.359 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "modified": "2023-11-16T11:55:06.805404+0000", 2023-11-16T11:55:18.359 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "services": {} 2023-11-16T11:55:18.359 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: }, 2023-11-16T11:55:18.359 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-16T11:55:18.359 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: } 2023-11-16T11:55:18.359 INFO:teuthology.orchestra.run.smithi103.stderr:mgr not available, waiting (3/15)... 2023-11-16T11:55:18.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:18 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/2024658377' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-16T11:55:18.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:18 smithi103 ceph-mon[107764]: mgrmap e3: smithi103.lplguk(active, since 1.00622s) 2023-11-16T11:55:20.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:20 smithi103 ceph-mon[107764]: mgrmap e4: smithi103.lplguk(active, since 2s) 2023-11-16T11:55:21.288 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: 2023-11-16T11:55:21.289 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: { 2023-11-16T11:55:21.289 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "fsid": "ed0a1724-8476-11ee-8dbe-212e2dc638e7", 2023-11-16T11:55:21.289 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "health": { 2023-11-16T11:55:21.293 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-16T11:55:21.293 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "checks": {}, 2023-11-16T11:55:21.293 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "mutes": [] 2023-11-16T11:55:21.293 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: }, 2023-11-16T11:55:21.293 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-16T11:55:21.293 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "quorum": [ 2023-11-16T11:55:21.294 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: 0 2023-11-16T11:55:21.294 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: ], 2023-11-16T11:55:21.294 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-16T11:55:21.298 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "smithi103" 2023-11-16T11:55:21.298 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: ], 2023-11-16T11:55:21.298 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "quorum_age": 11, 2023-11-16T11:55:21.298 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "monmap": { 2023-11-16T11:55:21.298 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T11:55:21.299 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-11-16T11:55:21.299 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-16T11:55:21.299 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: }, 2023-11-16T11:55:21.299 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "osdmap": { 2023-11-16T11:55:21.299 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T11:55:21.299 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-16T11:55:21.299 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-16T11:55:21.299 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-16T11:55:21.299 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-16T11:55:21.299 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-16T11:55:21.299 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-16T11:55:21.299 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: }, 2023-11-16T11:55:21.299 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "pgmap": { 2023-11-16T11:55:21.300 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-16T11:55:21.300 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-16T11:55:21.300 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-16T11:55:21.300 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-16T11:55:21.300 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-16T11:55:21.300 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-16T11:55:21.300 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-16T11:55:21.300 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-16T11:55:21.300 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: }, 2023-11-16T11:55:21.300 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "fsmap": { 2023-11-16T11:55:21.301 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T11:55:21.301 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-16T11:55:21.301 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-16T11:55:21.301 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: }, 2023-11-16T11:55:21.301 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-16T11:55:21.302 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "available": true, 2023-11-16T11:55:21.302 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-16T11:55:21.302 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "modules": [ 2023-11-16T11:55:21.302 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "iostat", 2023-11-16T11:55:21.302 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "nfs", 2023-11-16T11:55:21.302 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "restful" 2023-11-16T11:55:21.302 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: ], 2023-11-16T11:55:21.302 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "services": {} 2023-11-16T11:55:21.302 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: }, 2023-11-16T11:55:21.302 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "servicemap": { 2023-11-16T11:55:21.302 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T11:55:21.303 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "modified": "2023-11-16T11:55:06.805404+0000", 2023-11-16T11:55:21.303 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "services": {} 2023-11-16T11:55:21.303 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: }, 2023-11-16T11:55:21.303 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-16T11:55:21.303 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: } 2023-11-16T11:55:21.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:21 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/827630855' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-16T11:55:22.769 INFO:teuthology.orchestra.run.smithi103.stderr:mgr is available 2023-11-16T11:55:24.242 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: 2023-11-16T11:55:24.242 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: [global] 2023-11-16T11:55:24.242 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: fsid = ed0a1724-8476-11ee-8dbe-212e2dc638e7 2023-11-16T11:55:24.242 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-16T11:55:24.242 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-16T11:55:24.243 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-16T11:55:24.243 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-16T11:55:24.243 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: 2023-11-16T11:55:24.243 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: [mgr] 2023-11-16T11:55:24.243 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-16T11:55:24.243 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: 2023-11-16T11:55:24.243 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: [osd] 2023-11-16T11:55:24.243 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-16T11:55:24.243 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-16T11:55:24.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:24 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/3430667665' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-16T11:55:25.952 INFO:teuthology.orchestra.run.smithi103.stderr:Enabling cephadm module... 2023-11-16T11:55:27.834 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:27 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/3501790110' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-11-16T11:55:28.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:28 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/3501790110' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-11-16T11:55:28.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:28 smithi103 ceph-mon[107764]: mgrmap e5: smithi103.lplguk(active, since 10s) 2023-11-16T11:55:30.233 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: { 2023-11-16T11:55:30.233 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "epoch": 5, 2023-11-16T11:55:30.233 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "available": true, 2023-11-16T11:55:30.233 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "active_name": "smithi103.lplguk", 2023-11-16T11:55:30.233 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-16T11:55:30.233 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: } 2023-11-16T11:55:30.585 INFO:teuthology.orchestra.run.smithi103.stderr:Waiting for the mgr to restart... 2023-11-16T11:55:30.585 INFO:teuthology.orchestra.run.smithi103.stderr:Waiting for mgr epoch 5... 2023-11-16T11:55:31.168 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:30 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/4106036958' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-16T11:55:33.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:33 smithi103 ceph-mon[107764]: Active manager daemon smithi103.lplguk restarted 2023-11-16T11:55:33.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:33 smithi103 ceph-mon[107764]: Activating manager daemon smithi103.lplguk 2023-11-16T11:55:33.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:33 smithi103 ceph-mon[107764]: osdmap e2: 0 total, 0 up, 0 in 2023-11-16T11:55:34.602 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: { 2023-11-16T11:55:34.602 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-11-16T11:55:34.603 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "initialized": true 2023-11-16T11:55:34.603 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: } 2023-11-16T11:55:34.899 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:34 smithi103 ceph-mon[107764]: mgrmap e6: smithi103.lplguk(active, starting, since 0.0526127s) 2023-11-16T11:55:34.899 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:34 smithi103 ceph-mon[107764]: from='mgr.14120 172.21.15.103:0/2554368464' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mon metadata", "id": "smithi103"}]: dispatch 2023-11-16T11:55:34.899 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:34 smithi103 ceph-mon[107764]: from='mgr.14120 172.21.15.103:0/2554368464' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mgr metadata", "who": "smithi103.lplguk", "id": "smithi103.lplguk"}]: dispatch 2023-11-16T11:55:34.899 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:34 smithi103 ceph-mon[107764]: from='mgr.14120 172.21.15.103:0/2554368464' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-16T11:55:34.899 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:34 smithi103 ceph-mon[107764]: from='mgr.14120 172.21.15.103:0/2554368464' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-16T11:55:34.899 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:34 smithi103 ceph-mon[107764]: from='mgr.14120 172.21.15.103:0/2554368464' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-16T11:55:34.899 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:34 smithi103 ceph-mon[107764]: Manager daemon smithi103.lplguk is now available 2023-11-16T11:55:34.899 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:34 smithi103 ceph-mon[107764]: from='mgr.14120 172.21.15.103:0/2554368464' entity='mgr.smithi103.lplguk' 2023-11-16T11:55:34.899 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:34 smithi103 ceph-mon[107764]: from='mgr.14120 172.21.15.103:0/2554368464' entity='mgr.smithi103.lplguk' 2023-11-16T11:55:34.900 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:34 smithi103 ceph-mon[107764]: from='mgr.14120 172.21.15.103:0/2554368464' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T11:55:34.900 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:34 smithi103 ceph-mon[107764]: from='mgr.14120 172.21.15.103:0/2554368464' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T11:55:34.900 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:34 smithi103 ceph-mon[107764]: from='mgr.14120 172.21.15.103:0/2554368464' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T11:55:34.900 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:34 smithi103 ceph-mon[107764]: from='mgr.14120 172.21.15.103:0/2554368464' entity='mgr.smithi103.lplguk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi103.lplguk/mirror_snapshot_schedule"}]: dispatch 2023-11-16T11:55:34.900 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:34 smithi103 ceph-mon[107764]: from='mgr.14120 172.21.15.103:0/2554368464' entity='mgr.smithi103.lplguk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi103.lplguk/trash_purge_schedule"}]: dispatch 2023-11-16T11:55:35.125 INFO:teuthology.orchestra.run.smithi103.stderr:mgr epoch 5 is available 2023-11-16T11:55:35.125 INFO:teuthology.orchestra.run.smithi103.stderr:Setting orchestrator backend to cephadm... 2023-11-16T11:55:35.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:35 smithi103 ceph-mon[107764]: mgrmap e7: smithi103.lplguk(active, since 1.06014s) 2023-11-16T11:55:35.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:35 smithi103 ceph-mon[107764]: [16/Nov/2023:11:55:34] ENGINE Bus STARTING 2023-11-16T11:55:35.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:35 smithi103 ceph-mon[107764]: [16/Nov/2023:11:55:35] ENGINE Serving on https://172.21.15.103:7150 2023-11-16T11:55:35.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:35 smithi103 ceph-mon[107764]: [16/Nov/2023:11:55:35] ENGINE Bus STARTED 2023-11-16T11:55:35.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:35 smithi103 ceph-mon[107764]: from='mgr.14120 172.21.15.103:0/2554368464' entity='mgr.smithi103.lplguk' 2023-11-16T11:55:35.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:35 smithi103 ceph-mon[107764]: from='mgr.14120 172.21.15.103:0/2554368464' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T11:55:36.526 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: value unchanged 2023-11-16T11:55:36.827 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:36 smithi103 ceph-mon[107764]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T11:55:36.827 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:36 smithi103 ceph-mon[107764]: from='mgr.14120 172.21.15.103:0/2554368464' entity='mgr.smithi103.lplguk' 2023-11-16T11:55:36.827 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:36 smithi103 ceph-mon[107764]: from='mgr.14120 172.21.15.103:0/2554368464' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T11:55:36.827 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:36 smithi103 ceph-mon[107764]: mgrmap e8: smithi103.lplguk(active, since 2s) 2023-11-16T11:55:36.827 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:36 smithi103 ceph-mon[107764]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T11:55:36.900 INFO:teuthology.orchestra.run.smithi103.stderr:Generating ssh key... 2023-11-16T11:55:37.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:37 smithi103 ceph-mon[107764]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T11:55:37.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:37 smithi103 ceph-mon[107764]: Generating ssh key... 2023-11-16T11:55:39.029 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6N8iWgmwunbS2aQ3z4NVOdHKfuYAkzOIxcu9KWjrB1NiaVkqtw12dR1Zy1qBJ6aIVib1cHqVkteZe5rsT/1p8mQp89Vam6MCpRwvhynUv7nbk114nmD+pmW6wuxBoyaE2XT68aZYQOvc6ducpuF/TNVJaCoGpFATJAK0AlV0hWHUmb5rmZiQL3wYKSDU1gJsHKOX4Elo1I6jcW+/oOACQk995k/1823Nfor7MKO8JXlvx1FZ0i9vuU4SbVHVo3jbsRBBwoQqPGCwF/pbmwPxIvIbdesip9eJz6rjjRzbFXhpkkemjJUAYUMeXO/AkxLLhfhwDOtJzmXPeaPc1bRQ44Fmf9RTUwbm2Y5ltW0pj884qm46rkqU2f7M57SqRdEgaeZtAf+nXOcAqbnjRwt0xRoflUtpn7Yl+9ObNZJM0aB8kHNFd2nu74McrCBxTGhgM62ipzvnwjZAdRHgUCXDlC3/vgddKsVGP5ysYubI48aua6XnaBid/CW7Kes/uHmM= ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7 2023-11-16T11:55:39.318 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:39 smithi103 ceph-mon[107764]: from='mgr.14120 172.21.15.103:0/2554368464' entity='mgr.smithi103.lplguk' 2023-11-16T11:55:39.318 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:39 smithi103 ceph-mon[107764]: from='mgr.14120 172.21.15.103:0/2554368464' entity='mgr.smithi103.lplguk' 2023-11-16T11:55:39.367 INFO:teuthology.orchestra.run.smithi103.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-11-16T11:55:39.367 INFO:teuthology.orchestra.run.smithi103.stderr:Adding key to root@localhost authorized_keys... 2023-11-16T11:55:39.368 INFO:teuthology.orchestra.run.smithi103.stderr:Adding host smithi103... 2023-11-16T11:55:40.428 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:40 smithi103 ceph-mon[107764]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T11:55:40.668 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: Added host 'smithi103' with addr '172.21.15.103' 2023-11-16T11:55:40.974 INFO:teuthology.orchestra.run.smithi103.stderr:Deploying mon service with default placement... 2023-11-16T11:55:41.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:41 smithi103 ceph-mon[107764]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi103", "addr": "172.21.15.103", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T11:55:41.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:41 smithi103 ceph-mon[107764]: Deploying cephadm binary to smithi103 2023-11-16T11:55:41.431 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:41 smithi103 ceph-mon[107764]: from='mgr.14120 172.21.15.103:0/2554368464' entity='mgr.smithi103.lplguk' 2023-11-16T11:55:41.431 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:41 smithi103 ceph-mon[107764]: from='mgr.14120 172.21.15.103:0/2554368464' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T11:55:41.541 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: Scheduled mon update... 2023-11-16T11:55:41.917 INFO:teuthology.orchestra.run.smithi103.stderr:Deploying mgr service with default placement... 2023-11-16T11:55:42.460 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-11-16T11:55:42.710 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:42 smithi103 ceph-mon[107764]: Added host smithi103 2023-11-16T11:55:42.710 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:42 smithi103 ceph-mon[107764]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T11:55:42.710 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:42 smithi103 ceph-mon[107764]: Saving service mon spec with placement count:5 2023-11-16T11:55:42.711 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:42 smithi103 ceph-mon[107764]: from='mgr.14120 172.21.15.103:0/2554368464' entity='mgr.smithi103.lplguk' 2023-11-16T11:55:42.711 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:42 smithi103 ceph-mon[107764]: from='mgr.14120 172.21.15.103:0/2554368464' entity='mgr.smithi103.lplguk' 2023-11-16T11:55:43.025 INFO:teuthology.orchestra.run.smithi103.stderr:Deploying crash service with default placement... 2023-11-16T11:55:43.677 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: Scheduled crash update... 2023-11-16T11:55:43.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:43 smithi103 ceph-mon[107764]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T11:55:43.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:43 smithi103 ceph-mon[107764]: Saving service mgr spec with placement count:2 2023-11-16T11:55:43.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:43 smithi103 ceph-mon[107764]: from='mgr.14120 172.21.15.103:0/2554368464' entity='mgr.smithi103.lplguk' 2023-11-16T11:55:43.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:43 smithi103 ceph-mon[107764]: from='mgr.14120 172.21.15.103:0/2554368464' entity='mgr.smithi103.lplguk' 2023-11-16T11:55:44.040 INFO:teuthology.orchestra.run.smithi103.stderr:Deploying prometheus service with default placement... 2023-11-16T11:55:44.658 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-11-16T11:55:44.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:44 smithi103 ceph-mon[107764]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T11:55:44.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:44 smithi103 ceph-mon[107764]: Saving service crash spec with placement * 2023-11-16T11:55:44.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:44 smithi103 ceph-mon[107764]: from='mgr.14120 172.21.15.103:0/2554368464' entity='mgr.smithi103.lplguk' 2023-11-16T11:55:44.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:44 smithi103 ceph-mon[107764]: from='mgr.14120 172.21.15.103:0/2554368464' entity='mgr.smithi103.lplguk' 2023-11-16T11:55:44.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:44 smithi103 ceph-mon[107764]: from='mgr.14120 172.21.15.103:0/2554368464' entity='mgr.smithi103.lplguk' 2023-11-16T11:55:44.959 INFO:teuthology.orchestra.run.smithi103.stderr:Deploying grafana service with default placement... 2023-11-16T11:55:45.560 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-11-16T11:55:46.084 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:45 smithi103 ceph-mon[107764]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T11:55:46.085 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:45 smithi103 ceph-mon[107764]: Saving service prometheus spec with placement count:1 2023-11-16T11:55:46.085 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:45 smithi103 ceph-mon[107764]: from='mgr.14120 172.21.15.103:0/2554368464' entity='mgr.smithi103.lplguk' 2023-11-16T11:55:46.085 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:45 smithi103 ceph-mon[107764]: from='mgr.14120 172.21.15.103:0/2554368464' entity='mgr.smithi103.lplguk' 2023-11-16T11:55:46.157 INFO:teuthology.orchestra.run.smithi103.stderr:Deploying node-exporter service with default placement... 2023-11-16T11:55:46.687 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-11-16T11:55:46.976 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:46 smithi103 ceph-mon[107764]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T11:55:46.976 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:46 smithi103 ceph-mon[107764]: Saving service grafana spec with placement count:1 2023-11-16T11:55:46.976 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:46 smithi103 ceph-mon[107764]: from='mgr.14120 172.21.15.103:0/2554368464' entity='mgr.smithi103.lplguk' 2023-11-16T11:55:47.023 INFO:teuthology.orchestra.run.smithi103.stderr:Deploying alertmanager service with default placement... 2023-11-16T11:55:47.598 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-11-16T11:55:47.884 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:47 smithi103 ceph-mon[107764]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T11:55:47.884 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:47 smithi103 ceph-mon[107764]: Saving service node-exporter spec with placement * 2023-11-16T11:55:47.884 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:47 smithi103 ceph-mon[107764]: from='mgr.14120 172.21.15.103:0/2554368464' entity='mgr.smithi103.lplguk' 2023-11-16T11:55:49.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:49 smithi103 ceph-mon[107764]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T11:55:49.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:49 smithi103 ceph-mon[107764]: Saving service alertmanager spec with placement count:1 2023-11-16T11:55:49.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:49 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/3292146204' entity='client.admin' 2023-11-16T11:55:49.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:49 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/1318288210' entity='client.admin' 2023-11-16T11:55:49.740 INFO:teuthology.orchestra.run.smithi103.stderr:Enabling the dashboard module... 2023-11-16T11:55:51.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:50 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/1893668064' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-11-16T11:55:51.860 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: { 2023-11-16T11:55:51.860 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "epoch": 9, 2023-11-16T11:55:51.860 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "available": true, 2023-11-16T11:55:51.861 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "active_name": "smithi103.lplguk", 2023-11-16T11:55:51.861 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-16T11:55:51.861 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: } 2023-11-16T11:55:52.142 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:51 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/1893668064' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-11-16T11:55:52.142 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:51 smithi103 ceph-mon[107764]: mgrmap e9: smithi103.lplguk(active, since 17s) 2023-11-16T11:55:52.142 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:51 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/849993139' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-16T11:55:52.215 INFO:teuthology.orchestra.run.smithi103.stderr:Waiting for the mgr to restart... 2023-11-16T11:55:52.215 INFO:teuthology.orchestra.run.smithi103.stderr:Waiting for mgr epoch 9... 2023-11-16T11:55:58.054 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: { 2023-11-16T11:55:58.055 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-11-16T11:55:58.055 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: "initialized": true 2023-11-16T11:55:58.055 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: } 2023-11-16T11:55:58.350 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:57 smithi103 ceph-mon[107764]: Active manager daemon smithi103.lplguk restarted 2023-11-16T11:55:58.350 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:57 smithi103 ceph-mon[107764]: Activating manager daemon smithi103.lplguk 2023-11-16T11:55:58.350 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:57 smithi103 ceph-mon[107764]: osdmap e3: 0 total, 0 up, 0 in 2023-11-16T11:55:58.350 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:57 smithi103 ceph-mon[107764]: mgrmap e10: smithi103.lplguk(active, starting, since 0.0556812s) 2023-11-16T11:55:58.350 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:57 smithi103 ceph-mon[107764]: from='mgr.14162 172.21.15.103:0/1788991981' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mon metadata", "id": "smithi103"}]: dispatch 2023-11-16T11:55:58.350 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:57 smithi103 ceph-mon[107764]: from='mgr.14162 172.21.15.103:0/1788991981' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mgr metadata", "who": "smithi103.lplguk", "id": "smithi103.lplguk"}]: dispatch 2023-11-16T11:55:58.350 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:57 smithi103 ceph-mon[107764]: from='mgr.14162 172.21.15.103:0/1788991981' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-16T11:55:58.351 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:57 smithi103 ceph-mon[107764]: from='mgr.14162 172.21.15.103:0/1788991981' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-16T11:55:58.351 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:57 smithi103 ceph-mon[107764]: from='mgr.14162 172.21.15.103:0/1788991981' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-16T11:55:58.351 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:57 smithi103 ceph-mon[107764]: Manager daemon smithi103.lplguk is now available 2023-11-16T11:55:58.351 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:57 smithi103 ceph-mon[107764]: from='mgr.14162 172.21.15.103:0/1788991981' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T11:55:58.351 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:57 smithi103 ceph-mon[107764]: from='mgr.14162 172.21.15.103:0/1788991981' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T11:55:58.351 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:57 smithi103 ceph-mon[107764]: from='mgr.14162 172.21.15.103:0/1788991981' entity='mgr.smithi103.lplguk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi103.lplguk/mirror_snapshot_schedule"}]: dispatch 2023-11-16T11:55:58.351 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:57 smithi103 ceph-mon[107764]: from='mgr.14162 172.21.15.103:0/1788991981' entity='mgr.smithi103.lplguk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi103.lplguk/trash_purge_schedule"}]: dispatch 2023-11-16T11:55:58.351 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:57 smithi103 ceph-mon[107764]: [16/Nov/2023:11:55:57] ENGINE Bus STARTING 2023-11-16T11:55:58.351 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:57 smithi103 ceph-mon[107764]: [16/Nov/2023:11:55:57] ENGINE Serving on https://172.21.15.103:7150 2023-11-16T11:55:58.351 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:57 smithi103 ceph-mon[107764]: [16/Nov/2023:11:55:57] ENGINE Bus STARTED 2023-11-16T11:55:58.351 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:57 smithi103 ceph-mon[107764]: from='mgr.14162 172.21.15.103:0/1788991981' entity='mgr.smithi103.lplguk' 2023-11-16T11:55:58.351 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:57 smithi103 ceph-mon[107764]: from='mgr.14162 172.21.15.103:0/1788991981' entity='mgr.smithi103.lplguk' 2023-11-16T11:55:58.389 INFO:teuthology.orchestra.run.smithi103.stderr:mgr epoch 9 is available 2023-11-16T11:55:58.389 INFO:teuthology.orchestra.run.smithi103.stderr:Generating a dashboard self-signed certificate... 2023-11-16T11:55:59.096 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: Self-signed certificate created 2023-11-16T11:55:59.119 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:59 smithi103 ceph-mon[107764]: mgrmap e11: smithi103.lplguk(active, since 1.05786s) 2023-11-16T11:55:59.119 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:59 smithi103 ceph-mon[107764]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-16T11:55:59.119 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:59 smithi103 ceph-mon[107764]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-16T11:55:59.119 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:55:59 smithi103 ceph-mon[107764]: from='mgr.14162 172.21.15.103:0/1788991981' entity='mgr.smithi103.lplguk' 2023-11-16T11:55:59.547 INFO:teuthology.orchestra.run.smithi103.stderr:Creating initial admin user... 2023-11-16T11:56:00.300 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$9/.jPhSSEQywAhkcNY1ct.YojTfHp82tNCAJWxiEOldxvtNu9v2vK", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1700135760, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-11-16T11:56:00.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:00 smithi103 ceph-mon[107764]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T11:56:00.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:00 smithi103 ceph-mon[107764]: from='mgr.14162 172.21.15.103:0/1788991981' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:00.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:00 smithi103 ceph-mon[107764]: from='mgr.14162 172.21.15.103:0/1788991981' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:00.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:00 smithi103 ceph-mon[107764]: mgrmap e12: smithi103.lplguk(active, since 2s) 2023-11-16T11:56:00.639 INFO:teuthology.orchestra.run.smithi103.stderr:Fetching dashboard port number... 2023-11-16T11:56:01.519 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: 8443 2023-11-16T11:56:01.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:01 smithi103 ceph-mon[107764]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T11:56:01.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:01 smithi103 ceph-mon[107764]: from='mgr.14162 172.21.15.103:0/1788991981' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:02.679 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:02 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/511364894' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-11-16T11:56:03.857 INFO:teuthology.orchestra.run.smithi103.stderr:systemctl: disabled 2023-11-16T11:56:03.865 INFO:teuthology.orchestra.run.smithi103.stderr:systemctl: inactive 2023-11-16T11:56:03.866 INFO:teuthology.orchestra.run.smithi103.stderr:firewalld.service is not enabled 2023-11-16T11:56:03.866 INFO:teuthology.orchestra.run.smithi103.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-11-16T11:56:03.869 INFO:teuthology.orchestra.run.smithi103.stderr:Ceph Dashboard is now available at: 2023-11-16T11:56:03.869 INFO:teuthology.orchestra.run.smithi103.stderr: 2023-11-16T11:56:03.869 INFO:teuthology.orchestra.run.smithi103.stderr: URL: https://smithi103.front.sepia.ceph.com:8443/ 2023-11-16T11:56:03.870 INFO:teuthology.orchestra.run.smithi103.stderr: User: admin 2023-11-16T11:56:03.870 INFO:teuthology.orchestra.run.smithi103.stderr: Password: 3img9iagzi 2023-11-16T11:56:03.870 INFO:teuthology.orchestra.run.smithi103.stderr: 2023-11-16T11:56:03.870 INFO:teuthology.orchestra.run.smithi103.stderr:Enabling autotune for osd_memory_target 2023-11-16T11:56:04.587 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:04 smithi103 ceph-mon[107764]: mgrmap e13: smithi103.lplguk(active, since 6s) 2023-11-16T11:56:05.353 INFO:teuthology.orchestra.run.smithi103.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-11-16T11:56:05.705 INFO:teuthology.orchestra.run.smithi103.stderr:You can access the Ceph CLI with: 2023-11-16T11:56:05.705 INFO:teuthology.orchestra.run.smithi103.stderr: 2023-11-16T11:56:05.705 INFO:teuthology.orchestra.run.smithi103.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-11-16T11:56:05.706 INFO:teuthology.orchestra.run.smithi103.stderr: 2023-11-16T11:56:05.706 INFO:teuthology.orchestra.run.smithi103.stderr:Please consider enabling telemetry to help improve Ceph: 2023-11-16T11:56:05.706 INFO:teuthology.orchestra.run.smithi103.stderr: 2023-11-16T11:56:05.706 INFO:teuthology.orchestra.run.smithi103.stderr: ceph telemetry on 2023-11-16T11:56:05.706 INFO:teuthology.orchestra.run.smithi103.stderr: 2023-11-16T11:56:05.707 INFO:teuthology.orchestra.run.smithi103.stderr:For more information see: 2023-11-16T11:56:05.707 INFO:teuthology.orchestra.run.smithi103.stderr: 2023-11-16T11:56:05.707 INFO:teuthology.orchestra.run.smithi103.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-11-16T11:56:05.707 INFO:teuthology.orchestra.run.smithi103.stderr: 2023-11-16T11:56:05.707 INFO:teuthology.orchestra.run.smithi103.stderr:Bootstrap complete. 2023-11-16T11:56:05.738 INFO:tasks.cephadm:Fetching config... 2023-11-16T11:56:05.739 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2023-11-16T11:56:05.739 DEBUG:teuthology.orchestra.run.smithi103:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-11-16T11:56:05.759 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-11-16T11:56:05.759 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2023-11-16T11:56:05.760 DEBUG:teuthology.orchestra.run.smithi103:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-11-16T11:56:05.818 INFO:tasks.cephadm:Fetching mon keyring... 2023-11-16T11:56:05.818 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2023-11-16T11:56:05.818 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd if=/var/lib/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/mon.smithi103/keyring of=/dev/stdout 2023-11-16T11:56:05.888 INFO:tasks.cephadm:Fetching pub ssh key... 2023-11-16T11:56:05.888 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2023-11-16T11:56:05.888 DEBUG:teuthology.orchestra.run.smithi103:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-11-16T11:56:05.947 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-11-16T11:56:05.947 DEBUG:teuthology.orchestra.run.smithi103:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6N8iWgmwunbS2aQ3z4NVOdHKfuYAkzOIxcu9KWjrB1NiaVkqtw12dR1Zy1qBJ6aIVib1cHqVkteZe5rsT/1p8mQp89Vam6MCpRwvhynUv7nbk114nmD+pmW6wuxBoyaE2XT68aZYQOvc6ducpuF/TNVJaCoGpFATJAK0AlV0hWHUmb5rmZiQL3wYKSDU1gJsHKOX4Elo1I6jcW+/oOACQk995k/1823Nfor7MKO8JXlvx1FZ0i9vuU4SbVHVo3jbsRBBwoQqPGCwF/pbmwPxIvIbdesip9eJz6rjjRzbFXhpkkemjJUAYUMeXO/AkxLLhfhwDOtJzmXPeaPc1bRQ44Fmf9RTUwbm2Y5ltW0pj884qm46rkqU2f7M57SqRdEgaeZtAf+nXOcAqbnjRwt0xRoflUtpn7Yl+9ObNZJM0aB8kHNFd2nu74McrCBxTGhgM62ipzvnwjZAdRHgUCXDlC3/vgddKsVGP5ysYubI48aua6XnaBid/CW7Kes/uHmM= ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-16T11:56:06.023 INFO:teuthology.orchestra.run.smithi103.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6N8iWgmwunbS2aQ3z4NVOdHKfuYAkzOIxcu9KWjrB1NiaVkqtw12dR1Zy1qBJ6aIVib1cHqVkteZe5rsT/1p8mQp89Vam6MCpRwvhynUv7nbk114nmD+pmW6wuxBoyaE2XT68aZYQOvc6ducpuF/TNVJaCoGpFATJAK0AlV0hWHUmb5rmZiQL3wYKSDU1gJsHKOX4Elo1I6jcW+/oOACQk995k/1823Nfor7MKO8JXlvx1FZ0i9vuU4SbVHVo3jbsRBBwoQqPGCwF/pbmwPxIvIbdesip9eJz6rjjRzbFXhpkkemjJUAYUMeXO/AkxLLhfhwDOtJzmXPeaPc1bRQ44Fmf9RTUwbm2Y5ltW0pj884qm46rkqU2f7M57SqRdEgaeZtAf+nXOcAqbnjRwt0xRoflUtpn7Yl+9ObNZJM0aB8kHNFd2nu74McrCBxTGhgM62ipzvnwjZAdRHgUCXDlC3/vgddKsVGP5ysYubI48aua6XnaBid/CW7Kes/uHmM= ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7 2023-11-16T11:56:06.034 DEBUG:teuthology.orchestra.run.smithi140:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6N8iWgmwunbS2aQ3z4NVOdHKfuYAkzOIxcu9KWjrB1NiaVkqtw12dR1Zy1qBJ6aIVib1cHqVkteZe5rsT/1p8mQp89Vam6MCpRwvhynUv7nbk114nmD+pmW6wuxBoyaE2XT68aZYQOvc6ducpuF/TNVJaCoGpFATJAK0AlV0hWHUmb5rmZiQL3wYKSDU1gJsHKOX4Elo1I6jcW+/oOACQk995k/1823Nfor7MKO8JXlvx1FZ0i9vuU4SbVHVo3jbsRBBwoQqPGCwF/pbmwPxIvIbdesip9eJz6rjjRzbFXhpkkemjJUAYUMeXO/AkxLLhfhwDOtJzmXPeaPc1bRQ44Fmf9RTUwbm2Y5ltW0pj884qm46rkqU2f7M57SqRdEgaeZtAf+nXOcAqbnjRwt0xRoflUtpn7Yl+9ObNZJM0aB8kHNFd2nu74McrCBxTGhgM62ipzvnwjZAdRHgUCXDlC3/vgddKsVGP5ysYubI48aua6XnaBid/CW7Kes/uHmM= ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-16T11:56:06.079 INFO:teuthology.orchestra.run.smithi140.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6N8iWgmwunbS2aQ3z4NVOdHKfuYAkzOIxcu9KWjrB1NiaVkqtw12dR1Zy1qBJ6aIVib1cHqVkteZe5rsT/1p8mQp89Vam6MCpRwvhynUv7nbk114nmD+pmW6wuxBoyaE2XT68aZYQOvc6ducpuF/TNVJaCoGpFATJAK0AlV0hWHUmb5rmZiQL3wYKSDU1gJsHKOX4Elo1I6jcW+/oOACQk995k/1823Nfor7MKO8JXlvx1FZ0i9vuU4SbVHVo3jbsRBBwoQqPGCwF/pbmwPxIvIbdesip9eJz6rjjRzbFXhpkkemjJUAYUMeXO/AkxLLhfhwDOtJzmXPeaPc1bRQ44Fmf9RTUwbm2Y5ltW0pj884qm46rkqU2f7M57SqRdEgaeZtAf+nXOcAqbnjRwt0xRoflUtpn7Yl+9ObNZJM0aB8kHNFd2nu74McrCBxTGhgM62ipzvnwjZAdRHgUCXDlC3/vgddKsVGP5ysYubI48aua6XnaBid/CW7Kes/uHmM= ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7 2023-11-16T11:56:06.091 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-11-16T11:56:06.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:06 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/1364222676' entity='client.admin' 2023-11-16T11:56:08.115 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-11-16T11:56:08.116 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-11-16T11:56:08.983 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:08 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/1113801964' entity='client.admin' 2023-11-16T11:56:08.983 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:08 smithi103 ceph-mon[107764]: from='mgr.14162 172.21.15.103:0/1788991981' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:08.983 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:08 smithi103 ceph-mon[107764]: from='mgr.14162 172.21.15.103:0/1788991981' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config rm", "who": "osd/host:smithi103", "name": "osd_memory_target"}]: dispatch 2023-11-16T11:56:08.983 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:08 smithi103 ceph-mon[107764]: from='mgr.14162 172.21.15.103:0/1788991981' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:10.012 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:09 smithi103 ceph-mon[107764]: Deploying daemon alertmanager.smithi103 on smithi103 2023-11-16T11:56:10.247 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi140 2023-11-16T11:56:10.247 DEBUG:teuthology.orchestra.run.smithi140:> set -ex 2023-11-16T11:56:10.247 DEBUG:teuthology.orchestra.run.smithi140:> dd of=/etc/ceph/ceph.conf 2023-11-16T11:56:10.270 DEBUG:teuthology.orchestra.run.smithi140:> set -ex 2023-11-16T11:56:10.270 DEBUG:teuthology.orchestra.run.smithi140:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-16T11:56:10.331 INFO:tasks.cephadm:Adding host smithi140 to orchestrator... 2023-11-16T11:56:10.331 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph orch host add smithi140 2023-11-16T11:56:11.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:10 smithi103 ceph-mon[107764]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T11:56:11.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:10 smithi103 ceph-mon[107764]: from='mgr.14162 172.21.15.103:0/1788991981' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:13.397 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:13 smithi103 ceph-mon[107764]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi140", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T11:56:13.779 INFO:teuthology.orchestra.run.smithi103.stdout:Added host 'smithi140' with addr '172.21.15.140' 2023-11-16T11:56:14.232 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph orch host ls --format=json 2023-11-16T11:56:15.080 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:14 smithi103 ceph-mon[107764]: Deploying cephadm binary to smithi140 2023-11-16T11:56:15.081 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:14 smithi103 ceph-mon[107764]: from='mgr.14162 172.21.15.103:0/1788991981' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:15.081 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:14 smithi103 ceph-mon[107764]: Added host smithi140 2023-11-16T11:56:15.081 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:14 smithi103 ceph-mon[107764]: from='mgr.14162 172.21.15.103:0/1788991981' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:15.081 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:14 smithi103 ceph-mon[107764]: from='mgr.14162 172.21.15.103:0/1788991981' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi103", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-16T11:56:15.081 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:14 smithi103 ceph-mon[107764]: from='mgr.14162 172.21.15.103:0/1788991981' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi103", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-16T11:56:15.081 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:14 smithi103 ceph-mon[107764]: from='mgr.14162 172.21.15.103:0/1788991981' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:56:15.837 INFO:teuthology.orchestra.run.smithi103.stdout: 2023-11-16T11:56:15.837 INFO:teuthology.orchestra.run.smithi103.stdout:[{"addr": "172.21.15.103", "hostname": "smithi103", "labels": [], "status": ""}, {"addr": "172.21.15.140", "hostname": "smithi140", "labels": [], "status": ""}] 2023-11-16T11:56:16.044 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:15 smithi103 ceph-mon[107764]: Deploying daemon crash.smithi103 on smithi103 2023-11-16T11:56:16.229 INFO:tasks.cephadm:Setting crush tunables to default 2023-11-16T11:56:16.230 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph osd crush tunables default 2023-11-16T11:56:17.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:16 smithi103 ceph-mon[107764]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T11:56:17.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:16 smithi103 ceph-mon[107764]: from='mgr.14162 172.21.15.103:0/1788991981' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:17.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:16 smithi103 ceph-mon[107764]: from='mgr.14162 172.21.15.103:0/1788991981' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:17.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:16 smithi103 ceph-mon[107764]: from='mgr.14162 172.21.15.103:0/1788991981' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:17.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:16 smithi103 ceph-mon[107764]: from='mgr.14162 172.21.15.103:0/1788991981' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-16T11:56:17.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:16 smithi103 ceph-mon[107764]: from='mgr.14162 172.21.15.103:0/1788991981' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:18.102 INFO:teuthology.orchestra.run.smithi103.stderr:adjusted tunables profile to default 2023-11-16T11:56:18.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:17 smithi103 ceph-mon[107764]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-16T11:56:18.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:17 smithi103 ceph-mon[107764]: Deploying daemon grafana.smithi103 on smithi103 2023-11-16T11:56:18.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:17 smithi103 ceph-mon[107764]: from='mgr.14162 172.21.15.103:0/1788991981' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:18.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:17 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/2578047484' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-16T11:56:18.489 INFO:tasks.cephadm:Adding mon.smithi103 on smithi103 2023-11-16T11:56:18.490 INFO:tasks.cephadm:Adding mon.smithi140 on smithi140 2023-11-16T11:56:18.490 DEBUG:teuthology.orchestra.run.smithi140:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph orch apply mon '2;smithi103:172.21.15.103=smithi103;smithi140:172.21.15.140=smithi140' 2023-11-16T11:56:19.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:18 smithi103 ceph-mon[107764]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T11:56:19.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:18 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/2578047484' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-16T11:56:19.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:18 smithi103 ceph-mon[107764]: osdmap e4: 0 total, 0 up, 0 in 2023-11-16T11:56:19.777 INFO:teuthology.orchestra.run.smithi140.stdout:Scheduled mon update... 2023-11-16T11:56:20.203 DEBUG:teuthology.orchestra.run.smithi140:mon.smithi140> sudo journalctl -f -n 0 -u ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7@mon.smithi140.service 2023-11-16T11:56:20.205 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T11:56:20.206 DEBUG:teuthology.orchestra.run.smithi140:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T11:56:20.235 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:-- Logs begin at Thu 2023-11-16 11:42:30 UTC. -- 2023-11-16T11:56:21.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:20 smithi103 ceph-mon[107764]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T11:56:21.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:20 smithi103 ceph-mon[107764]: from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi103:172.21.15.103=smithi103;smithi140:172.21.15.140=smithi140", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T11:56:21.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:20 smithi103 ceph-mon[107764]: Saving service mon spec with placement smithi103:172.21.15.103=smithi103;smithi140:172.21.15.140=smithi140;count:2 2023-11-16T11:56:21.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:20 smithi103 ceph-mon[107764]: from='mgr.14162 172.21.15.103:0/1788991981' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:21.565 INFO:teuthology.orchestra.run.smithi140.stdout: 2023-11-16T11:56:21.565 INFO:teuthology.orchestra.run.smithi140.stdout:{"epoch":1,"fsid":"ed0a1724-8476-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T11:55:04.897916Z","created":"2023-11-16T11:55:04.897916Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi103","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:3300","nonce":0},{"type":"v1","addr":"172.21.15.103:6789","nonce":0}]},"addr":"172.21.15.103:6789/0","public_addr":"172.21.15.103:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T11:56:21.566 INFO:teuthology.orchestra.run.smithi140.stderr:dumped monmap epoch 1 2023-11-16T11:56:22.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:21 smithi103 ceph-mon[107764]: from='client.? 172.21.15.140:0/1451167462' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T11:56:22.940 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T11:56:22.940 DEBUG:teuthology.orchestra.run.smithi140:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T11:56:23.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:22 smithi103 ceph-mon[107764]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T11:56:24.381 INFO:teuthology.orchestra.run.smithi140.stdout: 2023-11-16T11:56:24.381 INFO:teuthology.orchestra.run.smithi140.stdout:{"epoch":1,"fsid":"ed0a1724-8476-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T11:55:04.897916Z","created":"2023-11-16T11:55:04.897916Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi103","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:3300","nonce":0},{"type":"v1","addr":"172.21.15.103:6789","nonce":0}]},"addr":"172.21.15.103:6789/0","public_addr":"172.21.15.103:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T11:56:24.383 INFO:teuthology.orchestra.run.smithi140.stderr:dumped monmap epoch 1 2023-11-16T11:56:25.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:24 smithi103 ceph-mon[107764]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T11:56:25.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:24 smithi103 ceph-mon[107764]: from='client.? 172.21.15.140:0/970001431' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T11:56:25.754 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T11:56:25.755 DEBUG:teuthology.orchestra.run.smithi140:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T11:56:26.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:26 smithi103 ceph-mon[107764]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T11:56:27.154 INFO:teuthology.orchestra.run.smithi140.stdout: 2023-11-16T11:56:27.154 INFO:teuthology.orchestra.run.smithi140.stdout:{"epoch":1,"fsid":"ed0a1724-8476-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T11:55:04.897916Z","created":"2023-11-16T11:55:04.897916Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi103","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:3300","nonce":0},{"type":"v1","addr":"172.21.15.103:6789","nonce":0}]},"addr":"172.21.15.103:6789/0","public_addr":"172.21.15.103:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T11:56:27.162 INFO:teuthology.orchestra.run.smithi140.stderr:dumped monmap epoch 1 2023-11-16T11:56:28.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:27 smithi103 ceph-mon[107764]: from='client.? 172.21.15.140:0/710609131' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T11:56:28.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:27 smithi103 ceph-mon[107764]: from='mgr.14162 172.21.15.103:0/1788991981' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:28.539 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T11:56:28.540 DEBUG:teuthology.orchestra.run.smithi140:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T11:56:29.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:28 smithi103 ceph-mon[107764]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T11:56:29.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:28 smithi103 ceph-mon[107764]: Deploying daemon node-exporter.smithi103 on smithi103 2023-11-16T11:56:29.989 INFO:teuthology.orchestra.run.smithi140.stdout: 2023-11-16T11:56:29.989 INFO:teuthology.orchestra.run.smithi140.stdout:{"epoch":1,"fsid":"ed0a1724-8476-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T11:55:04.897916Z","created":"2023-11-16T11:55:04.897916Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi103","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:3300","nonce":0},{"type":"v1","addr":"172.21.15.103:6789","nonce":0}]},"addr":"172.21.15.103:6789/0","public_addr":"172.21.15.103:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T11:56:29.991 INFO:teuthology.orchestra.run.smithi140.stderr:dumped monmap epoch 1 2023-11-16T11:56:30.832 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:30 smithi103 ceph-mon[107764]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T11:56:30.832 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:30 smithi103 ceph-mon[107764]: from='mgr.14162 172.21.15.103:0/1788991981' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:30.833 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:30 smithi103 ceph-mon[107764]: from='mgr.14162 172.21.15.103:0/1788991981' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-16T11:56:30.833 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:30 smithi103 ceph-mon[107764]: from='client.? 172.21.15.140:0/635719113' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T11:56:31.331 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T11:56:31.331 DEBUG:teuthology.orchestra.run.smithi140:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T11:56:31.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:31 smithi103 ceph-mon[107764]: from='mgr.14162 172.21.15.103:0/1788991981' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-16T11:56:31.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:31 smithi103 ceph-mon[107764]: mgrmap e14: smithi103.lplguk(active, since 33s) 2023-11-16T11:56:32.724 INFO:teuthology.orchestra.run.smithi140.stdout: 2023-11-16T11:56:32.724 INFO:teuthology.orchestra.run.smithi140.stdout:{"epoch":1,"fsid":"ed0a1724-8476-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T11:55:04.897916Z","created":"2023-11-16T11:55:04.897916Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi103","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:3300","nonce":0},{"type":"v1","addr":"172.21.15.103:6789","nonce":0}]},"addr":"172.21.15.103:6789/0","public_addr":"172.21.15.103:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T11:56:32.725 INFO:teuthology.orchestra.run.smithi140.stderr:dumped monmap epoch 1 2023-11-16T11:56:32.929 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:32 smithi103 ceph-mon[107764]: from='client.? 172.21.15.140:0/2546005763' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T11:56:34.136 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T11:56:34.136 DEBUG:teuthology.orchestra.run.smithi140:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T11:56:35.537 INFO:teuthology.orchestra.run.smithi140.stdout: 2023-11-16T11:56:35.537 INFO:teuthology.orchestra.run.smithi140.stdout:{"epoch":1,"fsid":"ed0a1724-8476-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T11:55:04.897916Z","created":"2023-11-16T11:55:04.897916Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi103","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:3300","nonce":0},{"type":"v1","addr":"172.21.15.103:6789","nonce":0}]},"addr":"172.21.15.103:6789/0","public_addr":"172.21.15.103:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T11:56:35.539 INFO:teuthology.orchestra.run.smithi140.stderr:dumped monmap epoch 1 2023-11-16T11:56:36.182 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:35 smithi103 ceph-mon[107764]: from='client.? 172.21.15.140:0/3683431382' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T11:56:36.957 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T11:56:36.957 DEBUG:teuthology.orchestra.run.smithi140:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T11:56:37.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:36 smithi103 ceph-mon[107764]: Active manager daemon smithi103.lplguk restarted 2023-11-16T11:56:37.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:36 smithi103 ceph-mon[107764]: Activating manager daemon smithi103.lplguk 2023-11-16T11:56:37.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:36 smithi103 ceph-mon[107764]: osdmap e5: 0 total, 0 up, 0 in 2023-11-16T11:56:38.040 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:37 smithi103 ceph-mon[107764]: mgrmap e15: smithi103.lplguk(active, starting, since 0.502024s) 2023-11-16T11:56:38.040 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:37 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mon metadata", "id": "smithi103"}]: dispatch 2023-11-16T11:56:38.040 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:37 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mgr metadata", "who": "smithi103.lplguk", "id": "smithi103.lplguk"}]: dispatch 2023-11-16T11:56:38.040 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:37 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-16T11:56:38.040 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:37 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-16T11:56:38.040 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:37 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-16T11:56:38.040 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:37 smithi103 ceph-mon[107764]: Manager daemon smithi103.lplguk is now available 2023-11-16T11:56:38.040 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:37 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T11:56:38.041 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:37 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T11:56:38.041 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:37 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:56:38.041 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:37 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T11:56:38.041 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:37 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:38.041 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:37 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi103.lplguk/mirror_snapshot_schedule"}]: dispatch 2023-11-16T11:56:38.041 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:37 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi103.lplguk/trash_purge_schedule"}]: dispatch 2023-11-16T11:56:38.041 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:37 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:38.041 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:37 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:38.421 INFO:teuthology.orchestra.run.smithi140.stdout: 2023-11-16T11:56:38.421 INFO:teuthology.orchestra.run.smithi140.stdout:{"epoch":1,"fsid":"ed0a1724-8476-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T11:55:04.897916Z","created":"2023-11-16T11:55:04.897916Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi103","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:3300","nonce":0},{"type":"v1","addr":"172.21.15.103:6789","nonce":0}]},"addr":"172.21.15.103:6789/0","public_addr":"172.21.15.103:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T11:56:38.423 INFO:teuthology.orchestra.run.smithi140.stderr:dumped monmap epoch 1 2023-11-16T11:56:39.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:38 smithi103 ceph-mon[107764]: mgrmap e16: smithi103.lplguk(active, since 1.51002s) 2023-11-16T11:56:39.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:38 smithi103 ceph-mon[107764]: [16/Nov/2023:11:56:38] ENGINE Bus STARTING 2023-11-16T11:56:39.181 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:38 smithi103 ceph-mon[107764]: [16/Nov/2023:11:56:38] ENGINE Serving on https://172.21.15.103:7150 2023-11-16T11:56:39.181 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:38 smithi103 ceph-mon[107764]: [16/Nov/2023:11:56:38] ENGINE Bus STARTED 2023-11-16T11:56:39.181 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:38 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:39.181 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:38 smithi103 ceph-mon[107764]: from='client.? 172.21.15.140:0/3265611804' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T11:56:39.182 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:38 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:39.760 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T11:56:39.760 DEBUG:teuthology.orchestra.run.smithi140:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T11:56:40.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:40 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:40.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:40 smithi103 ceph-mon[107764]: mgrmap e17: smithi103.lplguk(active, since 2s) 2023-11-16T11:56:40.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:40 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:40.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:40 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config rm", "who": "osd/host:smithi103", "name": "osd_memory_target"}]: dispatch 2023-11-16T11:56:40.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:40 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:41.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:41 smithi103 ceph-mon[107764]: Updating smithi103:/etc/ceph/ceph.conf 2023-11-16T11:56:41.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:41 smithi103 ceph-mon[107764]: Updating smithi103:/etc/ceph/ceph.client.admin.keyring 2023-11-16T11:56:41.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:41 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:41.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:41 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:41.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:41 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config rm", "who": "osd/host:smithi140", "name": "osd_memory_target"}]: dispatch 2023-11-16T11:56:41.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:41 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:41.431 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:41 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi140", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-16T11:56:41.431 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:41 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi140", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-16T11:56:41.431 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:41 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:56:41.454 INFO:teuthology.orchestra.run.smithi140.stdout: 2023-11-16T11:56:41.454 INFO:teuthology.orchestra.run.smithi140.stdout:{"epoch":1,"fsid":"ed0a1724-8476-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T11:55:04.897916Z","created":"2023-11-16T11:55:04.897916Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi103","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:3300","nonce":0},{"type":"v1","addr":"172.21.15.103:6789","nonce":0}]},"addr":"172.21.15.103:6789/0","public_addr":"172.21.15.103:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T11:56:41.456 INFO:teuthology.orchestra.run.smithi140.stderr:dumped monmap epoch 1 2023-11-16T11:56:42.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:42 smithi103 ceph-mon[107764]: Deploying daemon crash.smithi140 on smithi140 2023-11-16T11:56:42.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:42 smithi103 ceph-mon[107764]: from='client.? 172.21.15.140:0/328977642' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T11:56:42.884 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T11:56:42.884 DEBUG:teuthology.orchestra.run.smithi140:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T11:56:44.409 INFO:teuthology.orchestra.run.smithi140.stdout: 2023-11-16T11:56:44.409 INFO:teuthology.orchestra.run.smithi140.stdout:{"epoch":1,"fsid":"ed0a1724-8476-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T11:55:04.897916Z","created":"2023-11-16T11:55:04.897916Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi103","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:3300","nonce":0},{"type":"v1","addr":"172.21.15.103:6789","nonce":0}]},"addr":"172.21.15.103:6789/0","public_addr":"172.21.15.103:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T11:56:44.409 INFO:teuthology.orchestra.run.smithi140.stderr:dumped monmap epoch 1 2023-11-16T11:56:44.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:44 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:44.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:44 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi140.xexnxk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-16T11:56:44.431 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:44 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi140.xexnxk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-16T11:56:44.431 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:44 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-16T11:56:44.431 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:44 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:56:44.431 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:44 smithi103 ceph-mon[107764]: Deploying daemon mgr.smithi140.xexnxk on smithi140 2023-11-16T11:56:45.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:45 smithi103 ceph-mon[107764]: from='client.? 172.21.15.140:0/841569343' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T11:56:45.818 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T11:56:45.819 DEBUG:teuthology.orchestra.run.smithi140:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T11:56:46.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:46 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:46.681 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:46 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-16T11:56:46.681 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:46 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:56:46.681 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:46 smithi103 ceph-mon[107764]: Deploying daemon mon.smithi140 on smithi140 2023-11-16T11:56:47.694 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 systemd[1]: Starting Ceph mon.smithi140 for ed0a1724-8476-11ee-8dbe-212e2dc638e7... 2023-11-16T11:56:47.834 INFO:teuthology.orchestra.run.smithi140.stdout: 2023-11-16T11:56:47.834 INFO:teuthology.orchestra.run.smithi140.stdout:{"epoch":1,"fsid":"ed0a1724-8476-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T11:55:04.897916Z","created":"2023-11-16T11:55:04.897916Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi103","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:3300","nonce":0},{"type":"v1","addr":"172.21.15.103:6789","nonce":0}]},"addr":"172.21.15.103:6789/0","public_addr":"172.21.15.103:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T11:56:47.838 INFO:teuthology.orchestra.run.smithi140.stderr:dumped monmap epoch 1 2023-11-16T11:56:47.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 bash[110374]: a0f4972da00f14f231cb008acbed39b3fe0c2a694d57e28b98ad67583a34450f 2023-11-16T11:56:47.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: set uid:gid to 167:167 (ceph:ceph) 2023-11-16T11:56:47.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-11-16T11:56:47.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: pidfile_write: ignore empty --pid-file 2023-11-16T11:56:47.988 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 systemd[1]: Started Ceph mon.smithi140 for ed0a1724-8476-11ee-8dbe-212e2dc638e7. 2023-11-16T11:56:47.988 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: load: jerasure load: lrc 2023-11-16T11:56:47.988 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: RocksDB version: 6.15.5 2023-11-16T11:56:47.988 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-16T11:56:47.988 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Compile date Apr 18 2022 2023-11-16T11:56:47.988 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: DB SUMMARY 2023-11-16T11:56:47.988 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: DB Session ID: Z4LASDW2W28ZY3K4PJRQ 2023-11-16T11:56:47.988 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: CURRENT file: CURRENT 2023-11-16T11:56:47.988 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: IDENTITY file: IDENTITY 2023-11-16T11:56:47.988 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: MANIFEST file: MANIFEST-000003 size: 57 Bytes 2023-11-16T11:56:47.988 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi140/store.db dir, Total Num: 0, files: 2023-11-16T11:56:47.988 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi140/store.db: 000004.log size: 511 ; 2023-11-16T11:56:47.989 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.error_if_exists: 0 2023-11-16T11:56:47.989 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.create_if_missing: 0 2023-11-16T11:56:47.989 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.paranoid_checks: 1 2023-11-16T11:56:47.989 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-11-16T11:56:47.989 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.env: 0x55f57c0ca860 2023-11-16T11:56:47.989 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.fs: Posix File System 2023-11-16T11:56:47.989 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.info_log: 0x55f57d035fa0 2023-11-16T11:56:47.989 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.max_file_opening_threads: 16 2023-11-16T11:56:47.989 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.statistics: (nil) 2023-11-16T11:56:47.989 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.use_fsync: 0 2023-11-16T11:56:47.990 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.max_log_file_size: 0 2023-11-16T11:56:47.990 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-16T11:56:47.990 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.log_file_time_to_roll: 0 2023-11-16T11:56:47.990 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.keep_log_file_num: 1000 2023-11-16T11:56:47.990 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.recycle_log_file_num: 0 2023-11-16T11:56:47.990 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.allow_fallocate: 1 2023-11-16T11:56:47.990 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.allow_mmap_reads: 0 2023-11-16T11:56:47.990 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.allow_mmap_writes: 0 2023-11-16T11:56:47.990 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.use_direct_reads: 0 2023-11-16T11:56:47.990 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-16T11:56:47.990 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.create_missing_column_families: 0 2023-11-16T11:56:47.990 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.db_log_dir: 2023-11-16T11:56:47.991 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi140/store.db 2023-11-16T11:56:47.991 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.table_cache_numshardbits: 6 2023-11-16T11:56:47.991 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.WAL_ttl_seconds: 0 2023-11-16T11:56:47.991 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.WAL_size_limit_MB: 0 2023-11-16T11:56:47.991 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-16T11:56:47.991 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-16T11:56:47.991 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.is_fd_close_on_exec: 1 2023-11-16T11:56:47.991 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.advise_random_on_open: 1 2023-11-16T11:56:47.991 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.db_write_buffer_size: 0 2023-11-16T11:56:47.991 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.write_buffer_manager: 0x55f57d1262d0 2023-11-16T11:56:47.991 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-16T11:56:47.992 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-16T11:56:47.992 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-16T11:56:47.992 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.use_adaptive_mutex: 0 2023-11-16T11:56:47.992 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.rate_limiter: (nil) 2023-11-16T11:56:47.992 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-16T11:56:47.992 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.wal_recovery_mode: 2 2023-11-16T11:56:47.992 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.enable_thread_tracking: 0 2023-11-16T11:56:47.992 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.enable_pipelined_write: 0 2023-11-16T11:56:47.992 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.unordered_write: 0 2023-11-16T11:56:47.992 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-16T11:56:47.992 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-16T11:56:47.992 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-16T11:56:47.993 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-16T11:56:47.993 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.row_cache: None 2023-11-16T11:56:47.993 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.wal_filter: None 2023-11-16T11:56:47.993 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-16T11:56:47.993 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.allow_ingest_behind: 0 2023-11-16T11:56:47.993 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.preserve_deletes: 0 2023-11-16T11:56:47.993 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.two_write_queues: 0 2023-11-16T11:56:47.993 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.manual_wal_flush: 0 2023-11-16T11:56:47.993 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.atomic_flush: 0 2023-11-16T11:56:47.993 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-16T11:56:47.993 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.persist_stats_to_disk: 0 2023-11-16T11:56:47.993 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.write_dbid_to_manifest: 0 2023-11-16T11:56:47.994 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.log_readahead_size: 0 2023-11-16T11:56:47.994 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-11-16T11:56:47.994 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.best_efforts_recovery: 0 2023-11-16T11:56:47.994 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-11-16T11:56:47.994 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-11-16T11:56:47.994 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.allow_data_in_errors: 0 2023-11-16T11:56:47.994 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.db_host_id: __hostname__ 2023-11-16T11:56:47.994 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.max_background_jobs: 2 2023-11-16T11:56:47.994 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.max_background_compactions: -1 2023-11-16T11:56:47.994 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.max_subcompactions: 1 2023-11-16T11:56:47.994 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-16T11:56:47.994 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-16T11:56:47.995 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.delayed_write_rate : 16777216 2023-11-16T11:56:47.995 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.max_total_wal_size: 0 2023-11-16T11:56:47.995 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-16T11:56:47.995 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.stats_dump_period_sec: 600 2023-11-16T11:56:47.995 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.stats_persist_period_sec: 600 2023-11-16T11:56:47.995 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-16T11:56:47.995 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.max_open_files: -1 2023-11-16T11:56:47.995 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.bytes_per_sync: 0 2023-11-16T11:56:47.995 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.wal_bytes_per_sync: 0 2023-11-16T11:56:47.995 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.strict_bytes_per_sync: 0 2023-11-16T11:56:47.995 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.compaction_readahead_size: 0 2023-11-16T11:56:47.995 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.max_background_flushes: -1 2023-11-16T11:56:47.996 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Compression algorithms supported: 2023-11-16T11:56:47.996 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-16T11:56:47.996 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: kZSTD supported: 0 2023-11-16T11:56:47.996 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: kXpressCompression supported: 0 2023-11-16T11:56:47.996 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: kLZ4HCCompression supported: 1 2023-11-16T11:56:47.996 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: kLZ4Compression supported: 1 2023-11-16T11:56:47.996 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: kBZip2Compression supported: 0 2023-11-16T11:56:47.996 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: kZlibCompression supported: 1 2023-11-16T11:56:47.996 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: kSnappyCompression supported: 1 2023-11-16T11:56:47.996 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Fast CRC32 supported: Supported on x86 2023-11-16T11:56:47.996 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi140/store.db/MANIFEST-000003 2023-11-16T11:56:47.996 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-11-16T11:56:47.997 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-16T11:56:47.997 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.merge_operator: 2023-11-16T11:56:47.997 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.compaction_filter: None 2023-11-16T11:56:47.997 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.compaction_filter_factory: None 2023-11-16T11:56:47.997 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.sst_partitioner_factory: None 2023-11-16T11:56:47.997 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.memtable_factory: SkipListFactory 2023-11-16T11:56:47.997 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.table_factory: BlockBasedTable 2023-11-16T11:56:47.997 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f57d001d00) 2023-11-16T11:56:47.997 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: cache_index_and_filter_blocks: 1 2023-11-16T11:56:47.997 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-16T11:56:47.997 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-16T11:56:47.997 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: pin_top_level_index_and_filter: 1 2023-11-16T11:56:47.998 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: index_type: 0 2023-11-16T11:56:47.998 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: data_block_index_type: 0 2023-11-16T11:56:47.998 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: index_shortening: 1 2023-11-16T11:56:47.998 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: data_block_hash_table_util_ratio: 0.750000 2023-11-16T11:56:47.998 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: hash_index_allow_collision: 1 2023-11-16T11:56:47.998 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: checksum: 1 2023-11-16T11:56:47.998 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: no_block_cache: 0 2023-11-16T11:56:47.998 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: block_cache: 0x55f57d06c170 2023-11-16T11:56:47.998 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: block_cache_name: BinnedLRUCache 2023-11-16T11:56:47.998 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: block_cache_options: 2023-11-16T11:56:47.998 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: capacity : 536870912 2023-11-16T11:56:47.998 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: num_shard_bits : 4 2023-11-16T11:56:47.999 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: strict_capacity_limit : 0 2023-11-16T11:56:47.999 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: high_pri_pool_ratio: 0.000 2023-11-16T11:56:47.999 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: block_cache_compressed: (nil) 2023-11-16T11:56:47.999 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: persistent_cache: (nil) 2023-11-16T11:56:47.999 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: block_size: 4096 2023-11-16T11:56:47.999 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: block_size_deviation: 10 2023-11-16T11:56:47.999 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: block_restart_interval: 16 2023-11-16T11:56:47.999 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: index_block_restart_interval: 1 2023-11-16T11:56:47.999 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: metadata_block_size: 4096 2023-11-16T11:56:47.999 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: partition_filters: 0 2023-11-16T11:56:47.999 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: use_delta_encoding: 1 2023-11-16T11:56:48.000 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-16T11:56:48.000 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: whole_key_filtering: 1 2023-11-16T11:56:48.000 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: verify_compression: 0 2023-11-16T11:56:48.000 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: read_amp_bytes_per_bit: 0 2023-11-16T11:56:48.000 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: format_version: 4 2023-11-16T11:56:48.000 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: enable_index_compression: 1 2023-11-16T11:56:48.000 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: block_align: 0 2023-11-16T11:56:48.000 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.write_buffer_size: 33554432 2023-11-16T11:56:48.000 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.max_write_buffer_number: 2 2023-11-16T11:56:48.000 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.compression: NoCompression 2023-11-16T11:56:48.000 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.bottommost_compression: Disabled 2023-11-16T11:56:48.000 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.prefix_extractor: nullptr 2023-11-16T11:56:48.001 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-16T11:56:48.001 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.num_levels: 7 2023-11-16T11:56:48.001 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-16T11:56:48.001 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-16T11:56:48.001 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-16T11:56:48.001 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-16T11:56:48.001 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-16T11:56:48.001 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-16T11:56:48.001 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-16T11:56:48.001 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-16T11:56:48.001 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-11-16T11:56:48.002 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-16T11:56:48.002 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.compression_opts.window_bits: -14 2023-11-16T11:56:48.002 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.compression_opts.level: 32767 2023-11-16T11:56:48.002 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.compression_opts.strategy: 0 2023-11-16T11:56:48.002 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-16T11:56:48.002 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-16T11:56:48.002 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-11-16T11:56:48.002 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.compression_opts.enabled: false 2023-11-16T11:56:48.002 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-16T11:56:48.002 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-16T11:56:48.002 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-16T11:56:48.003 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.target_file_size_base: 67108864 2023-11-16T11:56:48.003 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.target_file_size_multiplier: 1 2023-11-16T11:56:48.003 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-16T11:56:48.003 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-16T11:56:48.003 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-16T11:56:48.003 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-16T11:56:48.003 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-16T11:56:48.003 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-16T11:56:48.003 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-16T11:56:48.003 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-16T11:56:48.003 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-16T11:56:48.003 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-16T11:56:48.004 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-16T11:56:48.004 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-16T11:56:48.004 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.arena_block_size: 4194304 2023-11-16T11:56:48.004 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-16T11:56:48.004 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-16T11:56:48.004 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-16T11:56:48.004 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.disable_auto_compactions: 0 2023-11-16T11:56:48.004 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-16T11:56:48.004 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-16T11:56:48.004 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-16T11:56:48.004 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-16T11:56:48.004 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-16T11:56:48.005 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-16T11:56:48.005 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-16T11:56:48.006 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-16T11:56:48.006 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-16T11:56:48.006 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-16T11:56:48.006 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.table_properties_collectors: 2023-11-16T11:56:48.007 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.inplace_update_support: 0 2023-11-16T11:56:48.007 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.inplace_update_num_locks: 10000 2023-11-16T11:56:48.007 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-16T11:56:48.007 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-16T11:56:48.007 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.memtable_huge_page_size: 0 2023-11-16T11:56:48.007 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.bloom_locality: 0 2023-11-16T11:56:48.007 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.max_successive_merges: 0 2023-11-16T11:56:48.007 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.optimize_filters_for_hits: 0 2023-11-16T11:56:48.007 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.paranoid_file_checks: 0 2023-11-16T11:56:48.007 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.force_consistency_checks: 1 2023-11-16T11:56:48.007 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.report_bg_io_stats: 0 2023-11-16T11:56:48.007 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.ttl: 2592000 2023-11-16T11:56:48.008 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.periodic_compaction_seconds: 0 2023-11-16T11:56:48.008 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.enable_blob_files: false 2023-11-16T11:56:48.008 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.min_blob_size: 0 2023-11-16T11:56:48.008 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.blob_file_size: 268435456 2023-11-16T11:56:48.008 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.blob_compression_type: NoCompression 2023-11-16T11:56:48.008 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.enable_blob_garbage_collection: false 2023-11-16T11:56:48.008 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-11-16T11:56:48.008 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi140/store.db/MANIFEST-000003 succeeded,manifest_file_number is 3, next_file_number is 5, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-16T11:56:48.009 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2023-11-16T11:56:48.009 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: [db/version_set.cc:4083] Creating manifest 7 2023-11-16T11:56:48.009 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: EVENT_LOG_v1 {"time_micros": 1700135807819595, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-11-16T11:56:48.009 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #4 mode 2 2023-11-16T11:56:48.009 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: [table/block_based/filter_policy.cc:996] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-11-16T11:56:48.009 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: EVENT_LOG_v1 {"time_micros": 1700135807819977, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1545, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "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": 1700135807, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "21a11abb-3a29-47f3-a0e1-ae4fd07fe787", "db_session_id": "Z4LASDW2W28ZY3K4PJRQ"}} 2023-11-16T11:56:48.009 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: [db/version_set.cc:4083] Creating manifest 9 2023-11-16T11:56:48.009 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: EVENT_LOG_v1 {"time_micros": 1700135807820415, "job": 1, "event": "recovery_finished"} 2023-11-16T11:56:48.009 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi140/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-11-16T11:56:48.009 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55f57d052a80 2023-11-16T11:56:48.009 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: DB pointer 0x55f57d062000 2023-11-16T11:56:48.010 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-11-16T11:56:48.010 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-11-16T11:56:48.010 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: ** DB Stats ** 2023-11-16T11:56:48.010 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-16T11:56:48.010 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-16T11:56:48.010 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-16T11:56:48.010 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-16T11:56:48.010 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-16T11:56:48.010 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-16T11:56:48.010 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-16T11:56:48.010 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: 2023-11-16T11:56:48.010 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: ** Compaction Stats [default] ** 2023-11-16T11:56:48.011 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-16T11:56:48.011 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T11:56:48.011 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.2 0.00 0.00 1 0.000 0 0 2023-11-16T11:56:48.011 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.2 0.00 0.00 1 0.000 0 0 2023-11-16T11:56:48.011 INFO:journalctl@ceph.mon.smithi140.smithi140.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 4.2 0.00 0.00 1 0.000 0 0 2023-11-16T11:56:48.011 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: 2023-11-16T11:56:48.011 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: ** Compaction Stats [default] ** 2023-11-16T11:56:48.011 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-16T11:56:48.011 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T11:56:48.011 INFO:journalctl@ceph.mon.smithi140.smithi140.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 4.2 0.00 0.00 1 0.000 0 0 2023-11-16T11:56:48.011 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-16T11:56:48.012 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-16T11:56:48.012 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-16T11:56:48.012 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-16T11:56:48.012 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-16T11:56:48.012 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-16T11:56:48.017 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: Cumulative compaction: 0.00 GB write, 0.41 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-16T11:56:48.017 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: Interval compaction: 0.00 GB write, 0.41 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-16T11:56:48.017 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-16T11:56:48.018 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: 2023-11-16T11:56:48.018 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-16T11:56:48.018 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: 2023-11-16T11:56:48.018 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: ** Compaction Stats [default] ** 2023-11-16T11:56:48.018 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-16T11:56:48.018 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T11:56:48.018 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.2 0.00 0.00 1 0.000 0 0 2023-11-16T11:56:48.018 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.2 0.00 0.00 1 0.000 0 0 2023-11-16T11:56:48.018 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-16T11:56:48.018 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: 2023-11-16T11:56:48.019 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: ** Compaction Stats [default] ** 2023-11-16T11:56:48.019 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-16T11:56:48.019 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T11:56:48.019 INFO:journalctl@ceph.mon.smithi140.smithi140.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 4.2 0.00 0.00 1 0.000 0 0 2023-11-16T11:56:48.019 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-16T11:56:48.019 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-16T11:56:48.019 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-16T11:56:48.019 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-16T11:56:48.019 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-16T11:56:48.019 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-16T11:56:48.019 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: Cumulative compaction: 0.00 GB write, 0.40 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-16T11:56:48.020 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-16T11:56:48.020 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-16T11:56:48.020 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: 2023-11-16T11:56:48.020 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-16T11:56:48.020 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: mon.smithi140 does not exist in monmap, will attempt to join an existing cluster 2023-11-16T11:56:48.020 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: using public_addr v2:172.21.15.140:0/0 -> [v2:172.21.15.140:3300/0,v1:172.21.15.140:6789/0] 2023-11-16T11:56:48.020 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: starting mon.smithi140 rank -1 at public addrs [v2:172.21.15.140:3300/0,v1:172.21.15.140:6789/0] at bind addrs [v2:172.21.15.140:3300/0,v1:172.21.15.140:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi140 fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 2023-11-16T11:56:48.020 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: mon.smithi140@-1(???) e0 preinit fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 2023-11-16T11:56:48.020 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: mon.smithi140@-1(synchronizing).mds e1 new map 2023-11-16T11:56:48.020 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: mon.smithi140@-1(synchronizing).mds e1 print_map 2023-11-16T11:56:48.020 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: e1 2023-11-16T11:56:48.021 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-11-16T11:56:48.021 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-11-16T11:56:48.021 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: legacy client fscid: -1 2023-11-16T11:56:48.021 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: 2023-11-16T11:56:48.023 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout: No filesystems configured 2023-11-16T11:56:48.023 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: mon.smithi140@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-11-16T11:56:48.023 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: mon.smithi140@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-11-16T11:56:48.023 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: mon.smithi140@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-11-16T11:56:48.023 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: mon.smithi140@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-11-16T11:56:48.023 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: mon.smithi140@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-11-16T11:56:48.023 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: mon.smithi140@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-11-16T11:56:48.024 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: mon.smithi140@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-11-16T11:56:48.024 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: mon.smithi140@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-16T11:56:48.024 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: mon.smithi140@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-16T11:56:48.024 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: mon.smithi140@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-16T11:56:48.024 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: mon.smithi140@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-16T11:56:48.024 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T11:56:48.024 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T11:56:48.024 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: from='client.? 172.21.15.140:0/970001431' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T11:56:48.024 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T11:56:48.025 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: from='client.? 172.21.15.140:0/710609131' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T11:56:48.025 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: from='mgr.14162 172.21.15.103:0/1788991981' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:48.025 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T11:56:48.025 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: Deploying daemon node-exporter.smithi103 on smithi103 2023-11-16T11:56:48.025 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T11:56:48.025 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: from='mgr.14162 172.21.15.103:0/1788991981' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:48.025 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: from='mgr.14162 172.21.15.103:0/1788991981' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-16T11:56:48.025 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: from='client.? 172.21.15.140:0/635719113' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T11:56:48.025 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: from='mgr.14162 172.21.15.103:0/1788991981' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-16T11:56:48.025 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: mgrmap e14: smithi103.lplguk(active, since 33s) 2023-11-16T11:56:48.025 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: from='client.? 172.21.15.140:0/2546005763' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T11:56:48.026 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: from='client.? 172.21.15.140:0/3683431382' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T11:56:48.026 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: Active manager daemon smithi103.lplguk restarted 2023-11-16T11:56:48.026 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: Activating manager daemon smithi103.lplguk 2023-11-16T11:56:48.026 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: osdmap e5: 0 total, 0 up, 0 in 2023-11-16T11:56:48.026 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: mgrmap e15: smithi103.lplguk(active, starting, since 0.502024s) 2023-11-16T11:56:48.026 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mon metadata", "id": "smithi103"}]: dispatch 2023-11-16T11:56:48.026 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mgr metadata", "who": "smithi103.lplguk", "id": "smithi103.lplguk"}]: dispatch 2023-11-16T11:56:48.026 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-16T11:56:48.026 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-16T11:56:48.026 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-16T11:56:48.026 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: Manager daemon smithi103.lplguk is now available 2023-11-16T11:56:48.027 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T11:56:48.027 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T11:56:48.027 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:56:48.027 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T11:56:48.027 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:48.027 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi103.lplguk/mirror_snapshot_schedule"}]: dispatch 2023-11-16T11:56:48.027 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi103.lplguk/trash_purge_schedule"}]: dispatch 2023-11-16T11:56:48.027 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:48.027 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:48.027 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: mgrmap e16: smithi103.lplguk(active, since 1.51002s) 2023-11-16T11:56:48.027 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: [16/Nov/2023:11:56:38] ENGINE Bus STARTING 2023-11-16T11:56:48.027 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: [16/Nov/2023:11:56:38] ENGINE Serving on https://172.21.15.103:7150 2023-11-16T11:56:48.028 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: [16/Nov/2023:11:56:38] ENGINE Bus STARTED 2023-11-16T11:56:48.028 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:48.028 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: from='client.? 172.21.15.140:0/3265611804' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T11:56:48.028 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:48.028 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:48.028 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: mgrmap e17: smithi103.lplguk(active, since 2s) 2023-11-16T11:56:48.028 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:48.028 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config rm", "who": "osd/host:smithi103", "name": "osd_memory_target"}]: dispatch 2023-11-16T11:56:48.028 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:48.028 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: Updating smithi103:/etc/ceph/ceph.conf 2023-11-16T11:56:48.028 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: Updating smithi103:/etc/ceph/ceph.client.admin.keyring 2023-11-16T11:56:48.028 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:48.029 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:48.029 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config rm", "who": "osd/host:smithi140", "name": "osd_memory_target"}]: dispatch 2023-11-16T11:56:48.029 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:48.029 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi140", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-16T11:56:48.029 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi140", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-16T11:56:48.029 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:56:48.029 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: Deploying daemon crash.smithi140 on smithi140 2023-11-16T11:56:48.029 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: from='client.? 172.21.15.140:0/328977642' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T11:56:48.029 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:48.030 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi140.xexnxk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-16T11:56:48.030 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi140.xexnxk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-16T11:56:48.030 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-16T11:56:48.030 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:56:48.030 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: Deploying daemon mgr.smithi140.xexnxk on smithi140 2023-11-16T11:56:48.030 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: from='client.? 172.21.15.140:0/841569343' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T11:56:48.030 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:48.030 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-16T11:56:48.030 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:56:48.031 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: Deploying daemon mon.smithi140 on smithi140 2023-11-16T11:56:48.031 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: mon.smithi140@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-11-16T11:56:48.031 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:47 smithi140 ceph-mon[110414]: mon.smithi140@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-11-16T11:56:49.165 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T11:56:49.165 DEBUG:teuthology.orchestra.run.smithi140:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T11:56:53.212 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:52 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mon metadata", "id": "smithi103"}]: dispatch 2023-11-16T11:56:53.212 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:52 smithi140 ceph-mon[110414]: mon.smithi103 calling monitor election 2023-11-16T11:56:53.212 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:52 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mon metadata", "id": "smithi140"}]: dispatch 2023-11-16T11:56:53.212 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:52 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mon metadata", "id": "smithi140"}]: dispatch 2023-11-16T11:56:53.212 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:52 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mon metadata", "id": "smithi140"}]: dispatch 2023-11-16T11:56:53.213 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:52 smithi140 ceph-mon[110414]: mon.smithi140 calling monitor election 2023-11-16T11:56:53.213 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:52 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mon metadata", "id": "smithi140"}]: dispatch 2023-11-16T11:56:53.213 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:52 smithi140 ceph-mon[110414]: from='mgr.? 172.21.15.140:0/3635032376' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi140.xexnxk/crt"}]: dispatch 2023-11-16T11:56:53.213 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:52 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mon metadata", "id": "smithi140"}]: dispatch 2023-11-16T11:56:53.213 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:52 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mon metadata", "id": "smithi140"}]: dispatch 2023-11-16T11:56:53.213 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:52 smithi140 ceph-mon[110414]: mon.smithi103 is new leader, mons smithi103,smithi140 in quorum (ranks 0,1) 2023-11-16T11:56:53.213 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:52 smithi140 ceph-mon[110414]: monmap e2: 2 mons at {smithi103=[v2:172.21.15.103:3300/0,v1:172.21.15.103:6789/0],smithi140=[v2:172.21.15.140:3300/0,v1:172.21.15.140:6789/0]} 2023-11-16T11:56:53.213 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:52 smithi140 ceph-mon[110414]: fsmap 2023-11-16T11:56:53.213 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:52 smithi140 ceph-mon[110414]: osdmap e5: 0 total, 0 up, 0 in 2023-11-16T11:56:53.213 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:52 smithi140 ceph-mon[110414]: mgrmap e17: smithi103.lplguk(active, since 16s) 2023-11-16T11:56:53.213 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:52 smithi140 ceph-mon[110414]: Standby manager daemon smithi140.xexnxk started 2023-11-16T11:56:53.213 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:52 smithi140 ceph-mon[110414]: from='mgr.? 172.21.15.140:0/3635032376' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-16T11:56:53.214 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:52 smithi140 ceph-mon[110414]: from='mgr.? 172.21.15.140:0/3635032376' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi140.xexnxk/key"}]: dispatch 2023-11-16T11:56:53.214 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:52 smithi140 ceph-mon[110414]: from='mgr.? 172.21.15.140:0/3635032376' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-16T11:56:53.214 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:52 smithi140 ceph-mon[110414]: overall HEALTH_OK 2023-11-16T11:56:53.214 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:52 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:53.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:52 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mon metadata", "id": "smithi103"}]: dispatch 2023-11-16T11:56:53.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:52 smithi103 ceph-mon[107764]: mon.smithi103 calling monitor election 2023-11-16T11:56:53.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:52 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mon metadata", "id": "smithi140"}]: dispatch 2023-11-16T11:56:53.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:52 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mon metadata", "id": "smithi140"}]: dispatch 2023-11-16T11:56:53.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:52 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mon metadata", "id": "smithi140"}]: dispatch 2023-11-16T11:56:53.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:52 smithi103 ceph-mon[107764]: mon.smithi140 calling monitor election 2023-11-16T11:56:53.431 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:52 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mon metadata", "id": "smithi140"}]: dispatch 2023-11-16T11:56:53.431 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:52 smithi103 ceph-mon[107764]: from='mgr.? 172.21.15.140:0/3635032376' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi140.xexnxk/crt"}]: dispatch 2023-11-16T11:56:53.431 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:52 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mon metadata", "id": "smithi140"}]: dispatch 2023-11-16T11:56:53.431 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:52 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mon metadata", "id": "smithi140"}]: dispatch 2023-11-16T11:56:53.431 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:52 smithi103 ceph-mon[107764]: mon.smithi103 is new leader, mons smithi103,smithi140 in quorum (ranks 0,1) 2023-11-16T11:56:53.431 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:52 smithi103 ceph-mon[107764]: monmap e2: 2 mons at {smithi103=[v2:172.21.15.103:3300/0,v1:172.21.15.103:6789/0],smithi140=[v2:172.21.15.140:3300/0,v1:172.21.15.140:6789/0]} 2023-11-16T11:56:53.431 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:52 smithi103 ceph-mon[107764]: fsmap 2023-11-16T11:56:53.431 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:52 smithi103 ceph-mon[107764]: osdmap e5: 0 total, 0 up, 0 in 2023-11-16T11:56:53.431 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:52 smithi103 ceph-mon[107764]: mgrmap e17: smithi103.lplguk(active, since 16s) 2023-11-16T11:56:53.431 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:52 smithi103 ceph-mon[107764]: Standby manager daemon smithi140.xexnxk started 2023-11-16T11:56:53.431 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:52 smithi103 ceph-mon[107764]: from='mgr.? 172.21.15.140:0/3635032376' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-16T11:56:53.432 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:52 smithi103 ceph-mon[107764]: from='mgr.? 172.21.15.140:0/3635032376' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi140.xexnxk/key"}]: dispatch 2023-11-16T11:56:53.433 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:52 smithi103 ceph-mon[107764]: from='mgr.? 172.21.15.140:0/3635032376' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-16T11:56:53.433 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:52 smithi103 ceph-mon[107764]: overall HEALTH_OK 2023-11-16T11:56:53.433 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:52 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:53.706 INFO:teuthology.orchestra.run.smithi140.stdout: 2023-11-16T11:56:53.706 INFO:teuthology.orchestra.run.smithi140.stdout:{"epoch":2,"fsid":"ed0a1724-8476-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T11:56:47.855087Z","created":"2023-11-16T11:55:04.897916Z","min_mon_release":17,"min_mon_release_name":"quincy","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy"],"optional":[]},"mons":[{"rank":0,"name":"smithi103","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:3300","nonce":0},{"type":"v1","addr":"172.21.15.103:6789","nonce":0}]},"addr":"172.21.15.103:6789/0","public_addr":"172.21.15.103:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi140","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:3300","nonce":0},{"type":"v1","addr":"172.21.15.140:6789","nonce":0}]},"addr":"172.21.15.140:6789/0","public_addr":"172.21.15.140:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-11-16T11:56:53.708 INFO:teuthology.orchestra.run.smithi140.stderr:dumped monmap epoch 2 2023-11-16T11:56:54.021 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-11-16T11:56:54.021 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph config generate-minimal-conf 2023-11-16T11:56:54.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:53 smithi140 ceph-mon[110414]: Deploying daemon node-exporter.smithi140 on smithi140 2023-11-16T11:56:54.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:53 smithi140 ceph-mon[110414]: mgrmap e18: smithi103.lplguk(active, since 16s), standbys: smithi140.xexnxk 2023-11-16T11:56:54.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:53 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mgr metadata", "who": "smithi140.xexnxk", "id": "smithi140.xexnxk"}]: dispatch 2023-11-16T11:56:54.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:53 smithi140 ceph-mon[110414]: from='client.? 172.21.15.140:0/72315632' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T11:56:54.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:53 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mon metadata", "id": "smithi140"}]: dispatch 2023-11-16T11:56:54.330 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:53 smithi103 ceph-mon[107764]: Deploying daemon node-exporter.smithi140 on smithi140 2023-11-16T11:56:54.330 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:53 smithi103 ceph-mon[107764]: mgrmap e18: smithi103.lplguk(active, since 16s), standbys: smithi140.xexnxk 2023-11-16T11:56:54.330 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:53 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mgr metadata", "who": "smithi140.xexnxk", "id": "smithi140.xexnxk"}]: dispatch 2023-11-16T11:56:54.330 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:53 smithi103 ceph-mon[107764]: from='client.? 172.21.15.140:0/72315632' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T11:56:54.331 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:53 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mon metadata", "id": "smithi140"}]: dispatch 2023-11-16T11:56:55.328 INFO:teuthology.orchestra.run.smithi103.stdout:# minimal ceph.conf for ed0a1724-8476-11ee-8dbe-212e2dc638e7 2023-11-16T11:56:55.328 INFO:teuthology.orchestra.run.smithi103.stdout:[global] 2023-11-16T11:56:55.328 INFO:teuthology.orchestra.run.smithi103.stdout: fsid = ed0a1724-8476-11ee-8dbe-212e2dc638e7 2023-11-16T11:56:55.328 INFO:teuthology.orchestra.run.smithi103.stdout: mon_host = [v2:172.21.15.103:3300/0,v1:172.21.15.103:6789/0] [v2:172.21.15.140:3300/0,v1:172.21.15.140:6789/0] 2023-11-16T11:56:55.685 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-11-16T11:56:55.686 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2023-11-16T11:56:55.686 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd of=/etc/ceph/ceph.conf 2023-11-16T11:56:55.713 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2023-11-16T11:56:55.713 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-16T11:56:55.781 DEBUG:teuthology.orchestra.run.smithi140:> set -ex 2023-11-16T11:56:55.782 DEBUG:teuthology.orchestra.run.smithi140:> sudo dd of=/etc/ceph/ceph.conf 2023-11-16T11:56:55.812 DEBUG:teuthology.orchestra.run.smithi140:> set -ex 2023-11-16T11:56:55.812 DEBUG:teuthology.orchestra.run.smithi140:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-16T11:56:55.879 INFO:tasks.cephadm:Deploying OSDs... 2023-11-16T11:56:55.879 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2023-11-16T11:56:55.879 DEBUG:teuthology.orchestra.run.smithi103:> dd if=/scratch_devs of=/dev/stdout 2023-11-16T11:56:55.899 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-16T11:56:55.899 DEBUG:teuthology.orchestra.run.smithi103:> stat /dev/vg_nvme/lv_1 2023-11-16T11:56:55.957 INFO:teuthology.orchestra.run.smithi103.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-16T11:56:55.957 INFO:teuthology.orchestra.run.smithi103.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T11:56:55.958 INFO:teuthology.orchestra.run.smithi103.stdout:Device: 6h/6d Inode: 387561 Links: 1 2023-11-16T11:56:55.958 INFO:teuthology.orchestra.run.smithi103.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T11:56:55.958 INFO:teuthology.orchestra.run.smithi103.stdout:Context: system_u:object_r:device_t:s0 2023-11-16T11:56:55.958 INFO:teuthology.orchestra.run.smithi103.stdout:Access: 2023-11-16 11:56:27.709127022 +0000 2023-11-16T11:56:55.958 INFO:teuthology.orchestra.run.smithi103.stdout:Modify: 2023-11-16 11:53:23.443371241 +0000 2023-11-16T11:56:55.958 INFO:teuthology.orchestra.run.smithi103.stdout:Change: 2023-11-16 11:53:23.443371241 +0000 2023-11-16T11:56:55.958 INFO:teuthology.orchestra.run.smithi103.stdout: Birth: - 2023-11-16T11:56:55.958 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-16T11:56:56.023 INFO:teuthology.orchestra.run.smithi103.stderr:1+0 records in 2023-11-16T11:56:56.023 INFO:teuthology.orchestra.run.smithi103.stderr:1+0 records out 2023-11-16T11:56:56.024 INFO:teuthology.orchestra.run.smithi103.stderr:512 bytes copied, 0.000230234 s, 2.2 MB/s 2023-11-16T11:56:56.024 DEBUG:teuthology.orchestra.run.smithi103:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-16T11:56:56.084 DEBUG:teuthology.orchestra.run.smithi103:> stat /dev/vg_nvme/lv_2 2023-11-16T11:56:56.142 INFO:teuthology.orchestra.run.smithi103.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-16T11:56:56.142 INFO:teuthology.orchestra.run.smithi103.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T11:56:56.142 INFO:teuthology.orchestra.run.smithi103.stdout:Device: 6h/6d Inode: 396442 Links: 1 2023-11-16T11:56:56.142 INFO:teuthology.orchestra.run.smithi103.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T11:56:56.142 INFO:teuthology.orchestra.run.smithi103.stdout:Context: system_u:object_r:device_t:s0 2023-11-16T11:56:56.142 INFO:teuthology.orchestra.run.smithi103.stdout:Access: 2023-11-16 11:56:27.709127022 +0000 2023-11-16T11:56:56.142 INFO:teuthology.orchestra.run.smithi103.stdout:Modify: 2023-11-16 11:53:24.361353757 +0000 2023-11-16T11:56:56.142 INFO:teuthology.orchestra.run.smithi103.stdout:Change: 2023-11-16 11:53:24.361353757 +0000 2023-11-16T11:56:56.143 INFO:teuthology.orchestra.run.smithi103.stdout: Birth: - 2023-11-16T11:56:56.143 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-16T11:56:56.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:55 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/359860003' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:56:56.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:55 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:56.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:55 smithi103 ceph-mon[107764]: Deploying daemon prometheus.smithi103 on smithi103 2023-11-16T11:56:56.205 INFO:teuthology.orchestra.run.smithi103.stderr:1+0 records in 2023-11-16T11:56:56.205 INFO:teuthology.orchestra.run.smithi103.stderr:1+0 records out 2023-11-16T11:56:56.205 INFO:teuthology.orchestra.run.smithi103.stderr:512 bytes copied, 0.000213461 s, 2.4 MB/s 2023-11-16T11:56:56.206 DEBUG:teuthology.orchestra.run.smithi103:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-16T11:56:56.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:55 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/359860003' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:56:56.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:55 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:56.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:55 smithi140 ceph-mon[110414]: Deploying daemon prometheus.smithi103 on smithi103 2023-11-16T11:56:56.265 DEBUG:teuthology.orchestra.run.smithi103:> stat /dev/vg_nvme/lv_3 2023-11-16T11:56:56.323 INFO:teuthology.orchestra.run.smithi103.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-16T11:56:56.323 INFO:teuthology.orchestra.run.smithi103.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T11:56:56.324 INFO:teuthology.orchestra.run.smithi103.stdout:Device: 6h/6d Inode: 399392 Links: 1 2023-11-16T11:56:56.324 INFO:teuthology.orchestra.run.smithi103.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T11:56:56.324 INFO:teuthology.orchestra.run.smithi103.stdout:Context: system_u:object_r:device_t:s0 2023-11-16T11:56:56.324 INFO:teuthology.orchestra.run.smithi103.stdout:Access: 2023-11-16 11:56:27.709127022 +0000 2023-11-16T11:56:56.324 INFO:teuthology.orchestra.run.smithi103.stdout:Modify: 2023-11-16 11:53:25.481332426 +0000 2023-11-16T11:56:56.324 INFO:teuthology.orchestra.run.smithi103.stdout:Change: 2023-11-16 11:53:25.481332426 +0000 2023-11-16T11:56:56.324 INFO:teuthology.orchestra.run.smithi103.stdout: Birth: - 2023-11-16T11:56:56.327 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-16T11:56:56.388 INFO:teuthology.orchestra.run.smithi103.stderr:1+0 records in 2023-11-16T11:56:56.388 INFO:teuthology.orchestra.run.smithi103.stderr:1+0 records out 2023-11-16T11:56:56.388 INFO:teuthology.orchestra.run.smithi103.stderr:512 bytes copied, 0.000193816 s, 2.6 MB/s 2023-11-16T11:56:56.389 DEBUG:teuthology.orchestra.run.smithi103:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-16T11:56:56.448 DEBUG:teuthology.orchestra.run.smithi103:> stat /dev/vg_nvme/lv_4 2023-11-16T11:56:56.507 INFO:teuthology.orchestra.run.smithi103.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-16T11:56:56.507 INFO:teuthology.orchestra.run.smithi103.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T11:56:56.507 INFO:teuthology.orchestra.run.smithi103.stdout:Device: 6h/6d Inode: 400477 Links: 1 2023-11-16T11:56:56.507 INFO:teuthology.orchestra.run.smithi103.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T11:56:56.507 INFO:teuthology.orchestra.run.smithi103.stdout:Context: system_u:object_r:device_t:s0 2023-11-16T11:56:56.507 INFO:teuthology.orchestra.run.smithi103.stdout:Access: 2023-11-16 11:56:27.709127022 +0000 2023-11-16T11:56:56.507 INFO:teuthology.orchestra.run.smithi103.stdout:Modify: 2023-11-16 11:53:26.465313686 +0000 2023-11-16T11:56:56.507 INFO:teuthology.orchestra.run.smithi103.stdout:Change: 2023-11-16 11:53:26.465313686 +0000 2023-11-16T11:56:56.507 INFO:teuthology.orchestra.run.smithi103.stdout: Birth: - 2023-11-16T11:56:56.508 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-16T11:56:56.573 INFO:teuthology.orchestra.run.smithi103.stderr:1+0 records in 2023-11-16T11:56:56.573 INFO:teuthology.orchestra.run.smithi103.stderr:1+0 records out 2023-11-16T11:56:56.573 INFO:teuthology.orchestra.run.smithi103.stderr:512 bytes copied, 0.000187911 s, 2.7 MB/s 2023-11-16T11:56:56.574 DEBUG:teuthology.orchestra.run.smithi103:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-16T11:56:56.633 DEBUG:teuthology.orchestra.run.smithi140:> set -ex 2023-11-16T11:56:56.634 DEBUG:teuthology.orchestra.run.smithi140:> dd if=/scratch_devs of=/dev/stdout 2023-11-16T11:56:56.654 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-16T11:56:56.654 DEBUG:teuthology.orchestra.run.smithi140:> stat /dev/vg_nvme/lv_1 2023-11-16T11:56:56.714 INFO:teuthology.orchestra.run.smithi140.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-16T11:56:56.714 INFO:teuthology.orchestra.run.smithi140.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T11:56:56.714 INFO:teuthology.orchestra.run.smithi140.stdout:Device: 6h/6d Inode: 386956 Links: 1 2023-11-16T11:56:56.714 INFO:teuthology.orchestra.run.smithi140.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T11:56:56.714 INFO:teuthology.orchestra.run.smithi140.stdout:Context: system_u:object_r:device_t:s0 2023-11-16T11:56:56.714 INFO:teuthology.orchestra.run.smithi140.stdout:Access: 2023-11-16 11:56:53.398978627 +0000 2023-11-16T11:56:56.715 INFO:teuthology.orchestra.run.smithi140.stdout:Modify: 2023-11-16 11:53:24.385773392 +0000 2023-11-16T11:56:56.715 INFO:teuthology.orchestra.run.smithi140.stdout:Change: 2023-11-16 11:53:24.385773392 +0000 2023-11-16T11:56:56.715 INFO:teuthology.orchestra.run.smithi140.stdout: Birth: - 2023-11-16T11:56:56.715 DEBUG:teuthology.orchestra.run.smithi140:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-16T11:56:56.781 INFO:teuthology.orchestra.run.smithi140.stderr:1+0 records in 2023-11-16T11:56:56.782 INFO:teuthology.orchestra.run.smithi140.stderr:1+0 records out 2023-11-16T11:56:56.782 INFO:teuthology.orchestra.run.smithi140.stderr:512 bytes copied, 0.000228291 s, 2.2 MB/s 2023-11-16T11:56:56.783 DEBUG:teuthology.orchestra.run.smithi140:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-16T11:56:56.843 DEBUG:teuthology.orchestra.run.smithi140:> stat /dev/vg_nvme/lv_2 2023-11-16T11:56:56.902 INFO:teuthology.orchestra.run.smithi140.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-16T11:56:56.902 INFO:teuthology.orchestra.run.smithi140.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T11:56:56.902 INFO:teuthology.orchestra.run.smithi140.stdout:Device: 6h/6d Inode: 394528 Links: 1 2023-11-16T11:56:56.902 INFO:teuthology.orchestra.run.smithi140.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T11:56:56.902 INFO:teuthology.orchestra.run.smithi140.stdout:Context: system_u:object_r:device_t:s0 2023-11-16T11:56:56.902 INFO:teuthology.orchestra.run.smithi140.stdout:Access: 2023-11-16 11:56:53.398978627 +0000 2023-11-16T11:56:56.903 INFO:teuthology.orchestra.run.smithi140.stdout:Modify: 2023-11-16 11:53:25.378751446 +0000 2023-11-16T11:56:56.903 INFO:teuthology.orchestra.run.smithi140.stdout:Change: 2023-11-16 11:53:25.378751446 +0000 2023-11-16T11:56:56.903 INFO:teuthology.orchestra.run.smithi140.stdout: Birth: - 2023-11-16T11:56:56.903 DEBUG:teuthology.orchestra.run.smithi140:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-16T11:56:56.968 INFO:teuthology.orchestra.run.smithi140.stderr:1+0 records in 2023-11-16T11:56:56.969 INFO:teuthology.orchestra.run.smithi140.stderr:1+0 records out 2023-11-16T11:56:56.969 INFO:teuthology.orchestra.run.smithi140.stderr:512 bytes copied, 0.000286311 s, 1.8 MB/s 2023-11-16T11:56:56.970 DEBUG:teuthology.orchestra.run.smithi140:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-16T11:56:57.029 DEBUG:teuthology.orchestra.run.smithi140:> stat /dev/vg_nvme/lv_3 2023-11-16T11:56:57.087 INFO:teuthology.orchestra.run.smithi140.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-16T11:56:57.088 INFO:teuthology.orchestra.run.smithi140.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T11:56:57.088 INFO:teuthology.orchestra.run.smithi140.stdout:Device: 6h/6d Inode: 397436 Links: 1 2023-11-16T11:56:57.088 INFO:teuthology.orchestra.run.smithi140.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T11:56:57.088 INFO:teuthology.orchestra.run.smithi140.stdout:Context: system_u:object_r:device_t:s0 2023-11-16T11:56:57.088 INFO:teuthology.orchestra.run.smithi140.stdout:Access: 2023-11-16 11:56:53.398978627 +0000 2023-11-16T11:56:57.088 INFO:teuthology.orchestra.run.smithi140.stdout:Modify: 2023-11-16 11:53:26.354729876 +0000 2023-11-16T11:56:57.088 INFO:teuthology.orchestra.run.smithi140.stdout:Change: 2023-11-16 11:53:26.354729876 +0000 2023-11-16T11:56:57.088 INFO:teuthology.orchestra.run.smithi140.stdout: Birth: - 2023-11-16T11:56:57.088 DEBUG:teuthology.orchestra.run.smithi140:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-16T11:56:57.157 INFO:teuthology.orchestra.run.smithi140.stderr:1+0 records in 2023-11-16T11:56:57.157 INFO:teuthology.orchestra.run.smithi140.stderr:1+0 records out 2023-11-16T11:56:57.157 INFO:teuthology.orchestra.run.smithi140.stderr:512 bytes copied, 0.000192168 s, 2.7 MB/s 2023-11-16T11:56:57.158 DEBUG:teuthology.orchestra.run.smithi140:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-16T11:56:57.216 DEBUG:teuthology.orchestra.run.smithi140:> stat /dev/vg_nvme/lv_4 2023-11-16T11:56:57.274 INFO:teuthology.orchestra.run.smithi140.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-16T11:56:57.274 INFO:teuthology.orchestra.run.smithi140.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T11:56:57.274 INFO:teuthology.orchestra.run.smithi140.stdout:Device: 6h/6d Inode: 387905 Links: 1 2023-11-16T11:56:57.275 INFO:teuthology.orchestra.run.smithi140.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T11:56:57.275 INFO:teuthology.orchestra.run.smithi140.stdout:Context: system_u:object_r:device_t:s0 2023-11-16T11:56:57.275 INFO:teuthology.orchestra.run.smithi140.stdout:Access: 2023-11-16 11:56:53.399978605 +0000 2023-11-16T11:56:57.275 INFO:teuthology.orchestra.run.smithi140.stdout:Modify: 2023-11-16 11:53:27.414706451 +0000 2023-11-16T11:56:57.275 INFO:teuthology.orchestra.run.smithi140.stdout:Change: 2023-11-16 11:53:27.414706451 +0000 2023-11-16T11:56:57.275 INFO:teuthology.orchestra.run.smithi140.stdout: Birth: - 2023-11-16T11:56:57.276 DEBUG:teuthology.orchestra.run.smithi140:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-16T11:56:57.340 INFO:teuthology.orchestra.run.smithi140.stderr:1+0 records in 2023-11-16T11:56:57.341 INFO:teuthology.orchestra.run.smithi140.stderr:1+0 records out 2023-11-16T11:56:57.341 INFO:teuthology.orchestra.run.smithi140.stderr:512 bytes copied, 0.000215313 s, 2.4 MB/s 2023-11-16T11:56:57.342 DEBUG:teuthology.orchestra.run.smithi140:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-16T11:56:57.400 INFO:tasks.cephadm:Deploying osd.0 on smithi103 with /dev/vg_nvme/lv_4... 2023-11-16T11:56:57.400 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-11-16T11:56:58.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:57 smithi140 ceph-mon[110414]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T11:56:58.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:57 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:56:58.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:57 smithi103 ceph-mon[107764]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T11:56:58.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:57 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:00.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:56:59 smithi140 ceph-mon[110414]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T11:57:00.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:56:59 smithi103 ceph-mon[107764]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T11:57:02.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:01 smithi140 ceph-mon[110414]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T11:57:02.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:01 smithi103 ceph-mon[107764]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T11:57:04.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:03 smithi140 ceph-mon[110414]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T11:57:04.290 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:03 smithi103 ceph-mon[107764]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T11:57:04.768 INFO:teuthology.orchestra.run.smithi103.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-11-16T11:57:04.769 INFO:teuthology.orchestra.run.smithi103.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-11-16T11:57:04.769 INFO:teuthology.orchestra.run.smithi103.stderr: stderr: 10+0 records in 2023-11-16T11:57:04.769 INFO:teuthology.orchestra.run.smithi103.stderr:10+0 records out 2023-11-16T11:57:04.769 INFO:teuthology.orchestra.run.smithi103.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0128 s, 819 MB/s 2023-11-16T11:57:04.770 INFO:teuthology.orchestra.run.smithi103.stderr:--> Zapping successful for: 2023-11-16T11:57:05.424 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph orch daemon add osd smithi103:vg_nvme/lv_4 2023-11-16T11:57:06.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:05 smithi103 ceph-mon[107764]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T11:57:06.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:05 smithi140 ceph-mon[110414]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T11:57:08.062 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:07 smithi103 ceph-mon[107764]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T11:57:08.062 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:07 smithi103 ceph-mon[107764]: from='client.14236 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi103:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T11:57:08.063 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:07 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T11:57:08.063 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:07 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T11:57:08.063 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:07 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:57:08.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:07 smithi140 ceph-mon[110414]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T11:57:08.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:07 smithi140 ceph-mon[110414]: from='client.14236 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi103:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T11:57:08.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:07 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T11:57:08.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:07 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T11:57:08.237 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:07 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:57:09.826 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:09 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:09.827 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:09 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T11:57:09.827 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:09 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:57:09.827 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:09 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T11:57:09.827 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:09 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/1887565480' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1454cef1-2d27-4b6c-9649-24699fcd564d"}]: dispatch 2023-11-16T11:57:09.827 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:09 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/1887565480' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1454cef1-2d27-4b6c-9649-24699fcd564d"}]': finished 2023-11-16T11:57:09.827 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:09 smithi140 ceph-mon[110414]: osdmap e6: 1 total, 0 up, 1 in 2023-11-16T11:57:09.827 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:09 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T11:57:09.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:09 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:09.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:09 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T11:57:09.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:09 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:57:09.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:09 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T11:57:09.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:09 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/1887565480' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1454cef1-2d27-4b6c-9649-24699fcd564d"}]: dispatch 2023-11-16T11:57:09.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:09 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/1887565480' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1454cef1-2d27-4b6c-9649-24699fcd564d"}]': finished 2023-11-16T11:57:09.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:09 smithi103 ceph-mon[107764]: osdmap e6: 1 total, 0 up, 1 in 2023-11-16T11:57:09.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:09 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T11:57:10.884 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:10 smithi103 ceph-mon[107764]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T11:57:10.884 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:10 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:10.884 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:10 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/651792494' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T11:57:10.884 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:10 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:10.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:10 smithi140 ceph-mon[110414]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T11:57:10.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:10 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:10.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:10 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/651792494' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T11:57:10.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:10 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:11.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:11 smithi103 ceph-mon[107764]: Updating smithi140:/etc/ceph/ceph.conf 2023-11-16T11:57:11.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:11 smithi103 ceph-mon[107764]: Updating smithi140:/etc/ceph/ceph.client.admin.keyring 2023-11-16T11:57:11.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:11 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:11.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:11 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:11.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:11 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:11.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:11 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-16T11:57:11.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:11 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-16T11:57:11.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:11 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:57:11.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:11 smithi140 ceph-mon[110414]: Updating smithi140:/etc/ceph/ceph.conf 2023-11-16T11:57:11.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:11 smithi140 ceph-mon[110414]: Updating smithi140:/etc/ceph/ceph.client.admin.keyring 2023-11-16T11:57:11.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:11 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:11.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:11 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:11.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:11 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:11.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:11 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-16T11:57:11.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:11 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-16T11:57:11.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:11 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:57:12.640 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:12 smithi103 ceph-mon[107764]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T11:57:12.640 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:12 smithi103 ceph-mon[107764]: Updating smithi103:/etc/ceph/ceph.conf 2023-11-16T11:57:12.640 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:12 smithi103 ceph-mon[107764]: Reconfiguring mon.smithi103 (unknown last config time)... 2023-11-16T11:57:12.640 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:12 smithi103 ceph-mon[107764]: Reconfiguring daemon mon.smithi103 on smithi103 2023-11-16T11:57:12.640 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:12 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:12.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:12 smithi140 ceph-mon[110414]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T11:57:12.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:12 smithi140 ceph-mon[110414]: Updating smithi103:/etc/ceph/ceph.conf 2023-11-16T11:57:12.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:12 smithi140 ceph-mon[110414]: Reconfiguring mon.smithi103 (unknown last config time)... 2023-11-16T11:57:12.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:12 smithi140 ceph-mon[110414]: Reconfiguring daemon mon.smithi103 on smithi103 2023-11-16T11:57:12.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:12 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:14.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:14 smithi103 ceph-mon[107764]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T11:57:14.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:14 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:14.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:14 smithi103 ceph-mon[107764]: Reconfiguring mgr.smithi103.lplguk (unknown last config time)... 2023-11-16T11:57:14.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:14 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi103.lplguk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-16T11:57:14.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:14 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-16T11:57:14.681 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:14 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:57:14.681 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:14 smithi103 ceph-mon[107764]: Reconfiguring daemon mgr.smithi103.lplguk on smithi103 2023-11-16T11:57:14.681 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:14 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:14.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:14 smithi140 ceph-mon[110414]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T11:57:14.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:14 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:14.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:14 smithi140 ceph-mon[110414]: Reconfiguring mgr.smithi103.lplguk (unknown last config time)... 2023-11-16T11:57:14.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:14 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi103.lplguk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-16T11:57:14.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:14 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-16T11:57:14.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:14 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:57:14.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:14 smithi140 ceph-mon[110414]: Reconfiguring daemon mgr.smithi103.lplguk on smithi103 2023-11-16T11:57:14.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:14 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:15.448 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:15 smithi103 ceph-mon[107764]: Reconfiguring alertmanager.smithi103 (dependencies changed)... 2023-11-16T11:57:15.448 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:15 smithi103 ceph-mon[107764]: Reconfiguring daemon alertmanager.smithi103 on smithi103 2023-11-16T11:57:15.449 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:15 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-16T11:57:15.449 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:15 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:57:15.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:15 smithi140 ceph-mon[110414]: Reconfiguring alertmanager.smithi103 (dependencies changed)... 2023-11-16T11:57:15.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:15 smithi140 ceph-mon[110414]: Reconfiguring daemon alertmanager.smithi103 on smithi103 2023-11-16T11:57:15.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:15 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-16T11:57:15.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:15 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:57:16.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:16 smithi103 ceph-mon[107764]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T11:57:16.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:16 smithi103 ceph-mon[107764]: Deploying daemon osd.0 on smithi103 2023-11-16T11:57:16.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:16 smithi140 ceph-mon[110414]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T11:57:16.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:16 smithi140 ceph-mon[110414]: Deploying daemon osd.0 on smithi103 2023-11-16T11:57:18.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:18 smithi140 ceph-mon[110414]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T11:57:18.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:18 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:18.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:18 smithi140 ceph-mon[110414]: Reconfiguring crash.smithi103 (monmap changed)... 2023-11-16T11:57:18.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:18 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi103", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-16T11:57:18.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:18 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:57:18.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:18 smithi140 ceph-mon[110414]: Reconfiguring daemon crash.smithi103 on smithi103 2023-11-16T11:57:18.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:18 smithi103 ceph-mon[107764]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T11:57:18.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:18 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:18.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:18 smithi103 ceph-mon[107764]: Reconfiguring crash.smithi103 (monmap changed)... 2023-11-16T11:57:18.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:18 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi103", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-16T11:57:18.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:18 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:57:18.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:18 smithi103 ceph-mon[107764]: Reconfiguring daemon crash.smithi103 on smithi103 2023-11-16T11:57:20.763 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:20 smithi103 ceph-mon[107764]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T11:57:20.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:20 smithi140 ceph-mon[110414]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T11:57:22.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:21 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:22.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:21 smithi103 ceph-mon[107764]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T11:57:22.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:21 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:22.183 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:21 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:22.183 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:21 smithi140 ceph-mon[110414]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T11:57:22.183 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:21 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:23.110 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:22 smithi103 ceph-mon[107764]: Reconfiguring grafana.smithi103 (dependencies changed)... 2023-11-16T11:57:23.110 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:22 smithi103 ceph-mon[107764]: Reconfiguring daemon grafana.smithi103 on smithi103 2023-11-16T11:57:23.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:22 smithi140 ceph-mon[110414]: Reconfiguring grafana.smithi103 (dependencies changed)... 2023-11-16T11:57:23.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:22 smithi140 ceph-mon[110414]: Reconfiguring daemon grafana.smithi103 on smithi103 2023-11-16T11:57:24.086 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:23 smithi103 ceph-mon[107764]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T11:57:24.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:23 smithi140 ceph-mon[110414]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T11:57:24.898 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:24 smithi140 ceph-mon[110414]: from='osd.0 [v2:172.21.15.103:6802/1847730300,v1:172.21.15.103:6803/1847730300]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-16T11:57:24.898 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:24 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:25.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:24 smithi103 ceph-mon[107764]: from='osd.0 [v2:172.21.15.103:6802/1847730300,v1:172.21.15.103:6803/1847730300]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-16T11:57:25.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:24 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:25.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:24 smithi103 ceph-mon[107764]: Reconfiguring crash.smithi140 (monmap changed)... 2023-11-16T11:57:25.181 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:24 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi140", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-16T11:57:25.181 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:24 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:57:25.181 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:24 smithi103 ceph-mon[107764]: Reconfiguring daemon crash.smithi140 on smithi140 2023-11-16T11:57:25.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:24 smithi140 ceph-mon[110414]: Reconfiguring crash.smithi140 (monmap changed)... 2023-11-16T11:57:25.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:24 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi140", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-16T11:57:25.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:24 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:57:25.237 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:24 smithi140 ceph-mon[110414]: Reconfiguring daemon crash.smithi140 on smithi140 2023-11-16T11:57:25.290 INFO:teuthology.orchestra.run.smithi103.stdout:Created osd(s) 0 on host 'smithi103' 2023-11-16T11:57:25.659 DEBUG:teuthology.orchestra.run.smithi103:osd.0> sudo journalctl -f -n 0 -u ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7@osd.0.service 2023-11-16T11:57:25.661 INFO:tasks.cephadm:Deploying osd.1 on smithi103 with /dev/vg_nvme/lv_3... 2023-11-16T11:57:25.662 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-11-16T11:57:25.692 INFO:journalctl@ceph.osd.0.smithi103.stdout:-- Logs begin at Thu 2023-11-16 11:42:27 UTC. -- 2023-11-16T11:57:26.143 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:25 smithi140 ceph-mon[110414]: from='osd.0 [v2:172.21.15.103:6802/1847730300,v1:172.21.15.103:6803/1847730300]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-16T11:57:26.144 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:25 smithi140 ceph-mon[110414]: osdmap e7: 1 total, 0 up, 1 in 2023-11-16T11:57:26.144 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:25 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T11:57:26.144 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:25 smithi140 ceph-mon[110414]: from='osd.0 [v2:172.21.15.103:6802/1847730300,v1:172.21.15.103:6803/1847730300]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi103", "root=default"]}]: dispatch 2023-11-16T11:57:26.144 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:25 smithi140 ceph-mon[110414]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T11:57:26.144 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:25 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:26.144 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:25 smithi140 ceph-mon[110414]: Reconfiguring mgr.smithi140.xexnxk (monmap changed)... 2023-11-16T11:57:26.144 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:25 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi140.xexnxk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-16T11:57:26.144 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:25 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-16T11:57:26.144 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:25 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:57:26.144 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:25 smithi140 ceph-mon[110414]: Reconfiguring daemon mgr.smithi140.xexnxk on smithi140 2023-11-16T11:57:26.144 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:25 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:26.180 INFO:journalctl@ceph.osd.0.smithi103.stdout:Nov 16 11:57:25 smithi103 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-0[120557]: 2023-11-16T11:57:25.908+0000 7f562b0ab700 -1 osd.0 0 waiting for initial osdmap 2023-11-16T11:57:26.180 INFO:journalctl@ceph.osd.0.smithi103.stdout:Nov 16 11:57:25 smithi103 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-0[120557]: 2023-11-16T11:57:25.914+0000 7f5625a42700 -1 osd.0 8 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-16T11:57:26.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:25 smithi103 ceph-mon[107764]: from='osd.0 [v2:172.21.15.103:6802/1847730300,v1:172.21.15.103:6803/1847730300]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-16T11:57:26.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:25 smithi103 ceph-mon[107764]: osdmap e7: 1 total, 0 up, 1 in 2023-11-16T11:57:26.181 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:25 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T11:57:26.181 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:25 smithi103 ceph-mon[107764]: from='osd.0 [v2:172.21.15.103:6802/1847730300,v1:172.21.15.103:6803/1847730300]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi103", "root=default"]}]: dispatch 2023-11-16T11:57:26.181 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:25 smithi103 ceph-mon[107764]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T11:57:26.181 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:25 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:26.181 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:25 smithi103 ceph-mon[107764]: Reconfiguring mgr.smithi140.xexnxk (monmap changed)... 2023-11-16T11:57:26.181 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:25 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi140.xexnxk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-16T11:57:26.181 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:25 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-16T11:57:26.181 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:25 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:57:26.181 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:25 smithi103 ceph-mon[107764]: Reconfiguring daemon mgr.smithi140.xexnxk on smithi140 2023-11-16T11:57:26.181 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:25 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:27.036 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:26 smithi140 ceph-mon[110414]: from='osd.0 [v2:172.21.15.103:6802/1847730300,v1:172.21.15.103:6803/1847730300]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi103", "root=default"]}]': finished 2023-11-16T11:57:27.037 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:26 smithi140 ceph-mon[110414]: osdmap e8: 1 total, 0 up, 1 in 2023-11-16T11:57:27.037 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:26 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T11:57:27.037 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:26 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T11:57:27.037 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:26 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:27.037 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:26 smithi140 ceph-mon[110414]: Reconfiguring mon.smithi140 (monmap changed)... 2023-11-16T11:57:27.038 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:26 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-16T11:57:27.038 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:26 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-16T11:57:27.038 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:26 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:57:27.038 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:26 smithi140 ceph-mon[110414]: Reconfiguring daemon mon.smithi140 on smithi140 2023-11-16T11:57:27.108 INFO:teuthology.orchestra.run.smithi103.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-11-16T11:57:27.108 INFO:teuthology.orchestra.run.smithi103.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-11-16T11:57:27.108 INFO:teuthology.orchestra.run.smithi103.stderr: stderr: 10+0 records in 2023-11-16T11:57:27.108 INFO:teuthology.orchestra.run.smithi103.stderr:10+0 records out 2023-11-16T11:57:27.108 INFO:teuthology.orchestra.run.smithi103.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0156518 s, 670 MB/s 2023-11-16T11:57:27.108 INFO:teuthology.orchestra.run.smithi103.stderr:--> Zapping successful for: 2023-11-16T11:57:27.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:26 smithi103 ceph-mon[107764]: from='osd.0 [v2:172.21.15.103:6802/1847730300,v1:172.21.15.103:6803/1847730300]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi103", "root=default"]}]': finished 2023-11-16T11:57:27.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:26 smithi103 ceph-mon[107764]: osdmap e8: 1 total, 0 up, 1 in 2023-11-16T11:57:27.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:26 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T11:57:27.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:26 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T11:57:27.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:26 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:27.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:26 smithi103 ceph-mon[107764]: Reconfiguring mon.smithi140 (monmap changed)... 2023-11-16T11:57:27.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:26 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-16T11:57:27.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:26 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-16T11:57:27.181 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:26 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:57:27.181 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:26 smithi103 ceph-mon[107764]: Reconfiguring daemon mon.smithi140 on smithi140 2023-11-16T11:57:27.465 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph orch daemon add osd smithi103:vg_nvme/lv_3 2023-11-16T11:57:28.100 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:27 smithi103 ceph-mon[107764]: purged_snaps scrub starts 2023-11-16T11:57:28.100 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:27 smithi103 ceph-mon[107764]: purged_snaps scrub ok 2023-11-16T11:57:28.100 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:27 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T11:57:28.100 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:27 smithi103 ceph-mon[107764]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T11:57:28.100 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:27 smithi103 ceph-mon[107764]: osd.0 [v2:172.21.15.103:6802/1847730300,v1:172.21.15.103:6803/1847730300] boot 2023-11-16T11:57:28.100 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:27 smithi103 ceph-mon[107764]: osdmap e9: 1 total, 1 up, 1 in 2023-11-16T11:57:28.100 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:27 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T11:57:28.100 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:27 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:28.100 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:27 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-16T11:57:28.100 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:27 smithi103 ceph-mon[107764]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-16T11:57:28.100 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:27 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.103:9093"}]: dispatch 2023-11-16T11:57:28.101 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:27 smithi103 ceph-mon[107764]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.103:9093"}]: dispatch 2023-11-16T11:57:28.101 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:27 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:28.101 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:27 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-16T11:57:28.101 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:27 smithi103 ceph-mon[107764]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-16T11:57:28.101 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:27 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.103:3000"}]: dispatch 2023-11-16T11:57:28.101 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:27 smithi103 ceph-mon[107764]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.103:3000"}]: dispatch 2023-11-16T11:57:28.101 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:27 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:28.101 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:27 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-16T11:57:28.101 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:27 smithi103 ceph-mon[107764]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-16T11:57:28.101 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:27 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.103:9095"}]: dispatch 2023-11-16T11:57:28.101 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:27 smithi103 ceph-mon[107764]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.103:9095"}]: dispatch 2023-11-16T11:57:28.101 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:27 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:28.102 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:27 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T11:57:28.102 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:27 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:57:28.102 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:27 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T11:57:28.182 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:27 smithi140 ceph-mon[110414]: purged_snaps scrub starts 2023-11-16T11:57:28.182 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:27 smithi140 ceph-mon[110414]: purged_snaps scrub ok 2023-11-16T11:57:28.182 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:27 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T11:57:28.182 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:27 smithi140 ceph-mon[110414]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T11:57:28.182 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:27 smithi140 ceph-mon[110414]: osd.0 [v2:172.21.15.103:6802/1847730300,v1:172.21.15.103:6803/1847730300] boot 2023-11-16T11:57:28.182 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:27 smithi140 ceph-mon[110414]: osdmap e9: 1 total, 1 up, 1 in 2023-11-16T11:57:28.182 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:27 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T11:57:28.182 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:27 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:28.183 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:27 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-16T11:57:28.183 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:27 smithi140 ceph-mon[110414]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-16T11:57:28.183 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:27 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.103:9093"}]: dispatch 2023-11-16T11:57:28.183 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:27 smithi140 ceph-mon[110414]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.103:9093"}]: dispatch 2023-11-16T11:57:28.183 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:27 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:28.183 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:27 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-16T11:57:28.183 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:27 smithi140 ceph-mon[110414]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-16T11:57:28.183 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:27 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.103:3000"}]: dispatch 2023-11-16T11:57:28.183 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:27 smithi140 ceph-mon[110414]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.103:3000"}]: dispatch 2023-11-16T11:57:28.183 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:27 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:28.183 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:27 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-16T11:57:28.184 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:27 smithi140 ceph-mon[110414]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-16T11:57:28.184 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:27 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.103:9095"}]: dispatch 2023-11-16T11:57:28.184 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:27 smithi140 ceph-mon[110414]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.103:9095"}]: dispatch 2023-11-16T11:57:28.184 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:27 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:28.184 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:27 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T11:57:28.184 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:27 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:57:28.184 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:27 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T11:57:29.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:29 smithi103 ceph-mon[107764]: osdmap e10: 1 total, 1 up, 1 in 2023-11-16T11:57:29.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:29 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:29.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:29 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T11:57:29.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:29 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T11:57:29.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:29 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:57:29.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:29 smithi140 ceph-mon[110414]: osdmap e10: 1 total, 1 up, 1 in 2023-11-16T11:57:29.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:29 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:29.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:29 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T11:57:29.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:29 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T11:57:29.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:29 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:57:30.399 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:30 smithi103 ceph-mon[107764]: from='client.14254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi103:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T11:57:30.400 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:30 smithi103 ceph-mon[107764]: pgmap v24: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-16T11:57:30.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:30 smithi140 ceph-mon[110414]: from='client.14254 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi103:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T11:57:30.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:30 smithi140 ceph-mon[110414]: pgmap v24: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-16T11:57:32.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:32 smithi103 ceph-mon[107764]: pgmap v25: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-16T11:57:32.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:32 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:32.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:32 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/1074530265' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "445be359-6ac0-4a93-b074-a70ebe79d4e3"}]: dispatch 2023-11-16T11:57:32.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:32 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/1074530265' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "445be359-6ac0-4a93-b074-a70ebe79d4e3"}]': finished 2023-11-16T11:57:32.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:32 smithi103 ceph-mon[107764]: osdmap e11: 2 total, 1 up, 2 in 2023-11-16T11:57:32.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:32 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T11:57:32.431 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:32 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/507599223' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T11:57:32.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:32 smithi140 ceph-mon[110414]: pgmap v25: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-16T11:57:32.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:32 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:32.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:32 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/1074530265' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "445be359-6ac0-4a93-b074-a70ebe79d4e3"}]: dispatch 2023-11-16T11:57:32.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:32 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/1074530265' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "445be359-6ac0-4a93-b074-a70ebe79d4e3"}]': finished 2023-11-16T11:57:32.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:32 smithi140 ceph-mon[110414]: osdmap e11: 2 total, 1 up, 2 in 2023-11-16T11:57:32.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:32 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T11:57:32.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:32 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/507599223' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T11:57:34.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:34 smithi103 ceph-mon[107764]: pgmap v27: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-16T11:57:34.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:34 smithi140 ceph-mon[110414]: pgmap v27: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-16T11:57:36.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:35 smithi140 ceph-mon[110414]: pgmap v28: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-16T11:57:36.387 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:35 smithi103 ceph-mon[107764]: pgmap v28: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-16T11:57:38.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:37 smithi103 ceph-mon[107764]: Detected new or changed devices on smithi103 2023-11-16T11:57:38.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:37 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:38.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:37 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-16T11:57:38.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:37 smithi103 ceph-mon[107764]: Adjusting osd_memory_target on smithi103 to 12898M 2023-11-16T11:57:38.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:37 smithi103 ceph-mon[107764]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-16T11:57:38.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:37 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:38.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:37 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:38.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:37 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T11:57:38.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:37 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:57:38.181 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:37 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T11:57:38.181 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:37 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi103.lplguk/mirror_snapshot_schedule"}]: dispatch 2023-11-16T11:57:38.181 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:37 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi103.lplguk/trash_purge_schedule"}]: dispatch 2023-11-16T11:57:38.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:37 smithi140 ceph-mon[110414]: Detected new or changed devices on smithi103 2023-11-16T11:57:38.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:37 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:38.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:37 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-16T11:57:38.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:37 smithi140 ceph-mon[110414]: Adjusting osd_memory_target on smithi103 to 12898M 2023-11-16T11:57:38.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:37 smithi140 ceph-mon[110414]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-16T11:57:38.237 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:37 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:38.237 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:37 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:38.237 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:37 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T11:57:38.237 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:37 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:57:38.237 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:37 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T11:57:38.237 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:37 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi103.lplguk/mirror_snapshot_schedule"}]: dispatch 2023-11-16T11:57:38.237 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:37 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi103.lplguk/trash_purge_schedule"}]: dispatch 2023-11-16T11:57:39.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:39 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:39.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:39 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-16T11:57:39.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:39 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:57:39.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:39 smithi103 ceph-mon[107764]: Deploying daemon osd.1 on smithi103 2023-11-16T11:57:39.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:39 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:39.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:39 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-16T11:57:39.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:39 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:57:39.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:39 smithi140 ceph-mon[110414]: Deploying daemon osd.1 on smithi103 2023-11-16T11:57:40.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:40 smithi103 ceph-mon[107764]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-16T11:57:40.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:40 smithi140 ceph-mon[110414]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-16T11:57:41.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:41 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:41.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:41 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:41.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:41 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:41.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:41 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:42.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:42 smithi140 ceph-mon[110414]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-16T11:57:42.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:42 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:42.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:42 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T11:57:42.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:42 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:57:42.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:42 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T11:57:42.826 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:42 smithi103 ceph-mon[107764]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-16T11:57:42.826 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:42 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:42.826 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:42 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T11:57:42.826 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:42 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:57:42.826 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:42 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T11:57:44.536 INFO:teuthology.orchestra.run.smithi103.stdout:Created osd(s) 1 on host 'smithi103' 2023-11-16T11:57:44.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:44 smithi103 ceph-mon[107764]: pgmap v32: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-16T11:57:44.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:44 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:44.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:44 smithi140 ceph-mon[110414]: pgmap v32: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-16T11:57:44.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:44 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:45.104 DEBUG:teuthology.orchestra.run.smithi103:osd.1> sudo journalctl -f -n 0 -u ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7@osd.1.service 2023-11-16T11:57:45.106 INFO:tasks.cephadm:Deploying osd.2 on smithi103 with /dev/vg_nvme/lv_2... 2023-11-16T11:57:45.106 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-11-16T11:57:45.138 INFO:journalctl@ceph.osd.1.smithi103.stdout:-- Logs begin at Thu 2023-11-16 11:42:27 UTC. -- 2023-11-16T11:57:45.630 INFO:journalctl@ceph.osd.1.smithi103.stdout:Nov 16 11:57:45 smithi103 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-1[125309]: 2023-11-16T11:57:45.369+0000 7f80d62133c0 -1 osd.1 0 log_to_monitors true 2023-11-16T11:57:45.630 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:45 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:45.630 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:45 smithi103 ceph-mon[107764]: from='osd.1 [v2:172.21.15.103:6810/876827481,v1:172.21.15.103:6811/876827481]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-16T11:57:45.631 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:45 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:45.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:45 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:46.026 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:45 smithi140 ceph-mon[110414]: from='osd.1 [v2:172.21.15.103:6810/876827481,v1:172.21.15.103:6811/876827481]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-16T11:57:46.026 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:45 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:46.909 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:46 smithi103 ceph-mon[107764]: pgmap v33: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-16T11:57:46.909 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:46 smithi103 ceph-mon[107764]: from='osd.1 [v2:172.21.15.103:6810/876827481,v1:172.21.15.103:6811/876827481]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-16T11:57:46.909 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:46 smithi103 ceph-mon[107764]: osdmap e12: 2 total, 1 up, 2 in 2023-11-16T11:57:46.909 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:46 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T11:57:46.909 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:46 smithi103 ceph-mon[107764]: from='osd.1 [v2:172.21.15.103:6810/876827481,v1:172.21.15.103:6811/876827481]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi103", "root=default"]}]: dispatch 2023-11-16T11:57:46.963 INFO:teuthology.orchestra.run.smithi103.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-11-16T11:57:46.963 INFO:teuthology.orchestra.run.smithi103.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-11-16T11:57:46.963 INFO:teuthology.orchestra.run.smithi103.stderr: stderr: 10+0 records in 2023-11-16T11:57:46.963 INFO:teuthology.orchestra.run.smithi103.stderr:10+0 records out 2023-11-16T11:57:46.963 INFO:teuthology.orchestra.run.smithi103.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0150797 s, 695 MB/s 2023-11-16T11:57:46.963 INFO:teuthology.orchestra.run.smithi103.stderr:--> Zapping successful for: 2023-11-16T11:57:46.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:46 smithi140 ceph-mon[110414]: pgmap v33: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-16T11:57:46.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:46 smithi140 ceph-mon[110414]: from='osd.1 [v2:172.21.15.103:6810/876827481,v1:172.21.15.103:6811/876827481]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-16T11:57:46.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:46 smithi140 ceph-mon[110414]: osdmap e12: 2 total, 1 up, 2 in 2023-11-16T11:57:46.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:46 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T11:57:46.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:46 smithi140 ceph-mon[110414]: from='osd.1 [v2:172.21.15.103:6810/876827481,v1:172.21.15.103:6811/876827481]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi103", "root=default"]}]: dispatch 2023-11-16T11:57:47.180 INFO:journalctl@ceph.osd.1.smithi103.stdout:Nov 16 11:57:46 smithi103 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-1[125309]: 2023-11-16T11:57:46.939+0000 7f80ccc16700 -1 osd.1 0 waiting for initial osdmap 2023-11-16T11:57:47.181 INFO:journalctl@ceph.osd.1.smithi103.stdout:Nov 16 11:57:46 smithi103 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-1[125309]: 2023-11-16T11:57:46.942+0000 7f80c95b1700 -1 osd.1 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-16T11:57:47.398 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph orch daemon add osd smithi103:vg_nvme/lv_2 2023-11-16T11:57:48.026 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:47 smithi103 ceph-mon[107764]: pgmap v35: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-16T11:57:48.027 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:47 smithi103 ceph-mon[107764]: from='osd.1 [v2:172.21.15.103:6810/876827481,v1:172.21.15.103:6811/876827481]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi103", "root=default"]}]': finished 2023-11-16T11:57:48.027 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:47 smithi103 ceph-mon[107764]: osdmap e13: 2 total, 1 up, 2 in 2023-11-16T11:57:48.027 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:47 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T11:57:48.027 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:47 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T11:57:48.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:47 smithi140 ceph-mon[110414]: pgmap v35: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-16T11:57:48.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:47 smithi140 ceph-mon[110414]: from='osd.1 [v2:172.21.15.103:6810/876827481,v1:172.21.15.103:6811/876827481]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi103", "root=default"]}]': finished 2023-11-16T11:57:48.237 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:47 smithi140 ceph-mon[110414]: osdmap e13: 2 total, 1 up, 2 in 2023-11-16T11:57:48.237 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:47 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T11:57:48.237 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:47 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T11:57:49.167 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:48 smithi103 ceph-mon[107764]: purged_snaps scrub starts 2023-11-16T11:57:49.167 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:48 smithi103 ceph-mon[107764]: purged_snaps scrub ok 2023-11-16T11:57:49.167 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:48 smithi103 ceph-mon[107764]: osd.1 [v2:172.21.15.103:6810/876827481,v1:172.21.15.103:6811/876827481] boot 2023-11-16T11:57:49.167 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:48 smithi103 ceph-mon[107764]: osdmap e14: 2 total, 2 up, 2 in 2023-11-16T11:57:49.167 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:48 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T11:57:49.167 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:48 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:49.167 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:48 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-16T11:57:49.168 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:48 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-16T11:57:49.168 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:48 smithi103 ceph-mon[107764]: Adjusting osd_memory_target on smithi103 to 6449M 2023-11-16T11:57:49.168 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:48 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:49.168 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:48 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:49.168 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:48 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T11:57:49.168 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:48 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:57:49.169 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:48 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T11:57:49.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:48 smithi140 ceph-mon[110414]: purged_snaps scrub starts 2023-11-16T11:57:49.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:48 smithi140 ceph-mon[110414]: purged_snaps scrub ok 2023-11-16T11:57:49.237 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:48 smithi140 ceph-mon[110414]: osd.1 [v2:172.21.15.103:6810/876827481,v1:172.21.15.103:6811/876827481] boot 2023-11-16T11:57:49.237 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:48 smithi140 ceph-mon[110414]: osdmap e14: 2 total, 2 up, 2 in 2023-11-16T11:57:49.237 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:48 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T11:57:49.237 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:48 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:49.237 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:48 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-16T11:57:49.237 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:48 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-16T11:57:49.238 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:48 smithi140 ceph-mon[110414]: Adjusting osd_memory_target on smithi103 to 6449M 2023-11-16T11:57:49.238 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:48 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:49.238 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:48 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:49.238 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:48 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T11:57:49.238 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:48 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:57:49.238 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:48 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T11:57:50.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:49 smithi140 ceph-mon[110414]: pgmap v38: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-16T11:57:50.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:49 smithi140 ceph-mon[110414]: from='client.14272 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi103:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T11:57:50.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:49 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T11:57:50.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:49 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T11:57:50.237 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:49 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:57:50.237 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:49 smithi140 ceph-mon[110414]: osdmap e15: 2 total, 2 up, 2 in 2023-11-16T11:57:50.268 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:49 smithi103 ceph-mon[107764]: pgmap v38: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-16T11:57:50.269 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:49 smithi103 ceph-mon[107764]: from='client.14272 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi103:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T11:57:50.269 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:49 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T11:57:50.269 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:49 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T11:57:50.269 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:49 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:57:50.269 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:49 smithi103 ceph-mon[107764]: osdmap e15: 2 total, 2 up, 2 in 2023-11-16T11:57:52.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:52 smithi140 ceph-mon[110414]: pgmap v40: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-11-16T11:57:52.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:52 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:52.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:52 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:52.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:52 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/4045085781' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "993c3d50-2fe9-4fed-9c07-b105b346f4a0"}]: dispatch 2023-11-16T11:57:52.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:52 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/4045085781' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "993c3d50-2fe9-4fed-9c07-b105b346f4a0"}]': finished 2023-11-16T11:57:52.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:52 smithi140 ceph-mon[110414]: osdmap e16: 3 total, 2 up, 3 in 2023-11-16T11:57:52.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:52 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T11:57:52.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:52 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/1595850703' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T11:57:52.681 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:52 smithi103 ceph-mon[107764]: pgmap v40: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-11-16T11:57:52.682 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:52 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:52.682 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:52 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:57:52.682 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:52 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/4045085781' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "993c3d50-2fe9-4fed-9c07-b105b346f4a0"}]: dispatch 2023-11-16T11:57:52.682 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:52 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/4045085781' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "993c3d50-2fe9-4fed-9c07-b105b346f4a0"}]': finished 2023-11-16T11:57:52.682 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:52 smithi103 ceph-mon[107764]: osdmap e16: 3 total, 2 up, 3 in 2023-11-16T11:57:52.682 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:52 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T11:57:52.682 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:52 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/1595850703' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T11:57:54.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:54 smithi103 ceph-mon[107764]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-16T11:57:54.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:54 smithi140 ceph-mon[110414]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-16T11:57:56.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:55 smithi103 ceph-mon[107764]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-16T11:57:56.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:55 smithi140 ceph-mon[110414]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-16T11:57:57.208 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:56 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-16T11:57:57.208 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:56 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:57:57.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:56 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-16T11:57:57.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:56 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:57:58.237 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:57 smithi140 ceph-mon[110414]: Deploying daemon osd.2 on smithi103 2023-11-16T11:57:58.238 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:57 smithi140 ceph-mon[110414]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-16T11:57:58.317 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:57 smithi103 ceph-mon[107764]: Deploying daemon osd.2 on smithi103 2023-11-16T11:57:58.317 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:57 smithi103 ceph-mon[107764]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-16T11:58:00.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:57:59 smithi140 ceph-mon[110414]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-16T11:58:00.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:57:59 smithi103 ceph-mon[107764]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-16T11:58:01.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:01 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:01.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:01 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T11:58:01.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:01 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:58:01.431 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:01 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T11:58:01.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:01 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:01.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:01 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T11:58:01.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:01 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:58:01.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:01 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T11:58:02.269 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:02 smithi103 ceph-mon[107764]: pgmap v46: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-16T11:58:02.277 INFO:teuthology.orchestra.run.smithi103.stdout:Created osd(s) 2 on host 'smithi103' 2023-11-16T11:58:02.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:02 smithi140 ceph-mon[110414]: pgmap v46: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-16T11:58:02.712 DEBUG:teuthology.orchestra.run.smithi103:osd.2> sudo journalctl -f -n 0 -u ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7@osd.2.service 2023-11-16T11:58:02.714 INFO:tasks.cephadm:Deploying osd.3 on smithi103 with /dev/vg_nvme/lv_1... 2023-11-16T11:58:02.714 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-11-16T11:58:02.748 INFO:journalctl@ceph.osd.2.smithi103.stdout:-- Logs begin at Thu 2023-11-16 11:42:27 UTC. -- 2023-11-16T11:58:03.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:03 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:03.680 INFO:journalctl@ceph.osd.2.smithi103.stdout:Nov 16 11:58:03 smithi103 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-2[129571]: 2023-11-16T11:58:03.319+0000 7f15d05543c0 -1 osd.2 0 log_to_monitors true 2023-11-16T11:58:03.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:03 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:04.332 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:04 smithi103 ceph-mon[107764]: pgmap v47: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-16T11:58:04.333 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:04 smithi103 ceph-mon[107764]: from='osd.2 [v2:172.21.15.103:6818/1236204564,v1:172.21.15.103:6819/1236204564]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-16T11:58:04.333 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:04 smithi103 ceph-mon[107764]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-16T11:58:04.333 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:04 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:04.559 INFO:teuthology.orchestra.run.smithi103.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-11-16T11:58:04.559 INFO:teuthology.orchestra.run.smithi103.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-11-16T11:58:04.560 INFO:teuthology.orchestra.run.smithi103.stderr: stderr: 10+0 records in 2023-11-16T11:58:04.560 INFO:teuthology.orchestra.run.smithi103.stderr:10+0 records out 2023-11-16T11:58:04.560 INFO:teuthology.orchestra.run.smithi103.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0111753 s, 938 MB/s 2023-11-16T11:58:04.560 INFO:teuthology.orchestra.run.smithi103.stderr:--> Zapping successful for: 2023-11-16T11:58:04.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:04 smithi140 ceph-mon[110414]: pgmap v47: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-16T11:58:04.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:04 smithi140 ceph-mon[110414]: from='osd.2 [v2:172.21.15.103:6818/1236204564,v1:172.21.15.103:6819/1236204564]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-16T11:58:04.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:04 smithi140 ceph-mon[110414]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-16T11:58:04.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:04 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:05.225 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph orch daemon add osd smithi103:vg_nvme/lv_1 2023-11-16T11:58:05.299 INFO:journalctl@ceph.osd.2.smithi103.stdout:Nov 16 11:58:05 smithi103 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-2[129571]: 2023-11-16T11:58:05.293+0000 7f15c6f57700 -1 osd.2 0 waiting for initial osdmap 2023-11-16T11:58:05.299 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:05 smithi103 ceph-mon[107764]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-16T11:58:05.299 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:05 smithi103 ceph-mon[107764]: osdmap e17: 3 total, 2 up, 3 in 2023-11-16T11:58:05.299 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:05 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T11:58:05.299 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:05 smithi103 ceph-mon[107764]: from='osd.2 [v2:172.21.15.103:6818/1236204564,v1:172.21.15.103:6819/1236204564]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi103", "root=default"]}]: dispatch 2023-11-16T11:58:05.300 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:05 smithi103 ceph-mon[107764]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi103", "root=default"]}]: dispatch 2023-11-16T11:58:05.680 INFO:journalctl@ceph.osd.2.smithi103.stdout:Nov 16 11:58:05 smithi103 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-2[129571]: 2023-11-16T11:58:05.297+0000 7f15c20ef700 -1 osd.2 18 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-16T11:58:05.874 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:05 smithi140 ceph-mon[110414]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-16T11:58:05.874 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:05 smithi140 ceph-mon[110414]: osdmap e17: 3 total, 2 up, 3 in 2023-11-16T11:58:05.874 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:05 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T11:58:05.874 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:05 smithi140 ceph-mon[110414]: from='osd.2 [v2:172.21.15.103:6818/1236204564,v1:172.21.15.103:6819/1236204564]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi103", "root=default"]}]: dispatch 2023-11-16T11:58:05.875 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:05 smithi140 ceph-mon[110414]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi103", "root=default"]}]: dispatch 2023-11-16T11:58:06.297 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:06 smithi103 ceph-mon[107764]: pgmap v49: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-16T11:58:06.625 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:06 smithi103 ceph-mon[107764]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi103", "root=default"]}]': finished 2023-11-16T11:58:06.625 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:06 smithi103 ceph-mon[107764]: osdmap e18: 3 total, 2 up, 3 in 2023-11-16T11:58:06.625 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:06 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T11:58:06.625 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:06 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T11:58:06.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:06 smithi140 ceph-mon[110414]: pgmap v49: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-16T11:58:06.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:06 smithi140 ceph-mon[110414]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi103", "root=default"]}]': finished 2023-11-16T11:58:06.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:06 smithi140 ceph-mon[110414]: osdmap e18: 3 total, 2 up, 3 in 2023-11-16T11:58:06.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:06 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T11:58:06.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:06 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T11:58:07.653 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:07 smithi103 ceph-mon[107764]: purged_snaps scrub starts 2023-11-16T11:58:07.653 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:07 smithi103 ceph-mon[107764]: purged_snaps scrub ok 2023-11-16T11:58:07.653 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:07 smithi103 ceph-mon[107764]: osd.2 [v2:172.21.15.103:6818/1236204564,v1:172.21.15.103:6819/1236204564] boot 2023-11-16T11:58:07.653 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:07 smithi103 ceph-mon[107764]: osdmap e19: 3 total, 3 up, 3 in 2023-11-16T11:58:07.654 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:07 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T11:58:07.654 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:07 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:07.654 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:07 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-16T11:58:07.654 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:07 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-16T11:58:07.654 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:07 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-16T11:58:07.654 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:07 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:07.654 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:07 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:07.654 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:07 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T11:58:07.654 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:07 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:58:07.654 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:07 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T11:58:07.655 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:07 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:07.655 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:07 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T11:58:07.655 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:07 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T11:58:07.655 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:07 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:58:07.655 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:07 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-16T11:58:07.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:07 smithi140 ceph-mon[110414]: purged_snaps scrub starts 2023-11-16T11:58:07.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:07 smithi140 ceph-mon[110414]: purged_snaps scrub ok 2023-11-16T11:58:07.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:07 smithi140 ceph-mon[110414]: osd.2 [v2:172.21.15.103:6818/1236204564,v1:172.21.15.103:6819/1236204564] boot 2023-11-16T11:58:07.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:07 smithi140 ceph-mon[110414]: osdmap e19: 3 total, 3 up, 3 in 2023-11-16T11:58:07.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:07 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T11:58:07.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:07 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:07.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:07 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-16T11:58:07.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:07 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-16T11:58:07.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:07 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-16T11:58:07.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:07 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:07.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:07 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:07.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:07 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T11:58:07.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:07 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:58:07.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:07 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T11:58:07.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:07 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:07.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:07 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T11:58:07.738 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:07 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T11:58:07.738 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:07 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:58:07.738 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:07 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-16T11:58:08.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:08 smithi103 ceph-mon[107764]: Detected new or changed devices on smithi103 2023-11-16T11:58:08.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:08 smithi103 ceph-mon[107764]: Adjusting osd_memory_target on smithi103 to 4299M 2023-11-16T11:58:08.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:08 smithi103 ceph-mon[107764]: from='client.14288 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi103:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T11:58:08.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:08 smithi103 ceph-mon[107764]: pgmap v52: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-16T11:58:08.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:08 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-16T11:58:08.681 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:08 smithi103 ceph-mon[107764]: osdmap e20: 3 total, 3 up, 3 in 2023-11-16T11:58:08.681 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:08 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-11-16T11:58:08.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:08 smithi140 ceph-mon[110414]: Detected new or changed devices on smithi103 2023-11-16T11:58:08.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:08 smithi140 ceph-mon[110414]: Adjusting osd_memory_target on smithi103 to 4299M 2023-11-16T11:58:08.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:08 smithi140 ceph-mon[110414]: from='client.14288 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi103:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T11:58:08.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:08 smithi140 ceph-mon[110414]: pgmap v52: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-16T11:58:08.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:08 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-16T11:58:08.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:08 smithi140 ceph-mon[110414]: osdmap e20: 3 total, 3 up, 3 in 2023-11-16T11:58:08.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:08 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-11-16T11:58:09.349 INFO:journalctl@ceph.osd.0.smithi103.stdout:Nov 16 11:58:09 smithi103 sudo[131739]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-16T11:58:09.349 INFO:journalctl@ceph.osd.0.smithi103.stdout:Nov 16 11:58:09 smithi103 sudo[131739]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-16T11:58:09.349 INFO:journalctl@ceph.osd.0.smithi103.stdout:Nov 16 11:58:09 smithi103 sudo[131739]: pam_unix(sudo:session): session closed for user root 2023-11-16T11:58:09.624 INFO:journalctl@ceph.osd.0.smithi103.stdout:Nov 16 11:58:09 smithi103 sudo[131771]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-16T11:58:09.624 INFO:journalctl@ceph.osd.0.smithi103.stdout:Nov 16 11:58:09 smithi103 sudo[131771]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-16T11:58:09.624 INFO:journalctl@ceph.osd.0.smithi103.stdout:Nov 16 11:58:09 smithi103 sudo[131771]: pam_unix(sudo:session): session closed for user root 2023-11-16T11:58:09.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:09 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-11-16T11:58:09.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:09 smithi103 ceph-mon[107764]: osdmap e21: 3 total, 3 up, 3 in 2023-11-16T11:58:09.932 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:09 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/3130093366' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7c4c1333-0684-4768-a797-4c7f1b2c93da"}]: dispatch 2023-11-16T11:58:09.932 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:09 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/3130093366' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7c4c1333-0684-4768-a797-4c7f1b2c93da"}]': finished 2023-11-16T11:58:09.932 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:09 smithi103 ceph-mon[107764]: osdmap e22: 4 total, 3 up, 4 in 2023-11-16T11:58:09.932 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:09 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T11:58:09.932 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:09 smithi103 ceph-mon[107764]: pgmap v56: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-11-16T11:58:09.932 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:09 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:09.933 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:09 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/3087877289' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T11:58:09.933 INFO:journalctl@ceph.osd.1.smithi103.stdout:Nov 16 11:58:09 smithi103 sudo[131821]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-16T11:58:09.933 INFO:journalctl@ceph.osd.1.smithi103.stdout:Nov 16 11:58:09 smithi103 sudo[131821]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-16T11:58:09.933 INFO:journalctl@ceph.osd.1.smithi103.stdout:Nov 16 11:58:09 smithi103 sudo[131821]: pam_unix(sudo:session): session closed for user root 2023-11-16T11:58:09.933 INFO:journalctl@ceph.osd.1.smithi103.stdout:Nov 16 11:58:09 smithi103 sudo[131826]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-16T11:58:09.933 INFO:journalctl@ceph.osd.1.smithi103.stdout:Nov 16 11:58:09 smithi103 sudo[131826]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-16T11:58:09.933 INFO:journalctl@ceph.osd.1.smithi103.stdout:Nov 16 11:58:09 smithi103 sudo[131826]: pam_unix(sudo:session): session closed for user root 2023-11-16T11:58:10.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:09 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-11-16T11:58:10.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:09 smithi140 ceph-mon[110414]: osdmap e21: 3 total, 3 up, 3 in 2023-11-16T11:58:10.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:09 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/3130093366' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7c4c1333-0684-4768-a797-4c7f1b2c93da"}]: dispatch 2023-11-16T11:58:10.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:09 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/3130093366' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7c4c1333-0684-4768-a797-4c7f1b2c93da"}]': finished 2023-11-16T11:58:10.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:09 smithi140 ceph-mon[110414]: osdmap e22: 4 total, 3 up, 4 in 2023-11-16T11:58:10.237 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:09 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T11:58:10.237 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:09 smithi140 ceph-mon[110414]: pgmap v56: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-11-16T11:58:10.237 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:09 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:10.237 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:09 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/3087877289' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T11:58:10.430 INFO:journalctl@ceph.osd.2.smithi103.stdout:Nov 16 11:58:10 smithi103 sudo[132015]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-16T11:58:10.430 INFO:journalctl@ceph.osd.2.smithi103.stdout:Nov 16 11:58:10 smithi103 sudo[132015]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-16T11:58:10.430 INFO:journalctl@ceph.osd.2.smithi103.stdout:Nov 16 11:58:10 smithi103 sudo[132015]: pam_unix(sudo:session): session closed for user root 2023-11-16T11:58:10.430 INFO:journalctl@ceph.osd.2.smithi103.stdout:Nov 16 11:58:10 smithi103 sudo[132018]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-16T11:58:10.430 INFO:journalctl@ceph.osd.2.smithi103.stdout:Nov 16 11:58:10 smithi103 sudo[132018]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-16T11:58:10.430 INFO:journalctl@ceph.osd.2.smithi103.stdout:Nov 16 11:58:10 smithi103 sudo[132018]: pam_unix(sudo:session): session closed for user root 2023-11-16T11:58:10.851 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:10 smithi103 sudo[132206]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-16T11:58:10.851 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:10 smithi103 sudo[132206]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-16T11:58:10.851 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:10 smithi103 sudo[132206]: pam_unix(sudo:session): session closed for user root 2023-11-16T11:58:10.851 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:10 smithi103 sudo[132211]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-16T11:58:11.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:10 smithi103 sudo[132211]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-16T11:58:11.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:10 smithi103 sudo[132211]: pam_unix(sudo:session): session closed for user root 2023-11-16T11:58:11.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:11 smithi140 sudo[113149]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-16T11:58:11.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:11 smithi140 sudo[113149]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-16T11:58:11.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:11 smithi140 sudo[113149]: pam_unix(sudo:session): session closed for user root 2023-11-16T11:58:11.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:11 smithi140 sudo[113152]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-16T11:58:11.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:11 smithi140 sudo[113152]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-16T11:58:11.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:11 smithi140 sudo[113152]: pam_unix(sudo:session): session closed for user root 2023-11-16T11:58:11.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:11 smithi140 ceph-mon[110414]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-16T11:58:11.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:11 smithi140 ceph-mon[110414]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-16T11:58:11.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:11 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mon metadata", "id": "smithi103"}]: dispatch 2023-11-16T11:58:11.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:11 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mon metadata", "id": "smithi140"}]: dispatch 2023-11-16T11:58:11.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:11 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mon metadata", "id": "smithi103"}]: dispatch 2023-11-16T11:58:11.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:11 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mon metadata", "id": "smithi140"}]: dispatch 2023-11-16T11:58:11.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:11 smithi103 ceph-mon[107764]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-16T11:58:11.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:11 smithi103 ceph-mon[107764]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-16T11:58:11.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:11 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mon metadata", "id": "smithi103"}]: dispatch 2023-11-16T11:58:11.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:11 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mon metadata", "id": "smithi140"}]: dispatch 2023-11-16T11:58:11.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:11 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mon metadata", "id": "smithi103"}]: dispatch 2023-11-16T11:58:11.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:11 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mon metadata", "id": "smithi140"}]: dispatch 2023-11-16T11:58:12.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:12 smithi140 ceph-mon[110414]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-16T11:58:12.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:12 smithi140 ceph-mon[110414]: pgmap v57: 1 pgs: 1 active+clean; 449 KiB data, 15 MiB used, 268 GiB / 268 GiB avail 2023-11-16T11:58:12.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:12 smithi140 ceph-mon[110414]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-16T11:58:12.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:12 smithi140 ceph-mon[110414]: mgrmap e19: smithi103.lplguk(active, since 94s), standbys: smithi140.xexnxk 2023-11-16T11:58:12.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:12 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:12.656 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:12 smithi103 ceph-mon[107764]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-16T11:58:12.656 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:12 smithi103 ceph-mon[107764]: pgmap v57: 1 pgs: 1 active+clean; 449 KiB data, 15 MiB used, 268 GiB / 268 GiB avail 2023-11-16T11:58:12.656 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:12 smithi103 ceph-mon[107764]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-16T11:58:12.656 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:12 smithi103 ceph-mon[107764]: mgrmap e19: smithi103.lplguk(active, since 94s), standbys: smithi140.xexnxk 2023-11-16T11:58:12.656 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:12 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:14.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:14 smithi103 ceph-mon[107764]: pgmap v58: 1 pgs: 1 active+clean; 449 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2023-11-16T11:58:14.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:14 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-16T11:58:14.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:14 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:58:14.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:14 smithi140 ceph-mon[110414]: pgmap v58: 1 pgs: 1 active+clean; 449 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2023-11-16T11:58:14.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:14 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-16T11:58:14.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:14 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:58:15.629 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:15 smithi103 ceph-mon[107764]: Deploying daemon osd.3 on smithi103 2023-11-16T11:58:15.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:15 smithi140 ceph-mon[110414]: Deploying daemon osd.3 on smithi103 2023-11-16T11:58:16.681 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:16 smithi103 ceph-mon[107764]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 6.7 KiB/s rd, 326 KiB/s wr, 22 op/s 2023-11-16T11:58:16.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:16 smithi140 ceph-mon[110414]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 6.7 KiB/s rd, 326 KiB/s wr, 22 op/s 2023-11-16T11:58:18.854 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:18 smithi103 ceph-mon[107764]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 218 KiB/s wr, 14 op/s 2023-11-16T11:58:18.855 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:18 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:18.855 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:18 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T11:58:18.855 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:18 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:58:18.855 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:18 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T11:58:18.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:18 smithi140 ceph-mon[110414]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 218 KiB/s wr, 14 op/s 2023-11-16T11:58:18.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:18 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:18.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:18 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T11:58:18.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:18 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:58:18.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:18 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T11:58:20.039 INFO:teuthology.orchestra.run.smithi103.stdout:Created osd(s) 3 on host 'smithi103' 2023-11-16T11:58:20.541 DEBUG:teuthology.orchestra.run.smithi103:osd.3> sudo journalctl -f -n 0 -u ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7@osd.3.service 2023-11-16T11:58:20.544 INFO:tasks.cephadm:Deploying osd.4 on smithi140 with /dev/vg_nvme/lv_4... 2023-11-16T11:58:20.544 DEBUG:teuthology.orchestra.run.smithi140:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-11-16T11:58:20.574 INFO:journalctl@ceph.osd.3.smithi103.stdout:-- Logs begin at Thu 2023-11-16 11:42:27 UTC. -- 2023-11-16T11:58:20.861 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:20 smithi140 ceph-mon[110414]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 3.4 KiB/s rd, 163 KiB/s wr, 11 op/s 2023-11-16T11:58:20.861 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:20 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:20.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:20 smithi103 ceph-mon[107764]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 3.4 KiB/s rd, 163 KiB/s wr, 11 op/s 2023-11-16T11:58:20.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:20 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:20.930 INFO:journalctl@ceph.osd.3.smithi103.stdout:Nov 16 11:58:20 smithi103 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-3[133346]: 2023-11-16T11:58:20.747+0000 7f408447a3c0 -1 osd.3 0 log_to_monitors true 2023-11-16T11:58:21.678 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:21 smithi103 ceph-mon[107764]: from='osd.3 [v2:172.21.15.103:6826/2407386814,v1:172.21.15.103:6827/2407386814]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-16T11:58:21.678 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:21 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:21.986 INFO:teuthology.orchestra.run.smithi140.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-11-16T11:58:21.987 INFO:teuthology.orchestra.run.smithi140.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-11-16T11:58:21.987 INFO:teuthology.orchestra.run.smithi140.stderr: stderr: 10+0 records in 2023-11-16T11:58:21.987 INFO:teuthology.orchestra.run.smithi140.stderr:10+0 records out 2023-11-16T11:58:21.987 INFO:teuthology.orchestra.run.smithi140.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0127786 s, 821 MB/s 2023-11-16T11:58:21.987 INFO:teuthology.orchestra.run.smithi140.stderr:--> Zapping successful for: 2023-11-16T11:58:21.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:21 smithi140 ceph-mon[110414]: from='osd.3 [v2:172.21.15.103:6826/2407386814,v1:172.21.15.103:6827/2407386814]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-16T11:58:21.988 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:21 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:22.366 DEBUG:teuthology.orchestra.run.smithi140:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph orch daemon add osd smithi140:vg_nvme/lv_4 2023-11-16T11:58:22.827 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:22 smithi140 ceph-mon[110414]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2023-11-16T11:58:22.827 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:22 smithi140 ceph-mon[110414]: from='osd.3 [v2:172.21.15.103:6826/2407386814,v1:172.21.15.103:6827/2407386814]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-16T11:58:22.828 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:22 smithi140 ceph-mon[110414]: osdmap e23: 4 total, 3 up, 4 in 2023-11-16T11:58:22.828 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:22 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T11:58:22.828 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:22 smithi140 ceph-mon[110414]: from='osd.3 [v2:172.21.15.103:6826/2407386814,v1:172.21.15.103:6827/2407386814]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi103", "root=default"]}]: dispatch 2023-11-16T11:58:22.930 INFO:journalctl@ceph.osd.3.smithi103.stdout:Nov 16 11:58:22 smithi103 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-3[133346]: 2023-11-16T11:58:22.571+0000 7f407ae7d700 -1 osd.3 0 waiting for initial osdmap 2023-11-16T11:58:22.930 INFO:journalctl@ceph.osd.3.smithi103.stdout:Nov 16 11:58:22 smithi103 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-3[133346]: 2023-11-16T11:58:22.575+0000 7f4077818700 -1 osd.3 24 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-16T11:58:22.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:22 smithi103 ceph-mon[107764]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2023-11-16T11:58:22.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:22 smithi103 ceph-mon[107764]: from='osd.3 [v2:172.21.15.103:6826/2407386814,v1:172.21.15.103:6827/2407386814]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-16T11:58:22.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:22 smithi103 ceph-mon[107764]: osdmap e23: 4 total, 3 up, 4 in 2023-11-16T11:58:22.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:22 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T11:58:22.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:22 smithi103 ceph-mon[107764]: from='osd.3 [v2:172.21.15.103:6826/2407386814,v1:172.21.15.103:6827/2407386814]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi103", "root=default"]}]: dispatch 2023-11-16T11:58:23.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:23 smithi103 ceph-mon[107764]: from='osd.3 [v2:172.21.15.103:6826/2407386814,v1:172.21.15.103:6827/2407386814]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi103", "root=default"]}]': finished 2023-11-16T11:58:23.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:23 smithi103 ceph-mon[107764]: osdmap e24: 4 total, 3 up, 4 in 2023-11-16T11:58:23.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:23 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T11:58:23.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:23 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T11:58:23.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:23 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:23.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:23 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-16T11:58:23.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:23 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-16T11:58:23.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:23 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-16T11:58:23.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:23 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-16T11:58:23.932 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:23 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:23.932 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:23 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:23.932 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:23 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T11:58:23.932 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:23 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:58:23.932 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:23 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T11:58:23.932 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:23 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:23.932 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:23 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T11:58:23.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:23 smithi140 ceph-mon[110414]: from='osd.3 [v2:172.21.15.103:6826/2407386814,v1:172.21.15.103:6827/2407386814]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi103", "root=default"]}]': finished 2023-11-16T11:58:23.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:23 smithi140 ceph-mon[110414]: osdmap e24: 4 total, 3 up, 4 in 2023-11-16T11:58:23.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:23 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T11:58:23.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:23 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T11:58:23.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:23 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:23.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:23 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-16T11:58:23.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:23 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-16T11:58:23.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:23 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-16T11:58:23.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:23 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-16T11:58:23.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:23 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:23.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:23 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:23.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:23 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T11:58:23.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:23 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:58:23.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:23 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T11:58:23.988 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:23 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:23.988 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:23 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T11:58:24.696 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:24 smithi140 ceph-mon[110414]: purged_snaps scrub starts 2023-11-16T11:58:24.696 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:24 smithi140 ceph-mon[110414]: purged_snaps scrub ok 2023-11-16T11:58:24.696 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:24 smithi140 ceph-mon[110414]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-11-16T11:58:24.696 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:24 smithi140 ceph-mon[110414]: Detected new or changed devices on smithi103 2023-11-16T11:58:24.696 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:24 smithi140 ceph-mon[110414]: Adjusting osd_memory_target on smithi103 to 3224M 2023-11-16T11:58:24.696 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:24 smithi140 ceph-mon[110414]: osd.3 [v2:172.21.15.103:6826/2407386814,v1:172.21.15.103:6827/2407386814] boot 2023-11-16T11:58:24.697 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:24 smithi140 ceph-mon[110414]: osdmap e25: 4 total, 4 up, 4 in 2023-11-16T11:58:24.697 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:24 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T11:58:24.697 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:24 smithi140 ceph-mon[110414]: from='client.24153 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi140:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T11:58:24.697 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:24 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T11:58:24.697 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:24 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T11:58:24.697 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:24 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:58:24.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:24 smithi103 ceph-mon[107764]: purged_snaps scrub starts 2023-11-16T11:58:24.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:24 smithi103 ceph-mon[107764]: purged_snaps scrub ok 2023-11-16T11:58:24.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:24 smithi103 ceph-mon[107764]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-11-16T11:58:24.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:24 smithi103 ceph-mon[107764]: Detected new or changed devices on smithi103 2023-11-16T11:58:24.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:24 smithi103 ceph-mon[107764]: Adjusting osd_memory_target on smithi103 to 3224M 2023-11-16T11:58:24.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:24 smithi103 ceph-mon[107764]: osd.3 [v2:172.21.15.103:6826/2407386814,v1:172.21.15.103:6827/2407386814] boot 2023-11-16T11:58:24.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:24 smithi103 ceph-mon[107764]: osdmap e25: 4 total, 4 up, 4 in 2023-11-16T11:58:24.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:24 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T11:58:24.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:24 smithi103 ceph-mon[107764]: from='client.24153 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi140:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T11:58:24.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:24 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T11:58:24.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:24 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T11:58:24.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:24 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:58:25.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:25 smithi103 ceph-mon[107764]: osdmap e26: 4 total, 4 up, 4 in 2023-11-16T11:58:25.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:25 smithi103 ceph-mon[107764]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-16T11:58:25.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:25 smithi103 ceph-mon[107764]: from='client.? 172.21.15.140:0/2497707665' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9c8a80b9-df21-4ae4-888e-68d25e8d4213"}]: dispatch 2023-11-16T11:58:25.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:25 smithi103 ceph-mon[107764]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9c8a80b9-df21-4ae4-888e-68d25e8d4213"}]: dispatch 2023-11-16T11:58:25.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:25 smithi103 ceph-mon[107764]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9c8a80b9-df21-4ae4-888e-68d25e8d4213"}]': finished 2023-11-16T11:58:25.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:25 smithi103 ceph-mon[107764]: osdmap e27: 5 total, 4 up, 5 in 2023-11-16T11:58:25.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:25 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T11:58:25.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:25 smithi140 ceph-mon[110414]: osdmap e26: 4 total, 4 up, 4 in 2023-11-16T11:58:25.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:25 smithi140 ceph-mon[110414]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-16T11:58:25.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:25 smithi140 ceph-mon[110414]: from='client.? 172.21.15.140:0/2497707665' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9c8a80b9-df21-4ae4-888e-68d25e8d4213"}]: dispatch 2023-11-16T11:58:25.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:25 smithi140 ceph-mon[110414]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9c8a80b9-df21-4ae4-888e-68d25e8d4213"}]: dispatch 2023-11-16T11:58:25.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:25 smithi140 ceph-mon[110414]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9c8a80b9-df21-4ae4-888e-68d25e8d4213"}]': finished 2023-11-16T11:58:25.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:25 smithi140 ceph-mon[110414]: osdmap e27: 5 total, 4 up, 5 in 2023-11-16T11:58:25.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:25 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T11:58:26.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:26 smithi103 ceph-mon[107764]: from='client.? 172.21.15.140:0/729471077' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T11:58:26.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:26 smithi140 ceph-mon[110414]: from='client.? 172.21.15.140:0/729471077' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T11:58:27.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:27 smithi103 ceph-mon[107764]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-16T11:58:27.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:27 smithi140 ceph-mon[110414]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-16T11:58:30.287 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:29 smithi140 ceph-mon[110414]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-16T11:58:30.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:29 smithi103 ceph-mon[107764]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-16T11:58:31.195 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:30 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-16T11:58:31.195 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:30 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:58:31.195 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:30 smithi140 ceph-mon[110414]: Deploying daemon osd.4 on smithi140 2023-11-16T11:58:31.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:30 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-16T11:58:31.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:30 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:58:31.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:30 smithi103 ceph-mon[107764]: Deploying daemon osd.4 on smithi140 2023-11-16T11:58:32.183 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:31 smithi140 ceph-mon[110414]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-16T11:58:32.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:31 smithi103 ceph-mon[107764]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-16T11:58:34.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:33 smithi140 ceph-mon[110414]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-16T11:58:34.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:33 smithi103 ceph-mon[107764]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-16T11:58:35.423 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:35 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:35.423 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:35 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T11:58:35.423 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:35 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:58:35.423 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:35 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T11:58:35.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:35 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:35.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:35 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T11:58:35.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:35 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:58:35.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:35 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T11:58:36.404 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:36 smithi140 ceph-mon[110414]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-16T11:58:36.404 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:36 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:36.404 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:36 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:36.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:36 smithi103 ceph-mon[107764]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-16T11:58:36.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:36 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:36.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:36 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:36.597 INFO:teuthology.orchestra.run.smithi140.stdout:Created osd(s) 4 on host 'smithi140' 2023-11-16T11:58:37.034 DEBUG:teuthology.orchestra.run.smithi140:osd.4> sudo journalctl -f -n 0 -u ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7@osd.4.service 2023-11-16T11:58:37.036 INFO:tasks.cephadm:Deploying osd.5 on smithi140 with /dev/vg_nvme/lv_3... 2023-11-16T11:58:37.037 DEBUG:teuthology.orchestra.run.smithi140:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-11-16T11:58:37.065 INFO:journalctl@ceph.osd.4.smithi140.stdout:-- Logs begin at Thu 2023-11-16 11:42:30 UTC. -- 2023-11-16T11:58:37.477 INFO:journalctl@ceph.osd.4.smithi140.stdout:Nov 16 11:58:37 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-4[115300]: 2023-11-16T11:58:37.208+0000 7f84463a23c0 -1 osd.4 0 log_to_monitors true 2023-11-16T11:58:37.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:37 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:37.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:37 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T11:58:37.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:37 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:58:37.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:37 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T11:58:37.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:37 smithi140 ceph-mon[110414]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-16T11:58:37.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:37 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi103.lplguk/mirror_snapshot_schedule"}]: dispatch 2023-11-16T11:58:37.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:37 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi103.lplguk/trash_purge_schedule"}]: dispatch 2023-11-16T11:58:37.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:37 smithi140 ceph-mon[110414]: from='osd.4 [v2:172.21.15.140:6800/3466382926,v1:172.21.15.140:6801/3466382926]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-16T11:58:37.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:37 smithi140 ceph-mon[110414]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-16T11:58:37.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:37 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:37.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:37 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T11:58:37.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:37 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:58:37.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:37 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T11:58:37.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:37 smithi103 ceph-mon[107764]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-16T11:58:37.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:37 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi103.lplguk/mirror_snapshot_schedule"}]: dispatch 2023-11-16T11:58:37.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:37 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi103.lplguk/trash_purge_schedule"}]: dispatch 2023-11-16T11:58:37.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:37 smithi103 ceph-mon[107764]: from='osd.4 [v2:172.21.15.140:6800/3466382926,v1:172.21.15.140:6801/3466382926]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-16T11:58:37.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:37 smithi103 ceph-mon[107764]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-16T11:58:38.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:38 smithi140 ceph-mon[110414]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-16T11:58:38.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:38 smithi140 ceph-mon[110414]: osdmap e28: 5 total, 4 up, 5 in 2023-11-16T11:58:38.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:38 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T11:58:38.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:38 smithi140 ceph-mon[110414]: from='osd.4 [v2:172.21.15.140:6800/3466382926,v1:172.21.15.140:6801/3466382926]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-11-16T11:58:38.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:38 smithi140 ceph-mon[110414]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-11-16T11:58:38.737 INFO:journalctl@ceph.osd.4.smithi140.stdout:Nov 16 11:58:38 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-4[115300]: 2023-11-16T11:58:38.605+0000 7f843cda5700 -1 osd.4 0 waiting for initial osdmap 2023-11-16T11:58:38.737 INFO:journalctl@ceph.osd.4.smithi140.stdout:Nov 16 11:58:38 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-4[115300]: 2023-11-16T11:58:38.609+0000 7f843773c700 -1 osd.4 29 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-16T11:58:38.904 INFO:teuthology.orchestra.run.smithi140.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-11-16T11:58:38.904 INFO:teuthology.orchestra.run.smithi140.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-11-16T11:58:38.904 INFO:teuthology.orchestra.run.smithi140.stderr: stderr: 10+0 records in 2023-11-16T11:58:38.905 INFO:teuthology.orchestra.run.smithi140.stderr:10+0 records out 2023-11-16T11:58:38.905 INFO:teuthology.orchestra.run.smithi140.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0118907 s, 882 MB/s 2023-11-16T11:58:38.905 INFO:teuthology.orchestra.run.smithi140.stderr:--> Zapping successful for: 2023-11-16T11:58:38.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:38 smithi103 ceph-mon[107764]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-16T11:58:38.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:38 smithi103 ceph-mon[107764]: osdmap e28: 5 total, 4 up, 5 in 2023-11-16T11:58:38.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:38 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T11:58:38.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:38 smithi103 ceph-mon[107764]: from='osd.4 [v2:172.21.15.140:6800/3466382926,v1:172.21.15.140:6801/3466382926]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-11-16T11:58:38.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:38 smithi103 ceph-mon[107764]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-11-16T11:58:39.299 DEBUG:teuthology.orchestra.run.smithi140:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph orch daemon add osd smithi140:vg_nvme/lv_3 2023-11-16T11:58:39.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:39 smithi103 ceph-mon[107764]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]': finished 2023-11-16T11:58:39.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:39 smithi103 ceph-mon[107764]: osdmap e29: 5 total, 4 up, 5 in 2023-11-16T11:58:39.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:39 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T11:58:39.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:39 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T11:58:39.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:39 smithi103 ceph-mon[107764]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-16T11:58:39.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:39 smithi103 ceph-mon[107764]: Detected new or changed devices on smithi140 2023-11-16T11:58:39.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:39 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:39.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:39 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-16T11:58:39.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:39 smithi103 ceph-mon[107764]: Adjusting osd_memory_target on smithi140 to 15970M 2023-11-16T11:58:39.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:39 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:39.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:39 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:39.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:39 smithi140 ceph-mon[110414]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]': finished 2023-11-16T11:58:39.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:39 smithi140 ceph-mon[110414]: osdmap e29: 5 total, 4 up, 5 in 2023-11-16T11:58:39.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:39 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T11:58:39.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:39 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T11:58:39.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:39 smithi140 ceph-mon[110414]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-16T11:58:39.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:39 smithi140 ceph-mon[110414]: Detected new or changed devices on smithi140 2023-11-16T11:58:39.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:39 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:39.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:39 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-16T11:58:39.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:39 smithi140 ceph-mon[110414]: Adjusting osd_memory_target on smithi140 to 15970M 2023-11-16T11:58:39.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:39 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:39.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:39 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:40.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:40 smithi103 ceph-mon[107764]: purged_snaps scrub starts 2023-11-16T11:58:40.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:40 smithi103 ceph-mon[107764]: purged_snaps scrub ok 2023-11-16T11:58:40.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:40 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T11:58:40.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:40 smithi103 ceph-mon[107764]: osd.4 [v2:172.21.15.140:6800/3466382926,v1:172.21.15.140:6801/3466382926] boot 2023-11-16T11:58:40.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:40 smithi103 ceph-mon[107764]: osdmap e30: 5 total, 5 up, 5 in 2023-11-16T11:58:40.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:40 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T11:58:40.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:40 smithi103 ceph-mon[107764]: osdmap e31: 5 total, 5 up, 5 in 2023-11-16T11:58:40.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:40 smithi140 ceph-mon[110414]: purged_snaps scrub starts 2023-11-16T11:58:40.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:40 smithi140 ceph-mon[110414]: purged_snaps scrub ok 2023-11-16T11:58:40.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:40 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T11:58:40.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:40 smithi140 ceph-mon[110414]: osd.4 [v2:172.21.15.140:6800/3466382926,v1:172.21.15.140:6801/3466382926] boot 2023-11-16T11:58:40.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:40 smithi140 ceph-mon[110414]: osdmap e30: 5 total, 5 up, 5 in 2023-11-16T11:58:40.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:40 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T11:58:40.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:40 smithi140 ceph-mon[110414]: osdmap e31: 5 total, 5 up, 5 in 2023-11-16T11:58:41.702 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:41 smithi140 ceph-mon[110414]: from='client.24171 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi140:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T11:58:41.702 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:41 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T11:58:41.702 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:41 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T11:58:41.702 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:41 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:58:41.702 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:41 smithi140 ceph-mon[110414]: pgmap v81: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-11-16T11:58:41.702 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:41 smithi140 ceph-mon[110414]: osdmap e32: 5 total, 5 up, 5 in 2023-11-16T11:58:41.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:41 smithi103 ceph-mon[107764]: from='client.24171 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi140:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T11:58:41.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:41 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T11:58:41.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:41 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T11:58:41.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:41 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:58:41.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:41 smithi103 ceph-mon[107764]: pgmap v81: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-11-16T11:58:41.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:41 smithi103 ceph-mon[107764]: osdmap e32: 5 total, 5 up, 5 in 2023-11-16T11:58:43.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:42 smithi140 ceph-mon[110414]: osdmap e33: 5 total, 5 up, 5 in 2023-11-16T11:58:43.237 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:42 smithi140 ceph-mon[110414]: from='client.? 172.21.15.140:0/245275723' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d253cde8-2e79-44c2-bd76-e4a8642d675c"}]: dispatch 2023-11-16T11:58:43.237 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:42 smithi140 ceph-mon[110414]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d253cde8-2e79-44c2-bd76-e4a8642d675c"}]: dispatch 2023-11-16T11:58:43.237 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:42 smithi140 ceph-mon[110414]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d253cde8-2e79-44c2-bd76-e4a8642d675c"}]': finished 2023-11-16T11:58:43.237 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:42 smithi140 ceph-mon[110414]: osdmap e34: 6 total, 5 up, 6 in 2023-11-16T11:58:43.237 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:42 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T11:58:43.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:42 smithi103 ceph-mon[107764]: osdmap e33: 5 total, 5 up, 5 in 2023-11-16T11:58:43.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:42 smithi103 ceph-mon[107764]: from='client.? 172.21.15.140:0/245275723' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d253cde8-2e79-44c2-bd76-e4a8642d675c"}]: dispatch 2023-11-16T11:58:43.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:42 smithi103 ceph-mon[107764]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d253cde8-2e79-44c2-bd76-e4a8642d675c"}]: dispatch 2023-11-16T11:58:43.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:42 smithi103 ceph-mon[107764]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d253cde8-2e79-44c2-bd76-e4a8642d675c"}]': finished 2023-11-16T11:58:43.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:42 smithi103 ceph-mon[107764]: osdmap e34: 6 total, 5 up, 6 in 2023-11-16T11:58:43.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:42 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T11:58:44.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:43 smithi140 ceph-mon[110414]: pgmap v85: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-11-16T11:58:44.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:43 smithi140 ceph-mon[110414]: from='client.? 172.21.15.140:0/2298623450' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T11:58:44.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:43 smithi103 ceph-mon[107764]: pgmap v85: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-11-16T11:58:44.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:43 smithi103 ceph-mon[107764]: from='client.? 172.21.15.140:0/2298623450' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T11:58:46.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:45 smithi140 ceph-mon[110414]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 103 KiB/s, 0 objects/s recovering 2023-11-16T11:58:46.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:45 smithi103 ceph-mon[107764]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 103 KiB/s, 0 objects/s recovering 2023-11-16T11:58:48.134 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:47 smithi140 ceph-mon[110414]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-11-16T11:58:53.581 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:47 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-16T11:58:53.581 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:47 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:58:53.581 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:47 smithi140 ceph-mon[110414]: Deploying daemon osd.5 on smithi140 2023-11-16T11:58:53.582 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:49 smithi140 ceph-mon[110414]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-11-16T11:58:53.614 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:51 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:53.614 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:51 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T11:58:53.614 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:51 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:58:53.614 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:51 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T11:58:53.614 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:51 smithi140 ceph-mon[110414]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 57 KiB/s, 0 objects/s recovering 2023-11-16T11:58:53.614 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:47 smithi103 ceph-mon[107764]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-11-16T11:58:53.614 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:47 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-16T11:58:53.614 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:47 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:58:53.614 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:47 smithi103 ceph-mon[107764]: Deploying daemon osd.5 on smithi140 2023-11-16T11:58:53.615 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:49 smithi103 ceph-mon[107764]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-11-16T11:58:53.615 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:51 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:53.615 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:51 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T11:58:53.615 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:51 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:58:53.615 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:51 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T11:58:53.615 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:51 smithi103 ceph-mon[107764]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 57 KiB/s, 0 objects/s recovering 2023-11-16T11:58:53.615 INFO:teuthology.orchestra.run.smithi140.stdout:Created osd(s) 5 on host 'smithi140' 2023-11-16T11:58:53.781 DEBUG:teuthology.orchestra.run.smithi140:osd.5> sudo journalctl -f -n 0 -u ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7@osd.5.service 2023-11-16T11:58:53.786 INFO:tasks.cephadm:Deploying osd.6 on smithi140 with /dev/vg_nvme/lv_2... 2023-11-16T11:58:53.786 DEBUG:teuthology.orchestra.run.smithi140:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-11-16T11:58:53.813 INFO:journalctl@ceph.osd.5.smithi140.stdout:-- Logs begin at Thu 2023-11-16 11:42:30 UTC. -- 2023-11-16T11:58:54.064 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:53 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:54.064 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:53 smithi140 ceph-mon[110414]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 49 KiB/s, 0 objects/s recovering 2023-11-16T11:58:54.064 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:53 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:54.064 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:53 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:54.064 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:53 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T11:58:54.065 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:53 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:58:54.065 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:53 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T11:58:54.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:53 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:54.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:53 smithi103 ceph-mon[107764]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 49 KiB/s, 0 objects/s recovering 2023-11-16T11:58:54.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:53 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:54.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:53 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:54.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:53 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T11:58:54.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:53 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:58:54.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:53 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T11:58:54.369 INFO:journalctl@ceph.osd.5.smithi140.stdout:Nov 16 11:58:54 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-5[118755]: 2023-11-16T11:58:54.098+0000 7f9c8b7ef3c0 -1 osd.5 0 log_to_monitors true 2023-11-16T11:58:54.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:54 smithi140 ceph-mon[110414]: from='osd.5 [v2:172.21.15.140:6808/854925805,v1:172.21.15.140:6809/854925805]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-16T11:58:54.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:54 smithi140 ceph-mon[110414]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-16T11:58:55.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:54 smithi103 ceph-mon[107764]: from='osd.5 [v2:172.21.15.140:6808/854925805,v1:172.21.15.140:6809/854925805]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-16T11:58:55.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:54 smithi103 ceph-mon[107764]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-16T11:58:55.714 INFO:teuthology.orchestra.run.smithi140.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-11-16T11:58:55.714 INFO:teuthology.orchestra.run.smithi140.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-11-16T11:58:55.714 INFO:teuthology.orchestra.run.smithi140.stderr: stderr: 10+0 records in 2023-11-16T11:58:55.714 INFO:teuthology.orchestra.run.smithi140.stderr:10+0 records out 2023-11-16T11:58:55.714 INFO:teuthology.orchestra.run.smithi140.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0123678 s, 848 MB/s 2023-11-16T11:58:55.714 INFO:teuthology.orchestra.run.smithi140.stderr:--> Zapping successful for: 2023-11-16T11:58:55.969 INFO:journalctl@ceph.osd.5.smithi140.stdout:Nov 16 11:58:55 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-5[118755]: 2023-11-16T11:58:55.834+0000 7f9c821f2700 -1 osd.5 0 waiting for initial osdmap 2023-11-16T11:58:55.969 INFO:journalctl@ceph.osd.5.smithi140.stdout:Nov 16 11:58:55 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-5[118755]: 2023-11-16T11:58:55.839+0000 7f9c7eb8d700 -1 osd.5 36 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-16T11:58:55.970 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:55 smithi140 ceph-mon[110414]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-16T11:58:55.970 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:55 smithi140 ceph-mon[110414]: osdmap e35: 6 total, 5 up, 6 in 2023-11-16T11:58:55.970 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:55 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T11:58:55.970 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:55 smithi140 ceph-mon[110414]: from='osd.5 [v2:172.21.15.140:6808/854925805,v1:172.21.15.140:6809/854925805]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-11-16T11:58:55.970 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:55 smithi140 ceph-mon[110414]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-11-16T11:58:55.970 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:55 smithi140 ceph-mon[110414]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-11-16T11:58:56.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:55 smithi103 ceph-mon[107764]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-16T11:58:56.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:55 smithi103 ceph-mon[107764]: osdmap e35: 6 total, 5 up, 6 in 2023-11-16T11:58:56.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:55 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T11:58:56.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:55 smithi103 ceph-mon[107764]: from='osd.5 [v2:172.21.15.140:6808/854925805,v1:172.21.15.140:6809/854925805]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-11-16T11:58:56.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:55 smithi103 ceph-mon[107764]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-11-16T11:58:56.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:55 smithi103 ceph-mon[107764]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-11-16T11:58:56.309 DEBUG:teuthology.orchestra.run.smithi140:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph orch daemon add osd smithi140:vg_nvme/lv_2 2023-11-16T11:58:56.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:56 smithi140 ceph-mon[110414]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]': finished 2023-11-16T11:58:56.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:56 smithi140 ceph-mon[110414]: osdmap e36: 6 total, 5 up, 6 in 2023-11-16T11:58:56.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:56 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T11:58:56.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:56 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T11:58:56.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:56 smithi140 ceph-mon[110414]: Detected new or changed devices on smithi140 2023-11-16T11:58:56.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:56 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:56.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:56 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-16T11:58:56.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:56 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-16T11:58:56.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:56 smithi140 ceph-mon[110414]: Adjusting osd_memory_target on smithi140 to 7985M 2023-11-16T11:58:56.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:56 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:56.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:56 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:56.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:56 smithi140 ceph-mon[110414]: osd.5 [v2:172.21.15.140:6808/854925805,v1:172.21.15.140:6809/854925805] boot 2023-11-16T11:58:56.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:56 smithi140 ceph-mon[110414]: osdmap e37: 6 total, 6 up, 6 in 2023-11-16T11:58:56.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:56 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T11:58:57.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:56 smithi103 ceph-mon[107764]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]': finished 2023-11-16T11:58:57.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:56 smithi103 ceph-mon[107764]: osdmap e36: 6 total, 5 up, 6 in 2023-11-16T11:58:57.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:56 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T11:58:57.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:56 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T11:58:57.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:56 smithi103 ceph-mon[107764]: Detected new or changed devices on smithi140 2023-11-16T11:58:57.181 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:56 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:57.181 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:56 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-16T11:58:57.181 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:56 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-16T11:58:57.181 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:56 smithi103 ceph-mon[107764]: Adjusting osd_memory_target on smithi140 to 7985M 2023-11-16T11:58:57.181 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:56 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:57.181 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:56 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:58:57.181 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:56 smithi103 ceph-mon[107764]: osd.5 [v2:172.21.15.140:6808/854925805,v1:172.21.15.140:6809/854925805] boot 2023-11-16T11:58:57.181 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:56 smithi103 ceph-mon[107764]: osdmap e37: 6 total, 6 up, 6 in 2023-11-16T11:58:57.181 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:56 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T11:58:57.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:57 smithi140 ceph-mon[110414]: purged_snaps scrub starts 2023-11-16T11:58:57.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:57 smithi140 ceph-mon[110414]: purged_snaps scrub ok 2023-11-16T11:58:57.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:57 smithi140 ceph-mon[110414]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-16T11:58:57.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:57 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T11:58:57.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:57 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T11:58:57.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:57 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:58:57.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:57 smithi140 ceph-mon[110414]: osdmap e38: 6 total, 6 up, 6 in 2023-11-16T11:58:58.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:57 smithi103 ceph-mon[107764]: purged_snaps scrub starts 2023-11-16T11:58:58.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:57 smithi103 ceph-mon[107764]: purged_snaps scrub ok 2023-11-16T11:58:58.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:57 smithi103 ceph-mon[107764]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-16T11:58:58.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:57 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T11:58:58.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:57 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T11:58:58.181 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:57 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:58:58.181 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:57 smithi103 ceph-mon[107764]: osdmap e38: 6 total, 6 up, 6 in 2023-11-16T11:58:58.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:58 smithi140 ceph-mon[110414]: from='client.24189 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi140:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T11:58:58.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:58 smithi140 ceph-mon[110414]: osdmap e39: 6 total, 6 up, 6 in 2023-11-16T11:58:59.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:58 smithi103 ceph-mon[107764]: from='client.24189 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi140:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T11:58:59.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:58 smithi103 ceph-mon[107764]: osdmap e39: 6 total, 6 up, 6 in 2023-11-16T11:59:00.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:59 smithi103 ceph-mon[107764]: pgmap v98: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-16T11:59:00.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:59 smithi103 ceph-mon[107764]: from='client.? 172.21.15.140:0/758988340' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f9edb861-1c6f-4fad-8240-b5e15153e467"}]: dispatch 2023-11-16T11:59:00.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:59 smithi103 ceph-mon[107764]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f9edb861-1c6f-4fad-8240-b5e15153e467"}]: dispatch 2023-11-16T11:59:00.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:59 smithi103 ceph-mon[107764]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f9edb861-1c6f-4fad-8240-b5e15153e467"}]': finished 2023-11-16T11:59:00.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:59 smithi103 ceph-mon[107764]: osdmap e40: 7 total, 6 up, 7 in 2023-11-16T11:59:00.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:58:59 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T11:59:00.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:59 smithi140 ceph-mon[110414]: pgmap v98: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-16T11:59:00.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:59 smithi140 ceph-mon[110414]: from='client.? 172.21.15.140:0/758988340' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f9edb861-1c6f-4fad-8240-b5e15153e467"}]: dispatch 2023-11-16T11:59:00.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:59 smithi140 ceph-mon[110414]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f9edb861-1c6f-4fad-8240-b5e15153e467"}]: dispatch 2023-11-16T11:59:00.237 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:59 smithi140 ceph-mon[110414]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f9edb861-1c6f-4fad-8240-b5e15153e467"}]': finished 2023-11-16T11:59:00.237 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:59 smithi140 ceph-mon[110414]: osdmap e40: 7 total, 6 up, 7 in 2023-11-16T11:59:00.237 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:58:59 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T11:59:01.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:00 smithi140 ceph-mon[110414]: from='client.? 172.21.15.140:0/2237252969' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T11:59:01.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:00 smithi140 ceph-mon[110414]: osdmap e41: 7 total, 6 up, 7 in 2023-11-16T11:59:01.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:00 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T11:59:01.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:00 smithi103 ceph-mon[107764]: from='client.? 172.21.15.140:0/2237252969' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T11:59:01.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:00 smithi103 ceph-mon[107764]: osdmap e41: 7 total, 6 up, 7 in 2023-11-16T11:59:01.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:00 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T11:59:02.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:02 smithi140 ceph-mon[110414]: pgmap v101: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-16T11:59:02.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:02 smithi103 ceph-mon[107764]: pgmap v101: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-16T11:59:04.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:04 smithi103 ceph-mon[107764]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-16T11:59:04.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:04 smithi140 ceph-mon[110414]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-16T11:59:05.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:05 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-16T11:59:05.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:05 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:59:05.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:05 smithi140 ceph-mon[110414]: Deploying daemon osd.6 on smithi140 2023-11-16T11:59:05.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:05 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-16T11:59:05.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:05 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:59:05.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:05 smithi103 ceph-mon[107764]: Deploying daemon osd.6 on smithi140 2023-11-16T11:59:06.472 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:06 smithi140 ceph-mon[110414]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 85 KiB/s, 0 objects/s recovering 2023-11-16T11:59:06.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:06 smithi103 ceph-mon[107764]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 85 KiB/s, 0 objects/s recovering 2023-11-16T11:59:08.617 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:08 smithi140 ceph-mon[110414]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-11-16T11:59:08.617 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:08 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T11:59:08.617 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:08 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:59:08.617 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:08 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:59:08.617 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:08 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T11:59:08.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:08 smithi103 ceph-mon[107764]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-11-16T11:59:08.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:08 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T11:59:08.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:08 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:59:08.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:08 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:59:08.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:08 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T11:59:10.483 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:10 smithi140 ceph-mon[110414]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 54 KiB/s, 0 objects/s recovering 2023-11-16T11:59:10.484 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:10 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:59:10.484 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:10 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:59:10.578 INFO:teuthology.orchestra.run.smithi140.stdout:Created osd(s) 6 on host 'smithi140' 2023-11-16T11:59:10.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:10 smithi103 ceph-mon[107764]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 54 KiB/s, 0 objects/s recovering 2023-11-16T11:59:10.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:10 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:59:10.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:10 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:59:11.258 DEBUG:teuthology.orchestra.run.smithi140:osd.6> sudo journalctl -f -n 0 -u ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7@osd.6.service 2023-11-16T11:59:11.260 INFO:tasks.cephadm:Deploying osd.7 on smithi140 with /dev/vg_nvme/lv_1... 2023-11-16T11:59:11.260 DEBUG:teuthology.orchestra.run.smithi140:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-11-16T11:59:11.289 INFO:journalctl@ceph.osd.6.smithi140.stdout:-- Logs begin at Thu 2023-11-16 11:42:30 UTC. -- 2023-11-16T11:59:11.847 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:11 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:59:11.847 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:11 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T11:59:11.847 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:11 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:59:11.847 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:11 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T11:59:11.847 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:11 smithi140 ceph-mon[110414]: from='osd.6 [v2:172.21.15.140:6816/966800662,v1:172.21.15.140:6817/966800662]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-16T11:59:11.847 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:11 smithi140 ceph-mon[110414]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-16T11:59:11.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:11 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:59:11.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:11 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T11:59:11.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:11 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:59:11.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:11 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T11:59:11.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:11 smithi103 ceph-mon[107764]: from='osd.6 [v2:172.21.15.140:6816/966800662,v1:172.21.15.140:6817/966800662]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-16T11:59:11.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:11 smithi103 ceph-mon[107764]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-16T11:59:12.737 INFO:journalctl@ceph.osd.6.smithi140.stdout:Nov 16 11:59:12 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-6[122280]: 2023-11-16T11:59:12.585+0000 7f4b3a6b6700 -1 osd.6 0 waiting for initial osdmap 2023-11-16T11:59:12.737 INFO:journalctl@ceph.osd.6.smithi140.stdout:Nov 16 11:59:12 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-6[122280]: 2023-11-16T11:59:12.594+0000 7f4b37051700 -1 osd.6 43 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-16T11:59:12.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:12 smithi140 ceph-mon[110414]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 49 KiB/s, 0 objects/s recovering 2023-11-16T11:59:12.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:12 smithi140 ceph-mon[110414]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-16T11:59:12.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:12 smithi140 ceph-mon[110414]: osdmap e42: 7 total, 6 up, 7 in 2023-11-16T11:59:12.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:12 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T11:59:12.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:12 smithi140 ceph-mon[110414]: from='osd.6 [v2:172.21.15.140:6816/966800662,v1:172.21.15.140:6817/966800662]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-11-16T11:59:12.738 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:12 smithi140 ceph-mon[110414]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-11-16T11:59:12.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:12 smithi103 ceph-mon[107764]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 49 KiB/s, 0 objects/s recovering 2023-11-16T11:59:12.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:12 smithi103 ceph-mon[107764]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-16T11:59:12.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:12 smithi103 ceph-mon[107764]: osdmap e42: 7 total, 6 up, 7 in 2023-11-16T11:59:12.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:12 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T11:59:12.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:12 smithi103 ceph-mon[107764]: from='osd.6 [v2:172.21.15.140:6816/966800662,v1:172.21.15.140:6817/966800662]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-11-16T11:59:12.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:12 smithi103 ceph-mon[107764]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-11-16T11:59:12.966 INFO:teuthology.orchestra.run.smithi140.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-11-16T11:59:12.967 INFO:teuthology.orchestra.run.smithi140.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-11-16T11:59:12.967 INFO:teuthology.orchestra.run.smithi140.stderr: stderr: 10+0 records in 2023-11-16T11:59:12.967 INFO:teuthology.orchestra.run.smithi140.stderr:10+0 records out 2023-11-16T11:59:12.967 INFO:teuthology.orchestra.run.smithi140.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.012303 s, 852 MB/s 2023-11-16T11:59:12.967 INFO:teuthology.orchestra.run.smithi140.stderr: stderr: 2023-11-16T11:59:12.967 INFO:teuthology.orchestra.run.smithi140.stderr:--> Zapping successful for: 2023-11-16T11:59:13.424 DEBUG:teuthology.orchestra.run.smithi140:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph orch daemon add osd smithi140:vg_nvme/lv_1 2023-11-16T11:59:13.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:13 smithi140 ceph-mon[110414]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]': finished 2023-11-16T11:59:13.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:13 smithi140 ceph-mon[110414]: osdmap e43: 7 total, 6 up, 7 in 2023-11-16T11:59:13.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:13 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T11:59:13.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:13 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T11:59:13.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:13 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:59:13.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:13 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-16T11:59:13.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:13 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-16T11:59:13.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:13 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-16T11:59:13.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:13 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:59:13.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:13 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:59:13.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:13 smithi103 ceph-mon[107764]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]': finished 2023-11-16T11:59:13.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:13 smithi103 ceph-mon[107764]: osdmap e43: 7 total, 6 up, 7 in 2023-11-16T11:59:13.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:13 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T11:59:13.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:13 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T11:59:13.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:13 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:59:13.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:13 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-16T11:59:13.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:13 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-16T11:59:13.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:13 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-16T11:59:13.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:13 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:59:13.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:13 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:59:14.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:14 smithi140 ceph-mon[110414]: purged_snaps scrub starts 2023-11-16T11:59:14.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:14 smithi140 ceph-mon[110414]: purged_snaps scrub ok 2023-11-16T11:59:14.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:14 smithi140 ceph-mon[110414]: pgmap v109: 1 pgs: 1 peering; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-16T11:59:14.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:14 smithi140 ceph-mon[110414]: Detected new or changed devices on smithi140 2023-11-16T11:59:14.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:14 smithi140 ceph-mon[110414]: Adjusting osd_memory_target on smithi140 to 5323M 2023-11-16T11:59:14.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:14 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T11:59:14.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:14 smithi140 ceph-mon[110414]: osd.6 [v2:172.21.15.140:6816/966800662,v1:172.21.15.140:6817/966800662] boot 2023-11-16T11:59:14.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:14 smithi140 ceph-mon[110414]: osdmap e44: 7 total, 7 up, 7 in 2023-11-16T11:59:14.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:14 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T11:59:14.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:14 smithi103 ceph-mon[107764]: purged_snaps scrub starts 2023-11-16T11:59:14.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:14 smithi103 ceph-mon[107764]: purged_snaps scrub ok 2023-11-16T11:59:14.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:14 smithi103 ceph-mon[107764]: pgmap v109: 1 pgs: 1 peering; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-16T11:59:14.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:14 smithi103 ceph-mon[107764]: Detected new or changed devices on smithi140 2023-11-16T11:59:14.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:14 smithi103 ceph-mon[107764]: Adjusting osd_memory_target on smithi140 to 5323M 2023-11-16T11:59:14.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:14 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T11:59:14.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:14 smithi103 ceph-mon[107764]: osd.6 [v2:172.21.15.140:6816/966800662,v1:172.21.15.140:6817/966800662] boot 2023-11-16T11:59:14.932 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:14 smithi103 ceph-mon[107764]: osdmap e44: 7 total, 7 up, 7 in 2023-11-16T11:59:14.932 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:14 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T11:59:15.795 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:15 smithi140 ceph-mon[110414]: osdmap e45: 7 total, 7 up, 7 in 2023-11-16T11:59:15.795 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:15 smithi140 ceph-mon[110414]: from='client.24207 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi140:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T11:59:15.796 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:15 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T11:59:15.796 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:15 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T11:59:15.796 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:15 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:59:15.796 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:15 smithi140 ceph-mon[110414]: pgmap v112: 1 pgs: 1 peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-11-16T11:59:15.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:15 smithi103 ceph-mon[107764]: osdmap e45: 7 total, 7 up, 7 in 2023-11-16T11:59:15.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:15 smithi103 ceph-mon[107764]: from='client.24207 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi140:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T11:59:15.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:15 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T11:59:15.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:15 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T11:59:15.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:15 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:59:15.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:15 smithi103 ceph-mon[107764]: pgmap v112: 1 pgs: 1 peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-11-16T11:59:16.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:16 smithi103 ceph-mon[107764]: osdmap e46: 7 total, 7 up, 7 in 2023-11-16T11:59:16.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:16 smithi103 ceph-mon[107764]: from='client.? 172.21.15.140:0/2058647868' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "71cac549-41e6-472f-94f9-a467b1404e3b"}]: dispatch 2023-11-16T11:59:16.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:16 smithi103 ceph-mon[107764]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "71cac549-41e6-472f-94f9-a467b1404e3b"}]: dispatch 2023-11-16T11:59:16.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:16 smithi103 ceph-mon[107764]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "71cac549-41e6-472f-94f9-a467b1404e3b"}]': finished 2023-11-16T11:59:16.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:16 smithi103 ceph-mon[107764]: osdmap e47: 8 total, 7 up, 8 in 2023-11-16T11:59:16.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:16 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T11:59:16.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:16 smithi140 ceph-mon[110414]: osdmap e46: 7 total, 7 up, 7 in 2023-11-16T11:59:16.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:16 smithi140 ceph-mon[110414]: from='client.? 172.21.15.140:0/2058647868' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "71cac549-41e6-472f-94f9-a467b1404e3b"}]: dispatch 2023-11-16T11:59:16.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:16 smithi140 ceph-mon[110414]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "71cac549-41e6-472f-94f9-a467b1404e3b"}]: dispatch 2023-11-16T11:59:16.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:16 smithi140 ceph-mon[110414]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "71cac549-41e6-472f-94f9-a467b1404e3b"}]': finished 2023-11-16T11:59:16.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:16 smithi140 ceph-mon[110414]: osdmap e47: 8 total, 7 up, 8 in 2023-11-16T11:59:16.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:16 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T11:59:17.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:17 smithi103 ceph-mon[107764]: pgmap v115: 1 pgs: 1 peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-11-16T11:59:17.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:17 smithi103 ceph-mon[107764]: from='client.? 172.21.15.140:0/3019821000' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T11:59:17.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:17 smithi103 ceph-mon[107764]: osdmap e48: 8 total, 7 up, 8 in 2023-11-16T11:59:17.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:17 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T11:59:17.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:17 smithi140 ceph-mon[110414]: pgmap v115: 1 pgs: 1 peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-11-16T11:59:17.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:17 smithi140 ceph-mon[110414]: from='client.? 172.21.15.140:0/3019821000' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T11:59:17.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:17 smithi140 ceph-mon[110414]: osdmap e48: 8 total, 7 up, 8 in 2023-11-16T11:59:17.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:17 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T11:59:20.328 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:20 smithi140 ceph-mon[110414]: pgmap v117: 1 pgs: 1 peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-11-16T11:59:20.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:20 smithi103 ceph-mon[107764]: pgmap v117: 1 pgs: 1 peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-11-16T11:59:22.255 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:22 smithi140 ceph-mon[110414]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-11-16T11:59:22.255 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:22 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-16T11:59:22.255 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:22 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:59:22.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:22 smithi103 ceph-mon[107764]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-11-16T11:59:22.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:22 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-16T11:59:22.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:22 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:59:23.295 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:23 smithi140 ceph-mon[110414]: Deploying daemon osd.7 on smithi140 2023-11-16T11:59:23.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:23 smithi103 ceph-mon[107764]: Deploying daemon osd.7 on smithi140 2023-11-16T11:59:24.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:24 smithi140 ceph-mon[110414]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 70 KiB/s, 0 objects/s recovering 2023-11-16T11:59:24.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:24 smithi103 ceph-mon[107764]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 70 KiB/s, 0 objects/s recovering 2023-11-16T11:59:26.442 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:26 smithi140 ceph-mon[110414]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 61 KiB/s, 0 objects/s recovering 2023-11-16T11:59:26.442 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:26 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:59:26.442 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:26 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T11:59:26.442 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:26 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:59:26.443 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:26 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T11:59:26.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:26 smithi103 ceph-mon[107764]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 61 KiB/s, 0 objects/s recovering 2023-11-16T11:59:26.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:26 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:59:26.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:26 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T11:59:26.681 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:26 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:59:26.681 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:26 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T11:59:27.427 INFO:teuthology.orchestra.run.smithi140.stdout:Created osd(s) 7 on host 'smithi140' 2023-11-16T11:59:27.819 DEBUG:teuthology.orchestra.run.smithi140:osd.7> sudo journalctl -f -n 0 -u ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7@osd.7.service 2023-11-16T11:59:27.821 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-11-16T11:59:27.821 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T11:59:27.850 INFO:journalctl@ceph.osd.7.smithi140.stdout:-- Logs begin at Thu 2023-11-16 11:42:30 UTC. -- 2023-11-16T11:59:28.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:28 smithi103 ceph-mon[107764]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-11-16T11:59:28.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:28 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:59:28.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:28 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:59:28.683 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 11:59:28 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T11:59:28.492+0000 7f894f1543c0 -1 osd.7 0 log_to_monitors true 2023-11-16T11:59:28.684 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:28 smithi140 ceph-mon[110414]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-11-16T11:59:28.684 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:28 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:59:28.684 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:28 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:59:29.164 INFO:teuthology.orchestra.run.smithi103.stdout: 2023-11-16T11:59:29.536 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:29 smithi103 ceph-mon[107764]: from='osd.7 [v2:172.21.15.140:6824/2725281969,v1:172.21.15.140:6825/2725281969]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-16T11:59:29.536 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:29 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/2196347452' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T11:59:29.714 INFO:teuthology.orchestra.run.smithi103.stdout:{"epoch":48,"num_osds":8,"num_up_osds":7,"osd_up_since":1700135953,"num_in_osds":8,"osd_in_since":1700135956,"num_remapped_pgs":0} 2023-11-16T11:59:29.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:29 smithi140 ceph-mon[110414]: from='osd.7 [v2:172.21.15.140:6824/2725281969,v1:172.21.15.140:6825/2725281969]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-16T11:59:29.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:29 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/2196347452' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T11:59:30.715 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T11:59:30.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:30 smithi140 ceph-mon[110414]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 45 KiB/s, 0 objects/s recovering 2023-11-16T11:59:30.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:30 smithi140 ceph-mon[110414]: from='osd.7 [v2:172.21.15.140:6824/2725281969,v1:172.21.15.140:6825/2725281969]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-16T11:59:30.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:30 smithi140 ceph-mon[110414]: osdmap e49: 8 total, 7 up, 8 in 2023-11-16T11:59:30.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:30 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T11:59:30.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:30 smithi140 ceph-mon[110414]: from='osd.7 [v2:172.21.15.140:6824/2725281969,v1:172.21.15.140:6825/2725281969]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-11-16T11:59:30.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:30 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:59:30.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:30 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-16T11:59:30.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:30 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-16T11:59:30.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:30 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-16T11:59:30.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:30 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-16T11:59:30.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:30 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:59:30.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:30 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:59:30.738 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:30 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T11:59:30.738 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:30 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:59:30.738 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:30 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T11:59:30.738 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:30 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:59:30.738 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 11:59:30 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T11:59:30.435+0000 7f8945b57700 -1 osd.7 0 waiting for initial osdmap 2023-11-16T11:59:30.738 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 11:59:30 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T11:59:30.443+0000 7f8940cef700 -1 osd.7 50 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-16T11:59:30.748 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:30 smithi103 ceph-mon[107764]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 45 KiB/s, 0 objects/s recovering 2023-11-16T11:59:30.748 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:30 smithi103 ceph-mon[107764]: from='osd.7 [v2:172.21.15.140:6824/2725281969,v1:172.21.15.140:6825/2725281969]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-16T11:59:30.748 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:30 smithi103 ceph-mon[107764]: osdmap e49: 8 total, 7 up, 8 in 2023-11-16T11:59:30.748 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:30 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T11:59:30.749 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:30 smithi103 ceph-mon[107764]: from='osd.7 [v2:172.21.15.140:6824/2725281969,v1:172.21.15.140:6825/2725281969]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]: dispatch 2023-11-16T11:59:30.749 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:30 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:59:30.749 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:30 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-16T11:59:30.749 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:30 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-16T11:59:30.749 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:30 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-16T11:59:30.750 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:30 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-16T11:59:30.750 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:30 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:59:30.750 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:30 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:59:30.750 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:30 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T11:59:30.750 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:30 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T11:59:30.750 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:30 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T11:59:30.751 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:30 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T11:59:31.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:31 smithi103 ceph-mon[107764]: Detected new or changed devices on smithi140 2023-11-16T11:59:31.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:31 smithi103 ceph-mon[107764]: Adjusting osd_memory_target on smithi140 to 3992M 2023-11-16T11:59:31.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:31 smithi103 ceph-mon[107764]: from='osd.7 [v2:172.21.15.140:6824/2725281969,v1:172.21.15.140:6825/2725281969]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]': finished 2023-11-16T11:59:31.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:31 smithi103 ceph-mon[107764]: osdmap e50: 8 total, 7 up, 8 in 2023-11-16T11:59:31.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:31 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T11:59:31.681 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:31 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T11:59:31.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:31 smithi140 ceph-mon[110414]: Detected new or changed devices on smithi140 2023-11-16T11:59:31.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:31 smithi140 ceph-mon[110414]: Adjusting osd_memory_target on smithi140 to 3992M 2023-11-16T11:59:31.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:31 smithi140 ceph-mon[110414]: from='osd.7 [v2:172.21.15.140:6824/2725281969,v1:172.21.15.140:6825/2725281969]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi140", "root=default"]}]': finished 2023-11-16T11:59:31.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:31 smithi140 ceph-mon[110414]: osdmap e50: 8 total, 7 up, 8 in 2023-11-16T11:59:31.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:31 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T11:59:31.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:31 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T11:59:32.102 INFO:teuthology.orchestra.run.smithi103.stdout: 2023-11-16T11:59:32.472 INFO:teuthology.orchestra.run.smithi103.stdout:{"epoch":51,"num_osds":8,"num_up_osds":8,"osd_up_since":1700135971,"num_in_osds":8,"osd_in_since":1700135956,"num_remapped_pgs":1} 2023-11-16T11:59:32.472 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-16T11:59:32.735 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/mon.smithi103/config 2023-11-16T11:59:32.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:32 smithi140 ceph-mon[110414]: purged_snaps scrub starts 2023-11-16T11:59:32.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:32 smithi140 ceph-mon[110414]: purged_snaps scrub ok 2023-11-16T11:59:32.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:32 smithi140 ceph-mon[110414]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-11-16T11:59:32.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:32 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T11:59:32.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:32 smithi140 ceph-mon[110414]: osd.7 [v2:172.21.15.140:6824/2725281969,v1:172.21.15.140:6825/2725281969] boot 2023-11-16T11:59:32.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:32 smithi140 ceph-mon[110414]: osdmap e51: 8 total, 8 up, 8 in 2023-11-16T11:59:32.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:32 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T11:59:32.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:32 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/2398035608' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T11:59:32.875 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:32 smithi103 ceph-mon[107764]: purged_snaps scrub starts 2023-11-16T11:59:32.875 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:32 smithi103 ceph-mon[107764]: purged_snaps scrub ok 2023-11-16T11:59:32.875 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:32 smithi103 ceph-mon[107764]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-11-16T11:59:32.875 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:32 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T11:59:32.876 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:32 smithi103 ceph-mon[107764]: osd.7 [v2:172.21.15.140:6824/2725281969,v1:172.21.15.140:6825/2725281969] boot 2023-11-16T11:59:32.876 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:32 smithi103 ceph-mon[107764]: osdmap e51: 8 total, 8 up, 8 in 2023-11-16T11:59:32.876 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:32 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T11:59:32.876 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:32 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/2398035608' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T11:59:33.535 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:33 smithi103 ceph-mon[107764]: osdmap e52: 8 total, 8 up, 8 in 2023-11-16T11:59:33.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:33 smithi140 ceph-mon[110414]: osdmap e52: 8 total, 8 up, 8 in 2023-11-16T11:59:33.895 INFO:teuthology.orchestra.run.smithi103.stdout: 2023-11-16T11:59:33.895 INFO:teuthology.orchestra.run.smithi103.stdout:{"epoch":53,"fsid":"ed0a1724-8476-11ee-8dbe-212e2dc638e7","created":"2023-11-16T11:55:06.804836+0000","modified":"2023-11-16T11:59:33.440932+0000","last_up_change":"2023-11-16T11:59:31.434772+0000","last_in_change":"2023-11-16T11:59:16.466838+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":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-11-16T11:58:07.222733+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_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"1454cef1-2d27-4b6c-9649-24699fcd564d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":52,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6802","nonce":1847730300},{"type":"v1","addr":"172.21.15.103:6803","nonce":1847730300}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6804","nonce":1847730300},{"type":"v1","addr":"172.21.15.103:6805","nonce":1847730300}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6808","nonce":1847730300},{"type":"v1","addr":"172.21.15.103:6809","nonce":1847730300}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6806","nonce":1847730300},{"type":"v1","addr":"172.21.15.103:6807","nonce":1847730300}]},"public_addr":"172.21.15.103:6803/1847730300","cluster_addr":"172.21.15.103:6805/1847730300","heartbeat_back_addr":"172.21.15.103:6809/1847730300","heartbeat_front_addr":"172.21.15.103:6807/1847730300","state":["exists","up"]},{"osd":1,"uuid":"445be359-6ac0-4a93-b074-a70ebe79d4e3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6810","nonce":876827481},{"type":"v1","addr":"172.21.15.103:6811","nonce":876827481}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6812","nonce":876827481},{"type":"v1","addr":"172.21.15.103:6813","nonce":876827481}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6816","nonce":876827481},{"type":"v1","addr":"172.21.15.103:6817","nonce":876827481}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6814","nonce":876827481},{"type":"v1","addr":"172.21.15.103:6815","nonce":876827481}]},"public_addr":"172.21.15.103:6811/876827481","cluster_addr":"172.21.15.103:6813/876827481","heartbeat_back_addr":"172.21.15.103:6817/876827481","heartbeat_front_addr":"172.21.15.103:6815/876827481","state":["exists","up"]},{"osd":2,"uuid":"993c3d50-2fe9-4fed-9c07-b105b346f4a0","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.103:6818","nonce":1236204564},{"type":"v1","addr":"172.21.15.103:6819","nonce":1236204564}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6820","nonce":1236204564},{"type":"v1","addr":"172.21.15.103:6821","nonce":1236204564}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6824","nonce":1236204564},{"type":"v1","addr":"172.21.15.103:6825","nonce":1236204564}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6822","nonce":1236204564},{"type":"v1","addr":"172.21.15.103:6823","nonce":1236204564}]},"public_addr":"172.21.15.103:6819/1236204564","cluster_addr":"172.21.15.103:6821/1236204564","heartbeat_back_addr":"172.21.15.103:6825/1236204564","heartbeat_front_addr":"172.21.15.103:6823/1236204564","state":["exists","up"]},{"osd":3,"uuid":"7c4c1333-0684-4768-a797-4c7f1b2c93da","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6826","nonce":2407386814},{"type":"v1","addr":"172.21.15.103:6827","nonce":2407386814}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6828","nonce":2407386814},{"type":"v1","addr":"172.21.15.103:6829","nonce":2407386814}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6832","nonce":2407386814},{"type":"v1","addr":"172.21.15.103:6833","nonce":2407386814}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6830","nonce":2407386814},{"type":"v1","addr":"172.21.15.103:6831","nonce":2407386814}]},"public_addr":"172.21.15.103:6827/2407386814","cluster_addr":"172.21.15.103:6829/2407386814","heartbeat_back_addr":"172.21.15.103:6833/2407386814","heartbeat_front_addr":"172.21.15.103:6831/2407386814","state":["exists","up"]},{"osd":4,"uuid":"9c8a80b9-df21-4ae4-888e-68d25e8d4213","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6800","nonce":3466382926},{"type":"v1","addr":"172.21.15.140:6801","nonce":3466382926}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6802","nonce":3466382926},{"type":"v1","addr":"172.21.15.140:6803","nonce":3466382926}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6806","nonce":3466382926},{"type":"v1","addr":"172.21.15.140:6807","nonce":3466382926}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6804","nonce":3466382926},{"type":"v1","addr":"172.21.15.140:6805","nonce":3466382926}]},"public_addr":"172.21.15.140:6801/3466382926","cluster_addr":"172.21.15.140:6803/3466382926","heartbeat_back_addr":"172.21.15.140:6807/3466382926","heartbeat_front_addr":"172.21.15.140:6805/3466382926","state":["exists","up"]},{"osd":5,"uuid":"d253cde8-2e79-44c2-bd76-e4a8642d675c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6808","nonce":854925805},{"type":"v1","addr":"172.21.15.140:6809","nonce":854925805}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6810","nonce":854925805},{"type":"v1","addr":"172.21.15.140:6811","nonce":854925805}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6814","nonce":854925805},{"type":"v1","addr":"172.21.15.140:6815","nonce":854925805}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6812","nonce":854925805},{"type":"v1","addr":"172.21.15.140:6813","nonce":854925805}]},"public_addr":"172.21.15.140:6809/854925805","cluster_addr":"172.21.15.140:6811/854925805","heartbeat_back_addr":"172.21.15.140:6815/854925805","heartbeat_front_addr":"172.21.15.140:6813/854925805","state":["exists","up"]},{"osd":6,"uuid":"f9edb861-1c6f-4fad-8240-b5e15153e467","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":44,"up_thru":47,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6816","nonce":966800662},{"type":"v1","addr":"172.21.15.140:6817","nonce":966800662}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6818","nonce":966800662},{"type":"v1","addr":"172.21.15.140:6819","nonce":966800662}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6822","nonce":966800662},{"type":"v1","addr":"172.21.15.140:6823","nonce":966800662}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6820","nonce":966800662},{"type":"v1","addr":"172.21.15.140:6821","nonce":966800662}]},"public_addr":"172.21.15.140:6817/966800662","cluster_addr":"172.21.15.140:6819/966800662","heartbeat_back_addr":"172.21.15.140:6823/966800662","heartbeat_front_addr":"172.21.15.140:6821/966800662","state":["exists","up"]},{"osd":7,"uuid":"71cac549-41e6-472f-94f9-a467b1404e3b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":51,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6824","nonce":2725281969},{"type":"v1","addr":"172.21.15.140:6825","nonce":2725281969}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6826","nonce":2725281969},{"type":"v1","addr":"172.21.15.140:6827","nonce":2725281969}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6830","nonce":2725281969},{"type":"v1","addr":"172.21.15.140:6831","nonce":2725281969}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6828","nonce":2725281969},{"type":"v1","addr":"172.21.15.140:6829","nonce":2725281969}]},"public_addr":"172.21.15.140:6825/2725281969","cluster_addr":"172.21.15.140:6827/2725281969","heartbeat_back_addr":"172.21.15.140:6831/2725281969","heartbeat_front_addr":"172.21.15.140:6829/2725281969","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T11:57:25.073346+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T11:57:46.400386+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T11:58:04.297304+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T11:58:21.749583+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T11:58:38.166926+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T11:58:55.094493+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T11:59:12.116141+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T11:59:29.515696+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[{"pgid":"1.0","osds":[0,6]}],"primary_temp":[],"blocklist":{"172.21.15.103:0/2542769833":"2023-11-17T11:56:36.416795+0000","172.21.15.103:6800/3967793819":"2023-11-17T11:56:36.416795+0000","172.21.15.103:0/206981425":"2023-11-17T11:56:36.416795+0000","172.21.15.103:0/1433787565":"2023-11-17T11:56:36.416795+0000","172.21.15.103:0/2121409938":"2023-11-17T11:55:56.987624+0000","172.21.15.103:6801/3967793819":"2023-11-17T11:56:36.416795+0000","172.21.15.103:6801/3760795766":"2023-11-17T11:55:56.987624+0000","172.21.15.103:0/3734554181":"2023-11-17T11:55:56.987624+0000","172.21.15.103:0/2895298359":"2023-11-17T11:55:56.987624+0000","172.21.15.103:6800/3760795766":"2023-11-17T11:55:56.987624+0000","172.21.15.103:6800/607720968":"2023-11-17T11:55:33.534988+0000","172.21.15.103:6801/607720968":"2023-11-17T11:55:33.534988+0000","172.21.15.103:0/3616317567":"2023-11-17T11:55:33.534988+0000","172.21.15.103:0/478085408":"2023-11-17T11:55:33.534988+0000","172.21.15.103:0/278809433":"2023-11-17T11:55:33.534988+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-16T11:59:34.288 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-11-16T11:58:07.222733+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_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}] 2023-11-16T11:59:34.288 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph osd pool get .mgr pg_num 2023-11-16T11:59:34.517 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/mon.smithi103/config 2023-11-16T11:59:34.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:34 smithi140 ceph-mon[110414]: pgmap v128: 1 pgs: 1 remapped+peering; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-11-16T11:59:34.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:34 smithi140 ceph-mon[110414]: osdmap e53: 8 total, 8 up, 8 in 2023-11-16T11:59:34.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:34 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/1359217128' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-16T11:59:34.768 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:34 smithi103 ceph-mon[107764]: pgmap v128: 1 pgs: 1 remapped+peering; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-11-16T11:59:34.768 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:34 smithi103 ceph-mon[107764]: osdmap e53: 8 total, 8 up, 8 in 2023-11-16T11:59:34.769 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:34 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/1359217128' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-16T11:59:35.603 INFO:teuthology.orchestra.run.smithi103.stdout:pg_num: 1 2023-11-16T11:59:35.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:35 smithi140 ceph-mon[110414]: osdmap e54: 8 total, 8 up, 8 in 2023-11-16T11:59:35.777 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:35 smithi103 ceph-mon[107764]: osdmap e54: 8 total, 8 up, 8 in 2023-11-16T11:59:35.981 INFO:tasks.cephadm:Setting up client nodes... 2023-11-16T11:59:35.981 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-16T11:59:36.635 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:36 smithi103 ceph-mon[107764]: pgmap v131: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T11:59:36.635 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:36 smithi103 ceph-mon[107764]: osdmap e55: 8 total, 8 up, 8 in 2023-11-16T11:59:36.635 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:36 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/1306217492' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-11-16T11:59:36.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:36 smithi140 ceph-mon[110414]: pgmap v131: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T11:59:36.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:36 smithi140 ceph-mon[110414]: osdmap e55: 8 total, 8 up, 8 in 2023-11-16T11:59:36.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:36 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/1306217492' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-11-16T11:59:37.384 INFO:teuthology.orchestra.run.smithi103.stdout:[client.0] 2023-11-16T11:59:37.384 INFO:teuthology.orchestra.run.smithi103.stdout: key = AQApBFZlhRCoFhAAP2cqgWoJWYSBuiw94RGPmQ== 2023-11-16T11:59:37.663 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:37 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi103.lplguk/mirror_snapshot_schedule"}]: dispatch 2023-11-16T11:59:37.663 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:37 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi103.lplguk/trash_purge_schedule"}]: dispatch 2023-11-16T11:59:37.663 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:37 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/231191942' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-16T11:59:37.663 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:37 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/231191942' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-16T11:59:37.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:37 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi103.lplguk/mirror_snapshot_schedule"}]: dispatch 2023-11-16T11:59:37.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:37 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi103.lplguk/trash_purge_schedule"}]: dispatch 2023-11-16T11:59:37.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:37 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/231191942' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-16T11:59:37.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:37 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/231191942' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-16T11:59:37.755 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2023-11-16T11:59:37.755 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-11-16T11:59:37.755 DEBUG:teuthology.orchestra.run.smithi103:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-11-16T11:59:37.794 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-11-16T11:59:37.795 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-11-16T11:59:37.795 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph mgr dump --format=json 2023-11-16T11:59:38.056 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/mon.smithi103/config 2023-11-16T11:59:38.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:38 smithi140 ceph-mon[110414]: pgmap v133: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T11:59:38.817 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:38 smithi103 ceph-mon[107764]: pgmap v133: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T11:59:39.255 INFO:teuthology.orchestra.run.smithi103.stdout: 2023-11-16T11:59:39.545 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:39 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/3809745563' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-16T11:59:39.645 INFO:teuthology.orchestra.run.smithi103.stdout:{"epoch":19,"active_gid":14204,"active_name":"smithi103.lplguk","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6800","nonce":3017947296},{"type":"v1","addr":"172.21.15.103:6801","nonce":3017947296}]},"active_addr":"172.21.15.103:6801/3017947296","active_change":"2023-11-16T11:56:36.417112+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":14222,"name":"smithi140.xexnxk","mgr_features":4540138303579357183,"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":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.23.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":"quay.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":"quay.io/ceph/ceph-grafana:8.3.5","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"docker.io/library/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"docker.io/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":"quay.io/prometheus/node-exporter:v1.3.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":"quay.io/prometheus/prometheus:v2.33.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway 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":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","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_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","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. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","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. Only used for logging into a registry.","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_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","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":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","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_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":[]},"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":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","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":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","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":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","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":"what failure domain we should separate data replicas across.","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":"value to set min_size to (unchanged from Ceph's default if this option is not set)","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":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","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":"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":[]},"noautoscale":{"name":"noautoscale","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"global autoscale flag","long_desc":"Option to turn on/off the autoscaler for all pools","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"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":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","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":[]},"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":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","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":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","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":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","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":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","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":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","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":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","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":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","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":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","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":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","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":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","prometheus","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.23.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":"quay.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":"quay.io/ceph/ceph-grafana:8.3.5","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"docker.io/library/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"docker.io/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":"quay.io/prometheus/node-exporter:v1.3.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":"quay.io/prometheus/prometheus:v2.33.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway 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":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","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_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","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. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","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. Only used for logging into a registry.","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_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","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":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","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_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":[]},"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":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","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":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","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":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","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":"what failure domain we should separate data replicas across.","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":"value to set min_size to (unchanged from Ceph's default if this option is not set)","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":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","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":"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":[]},"noautoscale":{"name":"noautoscale","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"global autoscale flag","long_desc":"Option to turn on/off the autoscaler for all pools","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"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":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","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":[]},"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":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","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":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","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":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","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":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","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":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","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":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","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":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","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":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","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":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","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":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.103:8443/","prometheus":"http://172.21.15.103:9283/"},"always_on_modules":{"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"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"last_failure_osd_epoch":5,"active_clients":[{"addrvec":[{"type":"v2","addr":"172.21.15.103:0","nonce":913330900}]},{"addrvec":[{"type":"v2","addr":"172.21.15.103:0","nonce":4027180521}]},{"addrvec":[{"type":"v2","addr":"172.21.15.103:0","nonce":3310948766}]},{"addrvec":[{"type":"v2","addr":"172.21.15.103:0","nonce":2672845139}]}]}} 2023-11-16T11:59:39.650 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-11-16T11:59:39.650 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-11-16T11:59:39.650 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-16T11:59:39.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:39 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/3809745563' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-16T11:59:39.874 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/mon.smithi103/config 2023-11-16T11:59:40.634 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:40 smithi103 ceph-mon[107764]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-11-16T11:59:40.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:40 smithi140 ceph-mon[110414]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-11-16T11:59:41.003 INFO:teuthology.orchestra.run.smithi103.stdout: 2023-11-16T11:59:41.003 INFO:teuthology.orchestra.run.smithi103.stdout:{"epoch":55,"fsid":"ed0a1724-8476-11ee-8dbe-212e2dc638e7","created":"2023-11-16T11:55:06.804836+0000","modified":"2023-11-16T11:59:35.446291+0000","last_up_change":"2023-11-16T11:59:31.434772+0000","last_in_change":"2023-11-16T11:59:16.466838+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":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-11-16T11:58:07.222733+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_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"1454cef1-2d27-4b6c-9649-24699fcd564d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":53,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6802","nonce":1847730300},{"type":"v1","addr":"172.21.15.103:6803","nonce":1847730300}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6804","nonce":1847730300},{"type":"v1","addr":"172.21.15.103:6805","nonce":1847730300}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6808","nonce":1847730300},{"type":"v1","addr":"172.21.15.103:6809","nonce":1847730300}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6806","nonce":1847730300},{"type":"v1","addr":"172.21.15.103:6807","nonce":1847730300}]},"public_addr":"172.21.15.103:6803/1847730300","cluster_addr":"172.21.15.103:6805/1847730300","heartbeat_back_addr":"172.21.15.103:6809/1847730300","heartbeat_front_addr":"172.21.15.103:6807/1847730300","state":["exists","up"]},{"osd":1,"uuid":"445be359-6ac0-4a93-b074-a70ebe79d4e3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6810","nonce":876827481},{"type":"v1","addr":"172.21.15.103:6811","nonce":876827481}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6812","nonce":876827481},{"type":"v1","addr":"172.21.15.103:6813","nonce":876827481}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6816","nonce":876827481},{"type":"v1","addr":"172.21.15.103:6817","nonce":876827481}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6814","nonce":876827481},{"type":"v1","addr":"172.21.15.103:6815","nonce":876827481}]},"public_addr":"172.21.15.103:6811/876827481","cluster_addr":"172.21.15.103:6813/876827481","heartbeat_back_addr":"172.21.15.103:6817/876827481","heartbeat_front_addr":"172.21.15.103:6815/876827481","state":["exists","up"]},{"osd":2,"uuid":"993c3d50-2fe9-4fed-9c07-b105b346f4a0","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.103:6818","nonce":1236204564},{"type":"v1","addr":"172.21.15.103:6819","nonce":1236204564}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6820","nonce":1236204564},{"type":"v1","addr":"172.21.15.103:6821","nonce":1236204564}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6824","nonce":1236204564},{"type":"v1","addr":"172.21.15.103:6825","nonce":1236204564}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6822","nonce":1236204564},{"type":"v1","addr":"172.21.15.103:6823","nonce":1236204564}]},"public_addr":"172.21.15.103:6819/1236204564","cluster_addr":"172.21.15.103:6821/1236204564","heartbeat_back_addr":"172.21.15.103:6825/1236204564","heartbeat_front_addr":"172.21.15.103:6823/1236204564","state":["exists","up"]},{"osd":3,"uuid":"7c4c1333-0684-4768-a797-4c7f1b2c93da","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6826","nonce":2407386814},{"type":"v1","addr":"172.21.15.103:6827","nonce":2407386814}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6828","nonce":2407386814},{"type":"v1","addr":"172.21.15.103:6829","nonce":2407386814}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6832","nonce":2407386814},{"type":"v1","addr":"172.21.15.103:6833","nonce":2407386814}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6830","nonce":2407386814},{"type":"v1","addr":"172.21.15.103:6831","nonce":2407386814}]},"public_addr":"172.21.15.103:6827/2407386814","cluster_addr":"172.21.15.103:6829/2407386814","heartbeat_back_addr":"172.21.15.103:6833/2407386814","heartbeat_front_addr":"172.21.15.103:6831/2407386814","state":["exists","up"]},{"osd":4,"uuid":"9c8a80b9-df21-4ae4-888e-68d25e8d4213","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6800","nonce":3466382926},{"type":"v1","addr":"172.21.15.140:6801","nonce":3466382926}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6802","nonce":3466382926},{"type":"v1","addr":"172.21.15.140:6803","nonce":3466382926}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6806","nonce":3466382926},{"type":"v1","addr":"172.21.15.140:6807","nonce":3466382926}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6804","nonce":3466382926},{"type":"v1","addr":"172.21.15.140:6805","nonce":3466382926}]},"public_addr":"172.21.15.140:6801/3466382926","cluster_addr":"172.21.15.140:6803/3466382926","heartbeat_back_addr":"172.21.15.140:6807/3466382926","heartbeat_front_addr":"172.21.15.140:6805/3466382926","state":["exists","up"]},{"osd":5,"uuid":"d253cde8-2e79-44c2-bd76-e4a8642d675c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6808","nonce":854925805},{"type":"v1","addr":"172.21.15.140:6809","nonce":854925805}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6810","nonce":854925805},{"type":"v1","addr":"172.21.15.140:6811","nonce":854925805}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6814","nonce":854925805},{"type":"v1","addr":"172.21.15.140:6815","nonce":854925805}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6812","nonce":854925805},{"type":"v1","addr":"172.21.15.140:6813","nonce":854925805}]},"public_addr":"172.21.15.140:6809/854925805","cluster_addr":"172.21.15.140:6811/854925805","heartbeat_back_addr":"172.21.15.140:6815/854925805","heartbeat_front_addr":"172.21.15.140:6813/854925805","state":["exists","up"]},{"osd":6,"uuid":"f9edb861-1c6f-4fad-8240-b5e15153e467","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":44,"up_thru":47,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6816","nonce":966800662},{"type":"v1","addr":"172.21.15.140:6817","nonce":966800662}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6818","nonce":966800662},{"type":"v1","addr":"172.21.15.140:6819","nonce":966800662}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6822","nonce":966800662},{"type":"v1","addr":"172.21.15.140:6823","nonce":966800662}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6820","nonce":966800662},{"type":"v1","addr":"172.21.15.140:6821","nonce":966800662}]},"public_addr":"172.21.15.140:6817/966800662","cluster_addr":"172.21.15.140:6819/966800662","heartbeat_back_addr":"172.21.15.140:6823/966800662","heartbeat_front_addr":"172.21.15.140:6821/966800662","state":["exists","up"]},{"osd":7,"uuid":"71cac549-41e6-472f-94f9-a467b1404e3b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":51,"up_thru":54,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6824","nonce":2725281969},{"type":"v1","addr":"172.21.15.140:6825","nonce":2725281969}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6826","nonce":2725281969},{"type":"v1","addr":"172.21.15.140:6827","nonce":2725281969}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6830","nonce":2725281969},{"type":"v1","addr":"172.21.15.140:6831","nonce":2725281969}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6828","nonce":2725281969},{"type":"v1","addr":"172.21.15.140:6829","nonce":2725281969}]},"public_addr":"172.21.15.140:6825/2725281969","cluster_addr":"172.21.15.140:6827/2725281969","heartbeat_back_addr":"172.21.15.140:6831/2725281969","heartbeat_front_addr":"172.21.15.140:6829/2725281969","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T11:57:25.073346+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T11:57:46.400386+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T11:58:04.297304+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T11:58:21.749583+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T11:58:38.166926+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T11:58:55.094493+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T11:59:12.116141+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T11:59:29.515696+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.103:0/2542769833":"2023-11-17T11:56:36.416795+0000","172.21.15.103:6800/3967793819":"2023-11-17T11:56:36.416795+0000","172.21.15.103:0/206981425":"2023-11-17T11:56:36.416795+0000","172.21.15.103:0/1433787565":"2023-11-17T11:56:36.416795+0000","172.21.15.103:0/2121409938":"2023-11-17T11:55:56.987624+0000","172.21.15.103:6801/3967793819":"2023-11-17T11:56:36.416795+0000","172.21.15.103:6801/3760795766":"2023-11-17T11:55:56.987624+0000","172.21.15.103:0/3734554181":"2023-11-17T11:55:56.987624+0000","172.21.15.103:0/2895298359":"2023-11-17T11:55:56.987624+0000","172.21.15.103:6800/3760795766":"2023-11-17T11:55:56.987624+0000","172.21.15.103:6800/607720968":"2023-11-17T11:55:33.534988+0000","172.21.15.103:6801/607720968":"2023-11-17T11:55:33.534988+0000","172.21.15.103:0/3616317567":"2023-11-17T11:55:33.534988+0000","172.21.15.103:0/478085408":"2023-11-17T11:55:33.534988+0000","172.21.15.103:0/278809433":"2023-11-17T11:55:33.534988+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-16T11:59:41.379 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-11-16T11:59:41.379 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-16T11:59:41.605 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/mon.smithi103/config 2023-11-16T11:59:41.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:41 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/470413193' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-16T11:59:41.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:41 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/470413193' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-16T11:59:42.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:42 smithi103 ceph-mon[107764]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 69 KiB/s, 0 objects/s recovering 2023-11-16T11:59:42.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:42 smithi140 ceph-mon[110414]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 69 KiB/s, 0 objects/s recovering 2023-11-16T11:59:42.755 INFO:teuthology.orchestra.run.smithi103.stdout: 2023-11-16T11:59:42.755 INFO:teuthology.orchestra.run.smithi103.stdout:{"epoch":55,"fsid":"ed0a1724-8476-11ee-8dbe-212e2dc638e7","created":"2023-11-16T11:55:06.804836+0000","modified":"2023-11-16T11:59:35.446291+0000","last_up_change":"2023-11-16T11:59:31.434772+0000","last_in_change":"2023-11-16T11:59:16.466838+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":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-11-16T11:58:07.222733+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_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"1454cef1-2d27-4b6c-9649-24699fcd564d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":53,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6802","nonce":1847730300},{"type":"v1","addr":"172.21.15.103:6803","nonce":1847730300}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6804","nonce":1847730300},{"type":"v1","addr":"172.21.15.103:6805","nonce":1847730300}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6808","nonce":1847730300},{"type":"v1","addr":"172.21.15.103:6809","nonce":1847730300}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6806","nonce":1847730300},{"type":"v1","addr":"172.21.15.103:6807","nonce":1847730300}]},"public_addr":"172.21.15.103:6803/1847730300","cluster_addr":"172.21.15.103:6805/1847730300","heartbeat_back_addr":"172.21.15.103:6809/1847730300","heartbeat_front_addr":"172.21.15.103:6807/1847730300","state":["exists","up"]},{"osd":1,"uuid":"445be359-6ac0-4a93-b074-a70ebe79d4e3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6810","nonce":876827481},{"type":"v1","addr":"172.21.15.103:6811","nonce":876827481}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6812","nonce":876827481},{"type":"v1","addr":"172.21.15.103:6813","nonce":876827481}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6816","nonce":876827481},{"type":"v1","addr":"172.21.15.103:6817","nonce":876827481}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6814","nonce":876827481},{"type":"v1","addr":"172.21.15.103:6815","nonce":876827481}]},"public_addr":"172.21.15.103:6811/876827481","cluster_addr":"172.21.15.103:6813/876827481","heartbeat_back_addr":"172.21.15.103:6817/876827481","heartbeat_front_addr":"172.21.15.103:6815/876827481","state":["exists","up"]},{"osd":2,"uuid":"993c3d50-2fe9-4fed-9c07-b105b346f4a0","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.103:6818","nonce":1236204564},{"type":"v1","addr":"172.21.15.103:6819","nonce":1236204564}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6820","nonce":1236204564},{"type":"v1","addr":"172.21.15.103:6821","nonce":1236204564}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6824","nonce":1236204564},{"type":"v1","addr":"172.21.15.103:6825","nonce":1236204564}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6822","nonce":1236204564},{"type":"v1","addr":"172.21.15.103:6823","nonce":1236204564}]},"public_addr":"172.21.15.103:6819/1236204564","cluster_addr":"172.21.15.103:6821/1236204564","heartbeat_back_addr":"172.21.15.103:6825/1236204564","heartbeat_front_addr":"172.21.15.103:6823/1236204564","state":["exists","up"]},{"osd":3,"uuid":"7c4c1333-0684-4768-a797-4c7f1b2c93da","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6826","nonce":2407386814},{"type":"v1","addr":"172.21.15.103:6827","nonce":2407386814}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6828","nonce":2407386814},{"type":"v1","addr":"172.21.15.103:6829","nonce":2407386814}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6832","nonce":2407386814},{"type":"v1","addr":"172.21.15.103:6833","nonce":2407386814}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.103:6830","nonce":2407386814},{"type":"v1","addr":"172.21.15.103:6831","nonce":2407386814}]},"public_addr":"172.21.15.103:6827/2407386814","cluster_addr":"172.21.15.103:6829/2407386814","heartbeat_back_addr":"172.21.15.103:6833/2407386814","heartbeat_front_addr":"172.21.15.103:6831/2407386814","state":["exists","up"]},{"osd":4,"uuid":"9c8a80b9-df21-4ae4-888e-68d25e8d4213","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6800","nonce":3466382926},{"type":"v1","addr":"172.21.15.140:6801","nonce":3466382926}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6802","nonce":3466382926},{"type":"v1","addr":"172.21.15.140:6803","nonce":3466382926}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6806","nonce":3466382926},{"type":"v1","addr":"172.21.15.140:6807","nonce":3466382926}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6804","nonce":3466382926},{"type":"v1","addr":"172.21.15.140:6805","nonce":3466382926}]},"public_addr":"172.21.15.140:6801/3466382926","cluster_addr":"172.21.15.140:6803/3466382926","heartbeat_back_addr":"172.21.15.140:6807/3466382926","heartbeat_front_addr":"172.21.15.140:6805/3466382926","state":["exists","up"]},{"osd":5,"uuid":"d253cde8-2e79-44c2-bd76-e4a8642d675c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6808","nonce":854925805},{"type":"v1","addr":"172.21.15.140:6809","nonce":854925805}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6810","nonce":854925805},{"type":"v1","addr":"172.21.15.140:6811","nonce":854925805}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6814","nonce":854925805},{"type":"v1","addr":"172.21.15.140:6815","nonce":854925805}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6812","nonce":854925805},{"type":"v1","addr":"172.21.15.140:6813","nonce":854925805}]},"public_addr":"172.21.15.140:6809/854925805","cluster_addr":"172.21.15.140:6811/854925805","heartbeat_back_addr":"172.21.15.140:6815/854925805","heartbeat_front_addr":"172.21.15.140:6813/854925805","state":["exists","up"]},{"osd":6,"uuid":"f9edb861-1c6f-4fad-8240-b5e15153e467","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":44,"up_thru":47,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6816","nonce":966800662},{"type":"v1","addr":"172.21.15.140:6817","nonce":966800662}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6818","nonce":966800662},{"type":"v1","addr":"172.21.15.140:6819","nonce":966800662}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6822","nonce":966800662},{"type":"v1","addr":"172.21.15.140:6823","nonce":966800662}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6820","nonce":966800662},{"type":"v1","addr":"172.21.15.140:6821","nonce":966800662}]},"public_addr":"172.21.15.140:6817/966800662","cluster_addr":"172.21.15.140:6819/966800662","heartbeat_back_addr":"172.21.15.140:6823/966800662","heartbeat_front_addr":"172.21.15.140:6821/966800662","state":["exists","up"]},{"osd":7,"uuid":"71cac549-41e6-472f-94f9-a467b1404e3b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":51,"up_thru":54,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6824","nonce":2725281969},{"type":"v1","addr":"172.21.15.140:6825","nonce":2725281969}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6826","nonce":2725281969},{"type":"v1","addr":"172.21.15.140:6827","nonce":2725281969}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6830","nonce":2725281969},{"type":"v1","addr":"172.21.15.140:6831","nonce":2725281969}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.140:6828","nonce":2725281969},{"type":"v1","addr":"172.21.15.140:6829","nonce":2725281969}]},"public_addr":"172.21.15.140:6825/2725281969","cluster_addr":"172.21.15.140:6827/2725281969","heartbeat_back_addr":"172.21.15.140:6831/2725281969","heartbeat_front_addr":"172.21.15.140:6829/2725281969","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T11:57:25.073346+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T11:57:46.400386+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T11:58:04.297304+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T11:58:21.749583+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T11:58:38.166926+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T11:58:55.094493+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T11:59:12.116141+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-11-16T11:59:29.515696+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.103:0/2542769833":"2023-11-17T11:56:36.416795+0000","172.21.15.103:6800/3967793819":"2023-11-17T11:56:36.416795+0000","172.21.15.103:0/206981425":"2023-11-17T11:56:36.416795+0000","172.21.15.103:0/1433787565":"2023-11-17T11:56:36.416795+0000","172.21.15.103:0/2121409938":"2023-11-17T11:55:56.987624+0000","172.21.15.103:6801/3967793819":"2023-11-17T11:56:36.416795+0000","172.21.15.103:6801/3760795766":"2023-11-17T11:55:56.987624+0000","172.21.15.103:0/3734554181":"2023-11-17T11:55:56.987624+0000","172.21.15.103:0/2895298359":"2023-11-17T11:55:56.987624+0000","172.21.15.103:6800/3760795766":"2023-11-17T11:55:56.987624+0000","172.21.15.103:6800/607720968":"2023-11-17T11:55:33.534988+0000","172.21.15.103:6801/607720968":"2023-11-17T11:55:33.534988+0000","172.21.15.103:0/3616317567":"2023-11-17T11:55:33.534988+0000","172.21.15.103:0/478085408":"2023-11-17T11:55:33.534988+0000","172.21.15.103:0/278809433":"2023-11-17T11:55:33.534988+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-16T11:59:43.147 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-11-16T11:59:43.148 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-11-16T11:59:43.148 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-11-16T11:59:43.149 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-11-16T11:59:43.149 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-11-16T11:59:43.150 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-11-16T11:59:43.150 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-11-16T11:59:43.151 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-11-16T11:59:43.600 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/mon.smithi103/config 2023-11-16T11:59:43.601 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/mon.smithi103/config 2023-11-16T11:59:43.661 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/mon.smithi103/config 2023-11-16T11:59:43.741 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:43 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/1919676040' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-16T11:59:43.753 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/mon.smithi103/config 2023-11-16T11:59:43.854 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/mon.smithi103/config 2023-11-16T11:59:43.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:43 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/1919676040' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-16T11:59:44.458 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/mon.smithi103/config 2023-11-16T11:59:44.458 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/mon.smithi103/config 2023-11-16T11:59:44.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:44 smithi103 ceph-mon[107764]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 61 KiB/s, 0 objects/s recovering 2023-11-16T11:59:44.759 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/mon.smithi103/config 2023-11-16T11:59:44.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:44 smithi140 ceph-mon[110414]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 61 KiB/s, 0 objects/s recovering 2023-11-16T11:59:46.747 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:46 smithi103 ceph-mon[107764]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-11-16T11:59:46.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:46 smithi140 ceph-mon[110414]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-11-16T11:59:48.149 INFO:teuthology.orchestra.run.smithi103.stdout:219043332102 2023-11-16T11:59:48.149 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-11-16T11:59:48.883 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:48 smithi103 ceph-mon[107764]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 45 KiB/s, 0 objects/s recovering 2023-11-16T11:59:48.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:48 smithi140 ceph-mon[110414]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 45 KiB/s, 0 objects/s recovering 2023-11-16T11:59:49.005 INFO:teuthology.orchestra.run.smithi103.stdout:38654705695 2023-11-16T11:59:49.005 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-11-16T11:59:49.344 INFO:teuthology.orchestra.run.smithi103.stdout:188978561034 2023-11-16T11:59:49.344 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-11-16T11:59:49.377 INFO:teuthology.orchestra.run.smithi103.stdout:158913789965 2023-11-16T11:59:49.377 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-11-16T11:59:49.691 INFO:teuthology.orchestra.run.smithi103.stdout:81604378647 2023-11-16T11:59:49.691 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-11-16T11:59:49.806 INFO:teuthology.orchestra.run.smithi103.stdout:60129542171 2023-11-16T11:59:49.806 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-11-16T11:59:50.150 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/mon.smithi103/config 2023-11-16T11:59:50.156 INFO:teuthology.orchestra.run.smithi103.stdout:128849018897 2023-11-16T11:59:50.156 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-11-16T11:59:50.339 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/mon.smithi103/config 2023-11-16T11:59:50.441 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/mon.smithi103/config 2023-11-16T11:59:50.641 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/mon.smithi103/config 2023-11-16T11:59:50.743 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/mon.smithi103/config 2023-11-16T11:59:50.764 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:50 smithi103 ceph-mon[107764]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-11-16T11:59:50.895 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/mon.smithi103/config 2023-11-16T11:59:50.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:50 smithi140 ceph-mon[110414]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-11-16T11:59:51.848 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/mon.smithi103/config 2023-11-16T11:59:52.153 INFO:teuthology.orchestra.run.smithi103.stdout:107374182420 2023-11-16T11:59:52.153 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-11-16T11:59:52.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:52 smithi103 ceph-mon[107764]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T11:59:52.749 INFO:teuthology.orchestra.run.smithi103.stdout:81604378648 2023-11-16T11:59:52.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:52 smithi140 ceph-mon[110414]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T11:59:53.345 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378647 got 81604378648 for osd.2 2023-11-16T11:59:53.345 DEBUG:teuthology.parallel:result is None 2023-11-16T11:59:53.522 INFO:teuthology.orchestra.run.smithi103.stdout:38654705696 2023-11-16T11:59:53.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:53 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/1789949002' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-16T11:59:53.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:53 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/521880261' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-16T11:59:53.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:53 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/1789949002' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-16T11:59:53.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:53 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/521880261' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-16T11:59:54.104 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705695 got 38654705696 for osd.0 2023-11-16T11:59:54.104 DEBUG:teuthology.parallel:result is None 2023-11-16T11:59:54.568 INFO:teuthology.orchestra.run.smithi103.stdout:188978561035 2023-11-16T11:59:54.597 INFO:teuthology.orchestra.run.smithi103.stdout:60129542172 2023-11-16T11:59:54.599 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/mon.smithi103/config 2023-11-16T11:59:54.736 INFO:teuthology.orchestra.run.smithi103.stdout:128849018898 2023-11-16T11:59:54.765 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:54 smithi103 ceph-mon[107764]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T11:59:54.836 INFO:teuthology.orchestra.run.smithi103.stdout:158913789966 2023-11-16T11:59:54.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:54 smithi140 ceph-mon[110414]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T11:59:55.305 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789965 got 158913789966 for osd.5 2023-11-16T11:59:55.305 DEBUG:teuthology.parallel:result is None 2023-11-16T11:59:55.627 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542171 got 60129542172 for osd.1 2023-11-16T11:59:55.627 DEBUG:teuthology.parallel:result is None 2023-11-16T11:59:55.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:55 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/3916022362' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-16T11:59:55.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:55 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/2451104617' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-16T11:59:55.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:55 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/2311410402' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-16T11:59:55.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:55 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/2382557384' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-16T11:59:55.695 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018897 got 128849018898 for osd.4 2023-11-16T11:59:55.695 DEBUG:teuthology.parallel:result is None 2023-11-16T11:59:55.903 INFO:tasks.cephadm.ceph_manager.ceph:need seq 188978561034 got 188978561035 for osd.6 2023-11-16T11:59:55.903 DEBUG:teuthology.parallel:result is None 2023-11-16T11:59:55.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:55 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/3916022362' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-16T11:59:55.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:55 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/2451104617' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-16T11:59:55.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:55 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/2311410402' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-16T11:59:55.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:55 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/2382557384' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-16T11:59:56.471 INFO:teuthology.orchestra.run.smithi103.stdout:219043332104 2023-11-16T11:59:56.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:56 smithi103 ceph-mon[107764]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T11:59:56.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:56 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/4186708514' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-16T11:59:56.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:56 smithi140 ceph-mon[110414]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T11:59:56.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:56 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/4186708514' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-16T11:59:56.988 INFO:tasks.cephadm.ceph_manager.ceph:need seq 219043332102 got 219043332104 for osd.7 2023-11-16T11:59:56.988 DEBUG:teuthology.parallel:result is None 2023-11-16T11:59:57.296 INFO:teuthology.orchestra.run.smithi103.stdout:107374182422 2023-11-16T11:59:57.590 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:57 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/2683798706' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-16T11:59:57.685 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182420 got 107374182422 for osd.3 2023-11-16T11:59:57.685 DEBUG:teuthology.parallel:result is None 2023-11-16T11:59:57.685 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-11-16T11:59:57.685 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph pg dump --format=json 2023-11-16T11:59:57.910 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/mon.smithi103/config 2023-11-16T11:59:57.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:57 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/2683798706' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-16T11:59:58.648 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 11:59:58 smithi103 ceph-mon[107764]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T11:59:58.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 11:59:58 smithi140 ceph-mon[110414]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T11:59:59.015 INFO:teuthology.orchestra.run.smithi103.stdout: 2023-11-16T11:59:59.016 INFO:teuthology.orchestra.run.smithi103.stderr:dumped all 2023-11-16T11:59:59.385 INFO:teuthology.orchestra.run.smithi103.stdout:{"pg_ready":true,"pg_map":{"version":144,"stamp":"2023-11-16T11:59:58.954462+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"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":117,"ondisk_log_size":117,"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":48268,"kb_used_data":5964,"kb_used_omap":0,"kb_used_meta":42240,"kb_avail":749912948,"statfs":{"total":767960285184,"available":767910858752,"internally_reserved":0,"allocated":6107136,"data_stored":3406407,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43253760},"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":"12.001942"},"pg_stats":[{"pgid":"1.0","version":"22'117","reported_seq":226,"reported_epoch":55,"state":"active+clean","last_fresh":"2023-11-16T11:59:35.451588+0000","last_change":"2023-11-16T11:59:35.451588+0000","last_active":"2023-11-16T11:59:35.451588+0000","last_peered":"2023-11-16T11:59:35.451588+0000","last_clean":"2023-11-16T11:59:35.451588+0000","last_became_active":"2023-11-16T11:59:35.451102+0000","last_became_peered":"2023-11-16T11:59:35.451102+0000","last_unstale":"2023-11-16T11:59:35.451588+0000","last_undegraded":"2023-11-16T11:59:35.451588+0000","last_fullsized":"2023-11-16T11:59:35.451588+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":55,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-16T11:58:07.766268+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-16T11:58:07.766268+0000","last_clean_scrub_stamp":"2023-11-16T11:58:07.766268+0000","objects_scrubbed":0,"log_size":117,"ondisk_log_size":117,"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,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-11-17T18:25:38.926867+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"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":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"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":3194880,"data_stored":3173568,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":51,"seq":219043332105,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6008,"kb_used_data":1072,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739144,"statfs":{"total":95995035648,"available":95988883456,"internally_reserved":0,"allocated":1097728,"data_stored":756493,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"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.55900000000000005}]},{"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.54600000000000004}]},{"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.52200000000000002}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60999999999999999}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38900000000000001}]},{"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.44800000000000001}]},{"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.53500000000000003}]}]},{"osd":6,"up_from":44,"seq":188978561036,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6072,"kb_used_data":1072,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739080,"statfs":{"total":95995035648,"available":95988817920,"internally_reserved":0,"allocated":1097728,"data_stored":756493,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61599999999999999}]},{"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.54700000000000004}]},{"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.53500000000000003}]},{"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.64000000000000001}]},{"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.39100000000000001}]},{"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.47499999999999998}]},{"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.433}]}]},{"osd":1,"up_from":14,"seq":60129542174,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6256,"kb_used_data":552,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738896,"statfs":{"total":95995035648,"available":95988629504,"internally_reserved":0,"allocated":565248,"data_stored":227565,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5832704},"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":"Thu Nov 16 11:59:55 2023","interfaces":[{"interface":"back","average":{"1min":0.35899999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"min":{"1min":0.22800000000000001,"5min":0.21099999999999999,"15min":0.21099999999999999},"max":{"1min":0.46999999999999997,"5min":0.55700000000000005,"15min":0.55700000000000005},"last":0.28799999999999998},{"interface":"front","average":{"1min":0.375,"5min":0.375,"15min":0.375},"min":{"1min":0.216,"5min":0.21099999999999999,"15min":0.21099999999999999},"max":{"1min":0.52300000000000002,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.36499999999999999}]},{"osd":2,"last update":"Thu Nov 16 11:59:10 2023","interfaces":[{"interface":"back","average":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"min":{"1min":0.22,"5min":0.22,"15min":0.22},"max":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.33400000000000002},{"interface":"front","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"last":0.39000000000000001}]},{"osd":3,"last update":"Thu Nov 16 11:59:25 2023","interfaces":[{"interface":"back","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.29699999999999999},{"interface":"front","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.621,"5min":0.621,"15min":0.621},"last":0.40400000000000003}]},{"osd":4,"last update":"Thu Nov 16 11:59:41 2023","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.746},{"interface":"front","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.76900000000000002}]},{"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.78200000000000003}]},{"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.69499999999999995}]},{"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.80000000000000004}]}]},{"osd":0,"up_from":9,"seq":38654705698,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6840,"kb_used_data":1072,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738312,"statfs":{"total":95995035648,"available":95988031488,"internally_reserved":0,"allocated":1097728,"data_stored":756493,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"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":"Thu Nov 16 11:59:50 2023","interfaces":[{"interface":"back","average":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"min":{"1min":0.27000000000000002,"5min":0.23300000000000001,"15min":0.23300000000000001},"max":{"1min":0.45200000000000001,"5min":0.501,"15min":0.501},"last":0.20200000000000001},{"interface":"front","average":{"1min":0.378,"5min":0.376,"15min":0.376},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.52600000000000002,"5min":0.56999999999999995,"15min":0.56999999999999995},"last":0.22600000000000001}]},{"osd":2,"last update":"Thu Nov 16 11:59:11 2023","interfaces":[{"interface":"back","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.247},{"interface":"front","average":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"min":{"1min":0.23599999999999999,"5min":0.23599999999999999,"15min":0.23599999999999999},"max":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"last":0.20799999999999999}]},{"osd":3,"last update":"Thu Nov 16 11:59:26 2023","interfaces":[{"interface":"back","average":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.745,"5min":0.745,"15min":0.745},"last":0.27700000000000002},{"interface":"front","average":{"1min":0.439,"5min":0.439,"15min":0.439},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"last":0.27100000000000002}]},{"osd":4,"last update":"Thu Nov 16 11:59:42 2023","interfaces":[{"interface":"back","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":0.89300000000000002,"5min":0.89300000000000002,"15min":0.89300000000000002},"last":0.30199999999999999},{"interface":"front","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":0.90300000000000002,"5min":0.90300000000000002,"15min":0.90300000000000002},"last":0.44900000000000001}]},{"osd":5,"last update":"Thu Nov 16 11:59:57 2023","interfaces":[{"interface":"back","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.42999999999999999},{"interface":"front","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.51100000000000001}]},{"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.39600000000000002}]},{"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.436}]}]},{"osd":2,"up_from":19,"seq":81604378650,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6192,"kb_used_data":552,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738960,"statfs":{"total":95995035648,"available":95988695040,"internally_reserved":0,"allocated":565248,"data_stored":227565,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5767168},"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":"Thu Nov 16 11:59:10 2023","interfaces":[{"interface":"back","average":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"min":{"1min":0.17599999999999999,"5min":0.17599999999999999,"15min":0.17599999999999999},"max":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.23899999999999999},{"interface":"front","average":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"min":{"1min":0.218,"5min":0.218,"15min":0.218},"max":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"last":0.29599999999999999}]},{"osd":1,"last update":"Thu Nov 16 11:59:10 2023","interfaces":[{"interface":"back","average":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"min":{"1min":0.20000000000000001,"5min":0.20000000000000001,"15min":0.20000000000000001},"max":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"last":0.26000000000000001},{"interface":"front","average":{"1min":0.38,"5min":0.38,"15min":0.38},"min":{"1min":0.20699999999999999,"5min":0.20699999999999999,"15min":0.20699999999999999},"max":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"last":0.32800000000000001}]},{"osd":3,"last update":"Thu Nov 16 11:59:24 2023","interfaces":[{"interface":"back","average":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"last":0.251},{"interface":"front","average":{"1min":0.439,"5min":0.439,"15min":0.439},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"last":0.31}]},{"osd":4,"last update":"Thu Nov 16 11:59:42 2023","interfaces":[{"interface":"back","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.875,"5min":0.875,"15min":0.875},"last":0.63700000000000001},{"interface":"front","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.89800000000000002,"5min":0.89800000000000002,"15min":0.89800000000000002},"last":0.65900000000000003}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48699999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61499999999999999}]},{"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.67900000000000005}]}]},{"osd":3,"up_from":25,"seq":107374182422,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5616,"kb_used_data":552,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739536,"statfs":{"total":95995035648,"available":95989284864,"internally_reserved":0,"allocated":565248,"data_stored":227565,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"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":"Thu Nov 16 11:59:26 2023","interfaces":[{"interface":"back","average":{"1min":0.376,"5min":0.376,"15min":0.376},"min":{"1min":0.21299999999999999,"5min":0.21299999999999999,"15min":0.21299999999999999},"max":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"last":0.40100000000000002},{"interface":"front","average":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"last":0.437}]},{"osd":1,"last update":"Thu Nov 16 11:59:26 2023","interfaces":[{"interface":"back","average":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"last":0.33100000000000002},{"interface":"front","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"last":0.38600000000000001}]},{"osd":2,"last update":"Thu Nov 16 11:59:26 2023","interfaces":[{"interface":"back","average":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"last":0.35599999999999998},{"interface":"front","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"last":0.42299999999999999}]},{"osd":4,"last update":"Thu Nov 16 11:59:40 2023","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.89300000000000002,"5min":0.89300000000000002,"15min":0.89300000000000002},"last":0.65700000000000003},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.93999999999999995,"5min":0.93999999999999995,"15min":0.93999999999999995},"last":0.57999999999999996}]},{"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.60199999999999998}]},{"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":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.68999999999999995}]}]},{"osd":4,"up_from":30,"seq":128849018899,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5672,"kb_used_data":544,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739480,"statfs":{"total":95995035648,"available":95989227520,"internally_reserved":0,"allocated":557056,"data_stored":226991,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"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":"Thu Nov 16 11:59:43 2023","interfaces":[{"interface":"back","average":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":1.8100000000000001,"5min":1.8100000000000001,"15min":1.8100000000000001},"last":0.44800000000000001},{"interface":"front","average":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":1.984,"5min":1.984,"15min":1.984},"last":0.47099999999999997}]},{"osd":1,"last update":"Thu Nov 16 11:59:43 2023","interfaces":[{"interface":"back","average":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":2.0419999999999998,"5min":2.0419999999999998,"15min":2.0419999999999998},"last":0.48399999999999999},{"interface":"front","average":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":1.889,"5min":1.889,"15min":1.889},"last":0.54800000000000004}]},{"osd":2,"last update":"Thu Nov 16 11:59:43 2023","interfaces":[{"interface":"back","average":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":1.9650000000000001,"5min":1.9650000000000001,"15min":1.9650000000000001},"last":0.49399999999999999},{"interface":"front","average":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":2.0630000000000002,"5min":2.0630000000000002,"15min":2.0630000000000002},"last":0.443}]},{"osd":3,"last update":"Thu Nov 16 11:59:43 2023","interfaces":[{"interface":"back","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.89400000000000002,"5min":0.89400000000000002,"15min":0.89400000000000002},"last":0.51400000000000001},{"interface":"front","average":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":2.5840000000000001,"5min":2.5840000000000001,"15min":2.5840000000000001},"last":0.50700000000000001}]},{"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.42299999999999999}]},{"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.54000000000000004}]},{"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.52300000000000002}]}]},{"osd":5,"up_from":37,"seq":158913789967,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5612,"kb_used_data":548,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739540,"statfs":{"total":95995035648,"available":95989288960,"internally_reserved":0,"allocated":561152,"data_stored":227242,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40200000000000002}]},{"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.436}]},{"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.379}]},{"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.46000000000000002}]},{"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.54000000000000004}]},{"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.51200000000000001}]},{"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.56299999999999994}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"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":532480,"data_stored":528928,"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":532480,"data_stored":528928,"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":532480,"data_stored":528928,"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":532480,"data_stored":528928,"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":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-16T11:59:59.386 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph pg dump --format=json 2023-11-16T11:59:59.612 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/mon.smithi103/config 2023-11-16T12:00:00.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:00 smithi103 ceph-mon[107764]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T12:00:00.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:00 smithi103 ceph-mon[107764]: from='client.14450 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T12:00:00.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:00 smithi103 ceph-mon[107764]: overall HEALTH_OK 2023-11-16T12:00:00.789 INFO:teuthology.orchestra.run.smithi103.stdout: 2023-11-16T12:00:00.791 INFO:teuthology.orchestra.run.smithi103.stderr:dumped all 2023-11-16T12:00:00.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:00 smithi140 ceph-mon[110414]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T12:00:00.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:00 smithi140 ceph-mon[110414]: from='client.14450 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T12:00:00.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:00 smithi140 ceph-mon[110414]: overall HEALTH_OK 2023-11-16T12:00:01.145 INFO:teuthology.orchestra.run.smithi103.stdout:{"pg_ready":true,"pg_map":{"version":144,"stamp":"2023-11-16T11:59:58.954462+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"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":117,"ondisk_log_size":117,"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":48268,"kb_used_data":5964,"kb_used_omap":0,"kb_used_meta":42240,"kb_avail":749912948,"statfs":{"total":767960285184,"available":767910858752,"internally_reserved":0,"allocated":6107136,"data_stored":3406407,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43253760},"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":"12.001942"},"pg_stats":[{"pgid":"1.0","version":"22'117","reported_seq":226,"reported_epoch":55,"state":"active+clean","last_fresh":"2023-11-16T11:59:35.451588+0000","last_change":"2023-11-16T11:59:35.451588+0000","last_active":"2023-11-16T11:59:35.451588+0000","last_peered":"2023-11-16T11:59:35.451588+0000","last_clean":"2023-11-16T11:59:35.451588+0000","last_became_active":"2023-11-16T11:59:35.451102+0000","last_became_peered":"2023-11-16T11:59:35.451102+0000","last_unstale":"2023-11-16T11:59:35.451588+0000","last_undegraded":"2023-11-16T11:59:35.451588+0000","last_fullsized":"2023-11-16T11:59:35.451588+0000","mapping_epoch":54,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":55,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-16T11:58:07.766268+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-16T11:58:07.766268+0000","last_clean_scrub_stamp":"2023-11-16T11:58:07.766268+0000","objects_scrubbed":0,"log_size":117,"ondisk_log_size":117,"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,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-11-17T18:25:38.926867+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"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":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"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":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"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":3194880,"data_stored":3173568,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":51,"seq":219043332105,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6008,"kb_used_data":1072,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739144,"statfs":{"total":95995035648,"available":95988883456,"internally_reserved":0,"allocated":1097728,"data_stored":756493,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"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.55900000000000005}]},{"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.54600000000000004}]},{"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.52200000000000002}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60999999999999999}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38900000000000001}]},{"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.44800000000000001}]},{"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.53500000000000003}]}]},{"osd":6,"up_from":44,"seq":188978561036,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6072,"kb_used_data":1072,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739080,"statfs":{"total":95995035648,"available":95988817920,"internally_reserved":0,"allocated":1097728,"data_stored":756493,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61599999999999999}]},{"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.54700000000000004}]},{"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.53500000000000003}]},{"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.64000000000000001}]},{"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.39100000000000001}]},{"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.47499999999999998}]},{"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.433}]}]},{"osd":1,"up_from":14,"seq":60129542174,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6256,"kb_used_data":552,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738896,"statfs":{"total":95995035648,"available":95988629504,"internally_reserved":0,"allocated":565248,"data_stored":227565,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5832704},"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":"Thu Nov 16 11:59:55 2023","interfaces":[{"interface":"back","average":{"1min":0.35899999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"min":{"1min":0.22800000000000001,"5min":0.21099999999999999,"15min":0.21099999999999999},"max":{"1min":0.46999999999999997,"5min":0.55700000000000005,"15min":0.55700000000000005},"last":0.28799999999999998},{"interface":"front","average":{"1min":0.375,"5min":0.375,"15min":0.375},"min":{"1min":0.216,"5min":0.21099999999999999,"15min":0.21099999999999999},"max":{"1min":0.52300000000000002,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.36499999999999999}]},{"osd":2,"last update":"Thu Nov 16 11:59:10 2023","interfaces":[{"interface":"back","average":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"min":{"1min":0.22,"5min":0.22,"15min":0.22},"max":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.33400000000000002},{"interface":"front","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"last":0.39000000000000001}]},{"osd":3,"last update":"Thu Nov 16 11:59:25 2023","interfaces":[{"interface":"back","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.29699999999999999},{"interface":"front","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.621,"5min":0.621,"15min":0.621},"last":0.40400000000000003}]},{"osd":4,"last update":"Thu Nov 16 11:59:41 2023","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.748,"5min":0.748,"15min":0.748},"last":0.746},{"interface":"front","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.76900000000000002}]},{"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.78200000000000003}]},{"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.69499999999999995}]},{"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.80000000000000004}]}]},{"osd":0,"up_from":9,"seq":38654705698,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6840,"kb_used_data":1072,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738312,"statfs":{"total":95995035648,"available":95988031488,"internally_reserved":0,"allocated":1097728,"data_stored":756493,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"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":"Thu Nov 16 11:59:50 2023","interfaces":[{"interface":"back","average":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"min":{"1min":0.27000000000000002,"5min":0.23300000000000001,"15min":0.23300000000000001},"max":{"1min":0.45200000000000001,"5min":0.501,"15min":0.501},"last":0.20200000000000001},{"interface":"front","average":{"1min":0.378,"5min":0.376,"15min":0.376},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.52600000000000002,"5min":0.56999999999999995,"15min":0.56999999999999995},"last":0.22600000000000001}]},{"osd":2,"last update":"Thu Nov 16 11:59:11 2023","interfaces":[{"interface":"back","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.247},{"interface":"front","average":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"min":{"1min":0.23599999999999999,"5min":0.23599999999999999,"15min":0.23599999999999999},"max":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"last":0.20799999999999999}]},{"osd":3,"last update":"Thu Nov 16 11:59:26 2023","interfaces":[{"interface":"back","average":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.745,"5min":0.745,"15min":0.745},"last":0.27700000000000002},{"interface":"front","average":{"1min":0.439,"5min":0.439,"15min":0.439},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"last":0.27100000000000002}]},{"osd":4,"last update":"Thu Nov 16 11:59:42 2023","interfaces":[{"interface":"back","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":0.89300000000000002,"5min":0.89300000000000002,"15min":0.89300000000000002},"last":0.30199999999999999},{"interface":"front","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":0.90300000000000002,"5min":0.90300000000000002,"15min":0.90300000000000002},"last":0.44900000000000001}]},{"osd":5,"last update":"Thu Nov 16 11:59:57 2023","interfaces":[{"interface":"back","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.42999999999999999},{"interface":"front","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.51100000000000001}]},{"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.39600000000000002}]},{"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.436}]}]},{"osd":2,"up_from":19,"seq":81604378650,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6192,"kb_used_data":552,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738960,"statfs":{"total":95995035648,"available":95988695040,"internally_reserved":0,"allocated":565248,"data_stored":227565,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5767168},"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":"Thu Nov 16 11:59:10 2023","interfaces":[{"interface":"back","average":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"min":{"1min":0.17599999999999999,"5min":0.17599999999999999,"15min":0.17599999999999999},"max":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.23899999999999999},{"interface":"front","average":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"min":{"1min":0.218,"5min":0.218,"15min":0.218},"max":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"last":0.29599999999999999}]},{"osd":1,"last update":"Thu Nov 16 11:59:10 2023","interfaces":[{"interface":"back","average":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"min":{"1min":0.20000000000000001,"5min":0.20000000000000001,"15min":0.20000000000000001},"max":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"last":0.26000000000000001},{"interface":"front","average":{"1min":0.38,"5min":0.38,"15min":0.38},"min":{"1min":0.20699999999999999,"5min":0.20699999999999999,"15min":0.20699999999999999},"max":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"last":0.32800000000000001}]},{"osd":3,"last update":"Thu Nov 16 11:59:24 2023","interfaces":[{"interface":"back","average":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"last":0.251},{"interface":"front","average":{"1min":0.439,"5min":0.439,"15min":0.439},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"last":0.31}]},{"osd":4,"last update":"Thu Nov 16 11:59:42 2023","interfaces":[{"interface":"back","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.875,"5min":0.875,"15min":0.875},"last":0.63700000000000001},{"interface":"front","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.89800000000000002,"5min":0.89800000000000002,"15min":0.89800000000000002},"last":0.65900000000000003}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48699999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61499999999999999}]},{"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.67900000000000005}]}]},{"osd":3,"up_from":25,"seq":107374182422,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5616,"kb_used_data":552,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739536,"statfs":{"total":95995035648,"available":95989284864,"internally_reserved":0,"allocated":565248,"data_stored":227565,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"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":"Thu Nov 16 11:59:26 2023","interfaces":[{"interface":"back","average":{"1min":0.376,"5min":0.376,"15min":0.376},"min":{"1min":0.21299999999999999,"5min":0.21299999999999999,"15min":0.21299999999999999},"max":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"last":0.40100000000000002},{"interface":"front","average":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"last":0.437}]},{"osd":1,"last update":"Thu Nov 16 11:59:26 2023","interfaces":[{"interface":"back","average":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"last":0.33100000000000002},{"interface":"front","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"last":0.38600000000000001}]},{"osd":2,"last update":"Thu Nov 16 11:59:26 2023","interfaces":[{"interface":"back","average":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"last":0.35599999999999998},{"interface":"front","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"last":0.42299999999999999}]},{"osd":4,"last update":"Thu Nov 16 11:59:40 2023","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.89300000000000002,"5min":0.89300000000000002,"15min":0.89300000000000002},"last":0.65700000000000003},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.93999999999999995,"5min":0.93999999999999995,"15min":0.93999999999999995},"last":0.57999999999999996}]},{"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.60199999999999998}]},{"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":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.68999999999999995}]}]},{"osd":4,"up_from":30,"seq":128849018899,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5672,"kb_used_data":544,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739480,"statfs":{"total":95995035648,"available":95989227520,"internally_reserved":0,"allocated":557056,"data_stored":226991,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"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":"Thu Nov 16 11:59:43 2023","interfaces":[{"interface":"back","average":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":1.8100000000000001,"5min":1.8100000000000001,"15min":1.8100000000000001},"last":0.44800000000000001},{"interface":"front","average":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":1.984,"5min":1.984,"15min":1.984},"last":0.47099999999999997}]},{"osd":1,"last update":"Thu Nov 16 11:59:43 2023","interfaces":[{"interface":"back","average":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":2.0419999999999998,"5min":2.0419999999999998,"15min":2.0419999999999998},"last":0.48399999999999999},{"interface":"front","average":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":1.889,"5min":1.889,"15min":1.889},"last":0.54800000000000004}]},{"osd":2,"last update":"Thu Nov 16 11:59:43 2023","interfaces":[{"interface":"back","average":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":1.9650000000000001,"5min":1.9650000000000001,"15min":1.9650000000000001},"last":0.49399999999999999},{"interface":"front","average":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":2.0630000000000002,"5min":2.0630000000000002,"15min":2.0630000000000002},"last":0.443}]},{"osd":3,"last update":"Thu Nov 16 11:59:43 2023","interfaces":[{"interface":"back","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.89400000000000002,"5min":0.89400000000000002,"15min":0.89400000000000002},"last":0.51400000000000001},{"interface":"front","average":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":2.5840000000000001,"5min":2.5840000000000001,"15min":2.5840000000000001},"last":0.50700000000000001}]},{"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.42299999999999999}]},{"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.54000000000000004}]},{"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.52300000000000002}]}]},{"osd":5,"up_from":37,"seq":158913789967,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5612,"kb_used_data":548,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739540,"statfs":{"total":95995035648,"available":95989288960,"internally_reserved":0,"allocated":561152,"data_stored":227242,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40200000000000002}]},{"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.436}]},{"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.379}]},{"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.46000000000000002}]},{"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.54000000000000004}]},{"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.51200000000000001}]},{"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.56299999999999994}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"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":532480,"data_stored":528928,"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":532480,"data_stored":528928,"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":532480,"data_stored":528928,"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":532480,"data_stored":528928,"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":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-16T12:00:01.147 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-11-16T12:00:01.147 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-11-16T12:00:01.147 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-11-16T12:00:01.147 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph health --format=json 2023-11-16T12:00:01.371 INFO:teuthology.orchestra.run.smithi103.stderr:Inferring config /var/lib/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/mon.smithi103/config 2023-11-16T12:00:02.580 INFO:teuthology.orchestra.run.smithi103.stdout: 2023-11-16T12:00:02.580 INFO:teuthology.orchestra.run.smithi103.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-11-16T12:00:02.909 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:02 smithi103 ceph-mon[107764]: from='client.14454 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T12:00:02.909 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:02 smithi103 ceph-mon[107764]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T12:00:02.985 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-11-16T12:00:02.985 INFO:tasks.cephadm:Setup complete, yielding 2023-11-16T12:00:02.985 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-16T12:00:02.995 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi103.front.sepia.ceph.com 2023-11-16T12:00:02.996 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch status' 2023-11-16T12:00:02.997 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:02 smithi140 ceph-mon[110414]: from='client.14454 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T12:00:02.997 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:02 smithi140 ceph-mon[110414]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T12:00:03.606 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:03 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/181829837' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-16T12:00:03.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:03 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/181829837' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-16T12:00:04.286 INFO:teuthology.orchestra.run.smithi103.stdout:Backend: cephadm 2023-11-16T12:00:04.287 INFO:teuthology.orchestra.run.smithi103.stdout:Available: Yes 2023-11-16T12:00:04.287 INFO:teuthology.orchestra.run.smithi103.stdout:Paused: No 2023-11-16T12:00:04.618 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:04 smithi103 ceph-mon[107764]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T12:00:04.651 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-11-16T12:00:04.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:04 smithi140 ceph-mon[110414]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T12:00:05.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:05 smithi103 ceph-mon[107764]: from='client.14462 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:00:05.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:05 smithi140 ceph-mon[110414]: from='client.14462 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:00:06.187 INFO:teuthology.orchestra.run.smithi103.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-16T12:00:06.188 INFO:teuthology.orchestra.run.smithi103.stdout:alertmanager.smithi103 smithi103 *:9093,9094 running (2m) 105s ago 3m 15.0M - ba2b418f427c e9df78ee0a5f 2023-11-16T12:00:06.188 INFO:teuthology.orchestra.run.smithi103.stdout:crash.smithi103 smithi103 running (3m) 105s ago 3m 7008k - 17.2.0 e1d6a67b021e 62a9e4c3c3fe 2023-11-16T12:00:06.188 INFO:teuthology.orchestra.run.smithi103.stdout:crash.smithi140 smithi140 running (3m) 38s ago 3m - - 17.2.0 e1d6a67b021e 013838b8dccc 2023-11-16T12:00:06.188 INFO:teuthology.orchestra.run.smithi103.stdout:grafana.smithi103 smithi103 *:3000 running (2m) 105s ago 3m 44.7M - 8.3.5 dad864ee21e9 87ceaad86059 2023-11-16T12:00:06.188 INFO:teuthology.orchestra.run.smithi103.stdout:mgr.smithi103.lplguk smithi103 *:9283 running (4m) 105s ago 4m 461M - 17.2.0 e1d6a67b021e ebd04f510a42 2023-11-16T12:00:06.188 INFO:teuthology.orchestra.run.smithi103.stdout:mgr.smithi140.xexnxk smithi140 *:8443,9283 running (3m) 38s ago 3m - - 17.2.0 e1d6a67b021e 07db1b20e56b 2023-11-16T12:00:06.188 INFO:teuthology.orchestra.run.smithi103.stdout:mon.smithi103 smithi103 running (4m) 105s ago 4m 57.5M 2048M 17.2.0 e1d6a67b021e afc3bdc1747b 2023-11-16T12:00:06.188 INFO:teuthology.orchestra.run.smithi103.stdout:mon.smithi140 smithi140 running (3m) 38s ago 3m - 2048M 17.2.0 e1d6a67b021e a0f4972da00f 2023-11-16T12:00:06.188 INFO:teuthology.orchestra.run.smithi103.stdout:node-exporter.smithi103 smithi103 *:9100 running (3m) 105s ago 3m 21.7M - 1dbe0e931976 fc0011cf054b 2023-11-16T12:00:06.188 INFO:teuthology.orchestra.run.smithi103.stdout:node-exporter.smithi140 smithi140 *:9100 running (3m) 38s ago 3m - - 1dbe0e931976 e4be42658d54 2023-11-16T12:00:06.188 INFO:teuthology.orchestra.run.smithi103.stdout:osd.0 smithi103 running (2m) 105s ago 2m 39.1M 3224M 17.2.0 e1d6a67b021e 16ed2887ad4f 2023-11-16T12:00:06.188 INFO:teuthology.orchestra.run.smithi103.stdout:osd.1 smithi103 running (2m) 105s ago 2m 45.7M 3224M 17.2.0 e1d6a67b021e 541477e0006b 2023-11-16T12:00:06.189 INFO:teuthology.orchestra.run.smithi103.stdout:osd.2 smithi103 running (2m) 105s ago 2m 38.6M 3224M 17.2.0 e1d6a67b021e 51e58b8bf69d 2023-11-16T12:00:06.189 INFO:teuthology.orchestra.run.smithi103.stdout:osd.3 smithi103 running (108s) 105s ago 108s 12.4M 3224M 17.2.0 e1d6a67b021e 562e405eb3b5 2023-11-16T12:00:06.189 INFO:teuthology.orchestra.run.smithi103.stdout:osd.4 smithi140 running (92s) 38s ago 92s - 3992M 17.2.0 e1d6a67b021e 60d4e21e3f89 2023-11-16T12:00:06.189 INFO:teuthology.orchestra.run.smithi103.stdout:osd.5 smithi140 running (75s) 38s ago 75s - 3992M 17.2.0 e1d6a67b021e 2b97bd6df881 2023-11-16T12:00:06.189 INFO:teuthology.orchestra.run.smithi103.stdout:osd.6 smithi140 running (58s) 38s ago 58s - 3992M 17.2.0 e1d6a67b021e 79828d9e15a3 2023-11-16T12:00:06.189 INFO:teuthology.orchestra.run.smithi103.stdout:osd.7 smithi140 running (41s) 38s ago 40s - 3992M 17.2.0 e1d6a67b021e e93e8f95e9b7 2023-11-16T12:00:06.189 INFO:teuthology.orchestra.run.smithi103.stdout:prometheus.smithi103 smithi103 *:9095 running (2m) 105s ago 2m 47.6M - 514e6a882f6e 1cb003f17627 2023-11-16T12:00:06.568 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-11-16T12:00:06.887 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:06 smithi103 ceph-mon[107764]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T12:00:06.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:06 smithi140 ceph-mon[110414]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T12:00:07.922 INFO:teuthology.orchestra.run.smithi103.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-11-16T12:00:07.922 INFO:teuthology.orchestra.run.smithi103.stdout:alertmanager ?:9093,9094 1/1 106s ago 4m count:1 2023-11-16T12:00:07.922 INFO:teuthology.orchestra.run.smithi103.stdout:crash 2/2 106s ago 4m * 2023-11-16T12:00:07.922 INFO:teuthology.orchestra.run.smithi103.stdout:grafana ?:3000 1/1 106s ago 4m count:1 2023-11-16T12:00:07.922 INFO:teuthology.orchestra.run.smithi103.stdout:mgr 2/2 106s ago 4m count:2 2023-11-16T12:00:07.923 INFO:teuthology.orchestra.run.smithi103.stdout:mon 2/2 106s ago 3m smithi103:172.21.15.103=smithi103;smithi140:172.21.15.140=smithi140;count:2 2023-11-16T12:00:07.923 INFO:teuthology.orchestra.run.smithi103.stdout:node-exporter ?:9100 2/2 106s ago 4m * 2023-11-16T12:00:07.923 INFO:teuthology.orchestra.run.smithi103.stdout:osd 8 106s ago - 2023-11-16T12:00:07.923 INFO:teuthology.orchestra.run.smithi103.stdout:prometheus ?:9095 1/1 106s ago 4m count:1 2023-11-16T12:00:07.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:07 smithi103 ceph-mon[107764]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:00:07.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:07 smithi140 ceph-mon[110414]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:00:08.292 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-11-16T12:00:08.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:08 smithi103 ceph-mon[107764]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T12:00:08.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:08 smithi140 ceph-mon[110414]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T12:00:09.679 INFO:teuthology.orchestra.run.smithi103.stdout:HOST ADDR LABELS STATUS 2023-11-16T12:00:09.679 INFO:teuthology.orchestra.run.smithi103.stdout:smithi103 172.21.15.103 2023-11-16T12:00:09.679 INFO:teuthology.orchestra.run.smithi103.stdout:smithi140 172.21.15.140 2023-11-16T12:00:09.679 INFO:teuthology.orchestra.run.smithi103.stdout:2 hosts in cluster 2023-11-16T12:00:09.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:09 smithi103 ceph-mon[107764]: from='client.14470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:00:09.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:09 smithi140 ceph-mon[110414]: from='client.14470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:00:10.050 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-11-16T12:00:10.671 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:10 smithi103 ceph-mon[107764]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T12:00:10.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:10 smithi140 ceph-mon[110414]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T12:00:11.374 INFO:teuthology.orchestra.run.smithi103.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REJECT REASONS 2023-11-16T12:00:11.374 INFO:teuthology.orchestra.run.smithi103.stdout:smithi103 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT6204012Z400BGN 400G LVM detected, locked 2023-11-16T12:00:11.375 INFO:teuthology.orchestra.run.smithi103.stdout:smithi140 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT62330038400BGN 400G LVM detected, locked 2023-11-16T12:00:11.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:11 smithi103 ceph-mon[107764]: from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:00:11.741 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-16T12:00:11.751 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi103.front.sepia.ceph.com 2023-11-16T12:00:11.751 DEBUG:teuthology.orchestra.run.smithi103:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-16T12:00:11.780 INFO:teuthology.orchestra.run.smithi103.stderr:+ systemctl stop nfs-server 2023-11-16T12:00:11.787 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi140.front.sepia.ceph.com 2023-11-16T12:00:11.787 DEBUG:teuthology.orchestra.run.smithi140:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-16T12:00:11.819 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:11 smithi140 ceph-mon[110414]: from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:00:11.827 INFO:teuthology.orchestra.run.smithi140.stderr:+ systemctl stop nfs-server 2023-11-16T12:00:11.835 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-16T12:00:11.860 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi103.front.sepia.ceph.com 2023-11-16T12:00:11.860 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph fs volume create foofs' 2023-11-16T12:00:12.856 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:12 smithi103 ceph-mon[107764]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T12:00:12.856 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:12 smithi103 ceph-mon[107764]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:00:12.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:12 smithi140 ceph-mon[110414]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T12:00:12.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:12 smithi140 ceph-mon[110414]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:00:13.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:13 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-11-16T12:00:13.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:13 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-11-16T12:00:14.917 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:14 smithi103 ceph-mon[107764]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T12:00:14.917 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:14 smithi103 ceph-mon[107764]: from='client.14482 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:00:14.917 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:14 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-11-16T12:00:14.917 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:14 smithi103 ceph-mon[107764]: osdmap e56: 8 total, 8 up, 8 in 2023-11-16T12:00:14.917 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:14 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-11-16T12:00:14.917 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:14 smithi103 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-mon-smithi103[107741]: 2023-11-16T12:00:14.580+0000 7f1bbea25700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-16T12:00:14.955 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:14 smithi140 ceph-mon[110414]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T12:00:14.955 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:14 smithi140 ceph-mon[110414]: from='client.14482 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:00:14.955 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:14 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-11-16T12:00:14.955 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:14 smithi140 ceph-mon[110414]: osdmap e56: 8 total, 8 up, 8 in 2023-11-16T12:00:14.955 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:14 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-11-16T12:00:14.979 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-16T12:00:14.989 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2023-11-16T12:00:14.989 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T12:00:15.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:15 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-11-16T12:00:15.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:15 smithi103 ceph-mon[107764]: osdmap e57: 8 total, 8 up, 8 in 2023-11-16T12:00:15.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:15 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-11-16T12:00:15.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:15 smithi103 ceph-mon[107764]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-16T12:00:15.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:15 smithi103 ceph-mon[107764]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-11-16T12:00:15.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:15 smithi103 ceph-mon[107764]: osdmap e58: 8 total, 8 up, 8 in 2023-11-16T12:00:15.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:15 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-11-16T12:00:15.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:15 smithi103 ceph-mon[107764]: fsmap foofs:0 2023-11-16T12:00:15.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:15 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:15.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:15 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T12:00:15.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:15 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T12:00:15.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:15 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T12:00:15.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:15 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:15.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:15 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:15.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:15 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi103.ssgfis", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-16T12:00:15.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:15 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi103.ssgfis", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-16T12:00:15.932 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:15 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T12:00:15.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:15 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-11-16T12:00:15.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:15 smithi140 ceph-mon[110414]: osdmap e57: 8 total, 8 up, 8 in 2023-11-16T12:00:15.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:15 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-11-16T12:00:15.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:15 smithi140 ceph-mon[110414]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-16T12:00:15.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:15 smithi140 ceph-mon[110414]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-11-16T12:00:15.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:15 smithi140 ceph-mon[110414]: osdmap e58: 8 total, 8 up, 8 in 2023-11-16T12:00:15.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:15 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-11-16T12:00:15.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:15 smithi140 ceph-mon[110414]: fsmap foofs:0 2023-11-16T12:00:15.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:15 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:15.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:15 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T12:00:15.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:15 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T12:00:15.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:15 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T12:00:15.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:15 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:15.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:15 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:15.988 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:15 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi103.ssgfis", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-16T12:00:15.988 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:15 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi103.ssgfis", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-16T12:00:15.988 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:15 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T12:00:16.832 INFO:teuthology.orchestra.run.smithi103.stdout: 2023-11-16T12:00:16.832 INFO:teuthology.orchestra.run.smithi103.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T11:55:47.590402Z", "last_refresh": "2023-11-16T11:58:20.943828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T11:55:43.669936Z", "last_refresh": "2023-11-16T11:58:20.943905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T11:55:45.556757Z", "last_refresh": "2023-11-16T11:58:20.943968Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T12:00:14.600543Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T12:00:14.595491Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T11:55:42.456820Z", "last_refresh": "2023-11-16T11:58:20.943743Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi103:172.21.15.103=smithi103", "smithi140:172.21.15.140=smithi140"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T11:56:19.773267Z", "last_refresh": "2023-11-16T11:58:20.943604Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T11:55:46.683708Z", "last_refresh": "2023-11-16T11:58:20.944029Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", "container_image_name": "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", "last_refresh": "2023-11-16T11:58:20.944151Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T11:55:44.653260Z", "last_refresh": "2023-11-16T11:58:20.944090Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T12:00:16.855 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:16 smithi103 ceph-mon[107764]: Saving service mds.foofs spec with placement count:2 2023-11-16T12:00:16.855 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:16 smithi103 ceph-mon[107764]: pgmap v155: 65 pgs: 14 creating+peering, 9 active+clean, 42 unknown; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T12:00:16.855 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:16 smithi103 ceph-mon[107764]: Deploying daemon mds.foofs.smithi103.ssgfis on smithi103 2023-11-16T12:00:16.855 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:16 smithi103 ceph-mon[107764]: osdmap e59: 8 total, 8 up, 8 in 2023-11-16T12:00:16.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:16 smithi140 ceph-mon[110414]: Saving service mds.foofs spec with placement count:2 2023-11-16T12:00:16.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:16 smithi140 ceph-mon[110414]: pgmap v155: 65 pgs: 14 creating+peering, 9 active+clean, 42 unknown; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-16T12:00:16.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:16 smithi140 ceph-mon[110414]: Deploying daemon mds.foofs.smithi103.ssgfis on smithi103 2023-11-16T12:00:16.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:16 smithi140 ceph-mon[110414]: osdmap e59: 8 total, 8 up, 8 in 2023-11-16T12:00:17.341 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-16T12:00:17.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:17 smithi140 ceph-mon[110414]: osdmap e60: 8 total, 8 up, 8 in 2023-11-16T12:00:17.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:17 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:17.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:17 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi140.eneygm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-16T12:00:17.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:17 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi140.eneygm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-16T12:00:17.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:17 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T12:00:17.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:17 smithi103 ceph-mon[107764]: osdmap e60: 8 total, 8 up, 8 in 2023-11-16T12:00:17.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:17 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:17.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:17 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi140.eneygm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-16T12:00:17.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:17 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi140.eneygm", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-16T12:00:17.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:17 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T12:00:18.342 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T12:00:18.645 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:18 smithi103 ceph-mon[107764]: from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T12:00:18.646 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:18 smithi103 ceph-mon[107764]: pgmap v158: 65 pgs: 14 creating+peering, 24 active+clean, 27 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-16T12:00:18.646 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:18 smithi103 ceph-mon[107764]: Deploying daemon mds.foofs.smithi140.eneygm on smithi140 2023-11-16T12:00:18.646 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:18 smithi103 ceph-mon[107764]: mds.? [v2:172.21.15.103:6834/4075803848,v1:172.21.15.103:6835/4075803848] up:boot 2023-11-16T12:00:18.646 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:18 smithi103 ceph-mon[107764]: daemon mds.foofs.smithi103.ssgfis assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-11-16T12:00:18.646 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:18 smithi103 ceph-mon[107764]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-11-16T12:00:18.646 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:18 smithi103 ceph-mon[107764]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-11-16T12:00:18.646 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:18 smithi103 ceph-mon[107764]: Cluster is now healthy 2023-11-16T12:00:18.646 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:18 smithi103 ceph-mon[107764]: fsmap foofs:0 1 up:standby 2023-11-16T12:00:18.646 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:18 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi103.ssgfis"}]: dispatch 2023-11-16T12:00:18.646 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:18 smithi103 ceph-mon[107764]: fsmap foofs:1 {0=foofs.smithi103.ssgfis=up:creating} 2023-11-16T12:00:18.646 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:18 smithi103 ceph-mon[107764]: daemon mds.foofs.smithi103.ssgfis is now active in filesystem foofs as rank 0 2023-11-16T12:00:18.692 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:18 smithi140 ceph-mon[110414]: from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T12:00:18.692 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:18 smithi140 ceph-mon[110414]: pgmap v158: 65 pgs: 14 creating+peering, 24 active+clean, 27 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-16T12:00:18.692 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:18 smithi140 ceph-mon[110414]: Deploying daemon mds.foofs.smithi140.eneygm on smithi140 2023-11-16T12:00:18.692 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:18 smithi140 ceph-mon[110414]: mds.? [v2:172.21.15.103:6834/4075803848,v1:172.21.15.103:6835/4075803848] up:boot 2023-11-16T12:00:18.692 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:18 smithi140 ceph-mon[110414]: daemon mds.foofs.smithi103.ssgfis assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-11-16T12:00:18.692 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:18 smithi140 ceph-mon[110414]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-11-16T12:00:18.692 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:18 smithi140 ceph-mon[110414]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-11-16T12:00:18.693 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:18 smithi140 ceph-mon[110414]: Cluster is now healthy 2023-11-16T12:00:18.693 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:18 smithi140 ceph-mon[110414]: fsmap foofs:0 1 up:standby 2023-11-16T12:00:18.693 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:18 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi103.ssgfis"}]: dispatch 2023-11-16T12:00:18.693 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:18 smithi140 ceph-mon[110414]: fsmap foofs:1 {0=foofs.smithi103.ssgfis=up:creating} 2023-11-16T12:00:18.693 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:18 smithi140 ceph-mon[110414]: daemon mds.foofs.smithi103.ssgfis is now active in filesystem foofs as rank 0 2023-11-16T12:00:19.911 INFO:teuthology.orchestra.run.smithi103.stdout: 2023-11-16T12:00:19.911 INFO:teuthology.orchestra.run.smithi103.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T11:55:47.590402Z", "last_refresh": "2023-11-16T11:58:20.943828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T11:55:43.669936Z", "last_refresh": "2023-11-16T11:58:20.943905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T11:55:45.556757Z", "last_refresh": "2023-11-16T11:58:20.943968Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T12:00:14.600543Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T12:00:14.595491Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T11:55:42.456820Z", "last_refresh": "2023-11-16T11:58:20.943743Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi103:172.21.15.103=smithi103", "smithi140:172.21.15.140=smithi140"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T11:56:19.773267Z", "last_refresh": "2023-11-16T11:58:20.943604Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T11:55:46.683708Z", "last_refresh": "2023-11-16T11:58:20.944029Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", "container_image_name": "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", "last_refresh": "2023-11-16T11:58:20.944151Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T11:55:44.653260Z", "last_refresh": "2023-11-16T11:58:20.944090Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T12:00:19.913 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:19 smithi103 ceph-mon[107764]: mds.? [v2:172.21.15.103:6834/4075803848,v1:172.21.15.103:6835/4075803848] up:active 2023-11-16T12:00:19.913 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:19 smithi103 ceph-mon[107764]: fsmap foofs:1 {0=foofs.smithi103.ssgfis=up:active} 2023-11-16T12:00:19.913 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:19 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:19.913 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:19 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T12:00:19.913 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:19 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T12:00:19.914 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:19 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T12:00:19.914 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:19 smithi103 ceph-mon[107764]: pgmap v159: 65 pgs: 8 creating+peering, 57 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s wr, 2 op/s 2023-11-16T12:00:19.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:19 smithi140 ceph-mon[110414]: mds.? [v2:172.21.15.103:6834/4075803848,v1:172.21.15.103:6835/4075803848] up:active 2023-11-16T12:00:19.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:19 smithi140 ceph-mon[110414]: fsmap foofs:1 {0=foofs.smithi103.ssgfis=up:active} 2023-11-16T12:00:19.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:19 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:19.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:19 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T12:00:19.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:19 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T12:00:19.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:19 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T12:00:19.988 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:19 smithi140 ceph-mon[110414]: pgmap v159: 65 pgs: 8 creating+peering, 57 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s wr, 2 op/s 2023-11-16T12:00:20.634 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-16T12:00:20.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:20 smithi103 ceph-mon[107764]: mds.? [v2:172.21.15.140:6832/2962820016,v1:172.21.15.140:6833/2962820016] up:boot 2023-11-16T12:00:20.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:20 smithi103 ceph-mon[107764]: fsmap foofs:1 {0=foofs.smithi103.ssgfis=up:active} 1 up:standby 2023-11-16T12:00:20.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:20 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi140.eneygm"}]: dispatch 2023-11-16T12:00:20.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:20 smithi103 ceph-mon[107764]: fsmap foofs:1 {0=foofs.smithi103.ssgfis=up:active} 1 up:standby 2023-11-16T12:00:20.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:20 smithi103 ceph-mon[107764]: from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T12:00:20.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:20 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:20.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:20 smithi140 ceph-mon[110414]: mds.? [v2:172.21.15.140:6832/2962820016,v1:172.21.15.140:6833/2962820016] up:boot 2023-11-16T12:00:20.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:20 smithi140 ceph-mon[110414]: fsmap foofs:1 {0=foofs.smithi103.ssgfis=up:active} 1 up:standby 2023-11-16T12:00:20.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:20 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi140.eneygm"}]: dispatch 2023-11-16T12:00:20.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:20 smithi140 ceph-mon[110414]: fsmap foofs:1 {0=foofs.smithi103.ssgfis=up:active} 1 up:standby 2023-11-16T12:00:20.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:20 smithi140 ceph-mon[110414]: from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T12:00:20.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:20 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:21.637 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T12:00:21.859 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:21 smithi103 ceph-mon[107764]: pgmap v160: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s wr, 3 op/s 2023-11-16T12:00:21.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:21 smithi140 ceph-mon[110414]: pgmap v160: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s wr, 3 op/s 2023-11-16T12:00:23.019 INFO:teuthology.orchestra.run.smithi103.stdout: 2023-11-16T12:00:23.019 INFO:teuthology.orchestra.run.smithi103.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T11:55:47.590402Z", "last_refresh": "2023-11-16T12:00:21.861658Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T11:55:43.669936Z", "last_refresh": "2023-11-16T12:00:20.097053Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T11:55:45.556757Z", "last_refresh": "2023-11-16T12:00:21.861799Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T12:00:14.600543Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-16T12:00:14.595491Z", "last_refresh": "2023-11-16T12:00:20.097610Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T11:55:42.456820Z", "last_refresh": "2023-11-16T12:00:20.097182Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi103:172.21.15.103=smithi103", "smithi140:172.21.15.140=smithi140"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T11:56:19.773267Z", "last_refresh": "2023-11-16T12:00:20.097251Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T11:55:46.683708Z", "last_refresh": "2023-11-16T12:00:20.097314Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", "container_image_name": "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", "last_refresh": "2023-11-16T12:00:20.097375Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T11:55:44.653260Z", "last_refresh": "2023-11-16T12:00:21.861926Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-16T12:00:23.170 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:22 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:23.170 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:22 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:23.170 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:22 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T12:00:23.170 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:22 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T12:00:23.171 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:22 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T12:00:23.171 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:22 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:23.171 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:22 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:23.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:22 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:23.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:22 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:23.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:22 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T12:00:23.237 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:22 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T12:00:23.237 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:22 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T12:00:23.237 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:22 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:23.237 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:22 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:23.390 INFO:tasks.cephadm:mds.foofs has 2/2 2023-11-16T12:00:23.391 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-16T12:00:23.400 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi103.front.sepia.ceph.com 2023-11-16T12:00:23.400 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2023-11-16T12:00:24.045 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:23 smithi103 ceph-mon[107764]: pgmap v161: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2023-11-16T12:00:24.045 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:23 smithi103 ceph-mon[107764]: from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T12:00:24.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:23 smithi140 ceph-mon[110414]: pgmap v161: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2023-11-16T12:00:24.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:23 smithi140 ceph-mon[110414]: from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T12:00:25.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:25 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-16T12:00:25.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:25 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-16T12:00:26.077 INFO:teuthology.orchestra.run.smithi103.stdout:NFS Cluster Created Successfully 2023-11-16T12:00:26.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:26 smithi103 ceph-mon[107764]: from='client.14506 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:00:26.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:26 smithi103 ceph-mon[107764]: pgmap v162: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s wr, 4 op/s 2023-11-16T12:00:26.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:26 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-16T12:00:26.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:26 smithi103 ceph-mon[107764]: osdmap e61: 8 total, 8 up, 8 in 2023-11-16T12:00:26.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:26 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-16T12:00:26.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:26 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-16T12:00:26.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:26 smithi103 ceph-mon[107764]: osdmap e62: 8 total, 8 up, 8 in 2023-11-16T12:00:26.478 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2023-11-16T12:00:26.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:26 smithi140 ceph-mon[110414]: from='client.14506 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:00:26.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:26 smithi140 ceph-mon[110414]: pgmap v162: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s wr, 4 op/s 2023-11-16T12:00:26.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:26 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-16T12:00:26.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:26 smithi140 ceph-mon[110414]: osdmap e61: 8 total, 8 up, 8 in 2023-11-16T12:00:26.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:26 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-16T12:00:26.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:26 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-16T12:00:26.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:26 smithi140 ceph-mon[110414]: osdmap e62: 8 total, 8 up, 8 in 2023-11-16T12:00:27.075 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:27 smithi103 ceph-mon[107764]: Saving service nfs.foo spec with placement count:2 2023-11-16T12:00:27.076 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:27 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:27.076 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:27 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T12:00:27.076 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:27 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T12:00:27.076 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:27 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T12:00:27.076 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:27 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:27.076 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:27 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:27.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:27 smithi103 ceph-mon[107764]: Creating key for client.nfs.foo.0.0.smithi103.kawwcr 2023-11-16T12:00:27.431 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:27 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi103.kawwcr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-16T12:00:27.431 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:27 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi103.kawwcr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-16T12:00:27.431 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:27 smithi103 ceph-mon[107764]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-16T12:00:27.431 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:27 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-16T12:00:27.431 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:27 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-16T12:00:27.431 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:27 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T12:00:27.431 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:27 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-16T12:00:27.431 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:27 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-16T12:00:27.431 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:27 smithi103 ceph-mon[107764]: Rados config object exists: conf-nfs.foo 2023-11-16T12:00:27.431 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:27 smithi103 ceph-mon[107764]: Creating key for client.nfs.foo.0.0.smithi103.kawwcr-rgw 2023-11-16T12:00:27.431 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:27 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi103.kawwcr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-16T12:00:27.432 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:27 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi103.kawwcr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-16T12:00:27.432 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:27 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T12:00:27.432 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:27 smithi103 ceph-mon[107764]: Deploying daemon nfs.foo.0.0.smithi103.kawwcr on smithi103 2023-11-16T12:00:27.432 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:27 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:27.432 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:27 smithi103 ceph-mon[107764]: osdmap e63: 8 total, 8 up, 8 in 2023-11-16T12:00:27.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:27 smithi140 ceph-mon[110414]: Saving service nfs.foo spec with placement count:2 2023-11-16T12:00:27.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:27 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:27.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:27 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T12:00:27.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:27 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T12:00:27.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:27 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T12:00:27.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:27 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:27.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:27 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:27.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:27 smithi140 ceph-mon[110414]: Creating key for client.nfs.foo.0.0.smithi103.kawwcr 2023-11-16T12:00:27.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:27 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi103.kawwcr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-16T12:00:27.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:27 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi103.kawwcr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-16T12:00:27.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:27 smithi140 ceph-mon[110414]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-16T12:00:27.488 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:27 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-16T12:00:27.488 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:27 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-16T12:00:27.488 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:27 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T12:00:27.488 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:27 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-16T12:00:27.488 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:27 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-16T12:00:27.488 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:27 smithi140 ceph-mon[110414]: Rados config object exists: conf-nfs.foo 2023-11-16T12:00:27.488 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:27 smithi140 ceph-mon[110414]: Creating key for client.nfs.foo.0.0.smithi103.kawwcr-rgw 2023-11-16T12:00:27.488 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:27 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi103.kawwcr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-16T12:00:27.488 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:27 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi103.kawwcr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-16T12:00:27.488 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:27 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T12:00:27.488 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:27 smithi140 ceph-mon[110414]: Deploying daemon nfs.foo.0.0.smithi103.kawwcr on smithi103 2023-11-16T12:00:27.488 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:27 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:27.489 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:27 smithi140 ceph-mon[110414]: osdmap e63: 8 total, 8 up, 8 in 2023-11-16T12:00:28.117 INFO:teuthology.orchestra.run.smithi103.stderr:Invalid command: Unexpected argument '--clusterid' 2023-11-16T12:00:28.117 INFO:teuthology.orchestra.run.smithi103.stderr:nfs export create cephfs [] [--readonly] [--client_addr ...] [--squash ] : Create a CephFS export 2023-11-16T12:00:28.117 INFO:teuthology.orchestra.run.smithi103.stderr:Error EINVAL: invalid command 2023-11-16T12:00:28.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:28 smithi103 ceph-mon[107764]: pgmap v165: 97 pgs: 9 creating+peering, 21 unknown, 67 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 511 B/s wr, 4 op/s 2023-11-16T12:00:28.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:28 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:28.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:28 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi140.guwogn", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-16T12:00:28.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:28 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi140.guwogn", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-16T12:00:28.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:28 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-16T12:00:28.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:28 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-16T12:00:28.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:28 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T12:00:28.463 INFO:teuthology.orchestra.run.smithi103.stdout:{ 2023-11-16T12:00:28.463 INFO:teuthology.orchestra.run.smithi103.stdout: "bind": "/fake", 2023-11-16T12:00:28.463 INFO:teuthology.orchestra.run.smithi103.stdout: "fs": "foofs", 2023-11-16T12:00:28.463 INFO:teuthology.orchestra.run.smithi103.stdout: "path": "/", 2023-11-16T12:00:28.463 INFO:teuthology.orchestra.run.smithi103.stdout: "cluster": "foo", 2023-11-16T12:00:28.463 INFO:teuthology.orchestra.run.smithi103.stdout: "mode": "RW" 2023-11-16T12:00:28.464 INFO:teuthology.orchestra.run.smithi103.stdout:} 2023-11-16T12:00:28.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:28 smithi140 ceph-mon[110414]: pgmap v165: 97 pgs: 9 creating+peering, 21 unknown, 67 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 511 B/s wr, 4 op/s 2023-11-16T12:00:28.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:28 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:28.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:28 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi140.guwogn", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-16T12:00:28.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:28 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi140.guwogn", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-16T12:00:28.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:28 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-16T12:00:28.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:28 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-16T12:00:28.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:28 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T12:00:28.832 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2023-11-16T12:00:29.431 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:29 smithi103 ceph-mon[107764]: Creating key for client.nfs.foo.1.0.smithi140.guwogn 2023-11-16T12:00:29.431 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:29 smithi103 ceph-mon[107764]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-11-16T12:00:29.431 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:29 smithi103 ceph-mon[107764]: mgrmap e20: smithi103.lplguk(active, since 3m), standbys: smithi140.xexnxk 2023-11-16T12:00:29.432 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:29 smithi103 ceph-mon[107764]: from='client.14536 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:00:29.432 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:29 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2023-11-16T12:00:29.432 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:29 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2023-11-16T12:00:29.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:29 smithi140 ceph-mon[110414]: Creating key for client.nfs.foo.1.0.smithi140.guwogn 2023-11-16T12:00:29.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:29 smithi140 ceph-mon[110414]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-11-16T12:00:29.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:29 smithi140 ceph-mon[110414]: mgrmap e20: smithi103.lplguk(active, since 3m), standbys: smithi140.xexnxk 2023-11-16T12:00:29.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:29 smithi140 ceph-mon[110414]: from='client.14536 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:00:29.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:29 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2023-11-16T12:00:29.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:29 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2023-11-16T12:00:30.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:30 smithi140 ceph-mon[110414]: pgmap v167: 97 pgs: 9 creating+peering, 10 unknown, 78 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-11-16T12:00:30.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:30 smithi103 ceph-mon[107764]: pgmap v167: 97 pgs: 9 creating+peering, 10 unknown, 78 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-11-16T12:00:31.649 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:31 smithi140 ceph-mon[110414]: from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:00:31.650 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:31 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-16T12:00:31.650 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:31 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-16T12:00:31.650 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:31 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi140.guwogn-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-16T12:00:31.650 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:31 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi140.guwogn-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-16T12:00:31.650 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:31 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T12:00:31.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:31 smithi103 ceph-mon[107764]: from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:00:31.930 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:31 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-16T12:00:31.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:31 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-16T12:00:31.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:31 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi140.guwogn-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-16T12:00:31.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:31 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi140.guwogn-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-16T12:00:31.931 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:31 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T12:00:32.679 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:32 smithi140 ceph-mon[110414]: pgmap v168: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.8 KiB/s wr, 4 op/s 2023-11-16T12:00:32.679 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:32 smithi140 ceph-mon[110414]: Rados config object exists: conf-nfs.foo 2023-11-16T12:00:32.679 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:32 smithi140 ceph-mon[110414]: Creating key for client.nfs.foo.1.0.smithi140.guwogn-rgw 2023-11-16T12:00:32.679 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:32 smithi140 ceph-mon[110414]: Deploying daemon nfs.foo.1.0.smithi140.guwogn on smithi140 2023-11-16T12:00:32.679 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:32 smithi140 ceph-mon[110414]: from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:00:32.844 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:32 smithi103 ceph-mon[107764]: pgmap v168: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.8 KiB/s wr, 4 op/s 2023-11-16T12:00:32.844 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:32 smithi103 ceph-mon[107764]: Rados config object exists: conf-nfs.foo 2023-11-16T12:00:32.845 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:32 smithi103 ceph-mon[107764]: Creating key for client.nfs.foo.1.0.smithi140.guwogn-rgw 2023-11-16T12:00:32.845 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:32 smithi103 ceph-mon[107764]: Deploying daemon nfs.foo.1.0.smithi140.guwogn on smithi140 2023-11-16T12:00:32.845 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:32 smithi103 ceph-mon[107764]: from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:00:34.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:33 smithi103 ceph-mon[107764]: from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:00:34.181 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:33 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:34.181 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:33 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T12:00:34.181 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:33 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T12:00:34.181 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:33 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T12:00:34.181 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:33 smithi103 ceph-mon[107764]: pgmap v169: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2023-11-16T12:00:34.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:33 smithi140 ceph-mon[110414]: from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:00:34.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:33 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:34.237 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:33 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T12:00:34.237 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:33 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T12:00:34.237 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:33 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T12:00:34.237 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:33 smithi140 ceph-mon[110414]: pgmap v169: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2023-11-16T12:00:35.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:34 smithi103 ceph-mon[107764]: from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:00:35.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:34 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:35.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:34 smithi140 ceph-mon[110414]: from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:00:35.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:34 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:36.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:35 smithi103 ceph-mon[107764]: pgmap v170: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 KiB/s wr, 8 op/s 2023-11-16T12:00:36.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:35 smithi103 ceph-mon[107764]: from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:00:36.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:35 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:36.430 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:35 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:36.431 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:35 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:36.431 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:35 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T12:00:36.431 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:35 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T12:00:36.431 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:35 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T12:00:36.431 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:35 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:36.431 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:35 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:36.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:35 smithi140 ceph-mon[110414]: pgmap v170: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.0 KiB/s wr, 8 op/s 2023-11-16T12:00:36.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:35 smithi140 ceph-mon[110414]: from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:00:36.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:35 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:36.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:35 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:36.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:35 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:36.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:35 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T12:00:36.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:35 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T12:00:36.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:35 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T12:00:36.488 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:35 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:36.488 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:35 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:36.765 INFO:teuthology.orchestra.run.smithi103.stdout:nfs.foo ?:2049 2/2 2s ago 10s count:2 2023-11-16T12:00:37.105 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:36 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]: dispatch 2023-11-16T12:00:37.105 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:36 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2023-11-16T12:00:37.105 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:36 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2023-11-16T12:00:37.105 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:36 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2023-11-16T12:00:37.105 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:36 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi103.lplguk/mirror_snapshot_schedule"}]: dispatch 2023-11-16T12:00:37.130 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-16T12:00:37.139 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi103.front.sepia.ceph.com 2023-11-16T12:00:37.139 DEBUG:teuthology.orchestra.run.smithi103:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-11-16T12:00:37.167 INFO:teuthology.orchestra.run.smithi103.stderr:+ mkdir /mnt/foo 2023-11-16T12:00:37.175 DEBUG:teuthology.orchestra.run.smithi103:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2023-11-16T12:00:37.241 INFO:teuthology.orchestra.run.smithi103.stderr:++ hostname 2023-11-16T12:00:37.242 INFO:teuthology.orchestra.run.smithi103.stderr:+ mount -t nfs smithi103:/fake /mnt/foo -o sync 2023-11-16T12:00:37.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:36 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]: dispatch 2023-11-16T12:00:37.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:36 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2023-11-16T12:00:37.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:36 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2023-11-16T12:00:37.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:36 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2023-11-16T12:00:37.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:36 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi103.lplguk/mirror_snapshot_schedule"}]: dispatch 2023-11-16T12:00:37.684 DEBUG:teuthology.orchestra.run.smithi103:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2023-11-16T12:00:37.752 INFO:teuthology.orchestra.run.smithi103.stderr:+ echo test 2023-11-16T12:00:37.801 DEBUG:teuthology.orchestra.run.smithi103:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2023-11-16T12:00:37.869 INFO:teuthology.orchestra.run.smithi103.stderr:+ sync 2023-11-16T12:00:38.236 INFO:teuthology.run_tasks:Running task parallel... 2023-11-16T12:00:38.253 INFO:teuthology.task.parallel:starting parallel... 2023-11-16T12:00:38.253 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-11-16T12:00:38.254 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-11-16T12:00:38.255 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi103.front.sepia.ceph.com 2023-11-16T12:00:38.255 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -e sha1=50bc6740f385afe4f36770e739358479a73d8add -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-11-16T12:00:38.256 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-11-16T12:00:38.256 INFO:teuthology.task.sequential:In sequential, running task exec... 2023-11-16T12:00:38.257 INFO:teuthology.task.exec:Executing custom commands... 2023-11-16T12:00:38.257 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi103.front.sepia.ceph.com 2023-11-16T12:00:38.258 DEBUG:teuthology.orchestra.run.smithi103:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2023-11-16T12:00:38.303 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:37 smithi103 ceph-mon[107764]: from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:00:38.304 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:37 smithi103 ceph-mon[107764]: pgmap v171: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.7 KiB/s wr, 7 op/s 2023-11-16T12:00:38.304 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:37 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]': finished 2023-11-16T12:00:38.304 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:37 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]': finished 2023-11-16T12:00:38.304 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:37 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]': finished 2023-11-16T12:00:38.304 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:37 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]': finished 2023-11-16T12:00:38.305 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:37 smithi103 ceph-mon[107764]: osdmap e64: 8 total, 8 up, 8 in 2023-11-16T12:00:38.305 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:37 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi103.lplguk/trash_purge_schedule"}]: dispatch 2023-11-16T12:00:38.305 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:37 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:38.357 INFO:teuthology.orchestra.run.smithi103.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-11-16T12:00:38.357 INFO:teuthology.orchestra.run.smithi103.stdout: 2023-11-16T12:00:38.357 INFO:teuthology.orchestra.run.smithi103.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2023-11-16T12:00:38.367 INFO:teuthology.orchestra.run.smithi103.stdout:3 of 5 processes prepared for launch 0 sec 2023-11-16T12:00:38.468 INFO:teuthology.orchestra.run.smithi103.stdout:5 of 5 processes prepared for launch 0 sec 2023-11-16T12:00:38.468 INFO:teuthology.orchestra.run.smithi103.stdout:releasing clients 2023-11-16T12:00:38.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:37 smithi140 ceph-mon[110414]: from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:00:38.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:37 smithi140 ceph-mon[110414]: pgmap v171: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.7 KiB/s wr, 7 op/s 2023-11-16T12:00:38.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:37 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]': finished 2023-11-16T12:00:38.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:37 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]': finished 2023-11-16T12:00:38.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:37 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]': finished 2023-11-16T12:00:38.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:37 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]': finished 2023-11-16T12:00:38.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:37 smithi140 ceph-mon[110414]: osdmap e64: 8 total, 8 up, 8 in 2023-11-16T12:00:38.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:37 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi103.lplguk/trash_purge_schedule"}]: dispatch 2023-11-16T12:00:38.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:37 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:39.149 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:39 smithi103 ceph-mon[107764]: osdmap e65: 8 total, 8 up, 8 in 2023-11-16T12:00:39.468 INFO:teuthology.orchestra.run.smithi103.stdout: 5 81 18.28 MB/sec warmup 1 sec latency 151.297 ms 2023-11-16T12:00:39.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:39 smithi140 ceph-mon[110414]: osdmap e65: 8 total, 8 up, 8 in 2023-11-16T12:00:40.198 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:40 smithi103 ceph-mon[107764]: pgmap v174: 97 pgs: 1 peering, 96 active+clean; 1.4 MiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.9 KiB/s rd, 114 KiB/s wr, 8 op/s 2023-11-16T12:00:40.468 INFO:teuthology.orchestra.run.smithi103.stdout: 5 186 18.63 MB/sec warmup 2 sec latency 144.897 ms 2023-11-16T12:00:40.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:40 smithi140 ceph-mon[110414]: pgmap v174: 97 pgs: 1 peering, 96 active+clean; 1.4 MiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.9 KiB/s rd, 114 KiB/s wr, 8 op/s 2023-11-16T12:00:40.838 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -e sha1=50bc6740f385afe4f36770e739358479a73d8add -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-11-16T12:00:41.474 INFO:teuthology.orchestra.run.smithi103.stdout: 5 289 17.83 MB/sec warmup 3 sec latency 150.964 ms 2023-11-16T12:00:42.268 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:42 smithi103 ceph-mon[107764]: pgmap v175: 97 pgs: 1 peering, 96 active+clean; 15 MiB data, 54 MiB used, 715 GiB / 715 GiB avail; 3.9 KiB/s rd, 1.9 MiB/s wr, 88 op/s 2023-11-16T12:00:42.474 INFO:teuthology.orchestra.run.smithi103.stdout: 5 398 17.60 MB/sec warmup 4 sec latency 133.742 ms 2023-11-16T12:00:42.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:42 smithi140 ceph-mon[110414]: pgmap v175: 97 pgs: 1 peering, 96 active+clean; 15 MiB data, 54 MiB used, 715 GiB / 715 GiB avail; 3.9 KiB/s rd, 1.9 MiB/s wr, 88 op/s 2023-11-16T12:00:43.178 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -e sha1=50bc6740f385afe4f36770e739358479a73d8add -- bash -c 'ceph config set global log_to_journald false --force' 2023-11-16T12:00:43.474 INFO:teuthology.orchestra.run.smithi103.stdout: 5 499 17.40 MB/sec warmup 5 sec latency 133.775 ms 2023-11-16T12:00:44.138 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:44 smithi103 ceph-mon[107764]: pgmap v176: 97 pgs: 97 active+clean; 46 MiB data, 67 MiB used, 715 GiB / 715 GiB avail; 5.8 MiB/s wr, 155 op/s; 69 B/s, 0 objects/s recovering 2023-11-16T12:00:44.474 INFO:teuthology.orchestra.run.smithi103.stdout: 5 630 17.22 MB/sec warmup 6 sec latency 187.959 ms 2023-11-16T12:00:44.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:44 smithi140 ceph-mon[110414]: pgmap v176: 97 pgs: 97 active+clean; 46 MiB data, 67 MiB used, 715 GiB / 715 GiB avail; 5.8 MiB/s wr, 155 op/s; 69 B/s, 0 objects/s recovering 2023-11-16T12:00:45.474 INFO:teuthology.orchestra.run.smithi103.stdout: 5 904 15.48 MB/sec warmup 7 sec latency 117.930 ms 2023-11-16T12:00:45.649 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -e sha1=50bc6740f385afe4f36770e739358479a73d8add -- bash -c 'ceph mgr module enable nfs --force' 2023-11-16T12:00:46.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:46 smithi103 ceph-mon[107764]: pgmap v177: 97 pgs: 97 active+clean; 75 MiB data, 125 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 9.6 MiB/s wr, 456 op/s; 69 B/s, 0 objects/s recovering 2023-11-16T12:00:46.474 INFO:teuthology.orchestra.run.smithi103.stdout: 5 1210 14.40 MB/sec warmup 8 sec latency 111.009 ms 2023-11-16T12:00:46.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:46 smithi140 ceph-mon[110414]: pgmap v177: 97 pgs: 97 active+clean; 75 MiB data, 125 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 9.6 MiB/s wr, 456 op/s; 69 B/s, 0 objects/s recovering 2023-11-16T12:00:47.484 INFO:teuthology.orchestra.run.smithi103.stdout: 5 1854 14.62 MB/sec warmup 9 sec latency 106.400 ms 2023-11-16T12:00:48.053 INFO:teuthology.orchestra.run.smithi103.stderr:module 'nfs' is already enabled 2023-11-16T12:00:48.195 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:48 smithi103 ceph-mon[107764]: pgmap v178: 97 pgs: 97 active+clean; 88 MiB data, 139 MiB used, 715 GiB / 715 GiB avail; 205 B/s rd, 9.1 MiB/s wr, 399 op/s; 55 B/s, 0 objects/s recovering 2023-11-16T12:00:48.195 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:48 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/2583420338' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-11-16T12:00:48.484 INFO:teuthology.orchestra.run.smithi103.stdout: 5 2401 13.99 MB/sec warmup 10 sec latency 134.947 ms 2023-11-16T12:00:48.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:48 smithi140 ceph-mon[110414]: pgmap v178: 97 pgs: 97 active+clean; 88 MiB data, 139 MiB used, 715 GiB / 715 GiB avail; 205 B/s rd, 9.1 MiB/s wr, 399 op/s; 55 B/s, 0 objects/s recovering 2023-11-16T12:00:48.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:48 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/2583420338' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-11-16T12:00:48.694 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -e sha1=50bc6740f385afe4f36770e739358479a73d8add -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-11-16T12:00:49.210 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:49 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/2583420338' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-11-16T12:00:49.210 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:49 smithi103 ceph-mon[107764]: mgrmap e21: smithi103.lplguk(active, since 4m), standbys: smithi140.xexnxk 2023-11-16T12:00:49.484 INFO:teuthology.orchestra.run.smithi103.stdout: 5 2897 14.74 MB/sec warmup 11 sec latency 125.946 ms 2023-11-16T12:00:49.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:49 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/2583420338' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-11-16T12:00:49.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:49 smithi140 ceph-mon[110414]: mgrmap e21: smithi103.lplguk(active, since 4m), standbys: smithi140.xexnxk 2023-11-16T12:00:50.229 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:50 smithi103 ceph-mon[107764]: pgmap v179: 97 pgs: 97 active+clean; 110 MiB data, 175 MiB used, 715 GiB / 715 GiB avail; 466 B/s rd, 11 MiB/s wr, 480 op/s; 50 B/s, 0 objects/s recovering 2023-11-16T12:00:50.486 INFO:teuthology.orchestra.run.smithi103.stdout: 5 3345 15.01 MB/sec warmup 12 sec latency 131.208 ms 2023-11-16T12:00:50.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:50 smithi140 ceph-mon[110414]: pgmap v179: 97 pgs: 97 active+clean; 110 MiB data, 175 MiB used, 715 GiB / 715 GiB avail; 466 B/s rd, 11 MiB/s wr, 480 op/s; 50 B/s, 0 objects/s recovering 2023-11-16T12:00:50.859 INFO:teuthology.orchestra.run.smithi103.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:50bc6740f385afe4f36770e739358479a73d8add 2023-11-16T12:00:51.484 INFO:teuthology.orchestra.run.smithi103.stdout: 5 3678 14.79 MB/sec warmup 13 sec latency 126.710 ms 2023-11-16T12:00:51.487 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-11-16T12:00:51.487 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi103.front.sepia.ceph.com 2023-11-16T12:00:51.487 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -e sha1=50bc6740f385afe4f36770e739358479a73d8add -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done' 2023-11-16T12:00:52.030 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:51 smithi103 ceph-mon[107764]: from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:50bc6740f385afe4f36770e739358479a73d8add", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:00:52.030 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:51 smithi103 ceph-mon[107764]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:50bc6740f385afe4f36770e739358479a73d8add 2023-11-16T12:00:52.030 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:51 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:52.030 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:51 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T12:00:52.030 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:51 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T12:00:52.030 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:51 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T12:00:52.030 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:51 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:52.030 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:51 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:52.030 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:51 smithi103 ceph-mon[107764]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:50bc6740f385afe4f36770e739358479a73d8add 2023-11-16T12:00:52.031 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:51 smithi103 ceph-mon[107764]: pgmap v180: 97 pgs: 97 active+clean; 116 MiB data, 191 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 11 MiB/s wr, 518 op/s; 46 B/s, 0 objects/s recovering 2023-11-16T12:00:52.182 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:51 smithi140 ceph-mon[110414]: from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:50bc6740f385afe4f36770e739358479a73d8add", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:00:52.182 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:51 smithi140 ceph-mon[110414]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:50bc6740f385afe4f36770e739358479a73d8add 2023-11-16T12:00:52.183 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:51 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:52.183 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:51 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T12:00:52.183 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:51 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T12:00:52.183 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:51 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T12:00:52.183 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:51 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:52.183 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:51 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:00:52.183 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:51 smithi140 ceph-mon[110414]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:50bc6740f385afe4f36770e739358479a73d8add 2023-11-16T12:00:52.184 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:51 smithi140 ceph-mon[110414]: pgmap v180: 97 pgs: 97 active+clean; 116 MiB data, 191 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 11 MiB/s wr, 518 op/s; 46 B/s, 0 objects/s recovering 2023-11-16T12:00:52.484 INFO:teuthology.orchestra.run.smithi103.stdout: 5 3902 14.20 MB/sec warmup 14 sec latency 152.984 ms 2023-11-16T12:00:53.484 INFO:teuthology.orchestra.run.smithi103.stdout: 5 4171 13.40 MB/sec warmup 15 sec latency 129.456 ms 2023-11-16T12:00:53.878 INFO:teuthology.orchestra.run.smithi103.stdout:true 2023-11-16T12:00:54.052 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:54 smithi103 ceph-mon[107764]: pgmap v181: 97 pgs: 97 active+clean; 129 MiB data, 228 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s rd, 12 MiB/s wr, 664 op/s; 46 B/s, 0 objects/s recovering 2023-11-16T12:00:54.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:54 smithi140 ceph-mon[110414]: pgmap v181: 97 pgs: 97 active+clean; 129 MiB data, 228 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s rd, 12 MiB/s wr, 664 op/s; 46 B/s, 0 objects/s recovering 2023-11-16T12:00:54.486 INFO:teuthology.orchestra.run.smithi103.stdout: 5 4490 12.80 MB/sec warmup 16 sec latency 102.510 ms 2023-11-16T12:00:54.826 INFO:teuthology.orchestra.run.smithi103.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-16T12:00:54.826 INFO:teuthology.orchestra.run.smithi103.stdout:alertmanager.smithi103 smithi103 *:9093,9094 running (3m) 19s ago 4m 24.3M - ba2b418f427c e9df78ee0a5f 2023-11-16T12:00:54.826 INFO:teuthology.orchestra.run.smithi103.stdout:crash.smithi103 smithi103 running (4m) 19s ago 4m 7008k - 17.2.0 e1d6a67b021e 62a9e4c3c3fe 2023-11-16T12:00:54.826 INFO:teuthology.orchestra.run.smithi103.stdout:crash.smithi140 smithi140 running (4m) 20s ago 4m 7163k - 17.2.0 e1d6a67b021e 013838b8dccc 2023-11-16T12:00:54.826 INFO:teuthology.orchestra.run.smithi103.stdout:grafana.smithi103 smithi103 *:3000 running (3m) 19s ago 4m 45.2M - 8.3.5 dad864ee21e9 87ceaad86059 2023-11-16T12:00:54.826 INFO:teuthology.orchestra.run.smithi103.stdout:mds.foofs.smithi103.ssgfis smithi103 running (38s) 19s ago 37s 15.1M - 17.2.0 e1d6a67b021e 6a0af07e429a 2023-11-16T12:00:54.826 INFO:teuthology.orchestra.run.smithi103.stdout:mds.foofs.smithi140.eneygm smithi140 running (36s) 20s ago 36s 12.4M - 17.2.0 e1d6a67b021e 7eebbdc15b03 2023-11-16T12:00:54.826 INFO:teuthology.orchestra.run.smithi103.stdout:mgr.smithi103.lplguk smithi103 *:9283 running (5m) 19s ago 5m 476M - 17.2.0 e1d6a67b021e ebd04f510a42 2023-11-16T12:00:54.827 INFO:teuthology.orchestra.run.smithi103.stdout:mgr.smithi140.xexnxk smithi140 *:8443,9283 running (4m) 20s ago 4m 418M - 17.2.0 e1d6a67b021e 07db1b20e56b 2023-11-16T12:00:54.827 INFO:teuthology.orchestra.run.smithi103.stdout:mon.smithi103 smithi103 running (5m) 19s ago 5m 77.7M 2048M 17.2.0 e1d6a67b021e afc3bdc1747b 2023-11-16T12:00:54.827 INFO:teuthology.orchestra.run.smithi103.stdout:mon.smithi140 smithi140 running (4m) 20s ago 4m 63.8M 2048M 17.2.0 e1d6a67b021e a0f4972da00f 2023-11-16T12:00:54.827 INFO:teuthology.orchestra.run.smithi103.stdout:nfs.foo.0.0.smithi103.kawwcr smithi103 *:2049 running (26s) 19s ago 26s 52.5M - 4.0 e1d6a67b021e 6b71f043d740 2023-11-16T12:00:54.827 INFO:teuthology.orchestra.run.smithi103.stdout:nfs.foo.1.0.smithi140.guwogn smithi140 *:2049 running (22s) 20s ago 21s 57.8M - 4.0 e1d6a67b021e 611de993975d 2023-11-16T12:00:54.827 INFO:teuthology.orchestra.run.smithi103.stdout:node-exporter.smithi103 smithi103 *:9100 running (4m) 19s ago 4m 21.5M - 1dbe0e931976 fc0011cf054b 2023-11-16T12:00:54.827 INFO:teuthology.orchestra.run.smithi103.stdout:node-exporter.smithi140 smithi140 *:9100 running (3m) 20s ago 3m 20.2M - 1dbe0e931976 e4be42658d54 2023-11-16T12:00:54.827 INFO:teuthology.orchestra.run.smithi103.stdout:osd.0 smithi103 running (3m) 19s ago 3m 55.6M 3224M 17.2.0 e1d6a67b021e 16ed2887ad4f 2023-11-16T12:00:54.827 INFO:teuthology.orchestra.run.smithi103.stdout:osd.1 smithi103 running (3m) 19s ago 3m 59.9M 3224M 17.2.0 e1d6a67b021e 541477e0006b 2023-11-16T12:00:54.827 INFO:teuthology.orchestra.run.smithi103.stdout:osd.2 smithi103 running (2m) 19s ago 2m 52.4M 3224M 17.2.0 e1d6a67b021e 51e58b8bf69d 2023-11-16T12:00:54.827 INFO:teuthology.orchestra.run.smithi103.stdout:osd.3 smithi103 running (2m) 19s ago 2m 50.1M 3224M 17.2.0 e1d6a67b021e 562e405eb3b5 2023-11-16T12:00:54.827 INFO:teuthology.orchestra.run.smithi103.stdout:osd.4 smithi140 running (2m) 20s ago 2m 50.1M 3992M 17.2.0 e1d6a67b021e 60d4e21e3f89 2023-11-16T12:00:54.828 INFO:teuthology.orchestra.run.smithi103.stdout:osd.5 smithi140 running (2m) 20s ago 2m 49.0M 3992M 17.2.0 e1d6a67b021e 2b97bd6df881 2023-11-16T12:00:54.828 INFO:teuthology.orchestra.run.smithi103.stdout:osd.6 smithi140 running (107s) 20s ago 106s 49.2M 3992M 17.2.0 e1d6a67b021e 79828d9e15a3 2023-11-16T12:00:54.828 INFO:teuthology.orchestra.run.smithi103.stdout:osd.7 smithi140 running (89s) 20s ago 89s 47.9M 3992M 17.2.0 e1d6a67b021e e93e8f95e9b7 2023-11-16T12:00:54.828 INFO:teuthology.orchestra.run.smithi103.stdout:prometheus.smithi103 smithi103 *:9095 running (3m) 19s ago 3m 62.9M - 514e6a882f6e 1cb003f17627 2023-11-16T12:00:55.082 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:55 smithi103 ceph-mon[107764]: from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:00:55.083 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:55 smithi103 ceph-mon[107764]: from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:00:55.332 INFO:teuthology.orchestra.run.smithi103.stdout:{ 2023-11-16T12:00:55.332 INFO:teuthology.orchestra.run.smithi103.stdout: "mon": { 2023-11-16T12:00:55.332 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T12:00:55.332 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:00:55.332 INFO:teuthology.orchestra.run.smithi103.stdout: "mgr": { 2023-11-16T12:00:55.332 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T12:00:55.333 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:00:55.333 INFO:teuthology.orchestra.run.smithi103.stdout: "osd": { 2023-11-16T12:00:55.333 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-16T12:00:55.333 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:00:55.333 INFO:teuthology.orchestra.run.smithi103.stdout: "mds": { 2023-11-16T12:00:55.333 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T12:00:55.333 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:00:55.333 INFO:teuthology.orchestra.run.smithi103.stdout: "overall": { 2023-11-16T12:00:55.333 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-11-16T12:00:55.333 INFO:teuthology.orchestra.run.smithi103.stdout: } 2023-11-16T12:00:55.333 INFO:teuthology.orchestra.run.smithi103.stdout:} 2023-11-16T12:00:55.484 INFO:teuthology.orchestra.run.smithi103.stdout: 5 4786 12.66 MB/sec warmup 17 sec latency 92.041 ms 2023-11-16T12:00:55.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:55 smithi140 ceph-mon[110414]: from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:00:55.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:55 smithi140 ceph-mon[110414]: from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:00:55.819 INFO:teuthology.orchestra.run.smithi103.stdout:{ 2023-11-16T12:00:55.820 INFO:teuthology.orchestra.run.smithi103.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:50bc6740f385afe4f36770e739358479a73d8add", 2023-11-16T12:00:55.820 INFO:teuthology.orchestra.run.smithi103.stdout: "in_progress": true, 2023-11-16T12:00:55.820 INFO:teuthology.orchestra.run.smithi103.stdout: "services_complete": [], 2023-11-16T12:00:55.820 INFO:teuthology.orchestra.run.smithi103.stdout: "progress": "", 2023-11-16T12:00:55.820 INFO:teuthology.orchestra.run.smithi103.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:50bc6740f385afe4f36770e739358479a73d8add image" 2023-11-16T12:00:55.820 INFO:teuthology.orchestra.run.smithi103.stdout:} 2023-11-16T12:00:56.113 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:56 smithi103 ceph-mon[107764]: from='client.24405 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:00:56.113 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:56 smithi103 ceph-mon[107764]: pgmap v182: 97 pgs: 97 active+clean; 135 MiB data, 238 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 9.7 MiB/s wr, 688 op/s 2023-11-16T12:00:56.113 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:56 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/3800031767' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T12:00:56.337 INFO:teuthology.orchestra.run.smithi103.stdout:HEALTH_OK 2023-11-16T12:00:56.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:56 smithi140 ceph-mon[110414]: from='client.24405 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:00:56.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:56 smithi140 ceph-mon[110414]: pgmap v182: 97 pgs: 97 active+clean; 135 MiB data, 238 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 9.7 MiB/s wr, 688 op/s 2023-11-16T12:00:56.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:56 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/3800031767' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T12:00:56.487 INFO:teuthology.orchestra.run.smithi103.stdout: 5 5055 12.38 MB/sec warmup 18 sec latency 104.686 ms 2023-11-16T12:00:57.148 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:57 smithi103 ceph-mon[107764]: from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:00:57.148 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:57 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/580878646' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T12:00:57.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:57 smithi140 ceph-mon[110414]: from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:00:57.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:57 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/580878646' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T12:00:57.487 INFO:teuthology.orchestra.run.smithi103.stdout: 5 5442 11.97 MB/sec warmup 19 sec latency 122.681 ms 2023-11-16T12:00:58.164 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:00:58 smithi103 ceph-mon[107764]: pgmap v183: 97 pgs: 97 active+clean; 133 MiB data, 232 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s rd, 7.3 MiB/s wr, 498 op/s 2023-11-16T12:00:58.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:00:58 smithi140 ceph-mon[110414]: pgmap v183: 97 pgs: 97 active+clean; 133 MiB data, 232 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s rd, 7.3 MiB/s wr, 498 op/s 2023-11-16T12:00:58.487 INFO:teuthology.orchestra.run.smithi103.stdout: 5 5771 11.61 MB/sec warmup 20 sec latency 127.406 ms 2023-11-16T12:00:59.488 INFO:teuthology.orchestra.run.smithi103.stdout: 5 5974 11.22 MB/sec warmup 21 sec latency 148.687 ms 2023-11-16T12:01:00.248 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:01:00 smithi103 ceph-mon[107764]: pgmap v184: 97 pgs: 97 active+clean; 126 MiB data, 269 MiB used, 715 GiB / 715 GiB avail; 6.9 KiB/s rd, 6.6 MiB/s wr, 509 op/s 2023-11-16T12:01:00.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:01:00 smithi140 ceph-mon[110414]: pgmap v184: 97 pgs: 97 active+clean; 126 MiB data, 269 MiB used, 715 GiB / 715 GiB avail; 6.9 KiB/s rd, 6.6 MiB/s wr, 509 op/s 2023-11-16T12:01:00.489 INFO:teuthology.orchestra.run.smithi103.stdout: 5 6254 11.38 MB/sec warmup 22 sec latency 117.673 ms 2023-11-16T12:01:01.491 INFO:teuthology.orchestra.run.smithi103.stdout: 5 6545 11.22 MB/sec warmup 23 sec latency 136.300 ms 2023-11-16T12:01:02.313 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:01:02 smithi103 ceph-mon[107764]: pgmap v185: 97 pgs: 97 active+clean; 127 MiB data, 290 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.9 MiB/s wr, 535 op/s 2023-11-16T12:01:02.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:01:02 smithi140 ceph-mon[110414]: pgmap v185: 97 pgs: 97 active+clean; 127 MiB data, 290 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.9 MiB/s wr, 535 op/s 2023-11-16T12:01:02.491 INFO:teuthology.orchestra.run.smithi103.stdout: 5 6973 11.61 MB/sec warmup 24 sec latency 124.298 ms 2023-11-16T12:01:03.492 INFO:teuthology.orchestra.run.smithi103.stdout: 5 7234 11.55 MB/sec warmup 25 sec latency 124.437 ms 2023-11-16T12:01:13.327 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:01:04 smithi103 ceph-mon[107764]: pgmap v186: 97 pgs: 97 active+clean; 136 MiB data, 315 MiB used, 715 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.8 MiB/s wr, 551 op/s 2023-11-16T12:01:13.328 INFO:teuthology.orchestra.run.smithi103.stdout: 5 7451 11.30 MB/sec warmup 26 sec latency 123.560 ms 2023-11-16T12:01:13.328 INFO:teuthology.orchestra.run.smithi103.stdout: 5 7698 10.99 MB/sec warmup 27 sec latency 204.573 ms 2023-11-16T12:01:13.329 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:01:06 smithi103 ceph-mon[107764]: pgmap v187: 97 pgs: 97 active+clean; 139 MiB data, 337 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 376 op/s 2023-11-16T12:01:13.329 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:01:04 smithi140 ceph-mon[110414]: pgmap v186: 97 pgs: 97 active+clean; 136 MiB data, 315 MiB used, 715 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.8 MiB/s wr, 551 op/s 2023-11-16T12:01:13.329 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:01:06 smithi140 ceph-mon[110414]: pgmap v187: 97 pgs: 97 active+clean; 139 MiB data, 337 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.8 MiB/s wr, 376 op/s 2023-11-16T12:01:13.329 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:01:08 smithi140 ceph-mon[110414]: pgmap v188: 97 pgs: 97 active+clean; 139 MiB data, 346 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 314 op/s 2023-11-16T12:01:13.330 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:01:10 smithi140 ceph-mon[110414]: pgmap v189: 97 pgs: 97 active+clean; 143 MiB data, 390 MiB used, 715 GiB / 715 GiB avail; 9.0 KiB/s rd, 4.7 MiB/s wr, 447 op/s 2023-11-16T12:01:13.330 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:01:12 smithi140 ceph-mon[110414]: pgmap v190: 97 pgs: 97 active+clean; 141 MiB data, 403 MiB used, 715 GiB / 715 GiB avail; 4.9 KiB/s rd, 4.3 MiB/s wr, 431 op/s 2023-11-16T12:01:13.330 INFO:teuthology.orchestra.run.smithi103.stdout: 5 7943 10.74 MB/sec warmup 28 sec latency 127.089 ms 2023-11-16T12:01:13.358 INFO:teuthology.orchestra.run.smithi103.stdout: 5 8210 10.58 MB/sec warmup 29 sec latency 123.834 ms 2023-11-16T12:01:13.359 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:01:08 smithi103 ceph-mon[107764]: pgmap v188: 97 pgs: 97 active+clean; 139 MiB data, 346 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 314 op/s 2023-11-16T12:01:13.359 INFO:teuthology.orchestra.run.smithi103.stdout: 5 8527 10.56 MB/sec warmup 30 sec latency 124.472 ms 2023-11-16T12:01:13.359 INFO:teuthology.orchestra.run.smithi103.stdout: 5 8853 10.28 MB/sec warmup 31 sec latency 127.400 ms 2023-11-16T12:01:13.360 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:01:10 smithi103 ceph-mon[107764]: pgmap v189: 97 pgs: 97 active+clean; 143 MiB data, 390 MiB used, 715 GiB / 715 GiB avail; 9.0 KiB/s rd, 4.7 MiB/s wr, 447 op/s 2023-11-16T12:01:13.360 INFO:teuthology.orchestra.run.smithi103.stdout: 5 9180 10.10 MB/sec warmup 32 sec latency 97.547 ms 2023-11-16T12:01:13.360 INFO:teuthology.orchestra.run.smithi103.stdout: 5 9425 10.11 MB/sec warmup 33 sec latency 189.987 ms 2023-11-16T12:01:13.360 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:01:12 smithi103 ceph-mon[107764]: pgmap v190: 97 pgs: 97 active+clean; 141 MiB data, 403 MiB used, 715 GiB / 715 GiB avail; 4.9 KiB/s rd, 4.3 MiB/s wr, 431 op/s 2023-11-16T12:01:13.360 INFO:teuthology.orchestra.run.smithi103.stdout: 5 9811 10.20 MB/sec warmup 34 sec latency 124.831 ms 2023-11-16T12:01:13.496 INFO:teuthology.orchestra.run.smithi103.stdout: 5 10244 10.34 MB/sec warmup 35 sec latency 189.289 ms 2023-11-16T12:01:14.367 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:01:14 smithi103 ceph-mon[107764]: pgmap v191: 97 pgs: 97 active+clean; 143 MiB data, 427 MiB used, 715 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.8 MiB/s wr, 456 op/s 2023-11-16T12:01:14.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:01:14 smithi140 ceph-mon[110414]: pgmap v191: 97 pgs: 97 active+clean; 143 MiB data, 427 MiB used, 715 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.8 MiB/s wr, 456 op/s 2023-11-16T12:01:14.496 INFO:teuthology.orchestra.run.smithi103.stdout: 5 10517 10.37 MB/sec warmup 36 sec latency 153.684 ms 2023-11-16T12:01:15.496 INFO:teuthology.orchestra.run.smithi103.stdout: 5 10776 10.35 MB/sec warmup 37 sec latency 123.745 ms 2023-11-16T12:01:16.175 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:01:16 smithi103 ceph-mon[107764]: pgmap v192: 97 pgs: 97 active+clean; 147 MiB data, 439 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 385 op/s 2023-11-16T12:01:16.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:01:16 smithi140 ceph-mon[110414]: pgmap v192: 97 pgs: 97 active+clean; 147 MiB data, 439 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 385 op/s 2023-11-16T12:01:16.496 INFO:teuthology.orchestra.run.smithi103.stdout: 5 10976 10.16 MB/sec warmup 38 sec latency 199.261 ms 2023-11-16T12:01:17.496 INFO:teuthology.orchestra.run.smithi103.stdout: 5 11282 10.04 MB/sec warmup 39 sec latency 126.609 ms 2023-11-16T12:02:13.050 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:01:18 smithi103 ceph-mon[107764]: pgmap v193: 97 pgs: 97 active+clean; 151 MiB data, 459 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 407 op/s 2023-11-16T12:02:13.051 INFO:teuthology.orchestra.run.smithi103.stdout: 5 11520 9.91 MB/sec warmup 40 sec latency 127.773 ms 2023-11-16T12:02:13.051 INFO:teuthology.orchestra.run.smithi103.stdout: 5 11745 9.86 MB/sec warmup 41 sec latency 125.424 ms 2023-11-16T12:02:13.052 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:01:20 smithi103 ceph-mon[107764]: pgmap v194: 97 pgs: 97 active+clean; 154 MiB data, 457 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.0 MiB/s wr, 483 op/s 2023-11-16T12:02:13.053 INFO:teuthology.orchestra.run.smithi103.stdout: 5 11979 9.74 MB/sec warmup 42 sec latency 137.387 ms 2023-11-16T12:02:13.054 INFO:teuthology.orchestra.run.smithi103.stdout: 5 12264 9.55 MB/sec warmup 43 sec latency 126.624 ms 2023-11-16T12:02:13.075 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:01:22 smithi103 ceph-mon[107764]: pgmap v195: 97 pgs: 97 active+clean; 154 MiB data, 442 MiB used, 715 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.9 MiB/s wr, 358 op/s 2023-11-16T12:02:13.076 INFO:teuthology.orchestra.run.smithi103.stdout: 5 12560 9.50 MB/sec warmup 44 sec latency 128.717 ms 2023-11-16T12:02:13.076 INFO:teuthology.orchestra.run.smithi103.stdout: 5 12819 9.42 MB/sec warmup 45 sec latency 195.746 ms 2023-11-16T12:02:13.076 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:01:24 smithi103 ceph-mon[107764]: pgmap v196: 97 pgs: 97 active+clean; 154 MiB data, 477 MiB used, 715 GiB / 715 GiB avail; 8.5 KiB/s rd, 4.8 MiB/s wr, 490 op/s 2023-11-16T12:02:13.076 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:01:24 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:02:13.076 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:01:24 smithi103 ceph-mon[107764]: Upgrade: Target is version 18.0.0-7421-g50bc6740 (unknown) 2023-11-16T12:02:13.077 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:01:24 smithi103 ceph-mon[107764]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea, digests ['quay.ceph.io/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea'] 2023-11-16T12:02:13.077 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:01:24 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T12:02:13.077 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:01:24 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:02:13.077 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:01:24 smithi103 ceph-mon[107764]: Upgrade: Need to upgrade myself (mgr.smithi103.lplguk) 2023-11-16T12:02:13.077 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:01:24 smithi103 ceph-mon[107764]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea on smithi140 2023-11-16T12:02:13.078 INFO:teuthology.orchestra.run.smithi103.stdout: 5 13230 9.52 MB/sec warmup 46 sec latency 130.224 ms 2023-11-16T12:02:13.078 INFO:teuthology.orchestra.run.smithi103.stdout: 5 13709 9.69 MB/sec warmup 47 sec latency 123.750 ms 2023-11-16T12:02:13.078 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:01:26 smithi103 ceph-mon[107764]: pgmap v197: 97 pgs: 97 active+clean; 153 MiB data, 501 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 351 op/s 2023-11-16T12:02:13.079 INFO:teuthology.orchestra.run.smithi103.stdout: 5 14070 9.80 MB/sec warmup 48 sec latency 136.272 ms 2023-11-16T12:02:13.079 INFO:teuthology.orchestra.run.smithi103.stdout:true 2023-11-16T12:02:13.080 INFO:teuthology.orchestra.run.smithi103.stdout: 5 14378 9.77 MB/sec warmup 49 sec latency 129.505 ms 2023-11-16T12:02:13.080 INFO:teuthology.orchestra.run.smithi103.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-16T12:02:13.080 INFO:teuthology.orchestra.run.smithi103.stdout:alertmanager.smithi103 smithi103 *:9093,9094 running (4m) 51s ago 5m 24.3M - ba2b418f427c e9df78ee0a5f 2023-11-16T12:02:13.080 INFO:teuthology.orchestra.run.smithi103.stdout:crash.smithi103 smithi103 running (5m) 51s ago 5m 7008k - 17.2.0 e1d6a67b021e 62a9e4c3c3fe 2023-11-16T12:02:13.081 INFO:teuthology.orchestra.run.smithi103.stdout:crash.smithi140 smithi140 running (4m) 52s ago 4m 7163k - 17.2.0 e1d6a67b021e 013838b8dccc 2023-11-16T12:02:13.081 INFO:teuthology.orchestra.run.smithi103.stdout:grafana.smithi103 smithi103 *:3000 running (4m) 51s ago 5m 45.2M - 8.3.5 dad864ee21e9 87ceaad86059 2023-11-16T12:02:13.081 INFO:teuthology.orchestra.run.smithi103.stdout:mds.foofs.smithi103.ssgfis smithi103 running (70s) 51s ago 70s 15.1M - 17.2.0 e1d6a67b021e 6a0af07e429a 2023-11-16T12:02:13.081 INFO:teuthology.orchestra.run.smithi103.stdout:mds.foofs.smithi140.eneygm smithi140 running (69s) 52s ago 68s 12.4M - 17.2.0 e1d6a67b021e 7eebbdc15b03 2023-11-16T12:02:13.081 INFO:teuthology.orchestra.run.smithi103.stdout:mgr.smithi103.lplguk smithi103 *:9283 running (6m) 51s ago 6m 476M - 17.2.0 e1d6a67b021e ebd04f510a42 2023-11-16T12:02:13.081 INFO:teuthology.orchestra.run.smithi103.stdout:mgr.smithi140.xexnxk smithi140 *:8443,9283 running (4m) 52s ago 4m 418M - 17.2.0 e1d6a67b021e 07db1b20e56b 2023-11-16T12:02:13.081 INFO:teuthology.orchestra.run.smithi103.stdout:mon.smithi103 smithi103 running (6m) 51s ago 6m 77.7M 2048M 17.2.0 e1d6a67b021e afc3bdc1747b 2023-11-16T12:02:13.081 INFO:teuthology.orchestra.run.smithi103.stdout:mon.smithi140 smithi140 running (4m) 52s ago 4m 63.8M 2048M 17.2.0 e1d6a67b021e a0f4972da00f 2023-11-16T12:02:13.081 INFO:teuthology.orchestra.run.smithi103.stdout:nfs.foo.0.0.smithi103.kawwcr smithi103 *:2049 running (59s) 51s ago 59s 52.5M - 4.0 e1d6a67b021e 6b71f043d740 2023-11-16T12:02:13.081 INFO:teuthology.orchestra.run.smithi103.stdout:nfs.foo.1.0.smithi140.guwogn smithi140 *:2049 running (55s) 52s ago 54s 57.8M - 4.0 e1d6a67b021e 611de993975d 2023-11-16T12:02:13.081 INFO:teuthology.orchestra.run.smithi103.stdout:node-exporter.smithi103 smithi103 *:9100 running (4m) 51s ago 4m 21.5M - 1dbe0e931976 fc0011cf054b 2023-11-16T12:02:13.081 INFO:teuthology.orchestra.run.smithi103.stdout:node-exporter.smithi140 smithi140 *:9100 running (4m) 52s ago 4m 20.2M - 1dbe0e931976 e4be42658d54 2023-11-16T12:02:13.081 INFO:teuthology.orchestra.run.smithi103.stdout:osd.0 smithi103 running (4m) 51s ago 4m 55.6M 3224M 17.2.0 e1d6a67b021e 16ed2887ad4f 2023-11-16T12:02:13.081 INFO:teuthology.orchestra.run.smithi103.stdout:osd.1 smithi103 running (3m) 51s ago 3m 59.9M 3224M 17.2.0 e1d6a67b021e 541477e0006b 2023-11-16T12:02:13.082 INFO:teuthology.orchestra.run.smithi103.stdout:osd.2 smithi103 running (3m) 51s ago 3m 52.4M 3224M 17.2.0 e1d6a67b021e 51e58b8bf69d 2023-11-16T12:02:13.082 INFO:teuthology.orchestra.run.smithi103.stdout:osd.3 smithi103 running (3m) 51s ago 3m 50.1M 3224M 17.2.0 e1d6a67b021e 562e405eb3b5 2023-11-16T12:02:13.082 INFO:teuthology.orchestra.run.smithi103.stdout:osd.4 smithi140 running (2m) 52s ago 2m 50.1M 3992M 17.2.0 e1d6a67b021e 60d4e21e3f89 2023-11-16T12:02:13.082 INFO:teuthology.orchestra.run.smithi103.stdout:osd.5 smithi140 running (2m) 52s ago 2m 49.0M 3992M 17.2.0 e1d6a67b021e 2b97bd6df881 2023-11-16T12:02:13.082 INFO:teuthology.orchestra.run.smithi103.stdout:osd.6 smithi140 running (2m) 52s ago 2m 49.2M 3992M 17.2.0 e1d6a67b021e 79828d9e15a3 2023-11-16T12:02:13.083 INFO:teuthology.orchestra.run.smithi103.stdout:osd.7 smithi140 running (2m) 52s ago 2m 47.9M 3992M 17.2.0 e1d6a67b021e e93e8f95e9b7 2023-11-16T12:02:13.083 INFO:teuthology.orchestra.run.smithi103.stdout:prometheus.smithi103 smithi103 *:9095 running (4m) 51s ago 4m 62.9M - 514e6a882f6e 1cb003f17627 2023-11-16T12:02:13.083 INFO:teuthology.orchestra.run.smithi103.stdout:{ 2023-11-16T12:02:13.083 INFO:teuthology.orchestra.run.smithi103.stdout: "mon": { 2023-11-16T12:02:13.083 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T12:02:13.083 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:02:13.083 INFO:teuthology.orchestra.run.smithi103.stdout: "mgr": { 2023-11-16T12:02:13.084 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T12:02:13.084 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:02:13.084 INFO:teuthology.orchestra.run.smithi103.stdout: "osd": { 2023-11-16T12:02:13.084 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-16T12:02:13.084 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:02:13.084 INFO:teuthology.orchestra.run.smithi103.stdout: "mds": { 2023-11-16T12:02:13.084 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T12:02:13.084 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:02:13.084 INFO:teuthology.orchestra.run.smithi103.stdout: "overall": { 2023-11-16T12:02:13.084 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-11-16T12:02:13.084 INFO:teuthology.orchestra.run.smithi103.stdout: } 2023-11-16T12:02:13.084 INFO:teuthology.orchestra.run.smithi103.stdout:} 2023-11-16T12:02:13.085 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:01:28 smithi103 ceph-mon[107764]: from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:02:13.085 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:01:28 smithi103 ceph-mon[107764]: pgmap v198: 97 pgs: 97 active+clean; 156 MiB data, 497 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 345 op/s 2023-11-16T12:02:13.085 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:01:28 smithi103 ceph-mon[107764]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:02:13.085 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:01:28 smithi103 ceph-mon[107764]: from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:02:13.085 INFO:teuthology.orchestra.run.smithi103.stdout: 5 14723 9.69 MB/sec warmup 50 sec latency 125.786 ms 2023-11-16T12:02:13.086 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:01:18 smithi140 ceph-mon[110414]: pgmap v193: 97 pgs: 97 active+clean; 151 MiB data, 459 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 407 op/s 2023-11-16T12:02:13.086 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:01:20 smithi140 ceph-mon[110414]: pgmap v194: 97 pgs: 97 active+clean; 154 MiB data, 457 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.0 MiB/s wr, 483 op/s 2023-11-16T12:02:13.086 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:01:22 smithi140 ceph-mon[110414]: pgmap v195: 97 pgs: 97 active+clean; 154 MiB data, 442 MiB used, 715 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.9 MiB/s wr, 358 op/s 2023-11-16T12:02:13.086 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:01:24 smithi140 ceph-mon[110414]: pgmap v196: 97 pgs: 97 active+clean; 154 MiB data, 477 MiB used, 715 GiB / 715 GiB avail; 8.5 KiB/s rd, 4.8 MiB/s wr, 490 op/s 2023-11-16T12:02:13.086 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:01:24 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:02:13.086 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:01:24 smithi140 ceph-mon[110414]: Upgrade: Target is version 18.0.0-7421-g50bc6740 (unknown) 2023-11-16T12:02:13.086 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:01:24 smithi140 ceph-mon[110414]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea, digests ['quay.ceph.io/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea'] 2023-11-16T12:02:13.086 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:01:24 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T12:02:13.086 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:01:24 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:02:13.086 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:01:24 smithi140 ceph-mon[110414]: Upgrade: Need to upgrade myself (mgr.smithi103.lplguk) 2023-11-16T12:02:13.086 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:01:24 smithi140 ceph-mon[110414]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea on smithi140 2023-11-16T12:02:13.087 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:01:26 smithi140 ceph-mon[110414]: pgmap v197: 97 pgs: 97 active+clean; 153 MiB data, 501 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 351 op/s 2023-11-16T12:02:13.087 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:01:28 smithi140 ceph-mon[110414]: from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:02:13.087 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:01:28 smithi140 ceph-mon[110414]: pgmap v198: 97 pgs: 97 active+clean; 156 MiB data, 497 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.7 MiB/s wr, 345 op/s 2023-11-16T12:02:13.087 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:01:28 smithi140 ceph-mon[110414]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:02:13.087 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:01:28 smithi140 ceph-mon[110414]: from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:02:13.087 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:01:29 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/456188979' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T12:02:13.087 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:01:29 smithi140 ceph-mon[110414]: from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:02:13.087 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:01:29 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/1227391542' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T12:02:13.087 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:01:30 smithi140 ceph-mon[110414]: pgmap v199: 97 pgs: 97 active+clean; 163 MiB data, 518 MiB used, 715 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.8 MiB/s wr, 448 op/s 2023-11-16T12:02:13.087 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:01:32 smithi140 ceph-mon[110414]: pgmap v200: 97 pgs: 97 active+clean; 165 MiB data, 561 MiB used, 715 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.0 MiB/s wr, 382 op/s 2023-11-16T12:02:13.087 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:01:34 smithi140 ceph-mon[110414]: pgmap v201: 97 pgs: 97 active+clean; 169 MiB data, 590 MiB used, 715 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.3 MiB/s wr, 563 op/s 2023-11-16T12:02:13.087 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:01:36 smithi140 ceph-mon[110414]: pgmap v202: 97 pgs: 97 active+clean; 166 MiB data, 613 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.5 MiB/s wr, 462 op/s 2023-11-16T12:02:13.087 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:01:37 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi103.lplguk/mirror_snapshot_schedule"}]: dispatch 2023-11-16T12:02:13.087 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:01:37 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi103.lplguk/trash_purge_schedule"}]: dispatch 2023-11-16T12:02:13.088 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:01:38 smithi140 ceph-mon[110414]: pgmap v203: 97 pgs: 97 active+clean; 168 MiB data, 610 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.7 MiB/s wr, 484 op/s 2023-11-16T12:02:13.088 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:01:40 smithi140 ceph-mon[110414]: pgmap v204: 97 pgs: 97 active+clean; 179 MiB data, 627 MiB used, 715 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.2 MiB/s wr, 588 op/s 2023-11-16T12:02:13.088 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:01:42 smithi140 ceph-mon[110414]: pgmap v205: 97 pgs: 97 active+clean; 179 MiB data, 655 MiB used, 715 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.9 MiB/s wr, 460 op/s 2023-11-16T12:02:13.088 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:01:44 smithi140 ceph-mon[110414]: pgmap v206: 97 pgs: 97 active+clean; 181 MiB data, 684 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 6.6 MiB/s wr, 681 op/s 2023-11-16T12:02:13.088 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:01:46 smithi140 ceph-mon[110414]: pgmap v207: 97 pgs: 97 active+clean; 181 MiB data, 713 MiB used, 715 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.3 MiB/s wr, 510 op/s 2023-11-16T12:02:13.088 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:01:48 smithi140 ceph-mon[110414]: pgmap v208: 97 pgs: 97 active+clean; 183 MiB data, 715 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.5 MiB/s wr, 477 op/s 2023-11-16T12:02:13.088 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:01:50 smithi140 ceph-mon[110414]: pgmap v209: 97 pgs: 97 active+clean; 191 MiB data, 765 MiB used, 714 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.7 MiB/s wr, 616 op/s 2023-11-16T12:02:13.088 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:01:52 smithi140 ceph-mon[110414]: pgmap v210: 97 pgs: 97 active+clean; 190 MiB data, 761 MiB used, 714 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.2 MiB/s wr, 522 op/s 2023-11-16T12:02:13.088 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:01:54 smithi140 ceph-mon[110414]: pgmap v211: 97 pgs: 97 active+clean; 194 MiB data, 780 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.4 MiB/s wr, 626 op/s 2023-11-16T12:02:13.088 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:01:56 smithi140 ceph-mon[110414]: pgmap v212: 97 pgs: 97 active+clean; 196 MiB data, 784 MiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.7 MiB/s wr, 414 op/s 2023-11-16T12:02:13.088 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:01:58 smithi140 ceph-mon[110414]: pgmap v213: 97 pgs: 97 active+clean; 199 MiB data, 791 MiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.1 MiB/s wr, 494 op/s 2023-11-16T12:02:13.088 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:02:00 smithi140 ceph-mon[110414]: pgmap v214: 97 pgs: 97 active+clean; 201 MiB data, 838 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.1 MiB/s wr, 592 op/s 2023-11-16T12:02:13.089 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:02:00 smithi140 ceph-mon[110414]: from='client.24429 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:02:13.089 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:02:01 smithi140 ceph-mon[110414]: from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:02:13.089 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:02:01 smithi140 ceph-mon[110414]: from='client.24437 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:02:13.089 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:02:01 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/3278183982' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T12:02:13.089 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:02:02 smithi140 ceph-mon[110414]: pgmap v215: 97 pgs: 97 active+clean; 202 MiB data, 885 MiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 5.2 MiB/s wr, 537 op/s 2023-11-16T12:02:13.089 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:02:02 smithi140 ceph-mon[110414]: from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:02:13.089 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:02:02 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/2052265968' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T12:02:13.089 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:02:04 smithi140 ceph-mon[110414]: pgmap v216: 97 pgs: 97 active+clean; 211 MiB data, 912 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.8 MiB/s wr, 656 op/s 2023-11-16T12:02:13.089 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:02:06 smithi140 ceph-mon[110414]: pgmap v217: 97 pgs: 97 active+clean; 217 MiB data, 921 MiB used, 714 GiB / 715 GiB avail; 7.4 KiB/s rd, 6.2 MiB/s wr, 631 op/s 2023-11-16T12:02:13.089 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:02:08 smithi140 ceph-mon[110414]: pgmap v218: 97 pgs: 97 active+clean; 217 MiB data, 911 MiB used, 714 GiB / 715 GiB avail; 7.2 KiB/s rd, 6.0 MiB/s wr, 619 op/s 2023-11-16T12:02:13.089 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:02:10 smithi140 ceph-mon[110414]: pgmap v219: 97 pgs: 97 active+clean; 213 MiB data, 931 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.2 MiB/s wr, 559 op/s 2023-11-16T12:02:13.089 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:02:12 smithi140 ceph-mon[110414]: pgmap v220: 97 pgs: 97 active+clean; 217 MiB data, 981 MiB used, 714 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.6 MiB/s wr, 555 op/s 2023-11-16T12:02:13.090 INFO:teuthology.orchestra.run.smithi103.stdout:{ 2023-11-16T12:02:13.090 INFO:teuthology.orchestra.run.smithi103.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea", 2023-11-16T12:02:13.090 INFO:teuthology.orchestra.run.smithi103.stdout: "in_progress": true, 2023-11-16T12:02:13.090 INFO:teuthology.orchestra.run.smithi103.stdout: "services_complete": [], 2023-11-16T12:02:13.090 INFO:teuthology.orchestra.run.smithi103.stdout: "progress": "0/23 daemons upgraded", 2023-11-16T12:02:13.090 INFO:teuthology.orchestra.run.smithi103.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea image on host smithi140" 2023-11-16T12:02:13.090 INFO:teuthology.orchestra.run.smithi103.stdout:} 2023-11-16T12:02:13.090 INFO:teuthology.orchestra.run.smithi103.stdout:HEALTH_OK 2023-11-16T12:02:13.090 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:01:29 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/456188979' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T12:02:13.091 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:01:29 smithi103 ceph-mon[107764]: from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:02:13.091 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:01:29 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/1227391542' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T12:02:13.091 INFO:teuthology.orchestra.run.smithi103.stdout: 5 15130 9.71 MB/sec warmup 51 sec latency 128.602 ms 2023-11-16T12:02:13.091 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:01:30 smithi103 ceph-mon[107764]: pgmap v199: 97 pgs: 97 active+clean; 163 MiB data, 518 MiB used, 715 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.8 MiB/s wr, 448 op/s 2023-11-16T12:02:13.092 INFO:teuthology.orchestra.run.smithi103.stdout: 5 15376 9.62 MB/sec warmup 52 sec latency 122.944 ms 2023-11-16T12:02:13.092 INFO:teuthology.orchestra.run.smithi103.stdout: 5 15752 9.60 MB/sec warmup 53 sec latency 126.783 ms 2023-11-16T12:02:13.092 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:01:32 smithi103 ceph-mon[107764]: pgmap v200: 97 pgs: 97 active+clean; 165 MiB data, 561 MiB used, 715 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.0 MiB/s wr, 382 op/s 2023-11-16T12:02:13.092 INFO:teuthology.orchestra.run.smithi103.stdout: 5 16051 9.50 MB/sec warmup 54 sec latency 127.145 ms 2023-11-16T12:02:13.092 INFO:teuthology.orchestra.run.smithi103.stdout: 5 16438 9.52 MB/sec warmup 55 sec latency 123.747 ms 2023-11-16T12:02:13.093 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:01:34 smithi103 ceph-mon[107764]: pgmap v201: 97 pgs: 97 active+clean; 169 MiB data, 590 MiB used, 715 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.3 MiB/s wr, 563 op/s 2023-11-16T12:02:13.093 INFO:teuthology.orchestra.run.smithi103.stdout: 5 16860 9.59 MB/sec warmup 56 sec latency 129.983 ms 2023-11-16T12:02:13.093 INFO:teuthology.orchestra.run.smithi103.stdout: 5 17309 9.71 MB/sec warmup 57 sec latency 123.431 ms 2023-11-16T12:02:13.093 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:01:36 smithi103 ceph-mon[107764]: pgmap v202: 97 pgs: 97 active+clean; 166 MiB data, 613 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.5 MiB/s wr, 462 op/s 2023-11-16T12:02:13.094 INFO:teuthology.orchestra.run.smithi103.stdout: 5 17676 9.74 MB/sec warmup 58 sec latency 129.702 ms 2023-11-16T12:02:13.094 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:01:37 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi103.lplguk/mirror_snapshot_schedule"}]: dispatch 2023-11-16T12:02:13.094 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:01:37 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi103.lplguk/trash_purge_schedule"}]: dispatch 2023-11-16T12:02:13.094 INFO:teuthology.orchestra.run.smithi103.stdout: 5 18007 9.74 MB/sec warmup 59 sec latency 129.268 ms 2023-11-16T12:02:13.094 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:01:38 smithi103 ceph-mon[107764]: pgmap v203: 97 pgs: 97 active+clean; 168 MiB data, 610 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.7 MiB/s wr, 484 op/s 2023-11-16T12:02:13.095 INFO:teuthology.orchestra.run.smithi103.stdout: 5 18303 9.68 MB/sec warmup 60 sec latency 126.514 ms 2023-11-16T12:02:13.095 INFO:teuthology.orchestra.run.smithi103.stdout: 5 18812 9.75 MB/sec warmup 61 sec latency 130.393 ms 2023-11-16T12:02:13.095 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:01:40 smithi103 ceph-mon[107764]: pgmap v204: 97 pgs: 97 active+clean; 179 MiB data, 627 MiB used, 715 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.2 MiB/s wr, 588 op/s 2023-11-16T12:02:13.096 INFO:teuthology.orchestra.run.smithi103.stdout: 5 19282 9.71 MB/sec warmup 62 sec latency 135.859 ms 2023-11-16T12:02:13.096 INFO:teuthology.orchestra.run.smithi103.stdout: 5 19840 9.75 MB/sec warmup 63 sec latency 123.674 ms 2023-11-16T12:02:13.096 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:01:42 smithi103 ceph-mon[107764]: pgmap v205: 97 pgs: 97 active+clean; 179 MiB data, 655 MiB used, 715 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.9 MiB/s wr, 460 op/s 2023-11-16T12:02:13.096 INFO:teuthology.orchestra.run.smithi103.stdout: 5 20235 9.78 MB/sec warmup 64 sec latency 126.925 ms 2023-11-16T12:02:13.096 INFO:teuthology.orchestra.run.smithi103.stdout: 5 20732 9.96 MB/sec warmup 65 sec latency 104.481 ms 2023-11-16T12:02:13.097 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:01:44 smithi103 ceph-mon[107764]: pgmap v206: 97 pgs: 97 active+clean; 181 MiB data, 684 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 6.6 MiB/s wr, 681 op/s 2023-11-16T12:02:13.097 INFO:teuthology.orchestra.run.smithi103.stdout: 5 21098 9.97 MB/sec warmup 66 sec latency 139.631 ms 2023-11-16T12:02:13.097 INFO:teuthology.orchestra.run.smithi103.stdout: 5 21422 9.92 MB/sec warmup 67 sec latency 124.180 ms 2023-11-16T12:02:13.097 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:01:46 smithi103 ceph-mon[107764]: pgmap v207: 97 pgs: 97 active+clean; 181 MiB data, 713 MiB used, 715 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.3 MiB/s wr, 510 op/s 2023-11-16T12:02:13.098 INFO:teuthology.orchestra.run.smithi103.stdout: 5 21634 9.83 MB/sec warmup 68 sec latency 146.937 ms 2023-11-16T12:02:13.098 INFO:teuthology.orchestra.run.smithi103.stdout: 5 21927 9.78 MB/sec warmup 69 sec latency 139.011 ms 2023-11-16T12:02:13.098 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:01:48 smithi103 ceph-mon[107764]: pgmap v208: 97 pgs: 97 active+clean; 183 MiB data, 715 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.5 MiB/s wr, 477 op/s 2023-11-16T12:02:13.099 INFO:teuthology.orchestra.run.smithi103.stdout: 5 22319 9.78 MB/sec warmup 70 sec latency 123.792 ms 2023-11-16T12:02:13.099 INFO:teuthology.orchestra.run.smithi103.stdout: 5 22678 9.75 MB/sec warmup 71 sec latency 138.816 ms 2023-11-16T12:02:13.099 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:01:50 smithi103 ceph-mon[107764]: pgmap v209: 97 pgs: 97 active+clean; 191 MiB data, 765 MiB used, 714 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.7 MiB/s wr, 616 op/s 2023-11-16T12:02:13.099 INFO:teuthology.orchestra.run.smithi103.stdout: 5 23067 9.78 MB/sec warmup 72 sec latency 125.856 ms 2023-11-16T12:02:13.099 INFO:teuthology.orchestra.run.smithi103.stdout: 5 23357 9.74 MB/sec warmup 73 sec latency 124.207 ms 2023-11-16T12:02:13.100 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:01:52 smithi103 ceph-mon[107764]: pgmap v210: 97 pgs: 97 active+clean; 190 MiB data, 761 MiB used, 714 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.2 MiB/s wr, 522 op/s 2023-11-16T12:02:13.100 INFO:teuthology.orchestra.run.smithi103.stdout: 5 23834 9.82 MB/sec warmup 74 sec latency 126.642 ms 2023-11-16T12:02:13.100 INFO:teuthology.orchestra.run.smithi103.stdout: 5 24215 9.87 MB/sec warmup 75 sec latency 155.504 ms 2023-11-16T12:02:13.100 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:01:54 smithi103 ceph-mon[107764]: pgmap v211: 97 pgs: 97 active+clean; 194 MiB data, 780 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.4 MiB/s wr, 626 op/s 2023-11-16T12:02:13.101 INFO:teuthology.orchestra.run.smithi103.stdout: 5 24537 9.87 MB/sec warmup 76 sec latency 129.905 ms 2023-11-16T12:02:13.101 INFO:teuthology.orchestra.run.smithi103.stdout: 5 25005 9.86 MB/sec warmup 77 sec latency 128.127 ms 2023-11-16T12:02:13.101 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:01:56 smithi103 ceph-mon[107764]: pgmap v212: 97 pgs: 97 active+clean; 196 MiB data, 784 MiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.7 MiB/s wr, 414 op/s 2023-11-16T12:02:13.101 INFO:teuthology.orchestra.run.smithi103.stdout: 5 25324 9.81 MB/sec warmup 78 sec latency 140.427 ms 2023-11-16T12:02:13.102 INFO:teuthology.orchestra.run.smithi103.stdout: 5 25869 9.89 MB/sec warmup 79 sec latency 129.671 ms 2023-11-16T12:02:13.102 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:01:58 smithi103 ceph-mon[107764]: pgmap v213: 97 pgs: 97 active+clean; 199 MiB data, 791 MiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.1 MiB/s wr, 494 op/s 2023-11-16T12:02:13.102 INFO:teuthology.orchestra.run.smithi103.stdout: 5 26452 9.94 MB/sec warmup 80 sec latency 126.815 ms 2023-11-16T12:02:13.102 INFO:teuthology.orchestra.run.smithi103.stdout:true 2023-11-16T12:02:13.103 INFO:teuthology.orchestra.run.smithi103.stdout: 5 26823 9.95 MB/sec warmup 81 sec latency 138.379 ms 2023-11-16T12:02:13.104 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:02:00 smithi103 ceph-mon[107764]: pgmap v214: 97 pgs: 97 active+clean; 201 MiB data, 838 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.1 MiB/s wr, 592 op/s 2023-11-16T12:02:13.104 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:02:00 smithi103 ceph-mon[107764]: from='client.24429 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:02:13.105 INFO:teuthology.orchestra.run.smithi103.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-16T12:02:13.105 INFO:teuthology.orchestra.run.smithi103.stdout:alertmanager.smithi103 smithi103 *:9093,9094 running (4m) 84s ago 5m 24.3M - ba2b418f427c e9df78ee0a5f 2023-11-16T12:02:13.105 INFO:teuthology.orchestra.run.smithi103.stdout:crash.smithi103 smithi103 running (5m) 84s ago 5m 7008k - 17.2.0 e1d6a67b021e 62a9e4c3c3fe 2023-11-16T12:02:13.105 INFO:teuthology.orchestra.run.smithi103.stdout:crash.smithi140 smithi140 running (5m) 85s ago 5m 7163k - 17.2.0 e1d6a67b021e 013838b8dccc 2023-11-16T12:02:13.105 INFO:teuthology.orchestra.run.smithi103.stdout:grafana.smithi103 smithi103 *:3000 running (4m) 84s ago 5m 45.2M - 8.3.5 dad864ee21e9 87ceaad86059 2023-11-16T12:02:13.105 INFO:teuthology.orchestra.run.smithi103.stdout:mds.foofs.smithi103.ssgfis smithi103 running (103s) 84s ago 103s 15.1M - 17.2.0 e1d6a67b021e 6a0af07e429a 2023-11-16T12:02:13.105 INFO:teuthology.orchestra.run.smithi103.stdout:mds.foofs.smithi140.eneygm smithi140 running (101s) 85s ago 101s 12.4M - 17.2.0 e1d6a67b021e 7eebbdc15b03 2023-11-16T12:02:13.105 INFO:teuthology.orchestra.run.smithi103.stdout:mgr.smithi103.lplguk smithi103 *:9283 running (6m) 84s ago 6m 476M - 17.2.0 e1d6a67b021e ebd04f510a42 2023-11-16T12:02:13.105 INFO:teuthology.orchestra.run.smithi103.stdout:mgr.smithi140.xexnxk smithi140 *:8443,9283 running (5m) 85s ago 5m 418M - 17.2.0 e1d6a67b021e 07db1b20e56b 2023-11-16T12:02:13.105 INFO:teuthology.orchestra.run.smithi103.stdout:mon.smithi103 smithi103 running (6m) 84s ago 6m 77.7M 2048M 17.2.0 e1d6a67b021e afc3bdc1747b 2023-11-16T12:02:13.106 INFO:teuthology.orchestra.run.smithi103.stdout:mon.smithi140 smithi140 running (5m) 85s ago 5m 63.8M 2048M 17.2.0 e1d6a67b021e a0f4972da00f 2023-11-16T12:02:13.106 INFO:teuthology.orchestra.run.smithi103.stdout:nfs.foo.0.0.smithi103.kawwcr smithi103 *:2049 running (92s) 84s ago 92s 52.5M - 4.0 e1d6a67b021e 6b71f043d740 2023-11-16T12:02:13.106 INFO:teuthology.orchestra.run.smithi103.stdout:nfs.foo.1.0.smithi140.guwogn smithi140 *:2049 running (87s) 85s ago 87s 57.8M - 4.0 e1d6a67b021e 611de993975d 2023-11-16T12:02:13.106 INFO:teuthology.orchestra.run.smithi103.stdout:node-exporter.smithi103 smithi103 *:9100 running (5m) 84s ago 5m 21.5M - 1dbe0e931976 fc0011cf054b 2023-11-16T12:02:13.106 INFO:teuthology.orchestra.run.smithi103.stdout:node-exporter.smithi140 smithi140 *:9100 running (5m) 85s ago 5m 20.2M - 1dbe0e931976 e4be42658d54 2023-11-16T12:02:13.106 INFO:teuthology.orchestra.run.smithi103.stdout:osd.0 smithi103 running (4m) 84s ago 4m 55.6M 3224M 17.2.0 e1d6a67b021e 16ed2887ad4f 2023-11-16T12:02:13.106 INFO:teuthology.orchestra.run.smithi103.stdout:osd.1 smithi103 running (4m) 84s ago 4m 59.9M 3224M 17.2.0 e1d6a67b021e 541477e0006b 2023-11-16T12:02:13.106 INFO:teuthology.orchestra.run.smithi103.stdout:osd.2 smithi103 running (4m) 84s ago 4m 52.4M 3224M 17.2.0 e1d6a67b021e 51e58b8bf69d 2023-11-16T12:02:13.106 INFO:teuthology.orchestra.run.smithi103.stdout:osd.3 smithi103 running (3m) 84s ago 3m 50.1M 3224M 17.2.0 e1d6a67b021e 562e405eb3b5 2023-11-16T12:02:13.106 INFO:teuthology.orchestra.run.smithi103.stdout:osd.4 smithi140 running (3m) 85s ago 3m 50.1M 3992M 17.2.0 e1d6a67b021e 60d4e21e3f89 2023-11-16T12:02:13.106 INFO:teuthology.orchestra.run.smithi103.stdout:osd.5 smithi140 running (3m) 85s ago 3m 49.0M 3992M 17.2.0 e1d6a67b021e 2b97bd6df881 2023-11-16T12:02:13.106 INFO:teuthology.orchestra.run.smithi103.stdout:osd.6 smithi140 running (2m) 85s ago 2m 49.2M 3992M 17.2.0 e1d6a67b021e 79828d9e15a3 2023-11-16T12:02:13.107 INFO:teuthology.orchestra.run.smithi103.stdout:osd.7 smithi140 running (2m) 85s ago 2m 47.9M 3992M 17.2.0 e1d6a67b021e e93e8f95e9b7 2023-11-16T12:02:13.107 INFO:teuthology.orchestra.run.smithi103.stdout:prometheus.smithi103 smithi103 *:9095 running (4m) 84s ago 4m 62.9M - 514e6a882f6e 1cb003f17627 2023-11-16T12:02:13.107 INFO:teuthology.orchestra.run.smithi103.stdout: 5 27340 10.02 MB/sec warmup 82 sec latency 130.329 ms 2023-11-16T12:02:13.107 INFO:teuthology.orchestra.run.smithi103.stdout:{ 2023-11-16T12:02:13.107 INFO:teuthology.orchestra.run.smithi103.stdout: "mon": { 2023-11-16T12:02:13.107 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T12:02:13.108 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:02:13.108 INFO:teuthology.orchestra.run.smithi103.stdout: "mgr": { 2023-11-16T12:02:13.108 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T12:02:13.108 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:02:13.108 INFO:teuthology.orchestra.run.smithi103.stdout: "osd": { 2023-11-16T12:02:13.108 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-16T12:02:13.108 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:02:13.108 INFO:teuthology.orchestra.run.smithi103.stdout: "mds": { 2023-11-16T12:02:13.108 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T12:02:13.108 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:02:13.108 INFO:teuthology.orchestra.run.smithi103.stdout: "overall": { 2023-11-16T12:02:13.108 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-11-16T12:02:13.108 INFO:teuthology.orchestra.run.smithi103.stdout: } 2023-11-16T12:02:13.108 INFO:teuthology.orchestra.run.smithi103.stdout:} 2023-11-16T12:02:13.109 INFO:teuthology.orchestra.run.smithi103.stdout:{ 2023-11-16T12:02:13.109 INFO:teuthology.orchestra.run.smithi103.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea", 2023-11-16T12:02:13.116 INFO:teuthology.orchestra.run.smithi103.stdout: "in_progress": true, 2023-11-16T12:02:13.160 INFO:teuthology.orchestra.run.smithi103.stdout: "services_complete": [], 2023-11-16T12:02:13.160 INFO:teuthology.orchestra.run.smithi103.stdout: "progress": "0/23 daemons upgraded", 2023-11-16T12:02:13.160 INFO:teuthology.orchestra.run.smithi103.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea image on host smithi140" 2023-11-16T12:02:13.160 INFO:teuthology.orchestra.run.smithi103.stdout:} 2023-11-16T12:02:13.160 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:02:01 smithi103 ceph-mon[107764]: from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:02:13.161 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:02:01 smithi103 ceph-mon[107764]: from='client.24437 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:02:13.161 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:02:01 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/3278183982' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T12:02:13.190 INFO:teuthology.orchestra.run.smithi103.stdout: 5 27769 10.07 MB/sec warmup 83 sec latency 126.911 ms 2023-11-16T12:02:13.191 INFO:teuthology.orchestra.run.smithi103.stdout:HEALTH_OK 2023-11-16T12:02:13.191 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:02:02 smithi103 ceph-mon[107764]: pgmap v215: 97 pgs: 97 active+clean; 202 MiB data, 885 MiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 5.2 MiB/s wr, 537 op/s 2023-11-16T12:02:13.191 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:02:02 smithi103 ceph-mon[107764]: from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:02:13.191 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:02:02 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/2052265968' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T12:02:13.191 INFO:teuthology.orchestra.run.smithi103.stdout: 5 28046 10.06 MB/sec warmup 84 sec latency 133.470 ms 2023-11-16T12:02:13.192 INFO:teuthology.orchestra.run.smithi103.stdout: 5 28357 10.04 MB/sec warmup 85 sec latency 146.652 ms 2023-11-16T12:02:13.192 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:02:04 smithi103 ceph-mon[107764]: pgmap v216: 97 pgs: 97 active+clean; 211 MiB data, 912 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.8 MiB/s wr, 656 op/s 2023-11-16T12:02:13.192 INFO:teuthology.orchestra.run.smithi103.stdout: 5 28607 9.97 MB/sec warmup 86 sec latency 126.398 ms 2023-11-16T12:02:13.192 INFO:teuthology.orchestra.run.smithi103.stdout: 5 29005 9.93 MB/sec warmup 87 sec latency 129.896 ms 2023-11-16T12:02:13.193 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:02:06 smithi103 ceph-mon[107764]: pgmap v217: 97 pgs: 97 active+clean; 217 MiB data, 921 MiB used, 714 GiB / 715 GiB avail; 7.4 KiB/s rd, 6.2 MiB/s wr, 631 op/s 2023-11-16T12:02:13.193 INFO:teuthology.orchestra.run.smithi103.stdout: 5 29417 9.91 MB/sec warmup 88 sec latency 98.006 ms 2023-11-16T12:02:13.193 INFO:teuthology.orchestra.run.smithi103.stdout: 5 29872 9.96 MB/sec warmup 89 sec latency 141.299 ms 2023-11-16T12:02:13.193 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:02:08 smithi103 ceph-mon[107764]: pgmap v218: 97 pgs: 97 active+clean; 217 MiB data, 911 MiB used, 714 GiB / 715 GiB avail; 7.2 KiB/s rd, 6.0 MiB/s wr, 619 op/s 2023-11-16T12:02:13.194 INFO:teuthology.orchestra.run.smithi103.stdout: 5 30306 9.99 MB/sec warmup 90 sec latency 129.695 ms 2023-11-16T12:02:13.194 INFO:teuthology.orchestra.run.smithi103.stdout: 5 30735 10.01 MB/sec warmup 91 sec latency 130.118 ms 2023-11-16T12:02:13.194 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:02:10 smithi103 ceph-mon[107764]: pgmap v219: 97 pgs: 97 active+clean; 213 MiB data, 931 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.2 MiB/s wr, 559 op/s 2023-11-16T12:02:13.194 INFO:teuthology.orchestra.run.smithi103.stdout: 5 31092 10.05 MB/sec warmup 92 sec latency 143.102 ms 2023-11-16T12:02:13.194 INFO:teuthology.orchestra.run.smithi103.stdout: 5 31468 10.07 MB/sec warmup 93 sec latency 141.260 ms 2023-11-16T12:02:13.195 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:02:12 smithi103 ceph-mon[107764]: pgmap v220: 97 pgs: 97 active+clean; 217 MiB data, 981 MiB used, 714 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.6 MiB/s wr, 555 op/s 2023-11-16T12:02:13.195 INFO:teuthology.orchestra.run.smithi103.stdout: 5 31808 10.06 MB/sec warmup 94 sec latency 129.929 ms 2023-11-16T12:02:13.572 INFO:teuthology.orchestra.run.smithi103.stdout: 5 32156 10.03 MB/sec warmup 95 sec latency 139.551 ms 2023-11-16T12:02:14.201 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:02:14 smithi103 ceph-mon[107764]: pgmap v221: 97 pgs: 97 active+clean; 227 MiB data, 1008 MiB used, 714 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.9 MiB/s wr, 630 op/s 2023-11-16T12:02:14.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:02:14 smithi140 ceph-mon[110414]: pgmap v221: 97 pgs: 97 active+clean; 227 MiB data, 1008 MiB used, 714 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.9 MiB/s wr, 630 op/s 2023-11-16T12:02:14.572 INFO:teuthology.orchestra.run.smithi103.stdout: 5 32615 10.00 MB/sec warmup 96 sec latency 86.699 ms 2023-11-16T12:02:15.572 INFO:teuthology.orchestra.run.smithi103.stdout: 5 33161 10.05 MB/sec warmup 97 sec latency 127.226 ms 2023-11-16T12:02:16.239 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:02:16 smithi103 ceph-mon[107764]: pgmap v222: 97 pgs: 97 active+clean; 230 MiB data, 1022 MiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.5 MiB/s wr, 554 op/s 2023-11-16T12:02:16.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:02:16 smithi140 ceph-mon[110414]: pgmap v222: 97 pgs: 97 active+clean; 230 MiB data, 1022 MiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.5 MiB/s wr, 554 op/s 2023-11-16T12:02:16.582 INFO:teuthology.orchestra.run.smithi103.stdout: 5 33515 10.04 MB/sec warmup 98 sec latency 131.055 ms 2023-11-16T12:02:17.582 INFO:teuthology.orchestra.run.smithi103.stdout: 5 33886 10.04 MB/sec warmup 99 sec latency 135.775 ms 2023-11-16T12:02:18.328 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:02:18 smithi103 ceph-mon[107764]: pgmap v223: 97 pgs: 97 active+clean; 228 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.0 MiB/s wr, 479 op/s 2023-11-16T12:02:18.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:02:18 smithi140 ceph-mon[110414]: pgmap v223: 97 pgs: 97 active+clean; 228 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.0 MiB/s wr, 479 op/s 2023-11-16T12:02:18.584 INFO:teuthology.orchestra.run.smithi103.stdout: 5 34201 10.04 MB/sec warmup 100 sec latency 117.630 ms 2023-11-16T12:02:19.586 INFO:teuthology.orchestra.run.smithi103.stdout: 5 34626 10.09 MB/sec warmup 101 sec latency 126.820 ms 2023-11-16T12:02:20.349 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:02:20 smithi103 ceph-mon[107764]: pgmap v224: 97 pgs: 97 active+clean; 227 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 5.9 MiB/s wr, 528 op/s 2023-11-16T12:02:20.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:02:20 smithi140 ceph-mon[110414]: pgmap v224: 97 pgs: 97 active+clean; 227 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 5.9 MiB/s wr, 528 op/s 2023-11-16T12:02:20.590 INFO:teuthology.orchestra.run.smithi103.stdout: 5 35095 10.14 MB/sec warmup 102 sec latency 111.936 ms 2023-11-16T12:02:21.597 INFO:teuthology.orchestra.run.smithi103.stdout: 5 35487 10.15 MB/sec warmup 103 sec latency 130.596 ms 2023-11-16T12:02:22.382 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:02:22 smithi103 ceph-mon[107764]: pgmap v225: 97 pgs: 97 active+clean; 234 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 5.9 MiB/s wr, 639 op/s 2023-11-16T12:02:22.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:02:22 smithi140 ceph-mon[110414]: pgmap v225: 97 pgs: 97 active+clean; 234 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 5.9 MiB/s wr, 639 op/s 2023-11-16T12:02:22.605 INFO:teuthology.orchestra.run.smithi103.stdout: 5 35843 10.09 MB/sec warmup 104 sec latency 129.548 ms 2023-11-16T12:02:23.607 INFO:teuthology.orchestra.run.smithi103.stdout: 5 36264 10.09 MB/sec warmup 105 sec latency 123.928 ms 2023-11-16T12:02:24.403 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:02:24 smithi103 ceph-mon[107764]: pgmap v226: 97 pgs: 97 active+clean; 239 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.9 MiB/s wr, 655 op/s 2023-11-16T12:02:24.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:02:24 smithi140 ceph-mon[110414]: pgmap v226: 97 pgs: 97 active+clean; 239 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.9 MiB/s wr, 655 op/s 2023-11-16T12:02:24.610 INFO:teuthology.orchestra.run.smithi103.stdout: 5 36713 10.08 MB/sec warmup 106 sec latency 86.488 ms 2023-11-16T12:02:25.610 INFO:teuthology.orchestra.run.smithi103.stdout: 5 37236 10.13 MB/sec warmup 107 sec latency 91.873 ms 2023-11-16T12:02:26.184 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:02:26 smithi103 ceph-mon[107764]: pgmap v227: 97 pgs: 97 active+clean; 242 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.4 MiB/s wr, 557 op/s 2023-11-16T12:02:26.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:02:26 smithi140 ceph-mon[110414]: pgmap v227: 97 pgs: 97 active+clean; 242 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.4 MiB/s wr, 557 op/s 2023-11-16T12:02:26.610 INFO:teuthology.orchestra.run.smithi103.stdout: 5 37736 10.19 MB/sec warmup 108 sec latency 123.498 ms 2023-11-16T12:02:27.611 INFO:teuthology.orchestra.run.smithi103.stdout: 5 38125 10.21 MB/sec warmup 109 sec latency 134.660 ms 2023-11-16T12:02:28.209 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:02:28 smithi103 ceph-mon[107764]: pgmap v228: 97 pgs: 97 active+clean; 240 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 7.1 KiB/s rd, 5.1 MiB/s wr, 509 op/s 2023-11-16T12:02:28.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:02:28 smithi140 ceph-mon[110414]: pgmap v228: 97 pgs: 97 active+clean; 240 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 7.1 KiB/s rd, 5.1 MiB/s wr, 509 op/s 2023-11-16T12:02:28.610 INFO:teuthology.orchestra.run.smithi103.stdout: 5 38551 10.26 MB/sec warmup 110 sec latency 129.912 ms 2023-11-16T12:02:29.610 INFO:teuthology.orchestra.run.smithi103.stdout: 5 38892 10.24 MB/sec warmup 111 sec latency 126.618 ms 2023-11-16T12:02:30.241 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:02:30 smithi103 ceph-mon[107764]: pgmap v229: 97 pgs: 97 active+clean; 249 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.9 MiB/s wr, 700 op/s 2023-11-16T12:02:30.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:02:30 smithi140 ceph-mon[110414]: pgmap v229: 97 pgs: 97 active+clean; 249 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.9 MiB/s wr, 700 op/s 2023-11-16T12:02:30.610 INFO:teuthology.orchestra.run.smithi103.stdout: 5 39197 10.21 MB/sec warmup 112 sec latency 139.111 ms 2023-11-16T12:02:31.615 INFO:teuthology.orchestra.run.smithi103.stdout: 5 39603 10.18 MB/sec warmup 113 sec latency 127.871 ms 2023-11-16T12:02:32.081 INFO:teuthology.orchestra.run.smithi103.stdout:true 2023-11-16T12:02:32.294 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:02:32 smithi103 ceph-mon[107764]: pgmap v230: 97 pgs: 97 active+clean; 252 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 6.2 MiB/s wr, 664 op/s 2023-11-16T12:02:32.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:02:32 smithi140 ceph-mon[110414]: pgmap v230: 97 pgs: 97 active+clean; 252 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 6.2 MiB/s wr, 664 op/s 2023-11-16T12:02:32.615 INFO:teuthology.orchestra.run.smithi103.stdout: 5 39888 10.15 MB/sec warmup 114 sec latency 195.391 ms 2023-11-16T12:02:32.928 INFO:teuthology.orchestra.run.smithi103.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-16T12:02:32.929 INFO:teuthology.orchestra.run.smithi103.stdout:alertmanager.smithi103 smithi103 *:9093,9094 running (5m) 117s ago 6m 24.3M - ba2b418f427c e9df78ee0a5f 2023-11-16T12:02:32.929 INFO:teuthology.orchestra.run.smithi103.stdout:crash.smithi103 smithi103 running (6m) 117s ago 6m 7008k - 17.2.0 e1d6a67b021e 62a9e4c3c3fe 2023-11-16T12:02:32.929 INFO:teuthology.orchestra.run.smithi103.stdout:crash.smithi140 smithi140 running (5m) 118s ago 5m 7163k - 17.2.0 e1d6a67b021e 013838b8dccc 2023-11-16T12:02:32.929 INFO:teuthology.orchestra.run.smithi103.stdout:grafana.smithi103 smithi103 *:3000 running (5m) 117s ago 6m 45.2M - 8.3.5 dad864ee21e9 87ceaad86059 2023-11-16T12:02:32.929 INFO:teuthology.orchestra.run.smithi103.stdout:mds.foofs.smithi103.ssgfis smithi103 running (2m) 117s ago 2m 15.1M - 17.2.0 e1d6a67b021e 6a0af07e429a 2023-11-16T12:02:32.929 INFO:teuthology.orchestra.run.smithi103.stdout:mds.foofs.smithi140.eneygm smithi140 running (2m) 118s ago 2m 12.4M - 17.2.0 e1d6a67b021e 7eebbdc15b03 2023-11-16T12:02:32.929 INFO:teuthology.orchestra.run.smithi103.stdout:mgr.smithi103.lplguk smithi103 *:9283 running (7m) 117s ago 7m 476M - 17.2.0 e1d6a67b021e ebd04f510a42 2023-11-16T12:02:32.929 INFO:teuthology.orchestra.run.smithi103.stdout:mgr.smithi140.xexnxk smithi140 *:8443,9283 running (5m) 118s ago 5m 418M - 17.2.0 e1d6a67b021e 07db1b20e56b 2023-11-16T12:02:32.929 INFO:teuthology.orchestra.run.smithi103.stdout:mon.smithi103 smithi103 running (7m) 117s ago 7m 77.7M 2048M 17.2.0 e1d6a67b021e afc3bdc1747b 2023-11-16T12:02:32.930 INFO:teuthology.orchestra.run.smithi103.stdout:mon.smithi140 smithi140 running (5m) 118s ago 5m 63.8M 2048M 17.2.0 e1d6a67b021e a0f4972da00f 2023-11-16T12:02:32.930 INFO:teuthology.orchestra.run.smithi103.stdout:nfs.foo.0.0.smithi103.kawwcr smithi103 *:2049 running (2m) 117s ago 2m 52.5M - 4.0 e1d6a67b021e 6b71f043d740 2023-11-16T12:02:32.930 INFO:teuthology.orchestra.run.smithi103.stdout:nfs.foo.1.0.smithi140.guwogn smithi140 *:2049 running (2m) 118s ago 2m 57.8M - 4.0 e1d6a67b021e 611de993975d 2023-11-16T12:02:32.930 INFO:teuthology.orchestra.run.smithi103.stdout:node-exporter.smithi103 smithi103 *:9100 running (6m) 117s ago 6m 21.5M - 1dbe0e931976 fc0011cf054b 2023-11-16T12:02:32.930 INFO:teuthology.orchestra.run.smithi103.stdout:node-exporter.smithi140 smithi140 *:9100 running (5m) 118s ago 5m 20.2M - 1dbe0e931976 e4be42658d54 2023-11-16T12:02:32.930 INFO:teuthology.orchestra.run.smithi103.stdout:osd.0 smithi103 running (5m) 117s ago 5m 55.6M 3224M 17.2.0 e1d6a67b021e 16ed2887ad4f 2023-11-16T12:02:32.930 INFO:teuthology.orchestra.run.smithi103.stdout:osd.1 smithi103 running (4m) 117s ago 4m 59.9M 3224M 17.2.0 e1d6a67b021e 541477e0006b 2023-11-16T12:02:32.930 INFO:teuthology.orchestra.run.smithi103.stdout:osd.2 smithi103 running (4m) 117s ago 4m 52.4M 3224M 17.2.0 e1d6a67b021e 51e58b8bf69d 2023-11-16T12:02:32.930 INFO:teuthology.orchestra.run.smithi103.stdout:osd.3 smithi103 running (4m) 117s ago 4m 50.1M 3224M 17.2.0 e1d6a67b021e 562e405eb3b5 2023-11-16T12:02:32.930 INFO:teuthology.orchestra.run.smithi103.stdout:osd.4 smithi140 running (3m) 118s ago 3m 50.1M 3992M 17.2.0 e1d6a67b021e 60d4e21e3f89 2023-11-16T12:02:32.930 INFO:teuthology.orchestra.run.smithi103.stdout:osd.5 smithi140 running (3m) 118s ago 3m 49.0M 3992M 17.2.0 e1d6a67b021e 2b97bd6df881 2023-11-16T12:02:32.931 INFO:teuthology.orchestra.run.smithi103.stdout:osd.6 smithi140 running (3m) 118s ago 3m 49.2M 3992M 17.2.0 e1d6a67b021e 79828d9e15a3 2023-11-16T12:02:32.931 INFO:teuthology.orchestra.run.smithi103.stdout:osd.7 smithi140 running (3m) 118s ago 3m 47.9M 3992M 17.2.0 e1d6a67b021e e93e8f95e9b7 2023-11-16T12:02:32.931 INFO:teuthology.orchestra.run.smithi103.stdout:prometheus.smithi103 smithi103 *:9095 running (5m) 117s ago 5m 62.9M - 514e6a882f6e 1cb003f17627 2023-11-16T12:02:33.353 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:02:33 smithi103 ceph-mon[107764]: from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:02:33.354 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:02:33 smithi103 ceph-mon[107764]: from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:02:33.458 INFO:teuthology.orchestra.run.smithi103.stdout:{ 2023-11-16T12:02:33.458 INFO:teuthology.orchestra.run.smithi103.stdout: "mon": { 2023-11-16T12:02:33.458 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T12:02:33.458 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:02:33.458 INFO:teuthology.orchestra.run.smithi103.stdout: "mgr": { 2023-11-16T12:02:33.458 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T12:02:33.458 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:02:33.459 INFO:teuthology.orchestra.run.smithi103.stdout: "osd": { 2023-11-16T12:02:33.459 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-16T12:02:33.459 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:02:33.459 INFO:teuthology.orchestra.run.smithi103.stdout: "mds": { 2023-11-16T12:02:33.459 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T12:02:33.459 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:02:33.459 INFO:teuthology.orchestra.run.smithi103.stdout: "overall": { 2023-11-16T12:02:33.459 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-11-16T12:02:33.459 INFO:teuthology.orchestra.run.smithi103.stdout: } 2023-11-16T12:02:33.459 INFO:teuthology.orchestra.run.smithi103.stdout:} 2023-11-16T12:02:33.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:02:33 smithi140 ceph-mon[110414]: from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:02:33.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:02:33 smithi140 ceph-mon[110414]: from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:02:33.615 INFO:teuthology.orchestra.run.smithi103.stdout: 5 40118 10.08 MB/sec warmup 115 sec latency 183.866 ms 2023-11-16T12:02:33.846 INFO:teuthology.orchestra.run.smithi103.stdout:{ 2023-11-16T12:02:33.847 INFO:teuthology.orchestra.run.smithi103.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea", 2023-11-16T12:02:33.847 INFO:teuthology.orchestra.run.smithi103.stdout: "in_progress": true, 2023-11-16T12:02:33.847 INFO:teuthology.orchestra.run.smithi103.stdout: "services_complete": [], 2023-11-16T12:02:33.847 INFO:teuthology.orchestra.run.smithi103.stdout: "progress": "0/23 daemons upgraded", 2023-11-16T12:02:33.847 INFO:teuthology.orchestra.run.smithi103.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea image on host smithi140" 2023-11-16T12:02:33.847 INFO:teuthology.orchestra.run.smithi103.stdout:} 2023-11-16T12:02:34.336 INFO:teuthology.orchestra.run.smithi103.stdout:HEALTH_OK 2023-11-16T12:02:34.381 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:02:34 smithi103 ceph-mon[107764]: from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:02:34.381 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:02:34 smithi103 ceph-mon[107764]: pgmap v231: 97 pgs: 97 active+clean; 249 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.4 MiB/s wr, 556 op/s 2023-11-16T12:02:34.381 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:02:34 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/437471903' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T12:02:34.382 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:02:34 smithi103 ceph-mon[107764]: from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:02:34.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:02:34 smithi140 ceph-mon[110414]: from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:02:34.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:02:34 smithi140 ceph-mon[110414]: pgmap v231: 97 pgs: 97 active+clean; 249 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.4 MiB/s wr, 556 op/s 2023-11-16T12:02:34.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:02:34 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/437471903' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T12:02:34.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:02:34 smithi140 ceph-mon[110414]: from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:02:34.626 INFO:teuthology.orchestra.run.smithi103.stdout: 5 40444 10.09 MB/sec warmup 116 sec latency 98.579 ms 2023-11-16T12:02:35.401 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:02:35 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/48114126' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T12:02:35.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:02:35 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/48114126' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T12:02:35.636 INFO:teuthology.orchestra.run.smithi103.stdout: 5 40764 10.08 MB/sec warmup 117 sec latency 127.830 ms 2023-11-16T12:02:36.422 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:02:36 smithi103 ceph-mon[107764]: pgmap v232: 97 pgs: 97 active+clean; 251 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 538 op/s 2023-11-16T12:02:36.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:02:36 smithi140 ceph-mon[110414]: pgmap v232: 97 pgs: 97 active+clean; 251 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 538 op/s 2023-11-16T12:02:36.636 INFO:teuthology.orchestra.run.smithi103.stdout: 5 41084 10.06 MB/sec warmup 118 sec latency 134.736 ms 2023-11-16T12:02:37.202 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:02:37 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi103.lplguk/mirror_snapshot_schedule"}]: dispatch 2023-11-16T12:02:37.202 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:02:37 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi103.lplguk/trash_purge_schedule"}]: dispatch 2023-11-16T12:02:37.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:02:37 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi103.lplguk/mirror_snapshot_schedule"}]: dispatch 2023-11-16T12:02:37.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:02:37 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi103.lplguk/trash_purge_schedule"}]: dispatch 2023-11-16T12:02:37.636 INFO:teuthology.orchestra.run.smithi103.stdout: 5 41353 10.07 MB/sec warmup 119 sec latency 126.815 ms 2023-11-16T12:02:38.240 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:02:38 smithi103 ceph-mon[107764]: pgmap v233: 97 pgs: 97 active+clean; 250 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.9 MiB/s wr, 454 op/s 2023-11-16T12:02:38.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:02:38 smithi140 ceph-mon[110414]: pgmap v233: 97 pgs: 97 active+clean; 250 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.9 MiB/s wr, 454 op/s 2023-11-16T12:02:39.636 INFO:teuthology.orchestra.run.smithi103.stdout: 5 42059 14.28 MB/sec execute 1 sec latency 123.326 ms 2023-11-16T12:02:40.281 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:02:40 smithi103 ceph-mon[107764]: pgmap v234: 97 pgs: 97 active+clean; 257 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.0 MiB/s wr, 578 op/s 2023-11-16T12:02:40.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:02:40 smithi140 ceph-mon[110414]: pgmap v234: 97 pgs: 97 active+clean; 257 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.0 MiB/s wr, 578 op/s 2023-11-16T12:02:40.642 INFO:teuthology.orchestra.run.smithi103.stdout: 5 42376 11.25 MB/sec execute 2 sec latency 129.852 ms 2023-11-16T12:02:41.642 INFO:teuthology.orchestra.run.smithi103.stdout: 5 42623 8.49 MB/sec execute 3 sec latency 125.061 ms 2023-11-16T12:02:42.337 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:02:42 smithi103 ceph-mon[107764]: pgmap v235: 97 pgs: 97 active+clean; 261 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.3 MiB/s wr, 382 op/s 2023-11-16T12:02:42.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:02:42 smithi140 ceph-mon[110414]: pgmap v235: 97 pgs: 97 active+clean; 261 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.3 MiB/s wr, 382 op/s 2023-11-16T12:02:42.642 INFO:teuthology.orchestra.run.smithi103.stdout: 5 42904 7.94 MB/sec execute 4 sec latency 123.905 ms 2023-11-16T12:02:43.642 INFO:teuthology.orchestra.run.smithi103.stdout: 5 43299 7.93 MB/sec execute 5 sec latency 142.017 ms 2023-11-16T12:02:44.383 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:02:44 smithi103 ceph-mon[107764]: pgmap v236: 97 pgs: 97 active+clean; 268 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.4 MiB/s wr, 489 op/s 2023-11-16T12:02:44.642 INFO:teuthology.orchestra.run.smithi103.stdout: 5 43749 7.97 MB/sec execute 6 sec latency 127.083 ms 2023-11-16T12:02:44.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:02:44 smithi140 ceph-mon[110414]: pgmap v236: 97 pgs: 97 active+clean; 268 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.4 MiB/s wr, 489 op/s 2023-11-16T12:02:45.644 INFO:teuthology.orchestra.run.smithi103.stdout: 5 44117 8.64 MB/sec execute 7 sec latency 124.026 ms 2023-11-16T12:02:46.170 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:02:46 smithi103 ceph-mon[107764]: pgmap v237: 97 pgs: 97 active+clean; 265 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.6 MiB/s wr, 477 op/s 2023-11-16T12:02:46.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:02:46 smithi140 ceph-mon[110414]: pgmap v237: 97 pgs: 97 active+clean; 265 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.6 MiB/s wr, 477 op/s 2023-11-16T12:02:46.644 INFO:teuthology.orchestra.run.smithi103.stdout: 5 44587 9.05 MB/sec execute 8 sec latency 130.341 ms 2023-11-16T12:02:47.644 INFO:teuthology.orchestra.run.smithi103.stdout: 5 44956 9.44 MB/sec execute 9 sec latency 130.217 ms 2023-11-16T12:02:48.231 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:02:48 smithi103 ceph-mon[107764]: pgmap v238: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.4 MiB/s wr, 425 op/s 2023-11-16T12:02:48.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:02:48 smithi140 ceph-mon[110414]: pgmap v238: 97 pgs: 97 active+clean; 266 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.4 MiB/s wr, 425 op/s 2023-11-16T12:02:48.644 INFO:teuthology.orchestra.run.smithi103.stdout: 5 45240 9.66 MB/sec execute 10 sec latency 130.937 ms 2023-11-16T12:02:49.644 INFO:teuthology.orchestra.run.smithi103.stdout: 5 45588 9.85 MB/sec execute 11 sec latency 120.372 ms 2023-11-16T12:02:50.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:02:50 smithi103 ceph-mon[107764]: pgmap v239: 97 pgs: 97 active+clean; 270 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.6 MiB/s wr, 553 op/s 2023-11-16T12:02:50.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:02:50 smithi140 ceph-mon[110414]: pgmap v239: 97 pgs: 97 active+clean; 270 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.6 MiB/s wr, 553 op/s 2023-11-16T12:02:50.652 INFO:teuthology.orchestra.run.smithi103.stdout: 5 45980 9.58 MB/sec execute 12 sec latency 129.911 ms 2023-11-16T12:02:51.652 INFO:teuthology.orchestra.run.smithi103.stdout: 5 46432 9.99 MB/sec execute 13 sec latency 129.502 ms 2023-11-16T12:02:52.366 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:02:52 smithi103 ceph-mon[107764]: pgmap v240: 97 pgs: 97 active+clean; 272 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.7 MiB/s wr, 428 op/s 2023-11-16T12:02:52.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:02:52 smithi140 ceph-mon[110414]: pgmap v240: 97 pgs: 97 active+clean; 272 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.7 MiB/s wr, 428 op/s 2023-11-16T12:02:52.652 INFO:teuthology.orchestra.run.smithi103.stdout: 5 46831 9.63 MB/sec execute 14 sec latency 124.095 ms 2023-11-16T12:02:53.652 INFO:teuthology.orchestra.run.smithi103.stdout: 5 47201 9.33 MB/sec execute 15 sec latency 123.693 ms 2023-11-16T12:02:54.397 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:02:54 smithi103 ceph-mon[107764]: pgmap v241: 97 pgs: 97 active+clean; 280 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.1 MiB/s wr, 600 op/s 2023-11-16T12:02:54.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:02:54 smithi140 ceph-mon[110414]: pgmap v241: 97 pgs: 97 active+clean; 280 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.1 MiB/s wr, 600 op/s 2023-11-16T12:02:54.652 INFO:teuthology.orchestra.run.smithi103.stdout: 5 47570 9.53 MB/sec execute 16 sec latency 137.865 ms 2023-11-16T12:02:55.652 INFO:teuthology.orchestra.run.smithi103.stdout: 5 48104 10.06 MB/sec execute 17 sec latency 131.055 ms 2023-11-16T12:02:56.178 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:02:56 smithi103 ceph-mon[107764]: pgmap v242: 97 pgs: 97 active+clean; 278 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 490 op/s 2023-11-16T12:02:56.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:02:56 smithi140 ceph-mon[110414]: pgmap v242: 97 pgs: 97 active+clean; 278 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 490 op/s 2023-11-16T12:02:56.652 INFO:teuthology.orchestra.run.smithi103.stdout: 5 48608 10.35 MB/sec execute 18 sec latency 126.499 ms 2023-11-16T12:02:57.659 INFO:teuthology.orchestra.run.smithi103.stdout: 5 48924 10.21 MB/sec execute 19 sec latency 129.427 ms 2023-11-16T12:02:58.196 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:02:58 smithi103 ceph-mon[107764]: pgmap v243: 97 pgs: 97 active+clean; 277 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 5.1 MiB/s wr, 483 op/s 2023-11-16T12:02:58.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:02:58 smithi140 ceph-mon[110414]: pgmap v243: 97 pgs: 97 active+clean; 277 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 5.1 MiB/s wr, 483 op/s 2023-11-16T12:02:58.658 INFO:teuthology.orchestra.run.smithi103.stdout: 5 49382 10.22 MB/sec execute 20 sec latency 129.949 ms 2023-11-16T12:02:59.658 INFO:teuthology.orchestra.run.smithi103.stdout: 5 49744 10.33 MB/sec execute 21 sec latency 138.693 ms 2023-11-16T12:03:00.230 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:00 smithi103 ceph-mon[107764]: pgmap v244: 97 pgs: 97 active+clean; 289 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.8 MiB/s wr, 669 op/s 2023-11-16T12:03:00.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:00 smithi140 ceph-mon[110414]: pgmap v244: 97 pgs: 97 active+clean; 289 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.8 MiB/s wr, 669 op/s 2023-11-16T12:03:00.658 INFO:teuthology.orchestra.run.smithi103.stdout: 5 50106 10.39 MB/sec execute 22 sec latency 141.467 ms 2023-11-16T12:03:01.659 INFO:teuthology.orchestra.run.smithi103.stdout: 5 50574 10.09 MB/sec execute 23 sec latency 131.269 ms 2023-11-16T12:03:02.257 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:02 smithi103 ceph-mon[107764]: pgmap v245: 97 pgs: 97 active+clean; 289 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.7 MiB/s wr, 549 op/s 2023-11-16T12:03:02.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:02 smithi140 ceph-mon[110414]: pgmap v245: 97 pgs: 97 active+clean; 289 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 5.7 MiB/s wr, 549 op/s 2023-11-16T12:03:02.659 INFO:teuthology.orchestra.run.smithi103.stdout: 5 50840 9.91 MB/sec execute 24 sec latency 126.543 ms 2023-11-16T12:03:03.668 INFO:teuthology.orchestra.run.smithi103.stdout: 5 51240 10.25 MB/sec execute 25 sec latency 134.383 ms 2023-11-16T12:03:04.285 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:04 smithi103 ceph-mon[107764]: pgmap v246: 97 pgs: 97 active+clean; 288 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.5 MiB/s wr, 582 op/s 2023-11-16T12:03:04.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:04 smithi140 ceph-mon[110414]: pgmap v246: 97 pgs: 97 active+clean; 288 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.5 MiB/s wr, 582 op/s 2023-11-16T12:03:04.670 INFO:teuthology.orchestra.run.smithi103.stdout: 5 51803 10.52 MB/sec execute 26 sec latency 142.508 ms 2023-11-16T12:03:04.773 INFO:teuthology.orchestra.run.smithi103.stdout:true 2023-11-16T12:03:05.309 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:05 smithi103 ceph-mon[107764]: from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:03:05.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:05 smithi140 ceph-mon[110414]: from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:03:05.612 INFO:teuthology.orchestra.run.smithi103.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-16T12:03:05.612 INFO:teuthology.orchestra.run.smithi103.stdout:alertmanager.smithi103 smithi103 *:9093,9094 running (5m) 2m ago 6m 24.3M - ba2b418f427c e9df78ee0a5f 2023-11-16T12:03:05.613 INFO:teuthology.orchestra.run.smithi103.stdout:crash.smithi103 smithi103 running (6m) 2m ago 6m 7008k - 17.2.0 e1d6a67b021e 62a9e4c3c3fe 2023-11-16T12:03:05.613 INFO:teuthology.orchestra.run.smithi103.stdout:crash.smithi140 smithi140 running (6m) 2m ago 6m 7163k - 17.2.0 e1d6a67b021e 013838b8dccc 2023-11-16T12:03:05.613 INFO:teuthology.orchestra.run.smithi103.stdout:grafana.smithi103 smithi103 *:3000 running (5m) 2m ago 6m 45.2M - 8.3.5 dad864ee21e9 87ceaad86059 2023-11-16T12:03:05.613 INFO:teuthology.orchestra.run.smithi103.stdout:mds.foofs.smithi103.ssgfis smithi103 running (2m) 2m ago 2m 15.1M - 17.2.0 e1d6a67b021e 6a0af07e429a 2023-11-16T12:03:05.613 INFO:teuthology.orchestra.run.smithi103.stdout:mds.foofs.smithi140.eneygm smithi140 running (2m) 2m ago 2m 12.4M - 17.2.0 e1d6a67b021e 7eebbdc15b03 2023-11-16T12:03:05.613 INFO:teuthology.orchestra.run.smithi103.stdout:mgr.smithi103.lplguk smithi103 *:9283 running (7m) 2m ago 7m 476M - 17.2.0 e1d6a67b021e ebd04f510a42 2023-11-16T12:03:05.613 INFO:teuthology.orchestra.run.smithi103.stdout:mgr.smithi140.xexnxk smithi140 *:8443,9283 running (6m) 2m ago 6m 418M - 17.2.0 e1d6a67b021e 07db1b20e56b 2023-11-16T12:03:05.613 INFO:teuthology.orchestra.run.smithi103.stdout:mon.smithi103 smithi103 running (7m) 2m ago 7m 77.7M 2048M 17.2.0 e1d6a67b021e afc3bdc1747b 2023-11-16T12:03:05.613 INFO:teuthology.orchestra.run.smithi103.stdout:mon.smithi140 smithi140 running (6m) 2m ago 6m 63.8M 2048M 17.2.0 e1d6a67b021e a0f4972da00f 2023-11-16T12:03:05.613 INFO:teuthology.orchestra.run.smithi103.stdout:nfs.foo.0.0.smithi103.kawwcr smithi103 *:2049 running (2m) 2m ago 2m 52.5M - 4.0 e1d6a67b021e 6b71f043d740 2023-11-16T12:03:05.613 INFO:teuthology.orchestra.run.smithi103.stdout:nfs.foo.1.0.smithi140.guwogn smithi140 *:2049 running (2m) 2m ago 2m 57.8M - 4.0 e1d6a67b021e 611de993975d 2023-11-16T12:03:05.613 INFO:teuthology.orchestra.run.smithi103.stdout:node-exporter.smithi103 smithi103 *:9100 running (6m) 2m ago 6m 21.5M - 1dbe0e931976 fc0011cf054b 2023-11-16T12:03:05.614 INFO:teuthology.orchestra.run.smithi103.stdout:node-exporter.smithi140 smithi140 *:9100 running (6m) 2m ago 6m 20.2M - 1dbe0e931976 e4be42658d54 2023-11-16T12:03:05.614 INFO:teuthology.orchestra.run.smithi103.stdout:osd.0 smithi103 running (5m) 2m ago 5m 55.6M 3224M 17.2.0 e1d6a67b021e 16ed2887ad4f 2023-11-16T12:03:05.614 INFO:teuthology.orchestra.run.smithi103.stdout:osd.1 smithi103 running (5m) 2m ago 5m 59.9M 3224M 17.2.0 e1d6a67b021e 541477e0006b 2023-11-16T12:03:05.614 INFO:teuthology.orchestra.run.smithi103.stdout:osd.2 smithi103 running (5m) 2m ago 5m 52.4M 3224M 17.2.0 e1d6a67b021e 51e58b8bf69d 2023-11-16T12:03:05.614 INFO:teuthology.orchestra.run.smithi103.stdout:osd.3 smithi103 running (4m) 2m ago 4m 50.1M 3224M 17.2.0 e1d6a67b021e 562e405eb3b5 2023-11-16T12:03:05.614 INFO:teuthology.orchestra.run.smithi103.stdout:osd.4 smithi140 running (4m) 2m ago 4m 50.1M 3992M 17.2.0 e1d6a67b021e 60d4e21e3f89 2023-11-16T12:03:05.614 INFO:teuthology.orchestra.run.smithi103.stdout:osd.5 smithi140 running (4m) 2m ago 4m 49.0M 3992M 17.2.0 e1d6a67b021e 2b97bd6df881 2023-11-16T12:03:05.614 INFO:teuthology.orchestra.run.smithi103.stdout:osd.6 smithi140 running (3m) 2m ago 3m 49.2M 3992M 17.2.0 e1d6a67b021e 79828d9e15a3 2023-11-16T12:03:05.614 INFO:teuthology.orchestra.run.smithi103.stdout:osd.7 smithi140 running (3m) 2m ago 3m 47.9M 3992M 17.2.0 e1d6a67b021e e93e8f95e9b7 2023-11-16T12:03:05.614 INFO:teuthology.orchestra.run.smithi103.stdout:prometheus.smithi103 smithi103 *:9095 running (5m) 2m ago 5m 62.9M - 514e6a882f6e 1cb003f17627 2023-11-16T12:03:05.670 INFO:teuthology.orchestra.run.smithi103.stdout: 5 52145 10.45 MB/sec execute 27 sec latency 131.363 ms 2023-11-16T12:03:06.082 INFO:teuthology.orchestra.run.smithi103.stdout:{ 2023-11-16T12:03:06.082 INFO:teuthology.orchestra.run.smithi103.stdout: "mon": { 2023-11-16T12:03:06.082 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T12:03:06.082 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:03:06.082 INFO:teuthology.orchestra.run.smithi103.stdout: "mgr": { 2023-11-16T12:03:06.082 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T12:03:06.083 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:03:06.083 INFO:teuthology.orchestra.run.smithi103.stdout: "osd": { 2023-11-16T12:03:06.083 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-16T12:03:06.083 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:03:06.083 INFO:teuthology.orchestra.run.smithi103.stdout: "mds": { 2023-11-16T12:03:06.083 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T12:03:06.083 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:03:06.083 INFO:teuthology.orchestra.run.smithi103.stdout: "overall": { 2023-11-16T12:03:06.083 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-11-16T12:03:06.083 INFO:teuthology.orchestra.run.smithi103.stdout: } 2023-11-16T12:03:06.083 INFO:teuthology.orchestra.run.smithi103.stdout:} 2023-11-16T12:03:06.321 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:06 smithi103 ceph-mon[107764]: pgmap v247: 97 pgs: 97 active+clean; 295 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.7 MiB/s wr, 588 op/s 2023-11-16T12:03:06.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:06 smithi103 ceph-mon[107764]: from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:03:06.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:06 smithi103 ceph-mon[107764]: from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:03:06.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:06 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/4203200125' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T12:03:06.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:06 smithi140 ceph-mon[110414]: pgmap v247: 97 pgs: 97 active+clean; 295 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.7 MiB/s wr, 588 op/s 2023-11-16T12:03:06.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:06 smithi140 ceph-mon[110414]: from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:03:06.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:06 smithi140 ceph-mon[110414]: from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:03:06.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:06 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/4203200125' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T12:03:06.488 INFO:teuthology.orchestra.run.smithi103.stdout:{ 2023-11-16T12:03:06.488 INFO:teuthology.orchestra.run.smithi103.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea", 2023-11-16T12:03:06.488 INFO:teuthology.orchestra.run.smithi103.stdout: "in_progress": true, 2023-11-16T12:03:06.488 INFO:teuthology.orchestra.run.smithi103.stdout: "services_complete": [], 2023-11-16T12:03:06.488 INFO:teuthology.orchestra.run.smithi103.stdout: "progress": "0/23 daemons upgraded", 2023-11-16T12:03:06.488 INFO:teuthology.orchestra.run.smithi103.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea image on host smithi140" 2023-11-16T12:03:06.489 INFO:teuthology.orchestra.run.smithi103.stdout:} 2023-11-16T12:03:06.670 INFO:teuthology.orchestra.run.smithi103.stdout: 5 52479 10.33 MB/sec execute 28 sec latency 133.404 ms 2023-11-16T12:03:06.995 INFO:teuthology.orchestra.run.smithi103.stdout:HEALTH_OK 2023-11-16T12:03:07.352 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:07 smithi103 ceph-mon[107764]: from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:03:07.352 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:07 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/2884423255' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T12:03:07.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:07 smithi140 ceph-mon[110414]: from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:03:07.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:07 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/2884423255' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T12:03:07.670 INFO:teuthology.orchestra.run.smithi103.stdout: 5 52835 10.27 MB/sec execute 29 sec latency 131.213 ms 2023-11-16T12:03:08.288 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:08 smithi103 ceph-mon[107764]: pgmap v248: 97 pgs: 97 active+clean; 294 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 7.1 KiB/s rd, 5.6 MiB/s wr, 589 op/s 2023-11-16T12:03:08.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:08 smithi140 ceph-mon[110414]: pgmap v248: 97 pgs: 97 active+clean; 294 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 7.1 KiB/s rd, 5.6 MiB/s wr, 589 op/s 2023-11-16T12:03:08.670 INFO:teuthology.orchestra.run.smithi103.stdout: 5 53107 10.20 MB/sec execute 30 sec latency 195.518 ms 2023-11-16T12:03:09.670 INFO:teuthology.orchestra.run.smithi103.stdout: 5 53412 10.12 MB/sec execute 31 sec latency 130.665 ms 2023-11-16T12:03:10.322 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:10 smithi103 ceph-mon[107764]: pgmap v249: 97 pgs: 97 active+clean; 297 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.5 MiB/s wr, 607 op/s 2023-11-16T12:03:10.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:10 smithi140 ceph-mon[110414]: pgmap v249: 97 pgs: 97 active+clean; 297 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.5 MiB/s wr, 607 op/s 2023-11-16T12:03:10.674 INFO:teuthology.orchestra.run.smithi103.stdout: 5 53855 10.17 MB/sec execute 32 sec latency 126.686 ms 2023-11-16T12:03:11.675 INFO:teuthology.orchestra.run.smithi103.stdout: 5 54214 10.07 MB/sec execute 33 sec latency 123.723 ms 2023-11-16T12:03:12.362 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:12 smithi103 ceph-mon[107764]: pgmap v250: 97 pgs: 97 active+clean; 300 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.8 MiB/s wr, 436 op/s 2023-11-16T12:03:12.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:12 smithi140 ceph-mon[110414]: pgmap v250: 97 pgs: 97 active+clean; 300 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.8 MiB/s wr, 436 op/s 2023-11-16T12:03:12.674 INFO:teuthology.orchestra.run.smithi103.stdout: 5 54477 9.99 MB/sec execute 34 sec latency 126.842 ms 2023-11-16T12:03:13.675 INFO:teuthology.orchestra.run.smithi103.stdout: 5 54917 10.06 MB/sec execute 35 sec latency 120.729 ms 2023-11-16T12:03:14.405 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:14 smithi103 ceph-mon[107764]: pgmap v251: 97 pgs: 97 active+clean; 302 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.0 MiB/s wr, 597 op/s 2023-11-16T12:03:14.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:14 smithi140 ceph-mon[110414]: pgmap v251: 97 pgs: 97 active+clean; 302 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.0 MiB/s wr, 597 op/s 2023-11-16T12:03:14.675 INFO:teuthology.orchestra.run.smithi103.stdout: 5 55323 10.13 MB/sec execute 36 sec latency 130.137 ms 2023-11-16T12:03:15.675 INFO:teuthology.orchestra.run.smithi103.stdout: 5 55686 10.29 MB/sec execute 37 sec latency 135.735 ms 2023-11-16T12:03:16.204 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:16 smithi103 ceph-mon[107764]: pgmap v252: 97 pgs: 97 active+clean; 305 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 5.3 MiB/s wr, 594 op/s 2023-11-16T12:03:16.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:16 smithi140 ceph-mon[110414]: pgmap v252: 97 pgs: 97 active+clean; 305 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 5.3 MiB/s wr, 594 op/s 2023-11-16T12:03:16.679 INFO:teuthology.orchestra.run.smithi103.stdout: 5 56007 10.17 MB/sec execute 38 sec latency 129.496 ms 2023-11-16T12:03:17.686 INFO:teuthology.orchestra.run.smithi103.stdout: 5 56310 10.07 MB/sec execute 39 sec latency 144.716 ms 2023-11-16T12:03:18.242 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:18 smithi103 ceph-mon[107764]: pgmap v253: 97 pgs: 97 active+clean; 308 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.7 MiB/s wr, 437 op/s 2023-11-16T12:03:18.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:18 smithi140 ceph-mon[110414]: pgmap v253: 97 pgs: 97 active+clean; 308 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.7 MiB/s wr, 437 op/s 2023-11-16T12:03:18.686 INFO:teuthology.orchestra.run.smithi103.stdout: 5 56631 10.04 MB/sec execute 40 sec latency 136.230 ms 2023-11-16T12:03:19.686 INFO:teuthology.orchestra.run.smithi103.stdout: 5 56957 10.03 MB/sec execute 41 sec latency 123.347 ms 2023-11-16T12:03:20.316 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:20 smithi103 ceph-mon[107764]: pgmap v254: 97 pgs: 97 active+clean; 312 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.9 MiB/s wr, 519 op/s 2023-11-16T12:03:20.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:20 smithi140 ceph-mon[110414]: pgmap v254: 97 pgs: 97 active+clean; 312 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.9 MiB/s wr, 519 op/s 2023-11-16T12:03:20.686 INFO:teuthology.orchestra.run.smithi103.stdout: 5 57330 10.01 MB/sec execute 42 sec latency 119.861 ms 2023-11-16T12:03:21.686 INFO:teuthology.orchestra.run.smithi103.stdout: 5 57692 9.94 MB/sec execute 43 sec latency 123.647 ms 2023-11-16T12:03:22.361 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:22 smithi103 ceph-mon[107764]: pgmap v255: 97 pgs: 97 active+clean; 313 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.9 MiB/s wr, 490 op/s 2023-11-16T12:03:22.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:22 smithi140 ceph-mon[110414]: pgmap v255: 97 pgs: 97 active+clean; 313 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.9 MiB/s wr, 490 op/s 2023-11-16T12:03:22.694 INFO:teuthology.orchestra.run.smithi103.stdout: 5 58002 9.85 MB/sec execute 44 sec latency 130.207 ms 2023-11-16T12:03:23.694 INFO:teuthology.orchestra.run.smithi103.stdout: 5 58384 9.84 MB/sec execute 45 sec latency 126.797 ms 2023-11-16T12:03:24.390 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:24 smithi103 ceph-mon[107764]: pgmap v256: 97 pgs: 97 active+clean; 318 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.0 MiB/s wr, 596 op/s 2023-11-16T12:03:24.694 INFO:teuthology.orchestra.run.smithi103.stdout: 5 58707 9.87 MB/sec execute 46 sec latency 126.789 ms 2023-11-16T12:03:24.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:24 smithi140 ceph-mon[110414]: pgmap v256: 97 pgs: 97 active+clean; 318 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.0 MiB/s wr, 596 op/s 2023-11-16T12:03:25.694 INFO:teuthology.orchestra.run.smithi103.stdout: 5 59083 10.03 MB/sec execute 47 sec latency 133.591 ms 2023-11-16T12:03:26.204 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:26 smithi103 ceph-mon[107764]: pgmap v257: 97 pgs: 97 active+clean; 318 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.7 MiB/s wr, 488 op/s 2023-11-16T12:03:26.488 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:26 smithi140 ceph-mon[110414]: pgmap v257: 97 pgs: 97 active+clean; 318 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.7 MiB/s wr, 488 op/s 2023-11-16T12:03:26.694 INFO:teuthology.orchestra.run.smithi103.stdout: 5 59493 10.06 MB/sec execute 48 sec latency 146.806 ms 2023-11-16T12:03:27.694 INFO:teuthology.orchestra.run.smithi103.stdout: 5 59849 9.98 MB/sec execute 49 sec latency 129.347 ms 2023-11-16T12:03:28.242 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:28 smithi103 ceph-mon[107764]: pgmap v258: 97 pgs: 97 active+clean; 322 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.0 MiB/s wr, 494 op/s 2023-11-16T12:03:28.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:28 smithi140 ceph-mon[110414]: pgmap v258: 97 pgs: 97 active+clean; 322 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.0 MiB/s wr, 494 op/s 2023-11-16T12:03:28.694 INFO:teuthology.orchestra.run.smithi103.stdout: 5 60173 9.96 MB/sec execute 50 sec latency 376.135 ms 2023-11-16T12:03:29.694 INFO:teuthology.orchestra.run.smithi103.stdout: 5 60531 9.88 MB/sec execute 51 sec latency 123.574 ms 2023-11-16T12:03:30.283 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:30 smithi103 ceph-mon[107764]: pgmap v259: 97 pgs: 97 active+clean; 325 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.7 MiB/s wr, 511 op/s 2023-11-16T12:03:30.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:30 smithi140 ceph-mon[110414]: pgmap v259: 97 pgs: 97 active+clean; 325 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.7 MiB/s wr, 511 op/s 2023-11-16T12:03:30.695 INFO:teuthology.orchestra.run.smithi103.stdout: 5 60897 9.93 MB/sec execute 52 sec latency 129.555 ms 2023-11-16T12:03:31.695 INFO:teuthology.orchestra.run.smithi103.stdout: 5 61213 9.88 MB/sec execute 53 sec latency 148.653 ms 2023-11-16T12:03:32.317 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:32 smithi103 ceph-mon[107764]: pgmap v260: 97 pgs: 97 active+clean; 327 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.8 MiB/s wr, 452 op/s 2023-11-16T12:03:32.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:32 smithi140 ceph-mon[110414]: pgmap v260: 97 pgs: 97 active+clean; 327 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.8 MiB/s wr, 452 op/s 2023-11-16T12:03:32.695 INFO:teuthology.orchestra.run.smithi103.stdout: 5 61616 9.84 MB/sec execute 54 sec latency 130.000 ms 2023-11-16T12:03:33.703 INFO:teuthology.orchestra.run.smithi103.stdout: 5 62007 9.88 MB/sec execute 55 sec latency 123.794 ms 2023-11-16T12:03:34.345 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:34 smithi103 ceph-mon[107764]: pgmap v261: 97 pgs: 97 active+clean; 327 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 5.7 MiB/s wr, 533 op/s 2023-11-16T12:03:34.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:34 smithi140 ceph-mon[110414]: pgmap v261: 97 pgs: 97 active+clean; 327 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 5.7 MiB/s wr, 533 op/s 2023-11-16T12:03:34.703 INFO:teuthology.orchestra.run.smithi103.stdout: 5 62326 9.88 MB/sec execute 56 sec latency 145.329 ms 2023-11-16T12:03:35.703 INFO:teuthology.orchestra.run.smithi103.stdout: 5 62682 9.91 MB/sec execute 57 sec latency 126.588 ms 2023-11-16T12:03:36.117 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:36 smithi103 ceph-mon[107764]: pgmap v262: 97 pgs: 97 active+clean; 333 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.0 MiB/s wr, 505 op/s 2023-11-16T12:03:36.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:36 smithi140 ceph-mon[110414]: pgmap v262: 97 pgs: 97 active+clean; 333 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.0 MiB/s wr, 505 op/s 2023-11-16T12:03:36.708 INFO:teuthology.orchestra.run.smithi103.stdout: 5 63006 9.93 MB/sec execute 58 sec latency 133.063 ms 2023-11-16T12:03:37.141 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:37 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi103.lplguk/mirror_snapshot_schedule"}]: dispatch 2023-11-16T12:03:37.142 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:37 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi103.lplguk/trash_purge_schedule"}]: dispatch 2023-11-16T12:03:37.425 INFO:teuthology.orchestra.run.smithi103.stdout:true 2023-11-16T12:03:37.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:37 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi103.lplguk/mirror_snapshot_schedule"}]: dispatch 2023-11-16T12:03:37.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:37 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi103.lplguk/trash_purge_schedule"}]: dispatch 2023-11-16T12:03:37.708 INFO:teuthology.orchestra.run.smithi103.stdout: 5 63248 9.87 MB/sec execute 59 sec latency 212.274 ms 2023-11-16T12:03:38.147 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:38 smithi103 ceph-mon[107764]: pgmap v263: 97 pgs: 97 active+clean; 334 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.9 MiB/s wr, 442 op/s 2023-11-16T12:03:38.147 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:38 smithi103 ceph-mon[107764]: from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:03:38.147 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:38 smithi103 ceph-mon[107764]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:03:38.237 INFO:teuthology.orchestra.run.smithi103.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-16T12:03:38.237 INFO:teuthology.orchestra.run.smithi103.stdout:alertmanager.smithi103 smithi103 *:9093,9094 running (6m) 3m ago 7m 24.3M - ba2b418f427c e9df78ee0a5f 2023-11-16T12:03:38.237 INFO:teuthology.orchestra.run.smithi103.stdout:crash.smithi103 smithi103 running (7m) 3m ago 7m 7008k - 17.2.0 e1d6a67b021e 62a9e4c3c3fe 2023-11-16T12:03:38.237 INFO:teuthology.orchestra.run.smithi103.stdout:crash.smithi140 smithi140 running (6m) 3m ago 6m 7163k - 17.2.0 e1d6a67b021e 013838b8dccc 2023-11-16T12:03:38.238 INFO:teuthology.orchestra.run.smithi103.stdout:grafana.smithi103 smithi103 *:3000 running (6m) 3m ago 7m 45.2M - 8.3.5 dad864ee21e9 87ceaad86059 2023-11-16T12:03:38.238 INFO:teuthology.orchestra.run.smithi103.stdout:mds.foofs.smithi103.ssgfis smithi103 running (3m) 3m ago 3m 15.1M - 17.2.0 e1d6a67b021e 6a0af07e429a 2023-11-16T12:03:38.238 INFO:teuthology.orchestra.run.smithi103.stdout:mds.foofs.smithi140.eneygm smithi140 running (3m) 3m ago 3m 12.4M - 17.2.0 e1d6a67b021e 7eebbdc15b03 2023-11-16T12:03:38.238 INFO:teuthology.orchestra.run.smithi103.stdout:mgr.smithi103.lplguk smithi103 *:9283 running (8m) 3m ago 8m 476M - 17.2.0 e1d6a67b021e ebd04f510a42 2023-11-16T12:03:38.238 INFO:teuthology.orchestra.run.smithi103.stdout:mgr.smithi140.xexnxk smithi140 *:8443,9283 running (6m) 3m ago 6m 418M - 17.2.0 e1d6a67b021e 07db1b20e56b 2023-11-16T12:03:38.238 INFO:teuthology.orchestra.run.smithi103.stdout:mon.smithi103 smithi103 running (8m) 3m ago 8m 77.7M 2048M 17.2.0 e1d6a67b021e afc3bdc1747b 2023-11-16T12:03:38.239 INFO:teuthology.orchestra.run.smithi103.stdout:mon.smithi140 smithi140 running (6m) 3m ago 6m 63.8M 2048M 17.2.0 e1d6a67b021e a0f4972da00f 2023-11-16T12:03:38.239 INFO:teuthology.orchestra.run.smithi103.stdout:nfs.foo.0.0.smithi103.kawwcr smithi103 *:2049 running (3m) 3m ago 3m 52.5M - 4.0 e1d6a67b021e 6b71f043d740 2023-11-16T12:03:38.239 INFO:teuthology.orchestra.run.smithi103.stdout:nfs.foo.1.0.smithi140.guwogn smithi140 *:2049 running (3m) 3m ago 3m 57.8M - 4.0 e1d6a67b021e 611de993975d 2023-11-16T12:03:38.239 INFO:teuthology.orchestra.run.smithi103.stdout:node-exporter.smithi103 smithi103 *:9100 running (7m) 3m ago 7m 21.5M - 1dbe0e931976 fc0011cf054b 2023-11-16T12:03:38.239 INFO:teuthology.orchestra.run.smithi103.stdout:node-exporter.smithi140 smithi140 *:9100 running (6m) 3m ago 6m 20.2M - 1dbe0e931976 e4be42658d54 2023-11-16T12:03:38.239 INFO:teuthology.orchestra.run.smithi103.stdout:osd.0 smithi103 running (6m) 3m ago 6m 55.6M 3224M 17.2.0 e1d6a67b021e 16ed2887ad4f 2023-11-16T12:03:38.240 INFO:teuthology.orchestra.run.smithi103.stdout:osd.1 smithi103 running (5m) 3m ago 5m 59.9M 3224M 17.2.0 e1d6a67b021e 541477e0006b 2023-11-16T12:03:38.240 INFO:teuthology.orchestra.run.smithi103.stdout:osd.2 smithi103 running (5m) 3m ago 5m 52.4M 3224M 17.2.0 e1d6a67b021e 51e58b8bf69d 2023-11-16T12:03:38.240 INFO:teuthology.orchestra.run.smithi103.stdout:osd.3 smithi103 running (5m) 3m ago 5m 50.1M 3224M 17.2.0 e1d6a67b021e 562e405eb3b5 2023-11-16T12:03:38.240 INFO:teuthology.orchestra.run.smithi103.stdout:osd.4 smithi140 running (5m) 3m ago 5m 50.1M 3992M 17.2.0 e1d6a67b021e 60d4e21e3f89 2023-11-16T12:03:38.240 INFO:teuthology.orchestra.run.smithi103.stdout:osd.5 smithi140 running (4m) 3m ago 4m 49.0M 3992M 17.2.0 e1d6a67b021e 2b97bd6df881 2023-11-16T12:03:38.240 INFO:teuthology.orchestra.run.smithi103.stdout:osd.6 smithi140 running (4m) 3m ago 4m 49.2M 3992M 17.2.0 e1d6a67b021e 79828d9e15a3 2023-11-16T12:03:38.240 INFO:teuthology.orchestra.run.smithi103.stdout:osd.7 smithi140 running (4m) 3m ago 4m 47.9M 3992M 17.2.0 e1d6a67b021e e93e8f95e9b7 2023-11-16T12:03:38.240 INFO:teuthology.orchestra.run.smithi103.stdout:prometheus.smithi103 smithi103 *:9095 running (6m) 3m ago 6m 62.9M - 514e6a882f6e 1cb003f17627 2023-11-16T12:03:38.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:38 smithi140 ceph-mon[110414]: pgmap v263: 97 pgs: 97 active+clean; 334 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.9 MiB/s wr, 442 op/s 2023-11-16T12:03:38.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:38 smithi140 ceph-mon[110414]: from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:03:38.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:38 smithi140 ceph-mon[110414]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:03:38.708 INFO:teuthology.orchestra.run.smithi103.stdout: 5 63532 9.81 MB/sec execute 60 sec latency 105.496 ms 2023-11-16T12:03:38.715 INFO:teuthology.orchestra.run.smithi103.stdout:{ 2023-11-16T12:03:38.715 INFO:teuthology.orchestra.run.smithi103.stdout: "mon": { 2023-11-16T12:03:38.715 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T12:03:38.715 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:03:38.715 INFO:teuthology.orchestra.run.smithi103.stdout: "mgr": { 2023-11-16T12:03:38.716 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T12:03:38.716 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:03:38.716 INFO:teuthology.orchestra.run.smithi103.stdout: "osd": { 2023-11-16T12:03:38.716 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-16T12:03:38.716 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:03:38.716 INFO:teuthology.orchestra.run.smithi103.stdout: "mds": { 2023-11-16T12:03:38.716 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T12:03:38.717 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:03:38.717 INFO:teuthology.orchestra.run.smithi103.stdout: "overall": { 2023-11-16T12:03:38.717 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-11-16T12:03:38.717 INFO:teuthology.orchestra.run.smithi103.stdout: } 2023-11-16T12:03:38.717 INFO:teuthology.orchestra.run.smithi103.stdout:} 2023-11-16T12:03:39.111 INFO:teuthology.orchestra.run.smithi103.stdout:{ 2023-11-16T12:03:39.111 INFO:teuthology.orchestra.run.smithi103.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea", 2023-11-16T12:03:39.112 INFO:teuthology.orchestra.run.smithi103.stdout: "in_progress": true, 2023-11-16T12:03:39.112 INFO:teuthology.orchestra.run.smithi103.stdout: "services_complete": [], 2023-11-16T12:03:39.112 INFO:teuthology.orchestra.run.smithi103.stdout: "progress": "0/23 daemons upgraded", 2023-11-16T12:03:39.112 INFO:teuthology.orchestra.run.smithi103.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea image on host smithi140" 2023-11-16T12:03:39.112 INFO:teuthology.orchestra.run.smithi103.stdout:} 2023-11-16T12:03:39.161 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:39 smithi103 ceph-mon[107764]: from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:03:39.161 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:39 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/1657041809' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T12:03:39.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:39 smithi140 ceph-mon[110414]: from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:03:39.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:39 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/1657041809' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T12:03:39.582 INFO:teuthology.orchestra.run.smithi103.stdout:HEALTH_OK 2023-11-16T12:03:39.708 INFO:teuthology.orchestra.run.smithi103.stdout: 5 63767 9.69 MB/sec execute 61 sec latency 152.583 ms 2023-11-16T12:03:40.194 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:40 smithi103 ceph-mon[107764]: from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:03:40.195 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:40 smithi103 ceph-mon[107764]: pgmap v264: 97 pgs: 97 active+clean; 336 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.4 MiB/s wr, 453 op/s 2023-11-16T12:03:40.195 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:40 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/2306957824' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T12:03:40.311 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:40 smithi140 ceph-mon[110414]: from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:03:40.311 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:40 smithi140 ceph-mon[110414]: pgmap v264: 97 pgs: 97 active+clean; 336 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.4 MiB/s wr, 453 op/s 2023-11-16T12:03:40.311 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:40 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/2306957824' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T12:03:40.708 INFO:teuthology.orchestra.run.smithi103.stdout: 5 64081 9.69 MB/sec execute 62 sec latency 141.596 ms 2023-11-16T12:03:41.708 INFO:teuthology.orchestra.run.smithi103.stdout: 5 64412 9.63 MB/sec execute 63 sec latency 127.099 ms 2023-11-16T12:03:41.756 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:41 smithi103 ceph-mon[107764]: Upgrade: Updating mgr.smithi140.xexnxk 2023-11-16T12:03:41.756 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:41 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:03:41.756 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:41 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi140.xexnxk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-16T12:03:41.756 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:41 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-16T12:03:41.756 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:41 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T12:03:41.756 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:41 smithi103 ceph-mon[107764]: Deploying daemon mgr.smithi140.xexnxk on smithi140 2023-11-16T12:03:41.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:41 smithi140 ceph-mon[110414]: Upgrade: Updating mgr.smithi140.xexnxk 2023-11-16T12:03:41.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:41 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:03:41.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:41 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi140.xexnxk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-16T12:03:41.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:41 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-16T12:03:41.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:41 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T12:03:41.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:41 smithi140 ceph-mon[110414]: Deploying daemon mgr.smithi140.xexnxk on smithi140 2023-11-16T12:03:42.713 INFO:teuthology.orchestra.run.smithi103.stdout: 5 64787 9.67 MB/sec execute 64 sec latency 204.863 ms 2023-11-16T12:03:42.775 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:42 smithi103 ceph-mon[107764]: pgmap v265: 97 pgs: 97 active+clean; 340 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.9 MiB/s wr, 517 op/s 2023-11-16T12:03:42.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:42 smithi140 ceph-mon[110414]: pgmap v265: 97 pgs: 97 active+clean; 340 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.9 MiB/s wr, 517 op/s 2023-11-16T12:03:43.714 INFO:teuthology.orchestra.run.smithi103.stdout: 5 65124 9.64 MB/sec execute 65 sec latency 133.155 ms 2023-11-16T12:03:44.713 INFO:teuthology.orchestra.run.smithi103.stdout: 5 65569 9.68 MB/sec execute 66 sec latency 137.593 ms 2023-11-16T12:03:44.806 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:44 smithi103 ceph-mon[107764]: pgmap v266: 97 pgs: 97 active+clean; 338 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 5.2 MiB/s wr, 502 op/s 2023-11-16T12:03:44.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:44 smithi140 ceph-mon[110414]: pgmap v266: 97 pgs: 97 active+clean; 338 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 5.2 MiB/s wr, 502 op/s 2023-11-16T12:03:45.714 INFO:teuthology.orchestra.run.smithi103.stdout: 5 65892 9.73 MB/sec execute 67 sec latency 126.649 ms 2023-11-16T12:03:46.317 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:46 smithi103 ceph-mon[107764]: pgmap v267: 97 pgs: 97 active+clean; 340 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.5 MiB/s wr, 496 op/s 2023-11-16T12:03:46.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:46 smithi140 ceph-mon[110414]: pgmap v267: 97 pgs: 97 active+clean; 340 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.5 MiB/s wr, 496 op/s 2023-11-16T12:03:46.714 INFO:teuthology.orchestra.run.smithi103.stdout: 5 66214 9.75 MB/sec execute 68 sec latency 141.500 ms 2023-11-16T12:03:47.714 INFO:teuthology.orchestra.run.smithi103.stdout: 5 66573 9.77 MB/sec execute 69 sec latency 114.591 ms 2023-11-16T12:03:47.834 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:47 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:03:47.834 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:47 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T12:03:47.834 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:47 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T12:03:47.835 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:47 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T12:03:48.086 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:47 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:03:48.087 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:47 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T12:03:48.087 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:47 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T12:03:48.087 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:47 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T12:03:48.714 INFO:teuthology.orchestra.run.smithi103.stdout: 5 66841 9.68 MB/sec execute 70 sec latency 126.953 ms 2023-11-16T12:03:48.857 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:48 smithi103 ceph-mon[107764]: pgmap v268: 97 pgs: 97 active+clean; 340 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 360 op/s 2023-11-16T12:03:48.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:48 smithi140 ceph-mon[110414]: pgmap v268: 97 pgs: 97 active+clean; 340 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 360 op/s 2023-11-16T12:03:49.722 INFO:teuthology.orchestra.run.smithi103.stdout: 5 67123 9.60 MB/sec execute 71 sec latency 135.185 ms 2023-11-16T12:03:50.722 INFO:teuthology.orchestra.run.smithi103.stdout: 5 67470 9.61 MB/sec execute 72 sec latency 128.972 ms 2023-11-16T12:03:50.883 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:50 smithi103 ceph-mon[107764]: pgmap v269: 97 pgs: 97 active+clean; 351 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.4 MiB/s wr, 553 op/s 2023-11-16T12:03:50.883 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:50 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:03:50.883 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:50 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:03:51.034 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:50 smithi140 ceph-mon[110414]: pgmap v269: 97 pgs: 97 active+clean; 351 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.4 MiB/s wr, 553 op/s 2023-11-16T12:03:51.034 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:50 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:03:51.034 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:50 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:03:51.722 INFO:teuthology.orchestra.run.smithi103.stdout: 5 67798 9.60 MB/sec execute 73 sec latency 132.995 ms 2023-11-16T12:03:52.722 INFO:teuthology.orchestra.run.smithi103.stdout: 5 68119 9.58 MB/sec execute 74 sec latency 136.395 ms 2023-11-16T12:03:52.932 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:52 smithi103 ceph-mon[107764]: pgmap v270: 97 pgs: 97 active+clean; 352 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.7 MiB/s wr, 501 op/s 2023-11-16T12:03:53.151 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:52 smithi140 ceph-mon[110414]: pgmap v270: 97 pgs: 97 active+clean; 352 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.7 MiB/s wr, 501 op/s 2023-11-16T12:03:53.722 INFO:teuthology.orchestra.run.smithi103.stdout: 5 68551 9.60 MB/sec execute 75 sec latency 128.792 ms 2023-11-16T12:03:54.457 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:54 smithi103 ceph-mon[107764]: pgmap v271: 97 pgs: 97 active+clean; 355 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 5.3 MiB/s wr, 538 op/s 2023-11-16T12:03:54.457 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:54 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:03:54.457 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:54 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:03:54.458 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:54 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:03:54.458 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:54 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T12:03:54.458 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:54 smithi103 ceph-mon[107764]: Upgrade: Need to upgrade myself (mgr.smithi103.lplguk) 2023-11-16T12:03:54.458 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:54 smithi103 ceph-mon[107764]: Failing over to other MGR 2023-11-16T12:03:54.458 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:54 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mgr fail", "who": "smithi103.lplguk"}]: dispatch 2023-11-16T12:03:54.458 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:54 smithi103 ceph-mon[107764]: osdmap e66: 8 total, 8 up, 8 in 2023-11-16T12:03:54.458 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:54 smithi103 ceph-mon[107764]: Standby manager daemon smithi103.lplguk started 2023-11-16T12:03:54.689 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:54 smithi140 ceph-mon[110414]: pgmap v271: 97 pgs: 97 active+clean; 355 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 5.3 MiB/s wr, 538 op/s 2023-11-16T12:03:54.689 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:54 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:03:54.689 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:54 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:03:54.689 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:54 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' 2023-11-16T12:03:54.689 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:54 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T12:03:54.690 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:54 smithi140 ceph-mon[110414]: Upgrade: Need to upgrade myself (mgr.smithi103.lplguk) 2023-11-16T12:03:54.690 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:54 smithi140 ceph-mon[110414]: Failing over to other MGR 2023-11-16T12:03:54.690 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:54 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "mgr fail", "who": "smithi103.lplguk"}]: dispatch 2023-11-16T12:03:54.690 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:54 smithi140 ceph-mon[110414]: osdmap e66: 8 total, 8 up, 8 in 2023-11-16T12:03:54.690 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:54 smithi140 ceph-mon[110414]: Standby manager daemon smithi103.lplguk started 2023-11-16T12:03:54.722 INFO:teuthology.orchestra.run.smithi103.stdout: 5 68894 9.55 MB/sec execute 76 sec latency 129.877 ms 2023-11-16T12:03:55.476 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:55 smithi103 ceph-mon[107764]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "mgr fail", "who": "smithi103.lplguk"}]': finished 2023-11-16T12:03:55.477 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:55 smithi103 ceph-mon[107764]: mgrmap e22: smithi140.xexnxk(active, starting, since 1.02499s), standbys: smithi103.lplguk 2023-11-16T12:03:55.477 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:55 smithi103 ceph-mon[107764]: Active manager daemon smithi140.xexnxk restarted 2023-11-16T12:03:55.477 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:55 smithi103 ceph-mon[107764]: Activating manager daemon smithi140.xexnxk 2023-11-16T12:03:55.477 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:55 smithi103 ceph-mon[107764]: from='mgr.? 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi140.xexnxk/crt"}]: dispatch 2023-11-16T12:03:55.477 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:55 smithi103 ceph-mon[107764]: osdmap e67: 8 total, 8 up, 8 in 2023-11-16T12:03:55.477 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:55 smithi103 ceph-mon[107764]: from='mgr.? 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-16T12:03:55.477 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:55 smithi103 ceph-mon[107764]: from='mgr.? 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi140.xexnxk/key"}]: dispatch 2023-11-16T12:03:55.477 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:55 smithi103 ceph-mon[107764]: from='mgr.? 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-16T12:03:55.727 INFO:teuthology.orchestra.run.smithi103.stdout: 5 69226 9.61 MB/sec execute 77 sec latency 201.647 ms 2023-11-16T12:03:55.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:55 smithi140 ceph-mon[110414]: from='mgr.14204 172.21.15.103:0/2881053074' entity='mgr.smithi103.lplguk' cmd='[{"prefix": "mgr fail", "who": "smithi103.lplguk"}]': finished 2023-11-16T12:03:55.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:55 smithi140 ceph-mon[110414]: mgrmap e22: smithi140.xexnxk(active, starting, since 1.02499s), standbys: smithi103.lplguk 2023-11-16T12:03:55.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:55 smithi140 ceph-mon[110414]: Active manager daemon smithi140.xexnxk restarted 2023-11-16T12:03:55.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:55 smithi140 ceph-mon[110414]: Activating manager daemon smithi140.xexnxk 2023-11-16T12:03:55.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:55 smithi140 ceph-mon[110414]: from='mgr.? 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi140.xexnxk/crt"}]: dispatch 2023-11-16T12:03:55.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:55 smithi140 ceph-mon[110414]: osdmap e67: 8 total, 8 up, 8 in 2023-11-16T12:03:55.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:55 smithi140 ceph-mon[110414]: from='mgr.? 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-16T12:03:55.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:55 smithi140 ceph-mon[110414]: from='mgr.? 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi140.xexnxk/key"}]: dispatch 2023-11-16T12:03:55.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:55 smithi140 ceph-mon[110414]: from='mgr.? 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-16T12:03:56.735 INFO:teuthology.orchestra.run.smithi103.stdout: 5 69596 9.67 MB/sec execute 78 sec latency 135.541 ms 2023-11-16T12:03:57.253 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:57 smithi103 ceph-mon[107764]: mgrmap e23: smithi140.xexnxk(active, starting, since 0.812466s), standbys: smithi103.lplguk 2023-11-16T12:03:57.253 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:57 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "mon metadata", "id": "smithi103"}]: dispatch 2023-11-16T12:03:57.254 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:57 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "mon metadata", "id": "smithi140"}]: dispatch 2023-11-16T12:03:57.254 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:57 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi103.ssgfis"}]: dispatch 2023-11-16T12:03:57.254 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:57 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi140.eneygm"}]: dispatch 2023-11-16T12:03:57.254 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:57 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "mgr metadata", "who": "smithi140.xexnxk", "id": "smithi140.xexnxk"}]: dispatch 2023-11-16T12:03:57.254 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:57 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "mgr metadata", "who": "smithi103.lplguk", "id": "smithi103.lplguk"}]: dispatch 2023-11-16T12:03:57.254 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:57 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T12:03:57.254 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:57 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T12:03:57.254 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:57 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T12:03:57.254 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:57 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T12:03:57.254 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:57 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T12:03:57.255 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:57 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T12:03:57.255 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:57 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T12:03:57.255 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:57 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T12:03:57.255 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:57 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-16T12:03:57.255 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:57 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-16T12:03:57.255 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:57 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-16T12:03:57.255 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:57 smithi103 ceph-mon[107764]: Manager daemon smithi140.xexnxk is now available 2023-11-16T12:03:57.255 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:57 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:03:57.255 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:57 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T12:03:57.255 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:57 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T12:03:57.255 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:57 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:03:57.255 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:57 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi140.xexnxk/mirror_snapshot_schedule"}]: dispatch 2023-11-16T12:03:57.255 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:57 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi140.xexnxk/mirror_snapshot_schedule"}]: dispatch 2023-11-16T12:03:57.256 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:57 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi140.xexnxk/trash_purge_schedule"}]: dispatch 2023-11-16T12:03:57.256 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:57 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi140.xexnxk/trash_purge_schedule"}]: dispatch 2023-11-16T12:03:57.256 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:57 smithi103 ceph-mon[107764]: Deploying cephadm binary to smithi140 2023-11-16T12:03:57.256 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:57 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:03:57.256 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:57 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:03:57.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:57 smithi140 ceph-mon[110414]: mgrmap e23: smithi140.xexnxk(active, starting, since 0.812466s), standbys: smithi103.lplguk 2023-11-16T12:03:57.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:57 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "mon metadata", "id": "smithi103"}]: dispatch 2023-11-16T12:03:57.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:57 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "mon metadata", "id": "smithi140"}]: dispatch 2023-11-16T12:03:57.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:57 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi103.ssgfis"}]: dispatch 2023-11-16T12:03:57.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:57 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi140.eneygm"}]: dispatch 2023-11-16T12:03:57.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:57 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "mgr metadata", "who": "smithi140.xexnxk", "id": "smithi140.xexnxk"}]: dispatch 2023-11-16T12:03:57.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:57 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "mgr metadata", "who": "smithi103.lplguk", "id": "smithi103.lplguk"}]: dispatch 2023-11-16T12:03:57.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:57 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T12:03:57.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:57 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T12:03:57.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:57 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T12:03:57.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:57 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T12:03:57.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:57 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T12:03:57.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:57 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T12:03:57.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:57 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T12:03:57.488 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:57 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T12:03:57.488 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:57 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-16T12:03:57.488 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:57 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-16T12:03:57.488 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:57 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-16T12:03:57.488 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:57 smithi140 ceph-mon[110414]: Manager daemon smithi140.xexnxk is now available 2023-11-16T12:03:57.488 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:57 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:03:57.488 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:57 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T12:03:57.488 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:57 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T12:03:57.488 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:57 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:03:57.488 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:57 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi140.xexnxk/mirror_snapshot_schedule"}]: dispatch 2023-11-16T12:03:57.488 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:57 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi140.xexnxk/mirror_snapshot_schedule"}]: dispatch 2023-11-16T12:03:57.488 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:57 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi140.xexnxk/trash_purge_schedule"}]: dispatch 2023-11-16T12:03:57.488 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:57 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi140.xexnxk/trash_purge_schedule"}]: dispatch 2023-11-16T12:03:57.489 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:57 smithi140 ceph-mon[110414]: Deploying cephadm binary to smithi140 2023-11-16T12:03:57.489 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:57 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:03:57.489 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:57 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:03:57.735 INFO:teuthology.orchestra.run.smithi103.stdout: 5 69918 9.67 MB/sec execute 79 sec latency 143.907 ms 2023-11-16T12:03:58.264 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:58 smithi103 ceph-mon[107764]: mgrmap e24: smithi140.xexnxk(active, since 1.84695s), standbys: smithi103.lplguk 2023-11-16T12:03:58.264 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:58 smithi103 ceph-mon[107764]: pgmap v3: 97 pgs: 97 active+clean; 358 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail 2023-11-16T12:03:58.265 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:58 smithi103 ceph-mon[107764]: [16/Nov/2023:12:03:57] ENGINE Bus STARTING 2023-11-16T12:03:58.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:58 smithi140 ceph-mon[110414]: mgrmap e24: smithi140.xexnxk(active, since 1.84695s), standbys: smithi103.lplguk 2023-11-16T12:03:58.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:58 smithi140 ceph-mon[110414]: pgmap v3: 97 pgs: 97 active+clean; 358 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail 2023-11-16T12:03:58.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:58 smithi140 ceph-mon[110414]: [16/Nov/2023:12:03:57] ENGINE Bus STARTING 2023-11-16T12:03:58.735 INFO:teuthology.orchestra.run.smithi103.stdout: 5 70239 9.61 MB/sec execute 80 sec latency 133.929 ms 2023-11-16T12:03:59.296 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:59 smithi103 ceph-mon[107764]: [16/Nov/2023:12:03:57] ENGINE Serving on https://172.21.15.140:7150 2023-11-16T12:03:59.296 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:59 smithi103 ceph-mon[107764]: [16/Nov/2023:12:03:57] ENGINE Serving on http://172.21.15.140:8765 2023-11-16T12:03:59.296 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:59 smithi103 ceph-mon[107764]: [16/Nov/2023:12:03:57] ENGINE Bus STARTED 2023-11-16T12:03:59.296 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:59 smithi103 ceph-mon[107764]: pgmap v4: 97 pgs: 97 active+clean; 358 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail 2023-11-16T12:03:59.296 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:03:59 smithi103 ceph-mon[107764]: mgrmap e25: smithi140.xexnxk(active, since 2s), standbys: smithi103.lplguk 2023-11-16T12:03:59.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:59 smithi140 ceph-mon[110414]: [16/Nov/2023:12:03:57] ENGINE Serving on https://172.21.15.140:7150 2023-11-16T12:03:59.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:59 smithi140 ceph-mon[110414]: [16/Nov/2023:12:03:57] ENGINE Serving on http://172.21.15.140:8765 2023-11-16T12:03:59.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:59 smithi140 ceph-mon[110414]: [16/Nov/2023:12:03:57] ENGINE Bus STARTED 2023-11-16T12:03:59.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:59 smithi140 ceph-mon[110414]: pgmap v4: 97 pgs: 97 active+clean; 358 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail 2023-11-16T12:03:59.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:03:59 smithi140 ceph-mon[110414]: mgrmap e25: smithi140.xexnxk(active, since 2s), standbys: smithi103.lplguk 2023-11-16T12:03:59.735 INFO:teuthology.orchestra.run.smithi103.stdout: 5 70516 9.58 MB/sec execute 81 sec latency 123.883 ms 2023-11-16T12:04:00.319 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:00 smithi103 ceph-mon[107764]: Deploying cephadm binary to smithi103 2023-11-16T12:04:00.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:00 smithi140 ceph-mon[110414]: Deploying cephadm binary to smithi103 2023-11-16T12:04:00.735 INFO:teuthology.orchestra.run.smithi103.stdout: 5 70696 9.49 MB/sec execute 82 sec latency 137.925 ms 2023-11-16T12:04:01.348 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:01 smithi103 ceph-mon[107764]: pgmap v5: 97 pgs: 97 active+clean; 358 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail 2023-11-16T12:04:01.348 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:01 smithi103 ceph-mon[107764]: mgrmap e26: smithi140.xexnxk(active, since 4s), standbys: smithi103.lplguk 2023-11-16T12:04:01.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:01 smithi140 ceph-mon[110414]: pgmap v5: 97 pgs: 97 active+clean; 358 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail 2023-11-16T12:04:01.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:01 smithi140 ceph-mon[110414]: mgrmap e26: smithi140.xexnxk(active, since 4s), standbys: smithi103.lplguk 2023-11-16T12:04:01.735 INFO:teuthology.orchestra.run.smithi103.stdout: 5 70977 9.48 MB/sec execute 83 sec latency 118.946 ms 2023-11-16T12:04:02.735 INFO:teuthology.orchestra.run.smithi103.stdout: 5 71201 9.43 MB/sec execute 84 sec latency 145.312 ms 2023-11-16T12:04:03.008 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:02 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:03.008 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:02 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:03.008 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:02 smithi103 ceph-mon[107764]: pgmap v6: 97 pgs: 97 active+clean; 358 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail 2023-11-16T12:04:03.008 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:02 smithi103 ceph-mon[107764]: Standby manager daemon smithi103.lplguk restarted 2023-11-16T12:04:03.008 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:02 smithi103 ceph-mon[107764]: Standby manager daemon smithi103.lplguk started 2023-11-16T12:04:03.008 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:02 smithi103 ceph-mon[107764]: from='mgr.? 172.21.15.103:0/316711908' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi103.lplguk/crt"}]: dispatch 2023-11-16T12:04:03.008 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:02 smithi103 ceph-mon[107764]: from='mgr.? 172.21.15.103:0/316711908' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-16T12:04:03.008 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:02 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:03.008 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:02 smithi103 ceph-mon[107764]: from='mgr.? 172.21.15.103:0/316711908' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi103.lplguk/key"}]: dispatch 2023-11-16T12:04:03.008 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:02 smithi103 ceph-mon[107764]: from='mgr.? 172.21.15.103:0/316711908' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-16T12:04:03.008 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:02 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:03.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:02 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:03.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:02 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:03.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:02 smithi140 ceph-mon[110414]: pgmap v6: 97 pgs: 97 active+clean; 358 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail 2023-11-16T12:04:03.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:02 smithi140 ceph-mon[110414]: Standby manager daemon smithi103.lplguk restarted 2023-11-16T12:04:03.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:02 smithi140 ceph-mon[110414]: Standby manager daemon smithi103.lplguk started 2023-11-16T12:04:03.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:02 smithi140 ceph-mon[110414]: from='mgr.? 172.21.15.103:0/316711908' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi103.lplguk/crt"}]: dispatch 2023-11-16T12:04:03.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:02 smithi140 ceph-mon[110414]: from='mgr.? 172.21.15.103:0/316711908' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-16T12:04:03.237 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:02 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:03.237 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:02 smithi140 ceph-mon[110414]: from='mgr.? 172.21.15.103:0/316711908' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi103.lplguk/key"}]: dispatch 2023-11-16T12:04:03.237 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:02 smithi140 ceph-mon[110414]: from='mgr.? 172.21.15.103:0/316711908' entity='mgr.smithi103.lplguk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-16T12:04:03.237 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:02 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:03.735 INFO:teuthology.orchestra.run.smithi103.stdout: 5 71496 9.37 MB/sec execute 85 sec latency 122.300 ms 2023-11-16T12:04:04.034 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:03 smithi103 ceph-mon[107764]: mgrmap e27: smithi140.xexnxk(active, since 7s), standbys: smithi103.lplguk 2023-11-16T12:04:04.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:03 smithi140 ceph-mon[110414]: mgrmap e27: smithi140.xexnxk(active, since 7s), standbys: smithi103.lplguk 2023-11-16T12:04:04.745 INFO:teuthology.orchestra.run.smithi103.stdout: 5 71812 9.37 MB/sec execute 86 sec latency 123.624 ms 2023-11-16T12:04:05.043 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:04 smithi103 ceph-mon[107764]: pgmap v7: 97 pgs: 97 active+clean; 352 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 35 KiB/s rd, 2.7 MiB/s wr, 308 op/s 2023-11-16T12:04:05.085 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:04 smithi140 ceph-mon[110414]: pgmap v7: 97 pgs: 97 active+clean; 352 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 35 KiB/s rd, 2.7 MiB/s wr, 308 op/s 2023-11-16T12:04:05.745 INFO:teuthology.orchestra.run.smithi103.stdout: 5 72106 9.37 MB/sec execute 87 sec latency 140.700 ms 2023-11-16T12:04:06.247 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:06 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:06.248 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:06 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:06.248 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:06 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-16T12:04:06.248 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:06 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-16T12:04:06.248 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:06 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-16T12:04:06.248 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:06 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-16T12:04:06.248 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:06 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-16T12:04:06.248 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:06 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-16T12:04:06.248 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:06 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-16T12:04:06.248 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:06 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-16T12:04:06.248 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:06 smithi103 ceph-mon[107764]: Adjusting osd_memory_target on smithi140 to 2712M 2023-11-16T12:04:06.248 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:06 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:06.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:06 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:06.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:06 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:06.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:06 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-16T12:04:06.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:06 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-16T12:04:06.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:06 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-16T12:04:06.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:06 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-16T12:04:06.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:06 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-16T12:04:06.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:06 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-16T12:04:06.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:06 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-16T12:04:06.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:06 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-16T12:04:06.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:06 smithi140 ceph-mon[110414]: Adjusting osd_memory_target on smithi140 to 2712M 2023-11-16T12:04:06.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:06 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:06.745 INFO:teuthology.orchestra.run.smithi103.stdout: 5 72472 9.36 MB/sec execute 88 sec latency 117.512 ms 2023-11-16T12:04:07.615 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:07 smithi103 ceph-mon[107764]: pgmap v8: 97 pgs: 97 active+clean; 352 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 27 KiB/s rd, 2.1 MiB/s wr, 239 op/s 2023-11-16T12:04:07.616 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:07 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:07.616 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:07 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:07.616 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:07 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:07.616 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:07 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:07.616 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:07 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-16T12:04:07.616 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:07 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-16T12:04:07.616 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:07 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-16T12:04:07.616 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:07 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-16T12:04:07.616 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:07 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-16T12:04:07.616 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:07 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-16T12:04:07.616 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:07 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-16T12:04:07.617 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:07 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-16T12:04:07.617 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:07 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:07.617 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:07 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T12:04:07.617 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:07 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T12:04:07.745 INFO:teuthology.orchestra.run.smithi103.stdout: 5 72822 9.40 MB/sec execute 89 sec latency 129.783 ms 2023-11-16T12:04:07.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:07 smithi140 ceph-mon[110414]: pgmap v8: 97 pgs: 97 active+clean; 352 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 27 KiB/s rd, 2.1 MiB/s wr, 239 op/s 2023-11-16T12:04:07.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:07 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:07.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:07 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:07.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:07 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:07.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:07 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:07.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:07 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-16T12:04:07.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:07 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-16T12:04:07.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:07 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-16T12:04:07.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:07 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-16T12:04:07.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:07 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-16T12:04:07.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:07 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-16T12:04:07.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:07 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-16T12:04:07.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:07 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-16T12:04:07.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:07 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:07.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:07 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T12:04:07.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:07 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T12:04:08.632 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:08 smithi103 ceph-mon[107764]: Adjusting osd_memory_target on smithi103 to 1944M 2023-11-16T12:04:08.632 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:08 smithi103 ceph-mon[107764]: Updating smithi103:/etc/ceph/ceph.conf 2023-11-16T12:04:08.633 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:08 smithi103 ceph-mon[107764]: Updating smithi140:/etc/ceph/ceph.conf 2023-11-16T12:04:08.747 INFO:teuthology.orchestra.run.smithi103.stdout: 5 73117 9.39 MB/sec execute 90 sec latency 130.625 ms 2023-11-16T12:04:08.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:08 smithi140 ceph-mon[110414]: Adjusting osd_memory_target on smithi103 to 1944M 2023-11-16T12:04:28.842 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:08 smithi140 ceph-mon[110414]: Updating smithi103:/etc/ceph/ceph.conf 2023-11-16T12:04:28.842 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:08 smithi140 ceph-mon[110414]: Updating smithi140:/etc/ceph/ceph.conf 2023-11-16T12:04:28.843 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:09 smithi103 ceph-mon[107764]: Updating smithi140:/var/lib/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/config/ceph.conf 2023-11-16T12:04:28.940 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:09 smithi103 ceph-mon[107764]: Updating smithi103:/var/lib/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/config/ceph.conf 2023-11-16T12:04:28.941 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:09 smithi103 ceph-mon[107764]: Updating smithi140:/etc/ceph/ceph.client.admin.keyring 2023-11-16T12:04:28.941 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:09 smithi103 ceph-mon[107764]: pgmap v9: 97 pgs: 97 active+clean; 346 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 25 KiB/s rd, 3.6 MiB/s wr, 387 op/s 2023-11-16T12:04:28.941 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:09 smithi103 ceph-mon[107764]: Updating smithi103:/etc/ceph/ceph.client.admin.keyring 2023-11-16T12:04:28.941 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:09 smithi103 ceph-mon[107764]: Updating smithi140:/var/lib/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/config/ceph.client.admin.keyring 2023-11-16T12:04:28.941 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:09 smithi103 ceph-mon[107764]: Updating smithi103:/var/lib/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/config/ceph.client.admin.keyring 2023-11-16T12:04:28.941 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:09 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:28.941 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:09 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:28.941 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:09 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:28.941 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:09 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:28.941 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:09 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:28.941 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:09 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:28.942 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:09 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:28.942 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:09 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:28.942 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:09 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:28.942 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:09 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:28.942 INFO:teuthology.orchestra.run.smithi103.stdout: 5 73402 9.40 MB/sec execute 91 sec latency 123.790 ms 2023-11-16T12:04:28.943 INFO:teuthology.orchestra.run.smithi103.stdout:true 2023-11-16T12:04:28.943 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:10 smithi103 ceph-mon[107764]: Reconfiguring alertmanager.smithi103 (dependencies changed)... 2023-11-16T12:04:28.943 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:10 smithi103 ceph-mon[107764]: Reconfiguring daemon alertmanager.smithi103 on smithi103 2023-11-16T12:04:28.944 INFO:teuthology.orchestra.run.smithi103.stdout: 5 73629 9.35 MB/sec execute 92 sec latency 123.979 ms 2023-11-16T12:04:28.944 INFO:teuthology.orchestra.run.smithi103.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-16T12:04:28.944 INFO:teuthology.orchestra.run.smithi103.stdout:alertmanager.smithi103 smithi103 *:9093,9094 running (6m) 4s ago 7m 27.7M - 0.23.0 ba2b418f427c e9df78ee0a5f 2023-11-16T12:04:28.944 INFO:teuthology.orchestra.run.smithi103.stdout:crash.smithi103 smithi103 running (7m) 4s ago 7m 7008k - 17.2.0 e1d6a67b021e 62a9e4c3c3fe 2023-11-16T12:04:28.945 INFO:teuthology.orchestra.run.smithi103.stdout:crash.smithi140 smithi140 running (7m) 9s ago 7m 7163k - 17.2.0 e1d6a67b021e 013838b8dccc 2023-11-16T12:04:28.945 INFO:teuthology.orchestra.run.smithi103.stdout:grafana.smithi103 smithi103 *:3000 running (6m) 4s ago 7m 56.8M - 8.3.5 dad864ee21e9 87ceaad86059 2023-11-16T12:04:28.945 INFO:teuthology.orchestra.run.smithi103.stdout:mds.foofs.smithi103.ssgfis smithi103 running (3m) 4s ago 3m 37.5M - 17.2.0 e1d6a67b021e 6a0af07e429a 2023-11-16T12:04:28.945 INFO:teuthology.orchestra.run.smithi103.stdout:mds.foofs.smithi140.eneygm smithi140 running (3m) 9s ago 3m 13.6M - 17.2.0 e1d6a67b021e 7eebbdc15b03 2023-11-16T12:04:28.945 INFO:teuthology.orchestra.run.smithi103.stdout:mgr.smithi103.lplguk smithi103 *:9283 running (8m) 4s ago 8m 409M - 17.2.0 e1d6a67b021e ebd04f510a42 2023-11-16T12:04:28.945 INFO:teuthology.orchestra.run.smithi103.stdout:mgr.smithi140.xexnxk smithi140 *:8443,9283 running (25s) 9s ago 7m 497M - 18.0.0-7421-g50bc6740 1cfb7613cdb7 c624bae045f8 2023-11-16T12:04:28.945 INFO:teuthology.orchestra.run.smithi103.stdout:mon.smithi103 smithi103 running (9m) 4s ago 9m 107M 2048M 17.2.0 e1d6a67b021e afc3bdc1747b 2023-11-16T12:04:28.945 INFO:teuthology.orchestra.run.smithi103.stdout:mon.smithi140 smithi140 running (7m) 9s ago 7m 63.7M 2048M 17.2.0 e1d6a67b021e a0f4972da00f 2023-11-16T12:04:28.945 INFO:teuthology.orchestra.run.smithi103.stdout:nfs.foo.0.0.smithi103.kawwcr smithi103 *:2049 running (3m) 4s ago 3m 268M - 4.0 e1d6a67b021e 6b71f043d740 2023-11-16T12:04:28.945 INFO:teuthology.orchestra.run.smithi103.stdout:nfs.foo.1.0.smithi140.guwogn smithi140 *:2049 running (3m) 9s ago 3m 88.6M - 4.0 e1d6a67b021e 611de993975d 2023-11-16T12:04:28.945 INFO:teuthology.orchestra.run.smithi103.stdout:node-exporter.smithi103 smithi103 *:9100 running (7m) 4s ago 7m 25.7M - 1.3.1 1dbe0e931976 fc0011cf054b 2023-11-16T12:04:28.945 INFO:teuthology.orchestra.run.smithi103.stdout:node-exporter.smithi140 smithi140 *:9100 running (7m) 9s ago 7m 23.4M - 1.3.1 1dbe0e931976 e4be42658d54 2023-11-16T12:04:28.946 INFO:teuthology.orchestra.run.smithi103.stdout:osd.0 smithi103 running (6m) 4s ago 6m 1117M 1944M 17.2.0 e1d6a67b021e 16ed2887ad4f 2023-11-16T12:04:28.946 INFO:teuthology.orchestra.run.smithi103.stdout:osd.1 smithi103 running (6m) 4s ago 6m 895M 1944M 17.2.0 e1d6a67b021e 541477e0006b 2023-11-16T12:04:28.946 INFO:teuthology.orchestra.run.smithi103.stdout:osd.2 smithi103 running (6m) 4s ago 6m 620M 1944M 17.2.0 e1d6a67b021e 51e58b8bf69d 2023-11-16T12:04:28.946 INFO:teuthology.orchestra.run.smithi103.stdout:osd.3 smithi103 running (5m) 4s ago 5m 956M 1944M 17.2.0 e1d6a67b021e 562e405eb3b5 2023-11-16T12:04:28.953 INFO:teuthology.orchestra.run.smithi103.stdout:osd.4 smithi140 running (5m) 9s ago 5m 854M 2712M 17.2.0 e1d6a67b021e 60d4e21e3f89 2023-11-16T12:04:28.953 INFO:teuthology.orchestra.run.smithi103.stdout:osd.5 smithi140 running (5m) 9s ago 5m 1174M 2712M 17.2.0 e1d6a67b021e 2b97bd6df881 2023-11-16T12:04:28.953 INFO:teuthology.orchestra.run.smithi103.stdout:osd.6 smithi140 running (5m) 9s ago 5m 920M 2712M 17.2.0 e1d6a67b021e 79828d9e15a3 2023-11-16T12:04:28.953 INFO:teuthology.orchestra.run.smithi103.stdout:osd.7 smithi140 running (4m) 9s ago 4m 1518M 2712M 17.2.0 e1d6a67b021e e93e8f95e9b7 2023-11-16T12:04:28.983 INFO:teuthology.orchestra.run.smithi103.stdout:prometheus.smithi103 smithi103 *:9095 running (7m) 4s ago 7m 76.5M - 2.33.4 514e6a882f6e 1cb003f17627 2023-11-16T12:04:28.983 INFO:teuthology.orchestra.run.smithi103.stdout:{ 2023-11-16T12:04:28.983 INFO:teuthology.orchestra.run.smithi103.stdout: "mon": { 2023-11-16T12:04:28.983 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T12:04:28.984 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:04:28.984 INFO:teuthology.orchestra.run.smithi103.stdout: "mgr": { 2023-11-16T12:04:28.984 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-16T12:04:28.984 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 18.0.0-7421-g50bc6740 (50bc6740f385afe4f36770e739358479a73d8add) reef (dev)": 1 2023-11-16T12:04:28.984 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:04:28.984 INFO:teuthology.orchestra.run.smithi103.stdout: "osd": { 2023-11-16T12:04:28.984 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-16T12:04:28.984 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:04:28.984 INFO:teuthology.orchestra.run.smithi103.stdout: "mds": { 2023-11-16T12:04:28.984 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T12:04:28.984 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:04:28.984 INFO:teuthology.orchestra.run.smithi103.stdout: "overall": { 2023-11-16T12:04:28.984 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-16T12:04:28.984 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 18.0.0-7421-g50bc6740 (50bc6740f385afe4f36770e739358479a73d8add) reef (dev)": 1 2023-11-16T12:04:28.985 INFO:teuthology.orchestra.run.smithi103.stdout: } 2023-11-16T12:04:28.985 INFO:teuthology.orchestra.run.smithi103.stdout:} 2023-11-16T12:04:28.985 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:11 smithi103 ceph-mon[107764]: from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:04:28.985 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:11 smithi103 ceph-mon[107764]: pgmap v10: 97 pgs: 97 active+clean; 346 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 3.3 MiB/s wr, 354 op/s 2023-11-16T12:04:28.985 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:11 smithi103 ceph-mon[107764]: from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:04:28.985 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:11 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:04:28.986 INFO:teuthology.orchestra.run.smithi103.stdout: 5 73841 9.30 MB/sec execute 93 sec latency 123.910 ms 2023-11-16T12:04:28.986 INFO:teuthology.orchestra.run.smithi103.stdout:{ 2023-11-16T12:04:28.986 INFO:teuthology.orchestra.run.smithi103.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea", 2023-11-16T12:04:28.986 INFO:teuthology.orchestra.run.smithi103.stdout: "in_progress": true, 2023-11-16T12:04:28.987 INFO:teuthology.orchestra.run.smithi103.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-16T12:04:28.987 INFO:teuthology.orchestra.run.smithi103.stdout: "services_complete": [], 2023-11-16T12:04:28.987 INFO:teuthology.orchestra.run.smithi103.stdout: "progress": "1/23 daemons upgraded", 2023-11-16T12:04:28.987 INFO:teuthology.orchestra.run.smithi103.stdout: "message": "", 2023-11-16T12:04:28.987 INFO:teuthology.orchestra.run.smithi103.stdout: "is_paused": false 2023-11-16T12:04:28.987 INFO:teuthology.orchestra.run.smithi103.stdout:} 2023-11-16T12:04:28.987 INFO:teuthology.orchestra.run.smithi103.stdout:HEALTH_OK 2023-11-16T12:04:28.987 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:12 smithi103 ceph-mon[107764]: from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:04:28.987 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:12 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/1971337277' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T12:04:28.988 INFO:teuthology.orchestra.run.smithi103.stdout: 5 74070 9.27 MB/sec execute 94 sec latency 127.394 ms 2023-11-16T12:04:28.988 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:09 smithi140 ceph-mon[110414]: Updating smithi140:/var/lib/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/config/ceph.conf 2023-11-16T12:04:28.988 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:09 smithi140 ceph-mon[110414]: Updating smithi103:/var/lib/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/config/ceph.conf 2023-11-16T12:04:28.988 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:09 smithi140 ceph-mon[110414]: Updating smithi140:/etc/ceph/ceph.client.admin.keyring 2023-11-16T12:04:28.988 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:09 smithi140 ceph-mon[110414]: pgmap v9: 97 pgs: 97 active+clean; 346 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 25 KiB/s rd, 3.6 MiB/s wr, 387 op/s 2023-11-16T12:04:28.988 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:09 smithi140 ceph-mon[110414]: Updating smithi103:/etc/ceph/ceph.client.admin.keyring 2023-11-16T12:04:28.988 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:09 smithi140 ceph-mon[110414]: Updating smithi140:/var/lib/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/config/ceph.client.admin.keyring 2023-11-16T12:04:28.989 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:09 smithi140 ceph-mon[110414]: Updating smithi103:/var/lib/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/config/ceph.client.admin.keyring 2023-11-16T12:04:28.989 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:09 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:28.989 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:09 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:28.989 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:09 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:28.989 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:09 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:28.989 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:09 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:28.989 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:09 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:29.025 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:09 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:29.025 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:09 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:29.025 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:09 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:29.025 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:09 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:29.026 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:10 smithi140 ceph-mon[110414]: Reconfiguring alertmanager.smithi103 (dependencies changed)... 2023-11-16T12:04:29.026 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:10 smithi140 ceph-mon[110414]: Reconfiguring daemon alertmanager.smithi103 on smithi103 2023-11-16T12:04:29.026 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:11 smithi140 ceph-mon[110414]: from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:04:29.026 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:11 smithi140 ceph-mon[110414]: pgmap v10: 97 pgs: 97 active+clean; 346 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 3.3 MiB/s wr, 354 op/s 2023-11-16T12:04:29.026 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:11 smithi140 ceph-mon[110414]: from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:04:29.026 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:11 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:04:29.026 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:12 smithi140 ceph-mon[110414]: from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:04:29.026 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:12 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/1971337277' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T12:04:29.026 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:13 smithi140 ceph-mon[110414]: from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:04:29.026 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:13 smithi140 ceph-mon[110414]: pgmap v11: 97 pgs: 97 active+clean; 346 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 3.3 MiB/s wr, 354 op/s 2023-11-16T12:04:29.026 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:13 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/547690177' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T12:04:29.027 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:15 smithi140 ceph-mon[110414]: pgmap v12: 97 pgs: 97 active+clean; 350 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 25 KiB/s rd, 5.1 MiB/s wr, 509 op/s 2023-11-16T12:04:29.027 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:17 smithi140 ceph-mon[110414]: pgmap v13: 97 pgs: 97 active+clean; 350 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.5 MiB/s wr, 331 op/s 2023-11-16T12:04:29.027 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:17 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:29.027 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:17 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:29.027 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:18 smithi140 ceph-mon[110414]: Reconfiguring grafana.smithi103 (dependencies changed)... 2023-11-16T12:04:29.027 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:18 smithi140 ceph-mon[110414]: Regenerating cephadm self-signed grafana TLS certificates 2023-11-16T12:04:29.027 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:18 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:29.027 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:18 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:29.027 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:18 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-16T12:04:29.027 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:18 smithi140 ceph-mon[110414]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-16T12:04:29.027 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:18 smithi140 ceph-mon[110414]: Reconfiguring daemon grafana.smithi103 on smithi103 2023-11-16T12:04:29.028 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:19 smithi140 ceph-mon[110414]: pgmap v14: 97 pgs: 97 active+clean; 343 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 543 op/s 2023-11-16T12:04:29.028 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:21 smithi140 ceph-mon[110414]: pgmap v15: 97 pgs: 97 active+clean; 343 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 367 op/s 2023-11-16T12:04:29.028 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:23 smithi140 ceph-mon[110414]: pgmap v16: 97 pgs: 97 active+clean; 343 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 367 op/s 2023-11-16T12:04:29.028 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:25 smithi140 ceph-mon[110414]: pgmap v17: 97 pgs: 97 active+clean; 347 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.5 MiB/s wr, 523 op/s 2023-11-16T12:04:29.028 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:26 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:04:29.028 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:27 smithi140 ceph-mon[110414]: pgmap v18: 97 pgs: 97 active+clean; 347 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 367 op/s 2023-11-16T12:04:29.028 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:13 smithi103 ceph-mon[107764]: from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:04:29.028 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:13 smithi103 ceph-mon[107764]: pgmap v11: 97 pgs: 97 active+clean; 346 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 3.3 MiB/s wr, 354 op/s 2023-11-16T12:04:29.029 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:13 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/547690177' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T12:04:29.029 INFO:teuthology.orchestra.run.smithi103.stdout: 5 74391 9.27 MB/sec execute 95 sec latency 129.449 ms 2023-11-16T12:04:29.029 INFO:teuthology.orchestra.run.smithi103.stdout: 5 74729 9.24 MB/sec execute 96 sec latency 100.582 ms 2023-11-16T12:04:29.029 INFO:teuthology.orchestra.run.smithi103.stdout: 5 75085 9.24 MB/sec execute 97 sec latency 120.828 ms 2023-11-16T12:04:29.030 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:15 smithi103 ceph-mon[107764]: pgmap v12: 97 pgs: 97 active+clean; 350 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 25 KiB/s rd, 5.1 MiB/s wr, 509 op/s 2023-11-16T12:04:29.049 INFO:teuthology.orchestra.run.smithi103.stdout: 5 75465 9.26 MB/sec execute 98 sec latency 135.477 ms 2023-11-16T12:04:29.049 INFO:teuthology.orchestra.run.smithi103.stdout: 5 75823 9.25 MB/sec execute 99 sec latency 129.612 ms 2023-11-16T12:04:29.050 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:17 smithi103 ceph-mon[107764]: pgmap v13: 97 pgs: 97 active+clean; 350 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.5 MiB/s wr, 331 op/s 2023-11-16T12:04:29.050 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:17 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:29.050 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:17 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:29.050 INFO:teuthology.orchestra.run.smithi103.stdout: 5 76154 9.25 MB/sec execute 100 sec latency 148.718 ms 2023-11-16T12:04:29.050 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:18 smithi103 ceph-mon[107764]: Reconfiguring grafana.smithi103 (dependencies changed)... 2023-11-16T12:04:29.051 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:18 smithi103 ceph-mon[107764]: Regenerating cephadm self-signed grafana TLS certificates 2023-11-16T12:04:29.051 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:18 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:29.051 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:18 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:29.051 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:18 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-16T12:04:29.051 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:18 smithi103 ceph-mon[107764]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-16T12:04:29.051 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:18 smithi103 ceph-mon[107764]: Reconfiguring daemon grafana.smithi103 on smithi103 2023-11-16T12:04:29.051 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:19 smithi103 ceph-mon[107764]: pgmap v14: 97 pgs: 97 active+clean; 343 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 543 op/s 2023-11-16T12:04:29.052 INFO:teuthology.orchestra.run.smithi103.stdout: 5 76373 9.23 MB/sec execute 101 sec latency 232.045 ms 2023-11-16T12:04:29.052 INFO:teuthology.orchestra.run.smithi103.stdout: 5 76656 9.22 MB/sec execute 102 sec latency 128.324 ms 2023-11-16T12:04:29.052 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:21 smithi103 ceph-mon[107764]: pgmap v15: 97 pgs: 97 active+clean; 343 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 367 op/s 2023-11-16T12:04:29.052 INFO:teuthology.orchestra.run.smithi103.stdout: 5 76866 9.19 MB/sec execute 103 sec latency 120.875 ms 2023-11-16T12:04:29.052 INFO:teuthology.orchestra.run.smithi103.stdout: 5 77102 9.19 MB/sec execute 104 sec latency 134.426 ms 2023-11-16T12:04:29.053 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:23 smithi103 ceph-mon[107764]: pgmap v16: 97 pgs: 97 active+clean; 343 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 367 op/s 2023-11-16T12:04:29.053 INFO:teuthology.orchestra.run.smithi103.stdout: 5 77314 9.14 MB/sec execute 105 sec latency 129.016 ms 2023-11-16T12:04:29.053 INFO:teuthology.orchestra.run.smithi103.stdout: 5 77555 9.10 MB/sec execute 106 sec latency 146.900 ms 2023-11-16T12:04:29.053 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:25 smithi103 ceph-mon[107764]: pgmap v17: 97 pgs: 97 active+clean; 347 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.5 MiB/s wr, 523 op/s 2023-11-16T12:04:29.054 INFO:teuthology.orchestra.run.smithi103.stdout: 5 77799 9.06 MB/sec execute 107 sec latency 127.095 ms 2023-11-16T12:04:29.088 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:26 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:04:29.088 INFO:teuthology.orchestra.run.smithi103.stdout: 5 77994 9.00 MB/sec execute 108 sec latency 184.943 ms 2023-11-16T12:04:29.088 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:27 smithi103 ceph-mon[107764]: pgmap v18: 97 pgs: 97 active+clean; 347 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 367 op/s 2023-11-16T12:04:29.089 INFO:teuthology.orchestra.run.smithi103.stdout: 5 78179 8.97 MB/sec execute 109 sec latency 136.622 ms 2023-11-16T12:04:29.089 INFO:teuthology.orchestra.run.smithi103.stdout: 5 78473 8.99 MB/sec execute 110 sec latency 153.938 ms 2023-11-16T12:04:29.421 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:29 smithi103 ceph-mon[107764]: pgmap v19: 97 pgs: 97 active+clean; 342 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.1 MiB/s wr, 510 op/s 2023-11-16T12:04:29.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:29 smithi140 ceph-mon[110414]: pgmap v19: 97 pgs: 97 active+clean; 342 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.1 MiB/s wr, 510 op/s 2023-11-16T12:04:29.784 INFO:teuthology.orchestra.run.smithi103.stdout: 5 78893 9.00 MB/sec execute 111 sec latency 128.006 ms 2023-11-16T12:04:30.784 INFO:teuthology.orchestra.run.smithi103.stdout: 5 79310 9.03 MB/sec execute 112 sec latency 130.902 ms 2023-11-16T12:04:31.195 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:31 smithi103 ceph-mon[107764]: pgmap v20: 97 pgs: 97 active+clean; 342 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.1 MiB/s wr, 298 op/s 2023-11-16T12:04:31.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:31 smithi140 ceph-mon[110414]: pgmap v20: 97 pgs: 97 active+clean; 342 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.1 MiB/s wr, 298 op/s 2023-11-16T12:04:31.787 INFO:teuthology.orchestra.run.smithi103.stdout: 5 79620 8.99 MB/sec execute 113 sec latency 123.554 ms 2023-11-16T12:04:32.788 INFO:teuthology.orchestra.run.smithi103.stdout: 5 79961 8.99 MB/sec execute 114 sec latency 210.488 ms 2023-11-16T12:04:33.238 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:33 smithi103 ceph-mon[107764]: pgmap v21: 97 pgs: 97 active+clean; 342 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.1 MiB/s wr, 298 op/s 2023-11-16T12:04:33.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:33 smithi140 ceph-mon[110414]: pgmap v21: 97 pgs: 97 active+clean; 342 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.1 MiB/s wr, 298 op/s 2023-11-16T12:04:33.790 INFO:teuthology.orchestra.run.smithi103.stdout: 5 80393 9.05 MB/sec execute 115 sec latency 131.987 ms 2023-11-16T12:04:34.790 INFO:teuthology.orchestra.run.smithi103.stdout: 5 80791 9.11 MB/sec execute 116 sec latency 123.641 ms 2023-11-16T12:04:35.260 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:35 smithi103 ceph-mon[107764]: pgmap v22: 97 pgs: 97 active+clean; 347 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.1 MiB/s wr, 495 op/s 2023-11-16T12:04:35.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:35 smithi140 ceph-mon[110414]: pgmap v22: 97 pgs: 97 active+clean; 347 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.1 MiB/s wr, 495 op/s 2023-11-16T12:04:35.789 INFO:teuthology.orchestra.run.smithi103.stdout: 5 81047 9.08 MB/sec execute 117 sec latency 182.971 ms 2023-11-16T12:04:36.790 INFO:teuthology.orchestra.run.smithi103.stdout: 5 81362 9.03 MB/sec execute 118 sec latency 128.219 ms 2023-11-16T12:04:37.314 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:37 smithi103 ceph-mon[107764]: pgmap v23: 97 pgs: 97 active+clean; 347 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 339 op/s 2023-11-16T12:04:37.314 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:37 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:37.314 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:37 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:37.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:37 smithi140 ceph-mon[110414]: pgmap v23: 97 pgs: 97 active+clean; 347 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 339 op/s 2023-11-16T12:04:37.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:37 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:37.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:37 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:37.790 INFO:teuthology.orchestra.run.smithi103.stdout: 5 81614 8.98 MB/sec execute 119 sec latency 123.756 ms 2023-11-16T12:04:38.346 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:38 smithi103 ceph-mon[107764]: Reconfiguring node-exporter.smithi103 (dependencies changed)... 2023-11-16T12:04:38.346 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:38 smithi103 ceph-mon[107764]: Reconfiguring daemon node-exporter.smithi103 on smithi103 2023-11-16T12:04:38.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:38 smithi140 ceph-mon[110414]: Reconfiguring node-exporter.smithi103 (dependencies changed)... 2023-11-16T12:04:38.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:38 smithi140 ceph-mon[110414]: Reconfiguring daemon node-exporter.smithi103 on smithi103 2023-11-16T12:04:38.790 INFO:teuthology.orchestra.run.smithi103.stdout: 5 81861 8.95 MB/sec execute 120 sec latency 126.510 ms 2023-11-16T12:04:39.360 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:39 smithi103 ceph-mon[107764]: pgmap v24: 97 pgs: 97 active+clean; 351 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.4 MiB/s wr, 539 op/s 2023-11-16T12:04:39.360 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:39 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:39.361 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:39 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:39.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:39 smithi140 ceph-mon[110414]: pgmap v24: 97 pgs: 97 active+clean; 351 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.4 MiB/s wr, 539 op/s 2023-11-16T12:04:39.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:39 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:39.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:39 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:39.790 INFO:teuthology.orchestra.run.smithi103.stdout: 5 82204 9.00 MB/sec execute 121 sec latency 123.511 ms 2023-11-16T12:04:40.396 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:40 smithi103 ceph-mon[107764]: Reconfiguring prometheus.smithi103 (dependencies changed)... 2023-11-16T12:04:40.396 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:40 smithi103 ceph-mon[107764]: Reconfiguring daemon prometheus.smithi103 on smithi103 2023-11-16T12:04:40.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:40 smithi140 ceph-mon[110414]: Reconfiguring prometheus.smithi103 (dependencies changed)... 2023-11-16T12:04:40.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:40 smithi140 ceph-mon[110414]: Reconfiguring daemon prometheus.smithi103 on smithi103 2023-11-16T12:04:40.790 INFO:teuthology.orchestra.run.smithi103.stdout: 5 82466 9.00 MB/sec execute 122 sec latency 126.997 ms 2023-11-16T12:04:41.406 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:41 smithi103 ceph-mon[107764]: pgmap v25: 97 pgs: 97 active+clean; 351 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.0 MiB/s wr, 395 op/s 2023-11-16T12:04:41.406 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:41 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:04:41.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:41 smithi140 ceph-mon[110414]: pgmap v25: 97 pgs: 97 active+clean; 351 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.0 MiB/s wr, 395 op/s 2023-11-16T12:04:41.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:41 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:04:41.802 INFO:teuthology.orchestra.run.smithi103.stdout: 5 82764 8.99 MB/sec execute 123 sec latency 116.698 ms 2023-11-16T12:04:42.802 INFO:teuthology.orchestra.run.smithi103.stdout: 5 83040 8.95 MB/sec execute 124 sec latency 131.338 ms 2023-11-16T12:04:43.213 INFO:teuthology.orchestra.run.smithi103.stdout:true 2023-11-16T12:04:43.469 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:43 smithi103 ceph-mon[107764]: pgmap v26: 97 pgs: 97 active+clean; 351 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.0 MiB/s wr, 395 op/s 2023-11-16T12:04:43.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:43 smithi140 ceph-mon[110414]: pgmap v26: 97 pgs: 97 active+clean; 351 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.0 MiB/s wr, 395 op/s 2023-11-16T12:04:43.802 INFO:teuthology.orchestra.run.smithi103.stdout: 5 83227 8.91 MB/sec execute 125 sec latency 124.954 ms 2023-11-16T12:04:44.217 INFO:teuthology.orchestra.run.smithi103.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-16T12:04:44.217 INFO:teuthology.orchestra.run.smithi103.stdout:alertmanager.smithi103 smithi103 *:9093,9094 starting - - - - 2023-11-16T12:04:44.217 INFO:teuthology.orchestra.run.smithi103.stdout:crash.smithi103 smithi103 running (8m) 37s ago 8m 7008k - 17.2.0 e1d6a67b021e 62a9e4c3c3fe 2023-11-16T12:04:44.217 INFO:teuthology.orchestra.run.smithi103.stdout:crash.smithi140 smithi140 running (8m) 42s ago 8m 7163k - 17.2.0 e1d6a67b021e 013838b8dccc 2023-11-16T12:04:44.217 INFO:teuthology.orchestra.run.smithi103.stdout:grafana.smithi103 smithi103 *:3000 starting - - - - 2023-11-16T12:04:44.217 INFO:teuthology.orchestra.run.smithi103.stdout:mds.foofs.smithi103.ssgfis smithi103 running (4m) 37s ago 4m 37.5M - 17.2.0 e1d6a67b021e 6a0af07e429a 2023-11-16T12:04:44.217 INFO:teuthology.orchestra.run.smithi103.stdout:mds.foofs.smithi140.eneygm smithi140 running (4m) 42s ago 4m 13.6M - 17.2.0 e1d6a67b021e 7eebbdc15b03 2023-11-16T12:04:44.217 INFO:teuthology.orchestra.run.smithi103.stdout:mgr.smithi103.lplguk smithi103 *:9283 running (9m) 37s ago 9m 409M - 17.2.0 e1d6a67b021e ebd04f510a42 2023-11-16T12:04:44.217 INFO:teuthology.orchestra.run.smithi103.stdout:mgr.smithi140.xexnxk smithi140 *:8443,9283 running (58s) 42s ago 7m 497M - 18.0.0-7421-g50bc6740 1cfb7613cdb7 c624bae045f8 2023-11-16T12:04:44.217 INFO:teuthology.orchestra.run.smithi103.stdout:mon.smithi103 smithi103 running (9m) 37s ago 9m 107M 2048M 17.2.0 e1d6a67b021e afc3bdc1747b 2023-11-16T12:04:44.218 INFO:teuthology.orchestra.run.smithi103.stdout:mon.smithi140 smithi140 running (7m) 42s ago 7m 63.7M 2048M 17.2.0 e1d6a67b021e a0f4972da00f 2023-11-16T12:04:44.218 INFO:teuthology.orchestra.run.smithi103.stdout:nfs.foo.0.0.smithi103.kawwcr smithi103 *:2049 running (4m) 37s ago 4m 268M - 4.0 e1d6a67b021e 6b71f043d740 2023-11-16T12:04:44.218 INFO:teuthology.orchestra.run.smithi103.stdout:nfs.foo.1.0.smithi140.guwogn smithi140 *:2049 running (4m) 42s ago 4m 88.6M - 4.0 e1d6a67b021e 611de993975d 2023-11-16T12:04:44.218 INFO:teuthology.orchestra.run.smithi103.stdout:node-exporter.smithi103 smithi103 *:9100 starting - - - - 2023-11-16T12:04:44.218 INFO:teuthology.orchestra.run.smithi103.stdout:node-exporter.smithi140 smithi140 *:9100 running (7m) 42s ago 7m 23.4M - 1.3.1 1dbe0e931976 e4be42658d54 2023-11-16T12:04:44.218 INFO:teuthology.orchestra.run.smithi103.stdout:osd.0 smithi103 running (7m) 37s ago 7m 1117M 1944M 17.2.0 e1d6a67b021e 16ed2887ad4f 2023-11-16T12:04:44.218 INFO:teuthology.orchestra.run.smithi103.stdout:osd.1 smithi103 running (7m) 37s ago 7m 895M 1944M 17.2.0 e1d6a67b021e 541477e0006b 2023-11-16T12:04:44.218 INFO:teuthology.orchestra.run.smithi103.stdout:osd.2 smithi103 running (6m) 37s ago 6m 620M 1944M 17.2.0 e1d6a67b021e 51e58b8bf69d 2023-11-16T12:04:44.218 INFO:teuthology.orchestra.run.smithi103.stdout:osd.3 smithi103 running (6m) 37s ago 6m 956M 1944M 17.2.0 e1d6a67b021e 562e405eb3b5 2023-11-16T12:04:44.218 INFO:teuthology.orchestra.run.smithi103.stdout:osd.4 smithi140 running (6m) 42s ago 6m 854M 2712M 17.2.0 e1d6a67b021e 60d4e21e3f89 2023-11-16T12:04:44.218 INFO:teuthology.orchestra.run.smithi103.stdout:osd.5 smithi140 running (5m) 42s ago 5m 1174M 2712M 17.2.0 e1d6a67b021e 2b97bd6df881 2023-11-16T12:04:44.218 INFO:teuthology.orchestra.run.smithi103.stdout:osd.6 smithi140 running (5m) 42s ago 5m 920M 2712M 17.2.0 e1d6a67b021e 79828d9e15a3 2023-11-16T12:04:44.219 INFO:teuthology.orchestra.run.smithi103.stdout:osd.7 smithi140 running (5m) 42s ago 5m 1518M 2712M 17.2.0 e1d6a67b021e e93e8f95e9b7 2023-11-16T12:04:44.219 INFO:teuthology.orchestra.run.smithi103.stdout:prometheus.smithi103 smithi103 *:9095 running (7m) 37s ago 7m 76.5M - 2.33.4 514e6a882f6e 1cb003f17627 2023-11-16T12:04:44.485 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:44 smithi103 ceph-mon[107764]: from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:04:44.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:44 smithi140 ceph-mon[110414]: from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:04:44.779 INFO:teuthology.orchestra.run.smithi103.stdout:{ 2023-11-16T12:04:44.779 INFO:teuthology.orchestra.run.smithi103.stdout: "mon": { 2023-11-16T12:04:44.779 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T12:04:44.779 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:04:44.779 INFO:teuthology.orchestra.run.smithi103.stdout: "mgr": { 2023-11-16T12:04:44.779 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-16T12:04:44.780 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 18.0.0-7421-g50bc6740 (50bc6740f385afe4f36770e739358479a73d8add) reef (dev)": 1 2023-11-16T12:04:44.780 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:04:44.780 INFO:teuthology.orchestra.run.smithi103.stdout: "osd": { 2023-11-16T12:04:44.780 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-16T12:04:44.780 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:04:44.780 INFO:teuthology.orchestra.run.smithi103.stdout: "mds": { 2023-11-16T12:04:44.780 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T12:04:44.781 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:04:44.781 INFO:teuthology.orchestra.run.smithi103.stdout: "overall": { 2023-11-16T12:04:44.781 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-16T12:04:44.781 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 18.0.0-7421-g50bc6740 (50bc6740f385afe4f36770e739358479a73d8add) reef (dev)": 1 2023-11-16T12:04:44.781 INFO:teuthology.orchestra.run.smithi103.stdout: } 2023-11-16T12:04:44.781 INFO:teuthology.orchestra.run.smithi103.stdout:} 2023-11-16T12:04:44.804 INFO:teuthology.orchestra.run.smithi103.stdout: 5 83449 8.89 MB/sec execute 126 sec latency 129.712 ms 2023-11-16T12:04:45.302 INFO:teuthology.orchestra.run.smithi103.stdout:{ 2023-11-16T12:04:45.302 INFO:teuthology.orchestra.run.smithi103.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea", 2023-11-16T12:04:45.302 INFO:teuthology.orchestra.run.smithi103.stdout: "in_progress": true, 2023-11-16T12:04:45.302 INFO:teuthology.orchestra.run.smithi103.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-16T12:04:45.302 INFO:teuthology.orchestra.run.smithi103.stdout: "services_complete": [], 2023-11-16T12:04:45.302 INFO:teuthology.orchestra.run.smithi103.stdout: "progress": "1/23 daemons upgraded", 2023-11-16T12:04:45.303 INFO:teuthology.orchestra.run.smithi103.stdout: "message": "", 2023-11-16T12:04:45.303 INFO:teuthology.orchestra.run.smithi103.stdout: "is_paused": false 2023-11-16T12:04:45.303 INFO:teuthology.orchestra.run.smithi103.stdout:} 2023-11-16T12:04:45.502 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:45 smithi103 ceph-mon[107764]: from='client.24539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:04:45.502 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:45 smithi103 ceph-mon[107764]: pgmap v27: 97 pgs: 97 active+clean; 344 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.7 MiB/s wr, 567 op/s 2023-11-16T12:04:45.502 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:45 smithi103 ceph-mon[107764]: from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:04:45.502 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:45 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/1312355149' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T12:04:45.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:45 smithi140 ceph-mon[110414]: from='client.24539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:04:45.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:45 smithi140 ceph-mon[110414]: pgmap v27: 97 pgs: 97 active+clean; 344 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.7 MiB/s wr, 567 op/s 2023-11-16T12:04:45.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:45 smithi140 ceph-mon[110414]: from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:04:45.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:45 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/1312355149' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T12:04:45.804 INFO:teuthology.orchestra.run.smithi103.stdout: 5 83773 8.91 MB/sec execute 127 sec latency 136.815 ms 2023-11-16T12:04:45.893 INFO:teuthology.orchestra.run.smithi103.stdout:HEALTH_OK 2023-11-16T12:04:46.529 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:46 smithi103 ceph-mon[107764]: from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:04:46.530 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:46 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/2684603855' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T12:04:46.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:46 smithi140 ceph-mon[110414]: from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:04:46.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:46 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/2684603855' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T12:04:46.806 INFO:teuthology.orchestra.run.smithi103.stdout: 5 84083 8.91 MB/sec execute 128 sec latency 162.246 ms 2023-11-16T12:04:47.555 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:47 smithi103 ceph-mon[107764]: pgmap v28: 97 pgs: 97 active+clean; 344 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 370 op/s 2023-11-16T12:04:47.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:47 smithi140 ceph-mon[110414]: pgmap v28: 97 pgs: 97 active+clean; 344 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 370 op/s 2023-11-16T12:04:47.807 INFO:teuthology.orchestra.run.smithi103.stdout: 5 84360 8.94 MB/sec execute 129 sec latency 141.436 ms 2023-11-16T12:04:48.808 INFO:teuthology.orchestra.run.smithi103.stdout: 5 84617 8.92 MB/sec execute 130 sec latency 130.402 ms 2023-11-16T12:04:49.586 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:49 smithi103 ceph-mon[107764]: pgmap v29: 97 pgs: 97 active+clean; 347 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.7 MiB/s wr, 529 op/s 2023-11-16T12:04:49.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:49 smithi140 ceph-mon[110414]: pgmap v29: 97 pgs: 97 active+clean; 347 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.7 MiB/s wr, 529 op/s 2023-11-16T12:04:49.808 INFO:teuthology.orchestra.run.smithi103.stdout: 5 84918 8.86 MB/sec execute 131 sec latency 123.856 ms 2023-11-16T12:04:50.807 INFO:teuthology.orchestra.run.smithi103.stdout: 5 85201 8.83 MB/sec execute 132 sec latency 140.700 ms 2023-11-16T12:04:51.646 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:51 smithi103 ceph-mon[107764]: pgmap v30: 97 pgs: 97 active+clean; 347 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 330 op/s 2023-11-16T12:04:51.647 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:51 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:51.647 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:51 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:51.647 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:51 smithi103 ceph-mon[107764]: Reconfiguring node-exporter.smithi140 (dependencies changed)... 2023-11-16T12:04:51.647 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:51 smithi103 ceph-mon[107764]: Reconfiguring daemon node-exporter.smithi140 on smithi140 2023-11-16T12:04:51.729 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:51 smithi140 ceph-mon[110414]: pgmap v30: 97 pgs: 97 active+clean; 347 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 330 op/s 2023-11-16T12:04:51.729 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:51 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:51.729 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:51 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:51.730 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:51 smithi140 ceph-mon[110414]: Reconfiguring node-exporter.smithi140 (dependencies changed)... 2023-11-16T12:04:51.730 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:51 smithi140 ceph-mon[110414]: Reconfiguring daemon node-exporter.smithi140 on smithi140 2023-11-16T12:04:51.816 INFO:teuthology.orchestra.run.smithi103.stdout: 5 85548 8.84 MB/sec execute 133 sec latency 202.041 ms 2023-11-16T12:04:52.685 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:52 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:52.686 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:52 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:52.686 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:52 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-16T12:04:52.686 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:52 smithi103 ceph-mon[107764]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-16T12:04:52.686 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:52 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi103.front.sepia.ceph.com:9093"}]: dispatch 2023-11-16T12:04:52.686 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:52 smithi103 ceph-mon[107764]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi103.front.sepia.ceph.com:9093"}]: dispatch 2023-11-16T12:04:52.686 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:52 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:52.686 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:52 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-16T12:04:52.686 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:52 smithi103 ceph-mon[107764]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-16T12:04:52.686 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:52 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi103.front.sepia.ceph.com:3000"}]: dispatch 2023-11-16T12:04:52.687 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:52 smithi103 ceph-mon[107764]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi103.front.sepia.ceph.com:3000"}]: dispatch 2023-11-16T12:04:52.687 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:52 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:52.687 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:52 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-16T12:04:52.687 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:52 smithi103 ceph-mon[107764]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-16T12:04:52.687 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:52 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi103.front.sepia.ceph.com:9095"}]: dispatch 2023-11-16T12:04:52.687 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:52 smithi103 ceph-mon[107764]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi103.front.sepia.ceph.com:9095"}]: dispatch 2023-11-16T12:04:52.687 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:52 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:52.687 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:52 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T12:04:52.687 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:52 smithi103 ceph-mon[107764]: Upgrade: Need to upgrade myself (mgr.smithi140.xexnxk) 2023-11-16T12:04:52.687 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:52 smithi103 ceph-mon[107764]: Upgrade: Need to upgrade myself (mgr.smithi140.xexnxk) 2023-11-16T12:04:52.687 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:52 smithi103 ceph-mon[107764]: pgmap v31: 97 pgs: 97 active+clean; 347 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 330 op/s 2023-11-16T12:04:52.816 INFO:teuthology.orchestra.run.smithi103.stdout: 5 85856 8.86 MB/sec execute 134 sec latency 210.674 ms 2023-11-16T12:04:52.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:52 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:52.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:52 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:52.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:52 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-16T12:04:52.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:52 smithi140 ceph-mon[110414]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-16T12:04:52.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:52 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi103.front.sepia.ceph.com:9093"}]: dispatch 2023-11-16T12:04:52.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:52 smithi140 ceph-mon[110414]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi103.front.sepia.ceph.com:9093"}]: dispatch 2023-11-16T12:04:52.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:52 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:52.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:52 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-16T12:04:52.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:52 smithi140 ceph-mon[110414]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-16T12:04:52.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:52 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi103.front.sepia.ceph.com:3000"}]: dispatch 2023-11-16T12:04:52.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:52 smithi140 ceph-mon[110414]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi103.front.sepia.ceph.com:3000"}]: dispatch 2023-11-16T12:04:52.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:52 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:52.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:52 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-16T12:04:52.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:52 smithi140 ceph-mon[110414]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-16T12:04:52.988 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:52 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi103.front.sepia.ceph.com:9095"}]: dispatch 2023-11-16T12:04:52.988 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:52 smithi140 ceph-mon[110414]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi103.front.sepia.ceph.com:9095"}]: dispatch 2023-11-16T12:04:52.988 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:52 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:52.988 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:52 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T12:04:52.988 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:52 smithi140 ceph-mon[110414]: Upgrade: Need to upgrade myself (mgr.smithi140.xexnxk) 2023-11-16T12:04:52.988 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:52 smithi140 ceph-mon[110414]: Upgrade: Need to upgrade myself (mgr.smithi140.xexnxk) 2023-11-16T12:04:52.988 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:52 smithi140 ceph-mon[110414]: pgmap v31: 97 pgs: 97 active+clean; 347 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 330 op/s 2023-11-16T12:04:53.816 INFO:teuthology.orchestra.run.smithi103.stdout: 5 86276 8.87 MB/sec execute 135 sec latency 125.985 ms 2023-11-16T12:04:54.818 INFO:teuthology.orchestra.run.smithi103.stdout: 5 86576 8.86 MB/sec execute 136 sec latency 126.722 ms 2023-11-16T12:04:55.228 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:55 smithi103 ceph-mon[107764]: pgmap v32: 97 pgs: 97 active+clean; 345 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.3 MiB/s wr, 515 op/s 2023-11-16T12:04:55.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:55 smithi140 ceph-mon[110414]: pgmap v32: 97 pgs: 97 active+clean; 345 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.3 MiB/s wr, 515 op/s 2023-11-16T12:04:55.818 INFO:teuthology.orchestra.run.smithi103.stdout: 5 86913 8.87 MB/sec execute 137 sec latency 123.976 ms 2023-11-16T12:04:56.288 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:56 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:04:56.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:56 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:04:56.818 INFO:teuthology.orchestra.run.smithi103.stdout: 5 87236 8.88 MB/sec execute 138 sec latency 128.055 ms 2023-11-16T12:04:57.303 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:57 smithi103 ceph-mon[107764]: pgmap v33: 97 pgs: 97 active+clean; 345 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 344 op/s 2023-11-16T12:04:57.303 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:57 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:57.303 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:57 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi103.lplguk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-16T12:04:57.303 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:57 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi103.lplguk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-16T12:04:57.303 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:57 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-16T12:04:57.303 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:57 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T12:04:57.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:57 smithi140 ceph-mon[110414]: pgmap v33: 97 pgs: 97 active+clean; 345 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 344 op/s 2023-11-16T12:04:57.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:57 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:04:57.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:57 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi103.lplguk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-16T12:04:57.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:57 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi103.lplguk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-16T12:04:57.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:57 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-16T12:04:57.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:57 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T12:04:57.820 INFO:teuthology.orchestra.run.smithi103.stdout: 5 87524 8.87 MB/sec execute 139 sec latency 125.733 ms 2023-11-16T12:04:58.306 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:58 smithi103 ceph-mon[107764]: Upgrade: Updating mgr.smithi103.lplguk 2023-11-16T12:04:58.306 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:58 smithi103 ceph-mon[107764]: Deploying daemon mgr.smithi103.lplguk on smithi103 2023-11-16T12:04:58.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:58 smithi140 ceph-mon[110414]: Upgrade: Updating mgr.smithi103.lplguk 2023-11-16T12:04:58.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:58 smithi140 ceph-mon[110414]: Deploying daemon mgr.smithi103.lplguk on smithi103 2023-11-16T12:04:58.820 INFO:teuthology.orchestra.run.smithi103.stdout: 5 87842 8.88 MB/sec execute 140 sec latency 120.611 ms 2023-11-16T12:04:59.317 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:04:59 smithi103 ceph-mon[107764]: pgmap v34: 97 pgs: 97 active+clean; 350 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.7 MiB/s wr, 537 op/s 2023-11-16T12:04:59.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:04:59 smithi140 ceph-mon[110414]: pgmap v34: 97 pgs: 97 active+clean; 350 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.7 MiB/s wr, 537 op/s 2023-11-16T12:04:59.827 INFO:teuthology.orchestra.run.smithi103.stdout: 5 88210 8.90 MB/sec execute 141 sec latency 125.142 ms 2023-11-16T12:05:00.828 INFO:teuthology.orchestra.run.smithi103.stdout: 5 88498 8.86 MB/sec execute 142 sec latency 146.033 ms 2023-11-16T12:05:01.364 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:05:01 smithi103 ceph-mon[107764]: pgmap v35: 97 pgs: 97 active+clean; 350 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.8 MiB/s wr, 378 op/s 2023-11-16T12:05:01.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:05:01 smithi140 ceph-mon[110414]: pgmap v35: 97 pgs: 97 active+clean; 350 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.8 MiB/s wr, 378 op/s 2023-11-16T12:05:01.827 INFO:teuthology.orchestra.run.smithi103.stdout: 5 88836 8.83 MB/sec execute 143 sec latency 126.841 ms 2023-11-16T12:05:02.831 INFO:teuthology.orchestra.run.smithi103.stdout: 5 89124 8.81 MB/sec execute 144 sec latency 153.469 ms 2023-11-16T12:05:03.426 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:05:03 smithi103 ceph-mon[107764]: pgmap v36: 97 pgs: 97 active+clean; 350 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.8 MiB/s wr, 378 op/s 2023-11-16T12:05:03.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:05:03 smithi140 ceph-mon[110414]: pgmap v36: 97 pgs: 97 active+clean; 350 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.8 MiB/s wr, 378 op/s 2023-11-16T12:05:03.831 INFO:teuthology.orchestra.run.smithi103.stdout: 5 89463 8.84 MB/sec execute 145 sec latency 123.495 ms 2023-11-16T12:05:04.831 INFO:teuthology.orchestra.run.smithi103.stdout: 5 89799 8.84 MB/sec execute 146 sec latency 126.498 ms 2023-11-16T12:05:05.377 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:05:05 smithi103 ceph-mon[107764]: pgmap v37: 97 pgs: 97 active+clean; 343 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.6 MiB/s wr, 575 op/s 2023-11-16T12:05:05.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:05:05 smithi140 ceph-mon[110414]: pgmap v37: 97 pgs: 97 active+clean; 343 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.6 MiB/s wr, 575 op/s 2023-11-16T12:05:05.831 INFO:teuthology.orchestra.run.smithi103.stdout: 5 90149 8.87 MB/sec execute 147 sec latency 123.597 ms 2023-11-16T12:05:06.831 INFO:teuthology.orchestra.run.smithi103.stdout: 5 90462 8.86 MB/sec execute 148 sec latency 133.559 ms 2023-11-16T12:05:07.407 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:05:07 smithi103 ceph-mon[107764]: pgmap v38: 97 pgs: 97 active+clean; 343 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 390 op/s 2023-11-16T12:05:07.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:05:07 smithi140 ceph-mon[110414]: pgmap v38: 97 pgs: 97 active+clean; 343 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 390 op/s 2023-11-16T12:05:07.833 INFO:teuthology.orchestra.run.smithi103.stdout: 5 90686 8.84 MB/sec execute 149 sec latency 126.747 ms 2023-11-16T12:05:08.833 INFO:teuthology.orchestra.run.smithi103.stdout: 5 91105 8.87 MB/sec execute 150 sec latency 123.922 ms 2023-11-16T12:05:09.465 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:05:09 smithi103 ceph-mon[107764]: pgmap v39: 97 pgs: 97 active+clean; 346 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.0 MiB/s wr, 579 op/s 2023-11-16T12:05:09.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:05:09 smithi140 ceph-mon[110414]: pgmap v39: 97 pgs: 97 active+clean; 346 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.0 MiB/s wr, 579 op/s 2023-11-16T12:05:09.833 INFO:teuthology.orchestra.run.smithi103.stdout: 5 91384 8.85 MB/sec execute 151 sec latency 126.774 ms 2023-11-16T12:05:10.833 INFO:teuthology.orchestra.run.smithi103.stdout: 5 91707 8.87 MB/sec execute 152 sec latency 142.921 ms 2023-11-16T12:05:11.250 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:05:11 smithi103 ceph-mon[107764]: pgmap v40: 97 pgs: 97 active+clean; 346 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 386 op/s 2023-11-16T12:05:11.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:05:11 smithi140 ceph-mon[110414]: pgmap v40: 97 pgs: 97 active+clean; 346 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 386 op/s 2023-11-16T12:05:11.833 INFO:teuthology.orchestra.run.smithi103.stdout: 5 92038 8.85 MB/sec execute 153 sec latency 152.164 ms 2023-11-16T12:05:12.259 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:05:12 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:05:12.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:05:12 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:05:12.833 INFO:teuthology.orchestra.run.smithi103.stdout: 5 92388 8.83 MB/sec execute 154 sec latency 126.388 ms 2023-11-16T12:05:13.272 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:05:13 smithi103 ceph-mon[107764]: pgmap v41: 97 pgs: 97 active+clean; 346 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 386 op/s 2023-11-16T12:05:13.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:05:13 smithi140 ceph-mon[110414]: pgmap v41: 97 pgs: 97 active+clean; 346 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 386 op/s 2023-11-16T12:05:13.833 INFO:teuthology.orchestra.run.smithi103.stdout: 5 92705 8.82 MB/sec execute 155 sec latency 148.947 ms 2023-11-16T12:05:14.833 INFO:teuthology.orchestra.run.smithi103.stdout: 5 93013 8.82 MB/sec execute 156 sec latency 185.370 ms 2023-11-16T12:05:15.304 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:05:15 smithi103 ceph-mon[107764]: pgmap v42: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.9 MiB/s wr, 582 op/s 2023-11-16T12:05:15.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:05:15 smithi140 ceph-mon[110414]: pgmap v42: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.9 MiB/s wr, 582 op/s 2023-11-16T12:05:15.833 INFO:teuthology.orchestra.run.smithi103.stdout: 5 93377 8.88 MB/sec execute 157 sec latency 212.946 ms 2023-11-16T12:05:16.435 INFO:teuthology.orchestra.run.smithi103.stdout:true 2023-11-16T12:05:16.833 INFO:teuthology.orchestra.run.smithi103.stdout: 5 93654 8.86 MB/sec execute 158 sec latency 141.543 ms 2023-11-16T12:05:17.339 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:05:17 smithi103 ceph-mon[107764]: pgmap v43: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 385 op/s 2023-11-16T12:05:17.340 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:05:17 smithi103 ceph-mon[107764]: from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:05:17.383 INFO:teuthology.orchestra.run.smithi103.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-16T12:05:17.383 INFO:teuthology.orchestra.run.smithi103.stdout:alertmanager.smithi103 smithi103 *:9093,9094 starting - - - - 2023-11-16T12:05:17.383 INFO:teuthology.orchestra.run.smithi103.stdout:crash.smithi103 smithi103 running (9m) 70s ago 9m 7008k - 17.2.0 e1d6a67b021e 62a9e4c3c3fe 2023-11-16T12:05:17.383 INFO:teuthology.orchestra.run.smithi103.stdout:crash.smithi140 smithi140 running (8m) 75s ago 8m 7163k - 17.2.0 e1d6a67b021e 013838b8dccc 2023-11-16T12:05:17.383 INFO:teuthology.orchestra.run.smithi103.stdout:grafana.smithi103 smithi103 *:3000 starting - - - - 2023-11-16T12:05:17.383 INFO:teuthology.orchestra.run.smithi103.stdout:mds.foofs.smithi103.ssgfis smithi103 running (5m) 70s ago 5m 37.5M - 17.2.0 e1d6a67b021e 6a0af07e429a 2023-11-16T12:05:17.383 INFO:teuthology.orchestra.run.smithi103.stdout:mds.foofs.smithi140.eneygm smithi140 running (4m) 75s ago 4m 13.6M - 17.2.0 e1d6a67b021e 7eebbdc15b03 2023-11-16T12:05:17.383 INFO:teuthology.orchestra.run.smithi103.stdout:mgr.smithi103.lplguk smithi103 *:9283 running (10m) 70s ago 10m 409M - 17.2.0 e1d6a67b021e ebd04f510a42 2023-11-16T12:05:17.383 INFO:teuthology.orchestra.run.smithi103.stdout:mgr.smithi140.xexnxk smithi140 *:8443,9283 running (91s) 75s ago 8m 497M - 18.0.0-7421-g50bc6740 1cfb7613cdb7 c624bae045f8 2023-11-16T12:05:17.383 INFO:teuthology.orchestra.run.smithi103.stdout:mon.smithi103 smithi103 running (10m) 70s ago 10m 107M 2048M 17.2.0 e1d6a67b021e afc3bdc1747b 2023-11-16T12:05:17.383 INFO:teuthology.orchestra.run.smithi103.stdout:mon.smithi140 smithi140 running (8m) 75s ago 8m 63.7M 2048M 17.2.0 e1d6a67b021e a0f4972da00f 2023-11-16T12:05:17.384 INFO:teuthology.orchestra.run.smithi103.stdout:nfs.foo.0.0.smithi103.kawwcr smithi103 *:2049 running (4m) 70s ago 4m 268M - 4.0 e1d6a67b021e 6b71f043d740 2023-11-16T12:05:17.384 INFO:teuthology.orchestra.run.smithi103.stdout:nfs.foo.1.0.smithi140.guwogn smithi140 *:2049 running (4m) 75s ago 4m 88.6M - 4.0 e1d6a67b021e 611de993975d 2023-11-16T12:05:17.384 INFO:teuthology.orchestra.run.smithi103.stdout:node-exporter.smithi103 smithi103 *:9100 starting - - - - 2023-11-16T12:05:17.384 INFO:teuthology.orchestra.run.smithi103.stdout:node-exporter.smithi140 smithi140 *:9100 starting - - - - 2023-11-16T12:05:17.384 INFO:teuthology.orchestra.run.smithi103.stdout:osd.0 smithi103 running (7m) 70s ago 7m 1117M 1944M 17.2.0 e1d6a67b021e 16ed2887ad4f 2023-11-16T12:05:17.384 INFO:teuthology.orchestra.run.smithi103.stdout:osd.1 smithi103 running (7m) 70s ago 7m 895M 1944M 17.2.0 e1d6a67b021e 541477e0006b 2023-11-16T12:05:17.384 INFO:teuthology.orchestra.run.smithi103.stdout:osd.2 smithi103 running (7m) 70s ago 7m 620M 1944M 17.2.0 e1d6a67b021e 51e58b8bf69d 2023-11-16T12:05:17.384 INFO:teuthology.orchestra.run.smithi103.stdout:osd.3 smithi103 running (7m) 70s ago 6m 956M 1944M 17.2.0 e1d6a67b021e 562e405eb3b5 2023-11-16T12:05:17.384 INFO:teuthology.orchestra.run.smithi103.stdout:osd.4 smithi140 running (6m) 75s ago 6m 854M 2712M 17.2.0 e1d6a67b021e 60d4e21e3f89 2023-11-16T12:05:17.384 INFO:teuthology.orchestra.run.smithi103.stdout:osd.5 smithi140 running (6m) 75s ago 6m 1174M 2712M 17.2.0 e1d6a67b021e 2b97bd6df881 2023-11-16T12:05:17.384 INFO:teuthology.orchestra.run.smithi103.stdout:osd.6 smithi140 running (6m) 75s ago 6m 920M 2712M 17.2.0 e1d6a67b021e 79828d9e15a3 2023-11-16T12:05:17.384 INFO:teuthology.orchestra.run.smithi103.stdout:osd.7 smithi140 running (5m) 75s ago 5m 1518M 2712M 17.2.0 e1d6a67b021e e93e8f95e9b7 2023-11-16T12:05:17.384 INFO:teuthology.orchestra.run.smithi103.stdout:prometheus.smithi103 smithi103 *:9095 starting - - - - 2023-11-16T12:05:17.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:05:17 smithi140 ceph-mon[110414]: pgmap v43: 97 pgs: 97 active+clean; 346 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 385 op/s 2023-11-16T12:05:17.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:05:17 smithi140 ceph-mon[110414]: from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:05:17.833 INFO:teuthology.orchestra.run.smithi103.stdout: 5 93893 8.83 MB/sec execute 159 sec latency 134.624 ms 2023-11-16T12:05:17.972 INFO:teuthology.orchestra.run.smithi103.stdout:{ 2023-11-16T12:05:17.972 INFO:teuthology.orchestra.run.smithi103.stdout: "mon": { 2023-11-16T12:05:17.972 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T12:05:17.972 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:05:17.972 INFO:teuthology.orchestra.run.smithi103.stdout: "mgr": { 2023-11-16T12:05:17.972 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-16T12:05:17.973 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 18.0.0-7421-g50bc6740 (50bc6740f385afe4f36770e739358479a73d8add) reef (dev)": 1 2023-11-16T12:05:17.973 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:05:17.973 INFO:teuthology.orchestra.run.smithi103.stdout: "osd": { 2023-11-16T12:05:17.973 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-16T12:05:17.973 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:05:17.973 INFO:teuthology.orchestra.run.smithi103.stdout: "mds": { 2023-11-16T12:05:17.973 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T12:05:17.973 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:05:17.973 INFO:teuthology.orchestra.run.smithi103.stdout: "overall": { 2023-11-16T12:05:17.974 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-16T12:05:17.974 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 18.0.0-7421-g50bc6740 (50bc6740f385afe4f36770e739358479a73d8add) reef (dev)": 1 2023-11-16T12:05:17.974 INFO:teuthology.orchestra.run.smithi103.stdout: } 2023-11-16T12:05:17.974 INFO:teuthology.orchestra.run.smithi103.stdout:} 2023-11-16T12:05:18.353 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:05:18 smithi103 ceph-mon[107764]: from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:05:18.353 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:05:18 smithi103 ceph-mon[107764]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:05:18.353 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:05:18 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/4111027845' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T12:05:18.443 INFO:teuthology.orchestra.run.smithi103.stdout:{ 2023-11-16T12:05:18.443 INFO:teuthology.orchestra.run.smithi103.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea", 2023-11-16T12:05:18.444 INFO:teuthology.orchestra.run.smithi103.stdout: "in_progress": true, 2023-11-16T12:05:18.444 INFO:teuthology.orchestra.run.smithi103.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-16T12:05:18.444 INFO:teuthology.orchestra.run.smithi103.stdout: "services_complete": [], 2023-11-16T12:05:18.444 INFO:teuthology.orchestra.run.smithi103.stdout: "progress": "1/23 daemons upgraded", 2023-11-16T12:05:18.444 INFO:teuthology.orchestra.run.smithi103.stdout: "message": "Currently upgrading mgr daemons", 2023-11-16T12:05:18.444 INFO:teuthology.orchestra.run.smithi103.stdout: "is_paused": false 2023-11-16T12:05:18.444 INFO:teuthology.orchestra.run.smithi103.stdout:} 2023-11-16T12:05:18.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:05:18 smithi140 ceph-mon[110414]: from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:05:18.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:05:18 smithi140 ceph-mon[110414]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:05:18.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:05:18 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/4111027845' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T12:05:18.833 INFO:teuthology.orchestra.run.smithi103.stdout: 5 94143 8.81 MB/sec execute 160 sec latency 118.053 ms 2023-11-16T12:05:19.027 INFO:teuthology.orchestra.run.smithi103.stdout:HEALTH_OK 2023-11-16T12:05:19.387 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:05:19 smithi103 ceph-mon[107764]: pgmap v44: 97 pgs: 97 active+clean; 341 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.0 MiB/s wr, 576 op/s 2023-11-16T12:05:19.387 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:05:19 smithi103 ceph-mon[107764]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:05:19.387 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:05:19 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/40373725' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T12:05:19.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:05:19 smithi140 ceph-mon[110414]: pgmap v44: 97 pgs: 97 active+clean; 341 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.0 MiB/s wr, 576 op/s 2023-11-16T12:05:19.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:05:19 smithi140 ceph-mon[110414]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:05:19.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:05:19 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/40373725' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T12:05:19.833 INFO:teuthology.orchestra.run.smithi103.stdout: 5 94367 8.78 MB/sec execute 161 sec latency 119.460 ms 2023-11-16T12:05:20.833 INFO:teuthology.orchestra.run.smithi103.stdout: 5 94712 8.80 MB/sec execute 162 sec latency 155.255 ms 2023-11-16T12:05:21.164 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:05:21 smithi103 ceph-mon[107764]: pgmap v45: 97 pgs: 97 active+clean; 341 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 387 op/s 2023-11-16T12:05:21.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:05:21 smithi140 ceph-mon[110414]: pgmap v45: 97 pgs: 97 active+clean; 341 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 387 op/s 2023-11-16T12:05:21.833 INFO:teuthology.orchestra.run.smithi103.stdout: 5 95032 8.82 MB/sec execute 163 sec latency 207.632 ms 2023-11-16T12:05:22.843 INFO:teuthology.orchestra.run.smithi103.stdout: 5 95325 8.82 MB/sec execute 164 sec latency 126.339 ms 2023-11-16T12:05:23.444 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:05:23 smithi103 ceph-mon[107764]: pgmap v46: 97 pgs: 97 active+clean; 341 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 387 op/s 2023-11-16T12:05:23.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:05:23 smithi140 ceph-mon[110414]: pgmap v46: 97 pgs: 97 active+clean; 341 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 387 op/s 2023-11-16T12:05:23.842 INFO:teuthology.orchestra.run.smithi103.stdout: 5 95539 8.78 MB/sec execute 165 sec latency 146.387 ms 2023-11-16T12:05:24.853 INFO:teuthology.orchestra.run.smithi103.stdout: 5 95855 8.74 MB/sec execute 166 sec latency 145.166 ms 2023-11-16T12:05:25.231 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:05:25 smithi103 ceph-mon[107764]: pgmap v47: 97 pgs: 97 active+clean; 339 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.8 MiB/s wr, 556 op/s 2023-11-16T12:05:25.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:05:25 smithi140 ceph-mon[110414]: pgmap v47: 97 pgs: 97 active+clean; 339 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.8 MiB/s wr, 556 op/s 2023-11-16T12:05:25.853 INFO:teuthology.orchestra.run.smithi103.stdout: 5 96061 8.73 MB/sec execute 167 sec latency 131.741 ms 2023-11-16T12:05:26.522 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:05:26 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:05:26.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:05:26 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:05:26.853 INFO:teuthology.orchestra.run.smithi103.stdout: 5 96344 8.74 MB/sec execute 168 sec latency 129.947 ms 2023-11-16T12:05:27.281 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:05:27 smithi103 ceph-mon[107764]: pgmap v48: 97 pgs: 97 active+clean; 339 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.8 MiB/s wr, 360 op/s 2023-11-16T12:05:27.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:05:27 smithi140 ceph-mon[110414]: pgmap v48: 97 pgs: 97 active+clean; 339 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.8 MiB/s wr, 360 op/s 2023-11-16T12:05:27.855 INFO:teuthology.orchestra.run.smithi103.stdout: 5 96673 8.74 MB/sec execute 169 sec latency 124.217 ms 2023-11-16T12:05:28.855 INFO:teuthology.orchestra.run.smithi103.stdout: 5 96995 8.74 MB/sec execute 170 sec latency 142.113 ms 2023-11-16T12:05:29.372 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:05:29 smithi103 ceph-mon[107764]: pgmap v49: 97 pgs: 97 active+clean; 337 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.4 MiB/s wr, 529 op/s 2023-11-16T12:05:29.372 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:05:29 smithi103 ceph-mon[107764]: mgrmap e28: smithi140.xexnxk(active, since 92s), standbys: smithi103.lplguk 2023-11-16T12:05:29.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:05:29 smithi140 ceph-mon[110414]: pgmap v49: 97 pgs: 97 active+clean; 337 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.4 MiB/s wr, 529 op/s 2023-11-16T12:05:29.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:05:29 smithi140 ceph-mon[110414]: mgrmap e28: smithi140.xexnxk(active, since 92s), standbys: smithi103.lplguk 2023-11-16T12:05:29.855 INFO:teuthology.orchestra.run.smithi103.stdout: 5 97233 8.72 MB/sec execute 171 sec latency 149.099 ms 2023-11-16T12:05:30.855 INFO:teuthology.orchestra.run.smithi103.stdout: 5 97458 8.71 MB/sec execute 172 sec latency 204.798 ms 2023-11-16T12:05:31.162 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:05:31 smithi103 ceph-mon[107764]: pgmap v50: 97 pgs: 97 active+clean; 337 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.4 MiB/s wr, 338 op/s 2023-11-16T12:05:31.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:05:31 smithi140 ceph-mon[110414]: pgmap v50: 97 pgs: 97 active+clean; 337 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.4 MiB/s wr, 338 op/s 2023-11-16T12:05:31.855 INFO:teuthology.orchestra.run.smithi103.stdout: 5 97732 8.71 MB/sec execute 173 sec latency 129.074 ms 2023-11-16T12:05:32.865 INFO:teuthology.orchestra.run.smithi103.stdout: 5 98069 8.72 MB/sec execute 174 sec latency 130.106 ms 2023-11-16T12:05:33.466 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:05:33 smithi103 ceph-mon[107764]: pgmap v51: 97 pgs: 97 active+clean; 337 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.4 MiB/s wr, 338 op/s 2023-11-16T12:05:33.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:05:33 smithi140 ceph-mon[110414]: pgmap v51: 97 pgs: 97 active+clean; 337 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.4 MiB/s wr, 338 op/s 2023-11-16T12:05:33.870 INFO:teuthology.orchestra.run.smithi103.stdout: 5 98359 8.73 MB/sec execute 175 sec latency 158.106 ms 2023-11-16T12:05:34.870 INFO:teuthology.orchestra.run.smithi103.stdout: 5 98606 8.71 MB/sec execute 176 sec latency 157.546 ms 2023-11-16T12:05:35.254 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:05:35 smithi103 ceph-mon[107764]: pgmap v52: 97 pgs: 97 active+clean; 344 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 496 op/s 2023-11-16T12:05:35.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:05:35 smithi140 ceph-mon[110414]: pgmap v52: 97 pgs: 97 active+clean; 344 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 496 op/s 2023-11-16T12:05:35.870 INFO:teuthology.orchestra.run.smithi103.stdout: 5 98920 8.70 MB/sec execute 177 sec latency 139.659 ms 2023-11-16T12:05:36.871 INFO:teuthology.orchestra.run.smithi103.stdout: 5 99187 8.68 MB/sec execute 178 sec latency 128.379 ms 2023-11-16T12:05:37.324 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:05:37 smithi103 ceph-mon[107764]: pgmap v53: 97 pgs: 97 active+clean; 344 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.4 MiB/s wr, 327 op/s 2023-11-16T12:05:37.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:05:37 smithi140 ceph-mon[110414]: pgmap v53: 97 pgs: 97 active+clean; 344 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.4 MiB/s wr, 327 op/s 2023-11-16T12:05:37.871 INFO:teuthology.orchestra.run.smithi103.stdout: 5 99494 8.68 MB/sec execute 179 sec latency 126.552 ms 2023-11-16T12:05:38.871 INFO:teuthology.orchestra.run.smithi103.stdout: 5 99829 8.69 MB/sec execute 180 sec latency 153.590 ms 2023-11-16T12:05:39.384 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:05:39 smithi103 ceph-mon[107764]: pgmap v54: 97 pgs: 97 active+clean; 345 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.1 MiB/s wr, 505 op/s 2023-11-16T12:05:39.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:05:39 smithi140 ceph-mon[110414]: pgmap v54: 97 pgs: 97 active+clean; 345 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.1 MiB/s wr, 505 op/s 2023-11-16T12:05:39.871 INFO:teuthology.orchestra.run.smithi103.stdout: 5 100122 8.69 MB/sec execute 181 sec latency 131.756 ms 2023-11-16T12:05:40.871 INFO:teuthology.orchestra.run.smithi103.stdout: 5 100433 8.66 MB/sec execute 182 sec latency 124.024 ms 2023-11-16T12:05:41.178 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:05:41 smithi103 ceph-mon[107764]: pgmap v55: 97 pgs: 97 active+clean; 345 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.5 MiB/s wr, 336 op/s 2023-11-16T12:05:41.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:05:41 smithi140 ceph-mon[110414]: pgmap v55: 97 pgs: 97 active+clean; 345 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.5 MiB/s wr, 336 op/s 2023-11-16T12:05:41.874 INFO:teuthology.orchestra.run.smithi103.stdout: 5 100802 8.67 MB/sec execute 183 sec latency 126.630 ms 2023-11-16T12:05:42.195 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:05:42 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:05:42.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:05:42 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:05:42.874 INFO:teuthology.orchestra.run.smithi103.stdout: 5 101054 8.65 MB/sec execute 184 sec latency 110.053 ms 2023-11-16T12:05:43.230 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:05:43 smithi103 ceph-mon[107764]: pgmap v56: 97 pgs: 97 active+clean; 345 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.5 MiB/s wr, 336 op/s 2023-11-16T12:05:43.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:05:43 smithi140 ceph-mon[110414]: pgmap v56: 97 pgs: 97 active+clean; 345 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.5 MiB/s wr, 336 op/s 2023-11-16T12:05:43.873 INFO:teuthology.orchestra.run.smithi103.stdout: 5 101323 8.67 MB/sec execute 185 sec latency 130.286 ms 2023-11-16T12:05:44.874 INFO:teuthology.orchestra.run.smithi103.stdout: 5 101669 8.68 MB/sec execute 186 sec latency 207.440 ms 2023-11-16T12:05:45.286 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:05:45 smithi103 ceph-mon[107764]: pgmap v57: 97 pgs: 97 active+clean; 342 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.3 MiB/s wr, 525 op/s 2023-11-16T12:05:45.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:05:45 smithi140 ceph-mon[110414]: pgmap v57: 97 pgs: 97 active+clean; 342 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.3 MiB/s wr, 525 op/s 2023-11-16T12:05:45.874 INFO:teuthology.orchestra.run.smithi103.stdout: 5 101979 8.69 MB/sec execute 187 sec latency 129.687 ms 2023-11-16T12:05:46.874 INFO:teuthology.orchestra.run.smithi103.stdout: 5 102278 8.69 MB/sec execute 188 sec latency 134.526 ms 2023-11-16T12:05:47.337 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:05:47 smithi103 ceph-mon[107764]: pgmap v58: 97 pgs: 97 active+clean; 342 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.5 MiB/s wr, 367 op/s 2023-11-16T12:05:47.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:05:47 smithi140 ceph-mon[110414]: pgmap v58: 97 pgs: 97 active+clean; 342 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.5 MiB/s wr, 367 op/s 2023-11-16T12:05:47.874 INFO:teuthology.orchestra.run.smithi103.stdout: 5 102620 8.67 MB/sec execute 189 sec latency 129.997 ms 2023-11-16T12:05:48.874 INFO:teuthology.orchestra.run.smithi103.stdout: 5 102947 8.66 MB/sec execute 190 sec latency 126.108 ms 2023-11-16T12:05:49.366 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:05:49 smithi103 ceph-mon[107764]: pgmap v59: 97 pgs: 97 active+clean; 346 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 549 op/s 2023-11-16T12:05:49.538 INFO:teuthology.orchestra.run.smithi103.stdout:true 2023-11-16T12:05:49.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:05:49 smithi140 ceph-mon[110414]: pgmap v59: 97 pgs: 97 active+clean; 346 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 549 op/s 2023-11-16T12:05:49.875 INFO:teuthology.orchestra.run.smithi103.stdout: 5 103256 8.65 MB/sec execute 191 sec latency 124.982 ms 2023-11-16T12:05:50.379 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:05:50 smithi103 ceph-mon[107764]: from='client.24563 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:05:50.414 INFO:teuthology.orchestra.run.smithi103.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-16T12:05:50.414 INFO:teuthology.orchestra.run.smithi103.stdout:alertmanager.smithi103 smithi103 *:9093,9094 starting - - - - 2023-11-16T12:05:50.414 INFO:teuthology.orchestra.run.smithi103.stdout:crash.smithi103 smithi103 running (9m) 103s ago 9m 7008k - 17.2.0 e1d6a67b021e 62a9e4c3c3fe 2023-11-16T12:05:50.414 INFO:teuthology.orchestra.run.smithi103.stdout:crash.smithi140 smithi140 running (9m) 108s ago 9m 7163k - 17.2.0 e1d6a67b021e 013838b8dccc 2023-11-16T12:05:50.414 INFO:teuthology.orchestra.run.smithi103.stdout:grafana.smithi103 smithi103 *:3000 starting - - - - 2023-11-16T12:05:50.415 INFO:teuthology.orchestra.run.smithi103.stdout:mds.foofs.smithi103.ssgfis smithi103 running (5m) 103s ago 5m 37.5M - 17.2.0 e1d6a67b021e 6a0af07e429a 2023-11-16T12:05:50.415 INFO:teuthology.orchestra.run.smithi103.stdout:mds.foofs.smithi140.eneygm smithi140 running (5m) 108s ago 5m 13.6M - 17.2.0 e1d6a67b021e 7eebbdc15b03 2023-11-16T12:05:50.415 INFO:teuthology.orchestra.run.smithi103.stdout:mgr.smithi103.lplguk smithi103 *:9283 running (10m) 103s ago 10m 409M - 17.2.0 e1d6a67b021e ebd04f510a42 2023-11-16T12:05:50.415 INFO:teuthology.orchestra.run.smithi103.stdout:mgr.smithi140.xexnxk smithi140 *:8443,9283 running (2m) 108s ago 9m 497M - 18.0.0-7421-g50bc6740 1cfb7613cdb7 c624bae045f8 2023-11-16T12:05:50.415 INFO:teuthology.orchestra.run.smithi103.stdout:mon.smithi103 smithi103 running (10m) 103s ago 10m 107M 2048M 17.2.0 e1d6a67b021e afc3bdc1747b 2023-11-16T12:05:50.415 INFO:teuthology.orchestra.run.smithi103.stdout:mon.smithi140 smithi140 running (9m) 108s ago 9m 63.7M 2048M 17.2.0 e1d6a67b021e a0f4972da00f 2023-11-16T12:05:50.415 INFO:teuthology.orchestra.run.smithi103.stdout:nfs.foo.0.0.smithi103.kawwcr smithi103 *:2049 running (5m) 103s ago 5m 268M - 4.0 e1d6a67b021e 6b71f043d740 2023-11-16T12:05:50.415 INFO:teuthology.orchestra.run.smithi103.stdout:nfs.foo.1.0.smithi140.guwogn smithi140 *:2049 running (5m) 108s ago 5m 88.6M - 4.0 e1d6a67b021e 611de993975d 2023-11-16T12:05:50.415 INFO:teuthology.orchestra.run.smithi103.stdout:node-exporter.smithi103 smithi103 *:9100 starting - - - - 2023-11-16T12:05:50.415 INFO:teuthology.orchestra.run.smithi103.stdout:node-exporter.smithi140 smithi140 *:9100 starting - - - - 2023-11-16T12:05:50.415 INFO:teuthology.orchestra.run.smithi103.stdout:osd.0 smithi103 running (8m) 103s ago 8m 1117M 1944M 17.2.0 e1d6a67b021e 16ed2887ad4f 2023-11-16T12:05:50.415 INFO:teuthology.orchestra.run.smithi103.stdout:osd.1 smithi103 running (8m) 103s ago 8m 895M 1944M 17.2.0 e1d6a67b021e 541477e0006b 2023-11-16T12:05:50.416 INFO:teuthology.orchestra.run.smithi103.stdout:osd.2 smithi103 running (7m) 103s ago 7m 620M 1944M 17.2.0 e1d6a67b021e 51e58b8bf69d 2023-11-16T12:05:50.416 INFO:teuthology.orchestra.run.smithi103.stdout:osd.3 smithi103 running (7m) 103s ago 7m 956M 1944M 17.2.0 e1d6a67b021e 562e405eb3b5 2023-11-16T12:05:50.416 INFO:teuthology.orchestra.run.smithi103.stdout:osd.4 smithi140 running (7m) 108s ago 7m 854M 2712M 17.2.0 e1d6a67b021e 60d4e21e3f89 2023-11-16T12:05:50.416 INFO:teuthology.orchestra.run.smithi103.stdout:osd.5 smithi140 running (6m) 108s ago 6m 1174M 2712M 17.2.0 e1d6a67b021e 2b97bd6df881 2023-11-16T12:05:50.416 INFO:teuthology.orchestra.run.smithi103.stdout:osd.6 smithi140 running (6m) 108s ago 6m 920M 2712M 17.2.0 e1d6a67b021e 79828d9e15a3 2023-11-16T12:05:50.416 INFO:teuthology.orchestra.run.smithi103.stdout:osd.7 smithi140 running (6m) 108s ago 6m 1518M 2712M 17.2.0 e1d6a67b021e e93e8f95e9b7 2023-11-16T12:05:50.416 INFO:teuthology.orchestra.run.smithi103.stdout:prometheus.smithi103 smithi103 *:9095 starting - - - - 2023-11-16T12:05:50.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:05:50 smithi140 ceph-mon[110414]: from='client.24563 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:05:50.875 INFO:teuthology.orchestra.run.smithi103.stdout: 5 103605 8.68 MB/sec execute 192 sec latency 128.874 ms 2023-11-16T12:05:50.925 INFO:teuthology.orchestra.run.smithi103.stdout:{ 2023-11-16T12:05:50.925 INFO:teuthology.orchestra.run.smithi103.stdout: "mon": { 2023-11-16T12:05:50.925 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T12:05:50.925 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:05:50.925 INFO:teuthology.orchestra.run.smithi103.stdout: "mgr": { 2023-11-16T12:05:50.925 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-16T12:05:50.925 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 18.0.0-7421-g50bc6740 (50bc6740f385afe4f36770e739358479a73d8add) reef (dev)": 1 2023-11-16T12:05:50.926 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:05:50.926 INFO:teuthology.orchestra.run.smithi103.stdout: "osd": { 2023-11-16T12:05:50.926 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-16T12:05:50.926 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:05:50.926 INFO:teuthology.orchestra.run.smithi103.stdout: "mds": { 2023-11-16T12:05:50.926 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T12:05:50.926 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:05:50.926 INFO:teuthology.orchestra.run.smithi103.stdout: "overall": { 2023-11-16T12:05:50.926 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-16T12:05:50.926 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 18.0.0-7421-g50bc6740 (50bc6740f385afe4f36770e739358479a73d8add) reef (dev)": 1 2023-11-16T12:05:50.926 INFO:teuthology.orchestra.run.smithi103.stdout: } 2023-11-16T12:05:50.927 INFO:teuthology.orchestra.run.smithi103.stdout:} 2023-11-16T12:05:51.384 INFO:teuthology.orchestra.run.smithi103.stdout:{ 2023-11-16T12:05:51.384 INFO:teuthology.orchestra.run.smithi103.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea", 2023-11-16T12:05:51.384 INFO:teuthology.orchestra.run.smithi103.stdout: "in_progress": true, 2023-11-16T12:05:51.384 INFO:teuthology.orchestra.run.smithi103.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-16T12:05:51.385 INFO:teuthology.orchestra.run.smithi103.stdout: "services_complete": [], 2023-11-16T12:05:51.385 INFO:teuthology.orchestra.run.smithi103.stdout: "progress": "1/23 daemons upgraded", 2023-11-16T12:05:51.385 INFO:teuthology.orchestra.run.smithi103.stdout: "message": "Currently upgrading mgr daemons", 2023-11-16T12:05:51.385 INFO:teuthology.orchestra.run.smithi103.stdout: "is_paused": false 2023-11-16T12:05:51.385 INFO:teuthology.orchestra.run.smithi103.stdout:} 2023-11-16T12:05:51.385 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:05:51 smithi103 ceph-mon[107764]: from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:05:51.385 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:05:51 smithi103 ceph-mon[107764]: pgmap v60: 97 pgs: 97 active+clean; 346 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 371 op/s 2023-11-16T12:05:51.385 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:05:51 smithi103 ceph-mon[107764]: from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:05:51.386 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:05:51 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/2091594887' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T12:05:51.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:05:51 smithi140 ceph-mon[110414]: from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:05:51.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:05:51 smithi140 ceph-mon[110414]: pgmap v60: 97 pgs: 97 active+clean; 346 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 371 op/s 2023-11-16T12:05:51.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:05:51 smithi140 ceph-mon[110414]: from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:05:51.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:05:51 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/2091594887' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T12:05:51.875 INFO:teuthology.orchestra.run.smithi103.stdout: 5 103910 8.67 MB/sec execute 193 sec latency 120.819 ms 2023-11-16T12:05:51.893 INFO:teuthology.orchestra.run.smithi103.stdout:HEALTH_OK 2023-11-16T12:05:52.396 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:05:52 smithi103 ceph-mon[107764]: from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:05:52.396 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:05:52 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/998967815' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T12:05:52.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:05:52 smithi140 ceph-mon[110414]: from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:05:52.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:05:52 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/998967815' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T12:05:52.876 INFO:teuthology.orchestra.run.smithi103.stdout: 5 104310 8.65 MB/sec execute 194 sec latency 130.092 ms 2023-11-16T12:05:53.412 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:05:53 smithi103 ceph-mon[107764]: pgmap v61: 97 pgs: 97 active+clean; 346 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 371 op/s 2023-11-16T12:05:53.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:05:53 smithi140 ceph-mon[110414]: pgmap v61: 97 pgs: 97 active+clean; 346 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 371 op/s 2023-11-16T12:05:53.876 INFO:teuthology.orchestra.run.smithi103.stdout: 5 104584 8.65 MB/sec execute 195 sec latency 140.678 ms 2023-11-16T12:05:54.876 INFO:teuthology.orchestra.run.smithi103.stdout: 5 104942 8.69 MB/sec execute 196 sec latency 194.715 ms 2023-11-16T12:05:55.448 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:05:55 smithi103 ceph-mon[107764]: pgmap v62: 97 pgs: 97 active+clean; 344 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.6 MiB/s wr, 570 op/s 2023-11-16T12:05:55.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:05:55 smithi140 ceph-mon[110414]: pgmap v62: 97 pgs: 97 active+clean; 344 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.6 MiB/s wr, 570 op/s 2023-11-16T12:05:55.876 INFO:teuthology.orchestra.run.smithi103.stdout: 5 105270 8.69 MB/sec execute 197 sec latency 120.878 ms 2023-11-16T12:05:56.463 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:05:56 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:05:56.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:05:56 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:05:56.876 INFO:teuthology.orchestra.run.smithi103.stdout: 5 105650 8.71 MB/sec execute 198 sec latency 126.549 ms 2023-11-16T12:05:57.494 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:05:57 smithi103 ceph-mon[107764]: pgmap v63: 97 pgs: 97 active+clean; 344 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 380 op/s 2023-11-16T12:05:57.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:05:57 smithi140 ceph-mon[110414]: pgmap v63: 97 pgs: 97 active+clean; 344 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 380 op/s 2023-11-16T12:05:57.876 INFO:teuthology.orchestra.run.smithi103.stdout: 5 105876 8.69 MB/sec execute 199 sec latency 177.337 ms 2023-11-16T12:05:58.876 INFO:teuthology.orchestra.run.smithi103.stdout: 5 106128 8.68 MB/sec execute 200 sec latency 129.716 ms 2023-11-16T12:05:59.551 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:05:59 smithi103 ceph-mon[107764]: pgmap v64: 97 pgs: 97 active+clean; 351 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.0 MiB/s wr, 574 op/s 2023-11-16T12:05:59.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:05:59 smithi140 ceph-mon[110414]: pgmap v64: 97 pgs: 97 active+clean; 351 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.0 MiB/s wr, 574 op/s 2023-11-16T12:05:59.876 INFO:teuthology.orchestra.run.smithi103.stdout: 5 106447 8.67 MB/sec execute 201 sec latency 143.183 ms 2023-11-16T12:06:00.879 INFO:teuthology.orchestra.run.smithi103.stdout: 5 106703 8.66 MB/sec execute 202 sec latency 123.763 ms 2023-11-16T12:06:01.350 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:06:01 smithi103 ceph-mon[107764]: pgmap v65: 97 pgs: 97 active+clean; 351 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 392 op/s 2023-11-16T12:06:01.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:06:01 smithi140 ceph-mon[110414]: pgmap v65: 97 pgs: 97 active+clean; 351 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 392 op/s 2023-11-16T12:06:01.879 INFO:teuthology.orchestra.run.smithi103.stdout: 5 106933 8.65 MB/sec execute 203 sec latency 143.298 ms 2023-11-16T12:06:02.887 INFO:teuthology.orchestra.run.smithi103.stdout: 5 107241 8.64 MB/sec execute 204 sec latency 134.543 ms 2023-11-16T12:06:03.404 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:06:03 smithi103 ceph-mon[107764]: pgmap v66: 97 pgs: 97 active+clean; 351 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 392 op/s 2023-11-16T12:06:08.731 INFO:teuthology.orchestra.run.smithi103.stdout: 5 107494 8.62 MB/sec execute 205 sec latency 114.808 ms 2023-11-16T12:06:08.731 INFO:teuthology.orchestra.run.smithi103.stdout: 5 107825 8.61 MB/sec execute 206 sec latency 117.878 ms 2023-11-16T12:06:08.731 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:06:03 smithi140 ceph-mon[110414]: pgmap v66: 97 pgs: 97 active+clean; 351 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 392 op/s 2023-11-16T12:06:08.731 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:06:05 smithi140 ceph-mon[110414]: pgmap v67: 97 pgs: 97 active+clean; 341 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.7 MiB/s wr, 567 op/s 2023-11-16T12:06:08.731 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:06:07 smithi140 ceph-mon[110414]: pgmap v68: 97 pgs: 97 active+clean; 341 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 368 op/s 2023-11-16T12:06:08.732 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:06:05 smithi103 ceph-mon[107764]: pgmap v67: 97 pgs: 97 active+clean; 341 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.7 MiB/s wr, 567 op/s 2023-11-16T12:06:08.732 INFO:teuthology.orchestra.run.smithi103.stdout: 5 108151 8.62 MB/sec execute 207 sec latency 127.734 ms 2023-11-16T12:06:08.732 INFO:teuthology.orchestra.run.smithi103.stdout: 5 108476 8.64 MB/sec execute 208 sec latency 136.786 ms 2023-11-16T12:06:08.732 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:06:07 smithi103 ceph-mon[107764]: pgmap v68: 97 pgs: 97 active+clean; 341 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 368 op/s 2023-11-16T12:06:08.733 INFO:teuthology.orchestra.run.smithi103.stdout: 5 108782 8.65 MB/sec execute 209 sec latency 128.536 ms 2023-11-16T12:06:08.887 INFO:teuthology.orchestra.run.smithi103.stdout: 5 109089 8.65 MB/sec execute 210 sec latency 125.872 ms 2023-11-16T12:06:09.468 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:06:09 smithi103 ceph-mon[107764]: pgmap v69: 97 pgs: 97 active+clean; 347 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.8 MiB/s wr, 544 op/s 2023-11-16T12:06:13.607 INFO:teuthology.orchestra.run.smithi103.stdout: 5 109380 8.64 MB/sec execute 211 sec latency 127.325 ms 2023-11-16T12:06:13.608 INFO:teuthology.orchestra.run.smithi103.stdout: 5 109574 8.62 MB/sec execute 212 sec latency 135.040 ms 2023-11-16T12:06:13.608 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:06:11 smithi103 ceph-mon[107764]: pgmap v70: 97 pgs: 97 active+clean; 347 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 351 op/s 2023-11-16T12:06:13.608 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:06:09 smithi140 ceph-mon[110414]: pgmap v69: 97 pgs: 97 active+clean; 347 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.8 MiB/s wr, 544 op/s 2023-11-16T12:06:13.608 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:06:11 smithi140 ceph-mon[110414]: pgmap v70: 97 pgs: 97 active+clean; 347 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 351 op/s 2023-11-16T12:06:13.608 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:06:12 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:06:13.608 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:06:13 smithi140 ceph-mon[110414]: pgmap v71: 97 pgs: 97 active+clean; 347 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 351 op/s 2023-11-16T12:06:13.609 INFO:teuthology.orchestra.run.smithi103.stdout: 5 109857 8.61 MB/sec execute 213 sec latency 135.105 ms 2023-11-16T12:06:13.609 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:06:12 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:06:13.609 INFO:teuthology.orchestra.run.smithi103.stdout: 5 110221 8.62 MB/sec execute 214 sec latency 148.362 ms 2023-11-16T12:06:13.609 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:06:13 smithi103 ceph-mon[107764]: pgmap v71: 97 pgs: 97 active+clean; 347 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 351 op/s 2023-11-16T12:06:13.887 INFO:teuthology.orchestra.run.smithi103.stdout: 5 110554 8.61 MB/sec execute 215 sec latency 108.357 ms 2023-11-16T12:06:14.887 INFO:teuthology.orchestra.run.smithi103.stdout: 5 110840 8.60 MB/sec execute 216 sec latency 190.920 ms 2023-11-16T12:06:15.320 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:06:15 smithi103 ceph-mon[107764]: pgmap v72: 97 pgs: 97 active+clean; 346 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.5 MiB/s wr, 523 op/s 2023-11-16T12:06:15.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:06:15 smithi140 ceph-mon[110414]: pgmap v72: 97 pgs: 97 active+clean; 346 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.5 MiB/s wr, 523 op/s 2023-11-16T12:06:15.888 INFO:teuthology.orchestra.run.smithi103.stdout: 5 111205 8.61 MB/sec execute 217 sec latency 143.194 ms 2023-11-16T12:06:16.889 INFO:teuthology.orchestra.run.smithi103.stdout: 5 111619 8.61 MB/sec execute 218 sec latency 137.812 ms 2023-11-16T12:06:17.380 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:06:17 smithi103 ceph-mon[107764]: pgmap v73: 97 pgs: 97 active+clean; 346 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.7 MiB/s wr, 348 op/s 2023-11-16T12:06:17.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:06:17 smithi140 ceph-mon[110414]: pgmap v73: 97 pgs: 97 active+clean; 346 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.7 MiB/s wr, 348 op/s 2023-11-16T12:06:17.888 INFO:teuthology.orchestra.run.smithi103.stdout: 5 112019 8.65 MB/sec execute 219 sec latency 129.662 ms 2023-11-16T12:06:18.889 INFO:teuthology.orchestra.run.smithi103.stdout: 5 112288 8.64 MB/sec execute 220 sec latency 126.744 ms 2023-11-16T12:06:19.436 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:06:19 smithi103 ceph-mon[107764]: pgmap v74: 97 pgs: 97 active+clean; 343 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.7 MiB/s wr, 557 op/s 2023-11-16T12:06:19.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:06:19 smithi140 ceph-mon[110414]: pgmap v74: 97 pgs: 97 active+clean; 343 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.7 MiB/s wr, 557 op/s 2023-11-16T12:06:19.889 INFO:teuthology.orchestra.run.smithi103.stdout: 5 112635 8.63 MB/sec execute 221 sec latency 129.646 ms 2023-11-16T12:06:20.889 INFO:teuthology.orchestra.run.smithi103.stdout: 5 112919 8.63 MB/sec execute 222 sec latency 127.062 ms 2023-11-16T12:06:21.254 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:06:21 smithi103 ceph-mon[107764]: pgmap v75: 97 pgs: 97 active+clean; 343 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 381 op/s 2023-11-16T12:06:21.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:06:21 smithi140 ceph-mon[110414]: pgmap v75: 97 pgs: 97 active+clean; 343 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 381 op/s 2023-11-16T12:06:21.889 INFO:teuthology.orchestra.run.smithi103.stdout: 5 113158 8.61 MB/sec execute 223 sec latency 196.973 ms 2023-11-16T12:06:22.362 INFO:teuthology.orchestra.run.smithi103.stdout:true 2023-11-16T12:06:22.892 INFO:teuthology.orchestra.run.smithi103.stdout: 5 113472 8.64 MB/sec execute 224 sec latency 130.976 ms 2023-11-16T12:06:23.243 INFO:teuthology.orchestra.run.smithi103.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-16T12:06:23.243 INFO:teuthology.orchestra.run.smithi103.stdout:alertmanager.smithi103 smithi103 *:9093,9094 starting - - - - 2023-11-16T12:06:23.244 INFO:teuthology.orchestra.run.smithi103.stdout:crash.smithi103 smithi103 running (10m) 2m ago 10m 7008k - 17.2.0 e1d6a67b021e 62a9e4c3c3fe 2023-11-16T12:06:23.244 INFO:teuthology.orchestra.run.smithi103.stdout:crash.smithi140 smithi140 running (9m) 2m ago 9m 7163k - 17.2.0 e1d6a67b021e 013838b8dccc 2023-11-16T12:06:23.244 INFO:teuthology.orchestra.run.smithi103.stdout:grafana.smithi103 smithi103 *:3000 starting - - - - 2023-11-16T12:06:23.244 INFO:teuthology.orchestra.run.smithi103.stdout:mds.foofs.smithi103.ssgfis smithi103 running (6m) 2m ago 6m 37.5M - 17.2.0 e1d6a67b021e 6a0af07e429a 2023-11-16T12:06:23.244 INFO:teuthology.orchestra.run.smithi103.stdout:mds.foofs.smithi140.eneygm smithi140 running (6m) 2m ago 6m 13.6M - 17.2.0 e1d6a67b021e 7eebbdc15b03 2023-11-16T12:06:23.244 INFO:teuthology.orchestra.run.smithi103.stdout:mgr.smithi103.lplguk smithi103 *:9283 running (11m) 2m ago 11m 409M - 17.2.0 e1d6a67b021e ebd04f510a42 2023-11-16T12:06:23.244 INFO:teuthology.orchestra.run.smithi103.stdout:mgr.smithi140.xexnxk smithi140 *:8443,9283 running (2m) 2m ago 9m 497M - 18.0.0-7421-g50bc6740 1cfb7613cdb7 c624bae045f8 2023-11-16T12:06:23.244 INFO:teuthology.orchestra.run.smithi103.stdout:mon.smithi103 smithi103 running (11m) 2m ago 11m 107M 2048M 17.2.0 e1d6a67b021e afc3bdc1747b 2023-11-16T12:06:23.244 INFO:teuthology.orchestra.run.smithi103.stdout:mon.smithi140 smithi140 running (9m) 2m ago 9m 63.7M 2048M 17.2.0 e1d6a67b021e a0f4972da00f 2023-11-16T12:06:23.244 INFO:teuthology.orchestra.run.smithi103.stdout:nfs.foo.0.0.smithi103.kawwcr smithi103 *:2049 running (5m) 2m ago 5m 268M - 4.0 e1d6a67b021e 6b71f043d740 2023-11-16T12:06:23.244 INFO:teuthology.orchestra.run.smithi103.stdout:nfs.foo.1.0.smithi140.guwogn smithi140 *:2049 running (5m) 2m ago 5m 88.6M - 4.0 e1d6a67b021e 611de993975d 2023-11-16T12:06:23.244 INFO:teuthology.orchestra.run.smithi103.stdout:node-exporter.smithi103 smithi103 *:9100 starting - - - - 2023-11-16T12:06:23.245 INFO:teuthology.orchestra.run.smithi103.stdout:node-exporter.smithi140 smithi140 *:9100 starting - - - - 2023-11-16T12:06:23.245 INFO:teuthology.orchestra.run.smithi103.stdout:osd.0 smithi103 running (9m) 2m ago 9m 1117M 1944M 17.2.0 e1d6a67b021e 16ed2887ad4f 2023-11-16T12:06:23.245 INFO:teuthology.orchestra.run.smithi103.stdout:osd.1 smithi103 running (8m) 2m ago 8m 895M 1944M 17.2.0 e1d6a67b021e 541477e0006b 2023-11-16T12:06:23.245 INFO:teuthology.orchestra.run.smithi103.stdout:osd.2 smithi103 running (8m) 2m ago 8m 620M 1944M 17.2.0 e1d6a67b021e 51e58b8bf69d 2023-11-16T12:06:23.245 INFO:teuthology.orchestra.run.smithi103.stdout:osd.3 smithi103 running (8m) 2m ago 8m 956M 1944M 17.2.0 e1d6a67b021e 562e405eb3b5 2023-11-16T12:06:23.245 INFO:teuthology.orchestra.run.smithi103.stdout:osd.4 smithi140 running (7m) 2m ago 7m 854M 2712M 17.2.0 e1d6a67b021e 60d4e21e3f89 2023-11-16T12:06:23.245 INFO:teuthology.orchestra.run.smithi103.stdout:osd.5 smithi140 running (7m) 2m ago 7m 1174M 2712M 17.2.0 e1d6a67b021e 2b97bd6df881 2023-11-16T12:06:23.245 INFO:teuthology.orchestra.run.smithi103.stdout:osd.6 smithi140 running (7m) 2m ago 7m 920M 2712M 17.2.0 e1d6a67b021e 79828d9e15a3 2023-11-16T12:06:23.245 INFO:teuthology.orchestra.run.smithi103.stdout:osd.7 smithi140 running (6m) 2m ago 6m 1518M 2712M 17.2.0 e1d6a67b021e e93e8f95e9b7 2023-11-16T12:06:23.245 INFO:teuthology.orchestra.run.smithi103.stdout:prometheus.smithi103 smithi103 *:9095 starting - - - - 2023-11-16T12:06:23.291 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:06:23 smithi103 ceph-mon[107764]: pgmap v76: 97 pgs: 97 active+clean; 343 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 381 op/s 2023-11-16T12:06:23.291 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:06:23 smithi103 ceph-mon[107764]: from='client.24577 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:06:23.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:06:23 smithi140 ceph-mon[110414]: pgmap v76: 97 pgs: 97 active+clean; 343 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 381 op/s 2023-11-16T12:06:23.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:06:23 smithi140 ceph-mon[110414]: from='client.24577 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:06:23.801 INFO:teuthology.orchestra.run.smithi103.stdout:{ 2023-11-16T12:06:23.801 INFO:teuthology.orchestra.run.smithi103.stdout: "mon": { 2023-11-16T12:06:23.801 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T12:06:23.801 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:06:23.801 INFO:teuthology.orchestra.run.smithi103.stdout: "mgr": { 2023-11-16T12:06:23.801 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-16T12:06:23.801 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 18.0.0-7421-g50bc6740 (50bc6740f385afe4f36770e739358479a73d8add) reef (dev)": 1 2023-11-16T12:06:23.801 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:06:23.801 INFO:teuthology.orchestra.run.smithi103.stdout: "osd": { 2023-11-16T12:06:23.802 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-16T12:06:23.802 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:06:23.802 INFO:teuthology.orchestra.run.smithi103.stdout: "mds": { 2023-11-16T12:06:23.802 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T12:06:23.802 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:06:23.802 INFO:teuthology.orchestra.run.smithi103.stdout: "overall": { 2023-11-16T12:06:23.802 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-16T12:06:23.802 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 18.0.0-7421-g50bc6740 (50bc6740f385afe4f36770e739358479a73d8add) reef (dev)": 1 2023-11-16T12:06:23.802 INFO:teuthology.orchestra.run.smithi103.stdout: } 2023-11-16T12:06:23.802 INFO:teuthology.orchestra.run.smithi103.stdout:} 2023-11-16T12:06:23.898 INFO:teuthology.orchestra.run.smithi103.stdout: 5 113754 8.62 MB/sec execute 225 sec latency 136.899 ms 2023-11-16T12:06:24.240 INFO:teuthology.orchestra.run.smithi103.stdout:{ 2023-11-16T12:06:24.240 INFO:teuthology.orchestra.run.smithi103.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea", 2023-11-16T12:06:24.240 INFO:teuthology.orchestra.run.smithi103.stdout: "in_progress": true, 2023-11-16T12:06:24.240 INFO:teuthology.orchestra.run.smithi103.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-16T12:06:24.240 INFO:teuthology.orchestra.run.smithi103.stdout: "services_complete": [], 2023-11-16T12:06:24.241 INFO:teuthology.orchestra.run.smithi103.stdout: "progress": "1/23 daemons upgraded", 2023-11-16T12:06:24.241 INFO:teuthology.orchestra.run.smithi103.stdout: "message": "Currently upgrading mgr daemons", 2023-11-16T12:06:24.241 INFO:teuthology.orchestra.run.smithi103.stdout: "is_paused": false 2023-11-16T12:06:24.241 INFO:teuthology.orchestra.run.smithi103.stdout:} 2023-11-16T12:06:24.307 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:06:24 smithi103 ceph-mon[107764]: from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:06:24.307 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:06:24 smithi103 ceph-mon[107764]: from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:06:24.308 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:06:24 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/2507977860' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T12:06:24.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:06:24 smithi140 ceph-mon[110414]: from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:06:24.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:06:24 smithi140 ceph-mon[110414]: from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:06:24.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:06:24 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/2507977860' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T12:06:24.784 INFO:teuthology.orchestra.run.smithi103.stdout:HEALTH_OK 2023-11-16T12:06:24.898 INFO:teuthology.orchestra.run.smithi103.stdout: 5 114048 8.61 MB/sec execute 226 sec latency 148.043 ms 2023-11-16T12:06:25.350 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:06:25 smithi103 ceph-mon[107764]: pgmap v77: 97 pgs: 97 active+clean; 343 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.9 MiB/s wr, 573 op/s 2023-11-16T12:06:25.350 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:06:25 smithi103 ceph-mon[107764]: from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:06:25.350 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:06:25 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/1382002252' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T12:06:25.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:06:25 smithi140 ceph-mon[110414]: pgmap v77: 97 pgs: 97 active+clean; 343 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.9 MiB/s wr, 573 op/s 2023-11-16T12:06:25.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:06:25 smithi140 ceph-mon[110414]: from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:06:25.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:06:25 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/1382002252' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T12:06:25.904 INFO:teuthology.orchestra.run.smithi103.stdout: 5 114351 8.60 MB/sec execute 227 sec latency 134.548 ms 2023-11-16T12:06:26.904 INFO:teuthology.orchestra.run.smithi103.stdout: 5 114679 8.60 MB/sec execute 228 sec latency 150.999 ms 2023-11-16T12:06:27.382 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:06:27 smithi103 ceph-mon[107764]: pgmap v78: 97 pgs: 97 active+clean; 343 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 400 op/s 2023-11-16T12:06:27.382 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:06:27 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:06:27.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:06:27 smithi140 ceph-mon[110414]: pgmap v78: 97 pgs: 97 active+clean; 343 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 400 op/s 2023-11-16T12:06:27.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:06:27 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:06:27.904 INFO:teuthology.orchestra.run.smithi103.stdout: 5 115125 8.63 MB/sec execute 229 sec latency 149.132 ms 2023-11-16T12:06:28.904 INFO:teuthology.orchestra.run.smithi103.stdout: 5 115472 8.63 MB/sec execute 230 sec latency 141.977 ms 2023-11-16T12:06:29.411 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:06:29 smithi103 ceph-mon[107764]: pgmap v79: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.8 MiB/s wr, 583 op/s 2023-11-16T12:06:29.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:06:29 smithi140 ceph-mon[110414]: pgmap v79: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.8 MiB/s wr, 583 op/s 2023-11-16T12:06:29.910 INFO:teuthology.orchestra.run.smithi103.stdout: 5 115866 8.64 MB/sec execute 231 sec latency 146.124 ms 2023-11-16T12:06:30.911 INFO:teuthology.orchestra.run.smithi103.stdout: 5 116178 8.64 MB/sec execute 232 sec latency 152.199 ms 2023-11-16T12:06:31.221 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:06:31 smithi103 ceph-mon[107764]: pgmap v80: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 375 op/s 2023-11-16T12:06:31.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:06:31 smithi140 ceph-mon[110414]: pgmap v80: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 375 op/s 2023-11-16T12:06:31.913 INFO:teuthology.orchestra.run.smithi103.stdout: 5 116442 8.63 MB/sec execute 233 sec latency 138.418 ms 2023-11-16T12:06:32.913 INFO:teuthology.orchestra.run.smithi103.stdout: 5 116800 8.64 MB/sec execute 234 sec latency 132.905 ms 2023-11-16T12:06:33.245 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:06:33 smithi103 ceph-mon[107764]: pgmap v81: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 375 op/s 2023-11-16T12:06:33.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:06:33 smithi140 ceph-mon[110414]: pgmap v81: 97 pgs: 97 active+clean; 347 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 375 op/s 2023-11-16T12:06:33.920 INFO:teuthology.orchestra.run.smithi103.stdout: 5 117145 8.64 MB/sec execute 235 sec latency 129.076 ms 2023-11-16T12:06:34.929 INFO:teuthology.orchestra.run.smithi103.stdout: 5 117449 8.65 MB/sec execute 236 sec latency 133.601 ms 2023-11-16T12:06:35.294 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:06:35 smithi103 ceph-mon[107764]: pgmap v82: 97 pgs: 97 active+clean; 345 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.1 MiB/s wr, 582 op/s 2023-11-16T12:06:35.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:06:35 smithi140 ceph-mon[110414]: pgmap v82: 97 pgs: 97 active+clean; 345 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.1 MiB/s wr, 582 op/s 2023-11-16T12:06:35.929 INFO:teuthology.orchestra.run.smithi103.stdout: 5 117653 8.62 MB/sec execute 237 sec latency 142.823 ms 2023-11-16T12:06:36.929 INFO:teuthology.orchestra.run.smithi103.stdout: 5 118038 8.62 MB/sec execute 238 sec latency 123.822 ms 2023-11-16T12:06:37.338 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:06:37 smithi103 ceph-mon[107764]: pgmap v83: 97 pgs: 97 active+clean; 345 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 390 op/s 2023-11-16T12:06:37.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:06:37 smithi140 ceph-mon[110414]: pgmap v83: 97 pgs: 97 active+clean; 345 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 390 op/s 2023-11-16T12:06:37.929 INFO:teuthology.orchestra.run.smithi103.stdout: 5 118322 8.61 MB/sec execute 239 sec latency 128.042 ms 2023-11-16T12:06:38.929 INFO:teuthology.orchestra.run.smithi103.stdout: 5 118573 8.60 MB/sec execute 240 sec latency 143.767 ms 2023-11-16T12:06:39.407 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:06:39 smithi103 ceph-mon[107764]: pgmap v84: 97 pgs: 97 active+clean; 346 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.8 MiB/s wr, 579 op/s 2023-11-16T12:06:39.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:06:39 smithi140 ceph-mon[110414]: pgmap v84: 97 pgs: 97 active+clean; 346 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.8 MiB/s wr, 579 op/s 2023-11-16T12:06:39.931 INFO:teuthology.orchestra.run.smithi103.stdout: 5 118883 8.62 MB/sec execute 241 sec latency 123.570 ms 2023-11-16T12:06:40.931 INFO:teuthology.orchestra.run.smithi103.stdout: 5 119297 8.62 MB/sec execute 242 sec latency 138.115 ms 2023-11-16T12:06:41.203 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:06:41 smithi103 ceph-mon[107764]: pgmap v85: 97 pgs: 97 active+clean; 346 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 395 op/s 2023-11-16T12:06:41.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:06:41 smithi140 ceph-mon[110414]: pgmap v85: 97 pgs: 97 active+clean; 346 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 395 op/s 2023-11-16T12:06:41.931 INFO:teuthology.orchestra.run.smithi103.stdout: 5 119612 8.62 MB/sec execute 243 sec latency 130.627 ms 2023-11-16T12:06:42.217 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:06:42 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:06:42.487 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:06:42 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:06:42.931 INFO:teuthology.orchestra.run.smithi103.stdout: 5 119842 8.61 MB/sec execute 244 sec latency 144.891 ms 2023-11-16T12:06:43.254 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:06:43 smithi103 ceph-mon[107764]: pgmap v86: 97 pgs: 97 active+clean; 346 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 395 op/s 2023-11-16T12:06:43.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:06:43 smithi140 ceph-mon[110414]: pgmap v86: 97 pgs: 97 active+clean; 346 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 395 op/s 2023-11-16T12:06:43.933 INFO:teuthology.orchestra.run.smithi103.stdout: 5 120247 8.64 MB/sec execute 245 sec latency 122.532 ms 2023-11-16T12:06:44.934 INFO:teuthology.orchestra.run.smithi103.stdout: 5 120610 8.65 MB/sec execute 246 sec latency 127.902 ms 2023-11-16T12:06:45.280 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:06:45 smithi103 ceph-mon[107764]: pgmap v87: 97 pgs: 97 active+clean; 348 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.1 MiB/s wr, 584 op/s 2023-11-16T12:06:45.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:06:45 smithi140 ceph-mon[110414]: pgmap v87: 97 pgs: 97 active+clean; 348 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.1 MiB/s wr, 584 op/s 2023-11-16T12:06:45.933 INFO:teuthology.orchestra.run.smithi103.stdout: 5 120825 8.63 MB/sec execute 247 sec latency 126.669 ms 2023-11-16T12:06:46.934 INFO:teuthology.orchestra.run.smithi103.stdout: 5 121107 8.62 MB/sec execute 248 sec latency 130.061 ms 2023-11-16T12:06:47.310 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:06:47 smithi103 ceph-mon[107764]: pgmap v88: 97 pgs: 97 active+clean; 348 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.8 MiB/s wr, 376 op/s 2023-11-16T12:06:47.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:06:47 smithi140 ceph-mon[110414]: pgmap v88: 97 pgs: 97 active+clean; 348 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.8 MiB/s wr, 376 op/s 2023-11-16T12:06:47.942 INFO:teuthology.orchestra.run.smithi103.stdout: 5 121396 8.60 MB/sec execute 249 sec latency 117.679 ms 2023-11-16T12:06:48.949 INFO:teuthology.orchestra.run.smithi103.stdout: 5 121754 8.60 MB/sec execute 250 sec latency 131.404 ms 2023-11-16T12:06:49.325 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:06:49 smithi103 ceph-mon[107764]: pgmap v89: 97 pgs: 97 active+clean; 343 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.7 MiB/s wr, 563 op/s 2023-11-16T12:06:49.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:06:49 smithi140 ceph-mon[110414]: pgmap v89: 97 pgs: 97 active+clean; 343 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.7 MiB/s wr, 563 op/s 2023-11-16T12:06:49.949 INFO:teuthology.orchestra.run.smithi103.stdout: 5 122048 8.60 MB/sec execute 251 sec latency 132.160 ms 2023-11-16T12:06:50.949 INFO:teuthology.orchestra.run.smithi103.stdout: 5 122295 8.60 MB/sec execute 252 sec latency 183.227 ms 2023-11-16T12:06:51.415 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:06:51 smithi103 ceph-mon[107764]: pgmap v90: 97 pgs: 97 active+clean; 343 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 375 op/s 2023-11-16T12:06:51.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:06:51 smithi140 ceph-mon[110414]: pgmap v90: 97 pgs: 97 active+clean; 343 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 375 op/s 2023-11-16T12:06:51.949 INFO:teuthology.orchestra.run.smithi103.stdout: 5 122597 8.61 MB/sec execute 253 sec latency 134.820 ms 2023-11-16T12:06:52.949 INFO:teuthology.orchestra.run.smithi103.stdout: 5 122867 8.59 MB/sec execute 254 sec latency 129.646 ms 2023-11-16T12:06:53.465 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:06:53 smithi103 ceph-mon[107764]: pgmap v91: 97 pgs: 97 active+clean; 343 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 375 op/s 2023-11-16T12:06:53.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:06:53 smithi140 ceph-mon[110414]: pgmap v91: 97 pgs: 97 active+clean; 343 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 375 op/s 2023-11-16T12:06:53.949 INFO:teuthology.orchestra.run.smithi103.stdout: 5 123141 8.58 MB/sec execute 255 sec latency 124.281 ms 2023-11-16T12:06:54.949 INFO:teuthology.orchestra.run.smithi103.stdout: 5 123367 8.59 MB/sec execute 256 sec latency 135.815 ms 2023-11-16T12:06:55.200 INFO:teuthology.orchestra.run.smithi103.stdout:true 2023-11-16T12:06:55.513 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:06:55 smithi103 ceph-mon[107764]: pgmap v92: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.6 MiB/s wr, 552 op/s 2023-11-16T12:06:55.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:06:55 smithi140 ceph-mon[110414]: pgmap v92: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.6 MiB/s wr, 552 op/s 2023-11-16T12:06:55.950 INFO:teuthology.orchestra.run.smithi103.stdout: 5 123622 8.59 MB/sec execute 257 sec latency 132.595 ms 2023-11-16T12:06:56.077 INFO:teuthology.orchestra.run.smithi103.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-16T12:06:56.077 INFO:teuthology.orchestra.run.smithi103.stdout:alertmanager.smithi103 smithi103 *:9093,9094 starting - - - - 2023-11-16T12:06:56.077 INFO:teuthology.orchestra.run.smithi103.stdout:crash.smithi103 smithi103 running (10m) 2m ago 10m 7008k - 17.2.0 e1d6a67b021e 62a9e4c3c3fe 2023-11-16T12:06:56.077 INFO:teuthology.orchestra.run.smithi103.stdout:crash.smithi140 smithi140 running (10m) 2m ago 10m 7163k - 17.2.0 e1d6a67b021e 013838b8dccc 2023-11-16T12:06:56.077 INFO:teuthology.orchestra.run.smithi103.stdout:grafana.smithi103 smithi103 *:3000 starting - - - - 2023-11-16T12:06:56.077 INFO:teuthology.orchestra.run.smithi103.stdout:mds.foofs.smithi103.ssgfis smithi103 running (6m) 2m ago 6m 37.5M - 17.2.0 e1d6a67b021e 6a0af07e429a 2023-11-16T12:06:56.077 INFO:teuthology.orchestra.run.smithi103.stdout:mds.foofs.smithi140.eneygm smithi140 running (6m) 2m ago 6m 13.6M - 17.2.0 e1d6a67b021e 7eebbdc15b03 2023-11-16T12:06:56.077 INFO:teuthology.orchestra.run.smithi103.stdout:mgr.smithi103.lplguk smithi103 *:9283 running (11m) 2m ago 11m 409M - 17.2.0 e1d6a67b021e ebd04f510a42 2023-11-16T12:06:56.078 INFO:teuthology.orchestra.run.smithi103.stdout:mgr.smithi140.xexnxk smithi140 *:8443,9283 running (3m) 2m ago 10m 497M - 18.0.0-7421-g50bc6740 1cfb7613cdb7 c624bae045f8 2023-11-16T12:06:56.078 INFO:teuthology.orchestra.run.smithi103.stdout:mon.smithi103 smithi103 running (11m) 2m ago 11m 107M 2048M 17.2.0 e1d6a67b021e afc3bdc1747b 2023-11-16T12:06:56.078 INFO:teuthology.orchestra.run.smithi103.stdout:mon.smithi140 smithi140 running (10m) 2m ago 10m 63.7M 2048M 17.2.0 e1d6a67b021e a0f4972da00f 2023-11-16T12:06:56.078 INFO:teuthology.orchestra.run.smithi103.stdout:nfs.foo.0.0.smithi103.kawwcr smithi103 *:2049 running (6m) 2m ago 6m 268M - 4.0 e1d6a67b021e 6b71f043d740 2023-11-16T12:06:56.078 INFO:teuthology.orchestra.run.smithi103.stdout:nfs.foo.1.0.smithi140.guwogn smithi140 *:2049 running (6m) 2m ago 6m 88.6M - 4.0 e1d6a67b021e 611de993975d 2023-11-16T12:06:56.078 INFO:teuthology.orchestra.run.smithi103.stdout:node-exporter.smithi103 smithi103 *:9100 starting - - - - 2023-11-16T12:06:56.078 INFO:teuthology.orchestra.run.smithi103.stdout:node-exporter.smithi140 smithi140 *:9100 starting - - - - 2023-11-16T12:06:56.078 INFO:teuthology.orchestra.run.smithi103.stdout:osd.0 smithi103 running (9m) 2m ago 9m 1117M 1944M 17.2.0 e1d6a67b021e 16ed2887ad4f 2023-11-16T12:06:56.078 INFO:teuthology.orchestra.run.smithi103.stdout:osd.1 smithi103 running (9m) 2m ago 9m 895M 1944M 17.2.0 e1d6a67b021e 541477e0006b 2023-11-16T12:06:56.078 INFO:teuthology.orchestra.run.smithi103.stdout:osd.2 smithi103 running (8m) 2m ago 8m 620M 1944M 17.2.0 e1d6a67b021e 51e58b8bf69d 2023-11-16T12:06:56.078 INFO:teuthology.orchestra.run.smithi103.stdout:osd.3 smithi103 running (8m) 2m ago 8m 956M 1944M 17.2.0 e1d6a67b021e 562e405eb3b5 2023-11-16T12:06:56.078 INFO:teuthology.orchestra.run.smithi103.stdout:osd.4 smithi140 running (8m) 2m ago 8m 854M 2712M 17.2.0 e1d6a67b021e 60d4e21e3f89 2023-11-16T12:06:56.079 INFO:teuthology.orchestra.run.smithi103.stdout:osd.5 smithi140 running (8m) 2m ago 8m 1174M 2712M 17.2.0 e1d6a67b021e 2b97bd6df881 2023-11-16T12:06:56.079 INFO:teuthology.orchestra.run.smithi103.stdout:osd.6 smithi140 running (7m) 2m ago 7m 920M 2712M 17.2.0 e1d6a67b021e 79828d9e15a3 2023-11-16T12:06:56.079 INFO:teuthology.orchestra.run.smithi103.stdout:osd.7 smithi140 running (7m) 2m ago 7m 1518M 2712M 17.2.0 e1d6a67b021e e93e8f95e9b7 2023-11-16T12:06:56.079 INFO:teuthology.orchestra.run.smithi103.stdout:prometheus.smithi103 smithi103 *:9095 starting - - - - 2023-11-16T12:06:56.274 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:06:56 smithi103 ceph-mon[107764]: from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:06:56.274 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:06:56 smithi103 ceph-mon[107764]: from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:06:56.274 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:06:56 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:06:56.559 INFO:teuthology.orchestra.run.smithi103.stdout:{ 2023-11-16T12:06:56.559 INFO:teuthology.orchestra.run.smithi103.stdout: "mon": { 2023-11-16T12:06:56.560 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T12:06:56.560 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:06:56.560 INFO:teuthology.orchestra.run.smithi103.stdout: "mgr": { 2023-11-16T12:06:56.560 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-16T12:06:56.560 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 18.0.0-7421-g50bc6740 (50bc6740f385afe4f36770e739358479a73d8add) reef (dev)": 1 2023-11-16T12:06:56.560 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:06:56.560 INFO:teuthology.orchestra.run.smithi103.stdout: "osd": { 2023-11-16T12:06:56.560 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-16T12:06:56.560 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:06:56.560 INFO:teuthology.orchestra.run.smithi103.stdout: "mds": { 2023-11-16T12:06:56.561 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T12:06:56.561 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:06:56.561 INFO:teuthology.orchestra.run.smithi103.stdout: "overall": { 2023-11-16T12:06:56.561 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-16T12:06:56.561 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 18.0.0-7421-g50bc6740 (50bc6740f385afe4f36770e739358479a73d8add) reef (dev)": 1 2023-11-16T12:06:56.561 INFO:teuthology.orchestra.run.smithi103.stdout: } 2023-11-16T12:06:56.561 INFO:teuthology.orchestra.run.smithi103.stdout:} 2023-11-16T12:06:56.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:06:56 smithi140 ceph-mon[110414]: from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:06:56.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:06:56 smithi140 ceph-mon[110414]: from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:06:56.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:06:56 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:06:56.950 INFO:teuthology.orchestra.run.smithi103.stdout: 5 123913 8.58 MB/sec execute 258 sec latency 209.533 ms 2023-11-16T12:06:57.005 INFO:teuthology.orchestra.run.smithi103.stdout:{ 2023-11-16T12:06:57.005 INFO:teuthology.orchestra.run.smithi103.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea", 2023-11-16T12:06:57.005 INFO:teuthology.orchestra.run.smithi103.stdout: "in_progress": true, 2023-11-16T12:06:57.005 INFO:teuthology.orchestra.run.smithi103.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-16T12:06:57.005 INFO:teuthology.orchestra.run.smithi103.stdout: "services_complete": [], 2023-11-16T12:06:57.006 INFO:teuthology.orchestra.run.smithi103.stdout: "progress": "1/23 daemons upgraded", 2023-11-16T12:06:57.006 INFO:teuthology.orchestra.run.smithi103.stdout: "message": "Currently upgrading mgr daemons", 2023-11-16T12:06:57.006 INFO:teuthology.orchestra.run.smithi103.stdout: "is_paused": false 2023-11-16T12:06:57.006 INFO:teuthology.orchestra.run.smithi103.stdout:} 2023-11-16T12:06:57.299 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:06:57 smithi103 ceph-mon[107764]: from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:06:57.299 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:06:57 smithi103 ceph-mon[107764]: pgmap v93: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.6 MiB/s wr, 363 op/s 2023-11-16T12:06:57.299 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:06:57 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/2013606838' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T12:06:57.530 INFO:teuthology.orchestra.run.smithi103.stdout:HEALTH_OK 2023-11-16T12:06:57.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:06:57 smithi140 ceph-mon[110414]: from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:06:57.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:06:57 smithi140 ceph-mon[110414]: pgmap v93: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.6 MiB/s wr, 363 op/s 2023-11-16T12:06:57.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:06:57 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/2013606838' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T12:06:57.955 INFO:teuthology.orchestra.run.smithi103.stdout: 5 124209 8.58 MB/sec execute 259 sec latency 135.782 ms 2023-11-16T12:06:58.325 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:06:58 smithi103 ceph-mon[107764]: from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:06:58.325 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:06:58 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/3828136244' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T12:06:58.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:06:58 smithi140 ceph-mon[110414]: from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:06:58.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:06:58 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/3828136244' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T12:06:58.954 INFO:teuthology.orchestra.run.smithi103.stdout: 5 124453 8.57 MB/sec execute 260 sec latency 113.806 ms 2023-11-16T12:06:59.353 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:06:59 smithi103 ceph-mon[107764]: pgmap v94: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.4 MiB/s wr, 519 op/s 2023-11-16T12:06:59.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:06:59 smithi140 ceph-mon[110414]: pgmap v94: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.4 MiB/s wr, 519 op/s 2023-11-16T12:06:59.955 INFO:teuthology.orchestra.run.smithi103.stdout: 5 124666 8.55 MB/sec execute 261 sec latency 105.035 ms 2023-11-16T12:07:00.955 INFO:teuthology.orchestra.run.smithi103.stdout: 5 125053 8.56 MB/sec execute 262 sec latency 108.606 ms 2023-11-16T12:07:01.401 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:07:01 smithi103 ceph-mon[107764]: pgmap v95: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.5 MiB/s wr, 332 op/s 2023-11-16T12:07:01.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:07:01 smithi140 ceph-mon[110414]: pgmap v95: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.5 MiB/s wr, 332 op/s 2023-11-16T12:07:01.955 INFO:teuthology.orchestra.run.smithi103.stdout: 5 125387 8.55 MB/sec execute 263 sec latency 126.566 ms 2023-11-16T12:07:02.959 INFO:teuthology.orchestra.run.smithi103.stdout: 5 125686 8.55 MB/sec execute 264 sec latency 122.672 ms 2023-11-16T12:07:03.326 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:07:03 smithi103 ceph-mon[107764]: pgmap v96: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.5 MiB/s wr, 332 op/s 2023-11-16T12:07:03.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:07:03 smithi140 ceph-mon[110414]: pgmap v96: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.5 MiB/s wr, 332 op/s 2023-11-16T12:07:03.959 INFO:teuthology.orchestra.run.smithi103.stdout: 5 125913 8.55 MB/sec execute 265 sec latency 139.604 ms 2023-11-16T12:07:04.959 INFO:teuthology.orchestra.run.smithi103.stdout: 5 126241 8.55 MB/sec execute 266 sec latency 123.564 ms 2023-11-16T12:07:05.323 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:07:05 smithi103 ceph-mon[107764]: pgmap v97: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.2 MiB/s wr, 515 op/s 2023-11-16T12:07:05.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:07:05 smithi140 ceph-mon[110414]: pgmap v97: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.2 MiB/s wr, 515 op/s 2023-11-16T12:07:05.961 INFO:teuthology.orchestra.run.smithi103.stdout: 5 126570 8.54 MB/sec execute 267 sec latency 138.552 ms 2023-11-16T12:07:06.961 INFO:teuthology.orchestra.run.smithi103.stdout: 5 126817 8.54 MB/sec execute 268 sec latency 129.349 ms 2023-11-16T12:07:07.374 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:07:07 smithi103 ceph-mon[107764]: pgmap v98: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 339 op/s 2023-11-16T12:07:07.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:07:07 smithi140 ceph-mon[110414]: pgmap v98: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 339 op/s 2023-11-16T12:07:07.961 INFO:teuthology.orchestra.run.smithi103.stdout: 5 127061 8.55 MB/sec execute 269 sec latency 140.336 ms 2023-11-16T12:07:08.961 INFO:teuthology.orchestra.run.smithi103.stdout: 5 127323 8.55 MB/sec execute 270 sec latency 129.087 ms 2023-11-16T12:07:09.435 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:07:09 smithi103 ceph-mon[107764]: pgmap v99: 97 pgs: 97 active+clean; 346 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 507 op/s 2023-11-16T12:07:09.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:07:09 smithi140 ceph-mon[110414]: pgmap v99: 97 pgs: 97 active+clean; 346 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 507 op/s 2023-11-16T12:07:09.961 INFO:teuthology.orchestra.run.smithi103.stdout: 5 127607 8.54 MB/sec execute 271 sec latency 171.320 ms 2023-11-16T12:07:10.961 INFO:teuthology.orchestra.run.smithi103.stdout: 5 127922 8.53 MB/sec execute 272 sec latency 126.816 ms 2023-11-16T12:07:11.235 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:07:11 smithi103 ceph-mon[107764]: pgmap v100: 97 pgs: 97 active+clean; 346 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 351 op/s 2023-11-16T12:07:11.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:07:11 smithi140 ceph-mon[110414]: pgmap v100: 97 pgs: 97 active+clean; 346 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 351 op/s 2023-11-16T12:07:11.961 INFO:teuthology.orchestra.run.smithi103.stdout: 5 128154 8.53 MB/sec execute 273 sec latency 129.325 ms 2023-11-16T12:07:12.257 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:07:12 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:07:12.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:07:12 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:07:12.961 INFO:teuthology.orchestra.run.smithi103.stdout: 5 128443 8.53 MB/sec execute 274 sec latency 137.691 ms 2023-11-16T12:07:13.290 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:07:13 smithi103 ceph-mon[107764]: pgmap v101: 97 pgs: 97 active+clean; 346 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 351 op/s 2023-11-16T12:07:13.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:07:13 smithi140 ceph-mon[110414]: pgmap v101: 97 pgs: 97 active+clean; 346 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 351 op/s 2023-11-16T12:07:13.961 INFO:teuthology.orchestra.run.smithi103.stdout: 5 128749 8.51 MB/sec execute 275 sec latency 145.908 ms 2023-11-16T12:07:14.962 INFO:teuthology.orchestra.run.smithi103.stdout: 5 129034 8.50 MB/sec execute 276 sec latency 143.983 ms 2023-11-16T12:07:15.353 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:07:15 smithi103 ceph-mon[107764]: pgmap v102: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.3 MiB/s wr, 520 op/s 2023-11-16T12:07:15.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:07:15 smithi140 ceph-mon[110414]: pgmap v102: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.3 MiB/s wr, 520 op/s 2023-11-16T12:07:15.964 INFO:teuthology.orchestra.run.smithi103.stdout: 5 129251 8.50 MB/sec execute 277 sec latency 157.036 ms 2023-11-16T12:07:16.967 INFO:teuthology.orchestra.run.smithi103.stdout: 5 129461 8.49 MB/sec execute 278 sec latency 140.863 ms 2023-11-16T12:07:17.428 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:07:17 smithi103 ceph-mon[107764]: pgmap v103: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.6 MiB/s wr, 337 op/s 2023-11-16T12:07:17.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:07:17 smithi140 ceph-mon[110414]: pgmap v103: 97 pgs: 97 active+clean; 347 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.6 MiB/s wr, 337 op/s 2023-11-16T12:07:17.967 INFO:teuthology.orchestra.run.smithi103.stdout: 5 129754 8.49 MB/sec execute 279 sec latency 129.944 ms 2023-11-16T12:07:18.967 INFO:teuthology.orchestra.run.smithi103.stdout: 5 130040 8.48 MB/sec execute 280 sec latency 138.583 ms 2023-11-16T12:07:19.257 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:07:19 smithi103 ceph-mon[107764]: pgmap v104: 97 pgs: 97 active+clean; 343 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.0 MiB/s wr, 499 op/s 2023-11-16T12:07:19.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:07:19 smithi140 ceph-mon[110414]: pgmap v104: 97 pgs: 97 active+clean; 343 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.0 MiB/s wr, 499 op/s 2023-11-16T12:07:19.967 INFO:teuthology.orchestra.run.smithi103.stdout: 5 130364 8.49 MB/sec execute 281 sec latency 126.454 ms 2023-11-16T12:07:20.967 INFO:teuthology.orchestra.run.smithi103.stdout: 5 130583 8.49 MB/sec execute 282 sec latency 201.026 ms 2023-11-16T12:07:21.329 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:07:21 smithi103 ceph-mon[107764]: pgmap v105: 97 pgs: 97 active+clean; 343 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.2 MiB/s wr, 331 op/s 2023-11-16T12:07:21.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:07:21 smithi140 ceph-mon[110414]: pgmap v105: 97 pgs: 97 active+clean; 343 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.2 MiB/s wr, 331 op/s 2023-11-16T12:07:21.967 INFO:teuthology.orchestra.run.smithi103.stdout: 5 130889 8.49 MB/sec execute 283 sec latency 129.843 ms 2023-11-16T12:07:22.967 INFO:teuthology.orchestra.run.smithi103.stdout: 5 131221 8.49 MB/sec execute 284 sec latency 146.082 ms 2023-11-16T12:07:23.376 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:07:23 smithi103 ceph-mon[107764]: pgmap v106: 97 pgs: 97 active+clean; 343 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.2 MiB/s wr, 331 op/s 2023-11-16T12:07:23.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:07:23 smithi140 ceph-mon[110414]: pgmap v106: 97 pgs: 97 active+clean; 343 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.2 MiB/s wr, 331 op/s 2023-11-16T12:07:23.967 INFO:teuthology.orchestra.run.smithi103.stdout: 5 131455 8.48 MB/sec execute 285 sec latency 131.456 ms 2023-11-16T12:07:24.978 INFO:teuthology.orchestra.run.smithi103.stdout: 5 131630 8.46 MB/sec execute 286 sec latency 123.300 ms 2023-11-16T12:07:25.461 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:07:25 smithi103 ceph-mon[107764]: pgmap v107: 97 pgs: 97 active+clean; 350 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 496 op/s 2023-11-16T12:07:25.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:07:25 smithi140 ceph-mon[110414]: pgmap v107: 97 pgs: 97 active+clean; 350 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 496 op/s 2023-11-16T12:07:25.978 INFO:teuthology.orchestra.run.smithi103.stdout: 5 131879 8.46 MB/sec execute 287 sec latency 126.758 ms 2023-11-16T12:07:26.484 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:07:26 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:07:26.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:07:26 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:07:26.978 INFO:teuthology.orchestra.run.smithi103.stdout: 5 132208 8.46 MB/sec execute 288 sec latency 127.187 ms 2023-11-16T12:07:27.244 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:07:27 smithi103 ceph-mon[107764]: pgmap v108: 97 pgs: 97 active+clean; 350 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.3 MiB/s wr, 328 op/s 2023-11-16T12:07:27.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:07:27 smithi140 ceph-mon[110414]: pgmap v108: 97 pgs: 97 active+clean; 350 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.3 MiB/s wr, 328 op/s 2023-11-16T12:07:27.978 INFO:teuthology.orchestra.run.smithi103.stdout: 5 132455 8.45 MB/sec execute 289 sec latency 91.106 ms 2023-11-16T12:07:27.991 INFO:teuthology.orchestra.run.smithi103.stdout:true 2023-11-16T12:07:28.910 INFO:teuthology.orchestra.run.smithi103.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-16T12:07:28.910 INFO:teuthology.orchestra.run.smithi103.stdout:alertmanager.smithi103 smithi103 *:9093,9094 starting - - - - 2023-11-16T12:07:28.911 INFO:teuthology.orchestra.run.smithi103.stdout:crash.smithi103 smithi103 running (11m) 3m ago 11m 7008k - 17.2.0 e1d6a67b021e 62a9e4c3c3fe 2023-11-16T12:07:28.911 INFO:teuthology.orchestra.run.smithi103.stdout:crash.smithi140 smithi140 running (10m) 3m ago 10m 7163k - 17.2.0 e1d6a67b021e 013838b8dccc 2023-11-16T12:07:28.911 INFO:teuthology.orchestra.run.smithi103.stdout:grafana.smithi103 smithi103 *:3000 starting - - - - 2023-11-16T12:07:28.911 INFO:teuthology.orchestra.run.smithi103.stdout:mds.foofs.smithi103.ssgfis smithi103 running (7m) 3m ago 7m 37.5M - 17.2.0 e1d6a67b021e 6a0af07e429a 2023-11-16T12:07:28.911 INFO:teuthology.orchestra.run.smithi103.stdout:mds.foofs.smithi140.eneygm smithi140 running (7m) 3m ago 7m 13.6M - 17.2.0 e1d6a67b021e 7eebbdc15b03 2023-11-16T12:07:28.911 INFO:teuthology.orchestra.run.smithi103.stdout:mgr.smithi103.lplguk smithi103 *:9283 running (12m) 3m ago 12m 409M - 17.2.0 e1d6a67b021e ebd04f510a42 2023-11-16T12:07:28.911 INFO:teuthology.orchestra.run.smithi103.stdout:mgr.smithi140.xexnxk smithi140 *:8443,9283 running (3m) 3m ago 10m 497M - 18.0.0-7421-g50bc6740 1cfb7613cdb7 c624bae045f8 2023-11-16T12:07:28.911 INFO:teuthology.orchestra.run.smithi103.stdout:mon.smithi103 smithi103 running (12m) 3m ago 12m 107M 2048M 17.2.0 e1d6a67b021e afc3bdc1747b 2023-11-16T12:07:28.911 INFO:teuthology.orchestra.run.smithi103.stdout:mon.smithi140 smithi140 running (10m) 3m ago 10m 63.7M 2048M 17.2.0 e1d6a67b021e a0f4972da00f 2023-11-16T12:07:28.911 INFO:teuthology.orchestra.run.smithi103.stdout:nfs.foo.0.0.smithi103.kawwcr smithi103 *:2049 running (7m) 3m ago 7m 268M - 4.0 e1d6a67b021e 6b71f043d740 2023-11-16T12:07:28.911 INFO:teuthology.orchestra.run.smithi103.stdout:nfs.foo.1.0.smithi140.guwogn smithi140 *:2049 running (6m) 3m ago 6m 88.6M - 4.0 e1d6a67b021e 611de993975d 2023-11-16T12:07:28.911 INFO:teuthology.orchestra.run.smithi103.stdout:node-exporter.smithi103 smithi103 *:9100 starting - - - - 2023-11-16T12:07:28.911 INFO:teuthology.orchestra.run.smithi103.stdout:node-exporter.smithi140 smithi140 *:9100 starting - - - - 2023-11-16T12:07:28.912 INFO:teuthology.orchestra.run.smithi103.stdout:osd.0 smithi103 running (10m) 3m ago 10m 1117M 1944M 17.2.0 e1d6a67b021e 16ed2887ad4f 2023-11-16T12:07:28.912 INFO:teuthology.orchestra.run.smithi103.stdout:osd.1 smithi103 running (9m) 3m ago 9m 895M 1944M 17.2.0 e1d6a67b021e 541477e0006b 2023-11-16T12:07:28.912 INFO:teuthology.orchestra.run.smithi103.stdout:osd.2 smithi103 running (9m) 3m ago 9m 620M 1944M 17.2.0 e1d6a67b021e 51e58b8bf69d 2023-11-16T12:07:28.912 INFO:teuthology.orchestra.run.smithi103.stdout:osd.3 smithi103 running (9m) 3m ago 9m 956M 1944M 17.2.0 e1d6a67b021e 562e405eb3b5 2023-11-16T12:07:28.912 INFO:teuthology.orchestra.run.smithi103.stdout:osd.4 smithi140 running (8m) 3m ago 8m 854M 2712M 17.2.0 e1d6a67b021e 60d4e21e3f89 2023-11-16T12:07:28.912 INFO:teuthology.orchestra.run.smithi103.stdout:osd.5 smithi140 running (8m) 3m ago 8m 1174M 2712M 17.2.0 e1d6a67b021e 2b97bd6df881 2023-11-16T12:07:28.912 INFO:teuthology.orchestra.run.smithi103.stdout:osd.6 smithi140 running (8m) 3m ago 8m 920M 2712M 17.2.0 e1d6a67b021e 79828d9e15a3 2023-11-16T12:07:28.912 INFO:teuthology.orchestra.run.smithi103.stdout:osd.7 smithi140 running (8m) 3m ago 8m 1518M 2712M 17.2.0 e1d6a67b021e e93e8f95e9b7 2023-11-16T12:07:28.912 INFO:teuthology.orchestra.run.smithi103.stdout:prometheus.smithi103 smithi103 *:9095 starting - - - - 2023-11-16T12:07:28.986 INFO:teuthology.orchestra.run.smithi103.stdout: 5 132682 8.44 MB/sec execute 290 sec latency 154.683 ms 2023-11-16T12:07:29.317 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:07:29 smithi103 ceph-mon[107764]: from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:07:29.317 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:07:29 smithi103 ceph-mon[107764]: pgmap v109: 97 pgs: 97 active+clean; 345 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.9 MiB/s wr, 491 op/s 2023-11-16T12:07:29.318 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:07:29 smithi103 ceph-mon[107764]: from='client.24611 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:07:29.466 INFO:teuthology.orchestra.run.smithi103.stdout:{ 2023-11-16T12:07:29.466 INFO:teuthology.orchestra.run.smithi103.stdout: "mon": { 2023-11-16T12:07:29.466 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T12:07:29.466 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:07:29.466 INFO:teuthology.orchestra.run.smithi103.stdout: "mgr": { 2023-11-16T12:07:29.466 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-16T12:07:29.466 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 18.0.0-7421-g50bc6740 (50bc6740f385afe4f36770e739358479a73d8add) reef (dev)": 1 2023-11-16T12:07:29.466 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:07:29.467 INFO:teuthology.orchestra.run.smithi103.stdout: "osd": { 2023-11-16T12:07:29.467 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-16T12:07:29.467 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:07:29.467 INFO:teuthology.orchestra.run.smithi103.stdout: "mds": { 2023-11-16T12:07:29.467 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T12:07:29.467 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:07:29.467 INFO:teuthology.orchestra.run.smithi103.stdout: "overall": { 2023-11-16T12:07:29.467 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-16T12:07:29.467 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 18.0.0-7421-g50bc6740 (50bc6740f385afe4f36770e739358479a73d8add) reef (dev)": 1 2023-11-16T12:07:29.467 INFO:teuthology.orchestra.run.smithi103.stdout: } 2023-11-16T12:07:29.467 INFO:teuthology.orchestra.run.smithi103.stdout:} 2023-11-16T12:07:29.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:07:29 smithi140 ceph-mon[110414]: from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:07:29.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:07:29 smithi140 ceph-mon[110414]: pgmap v109: 97 pgs: 97 active+clean; 345 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.9 MiB/s wr, 491 op/s 2023-11-16T12:07:29.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:07:29 smithi140 ceph-mon[110414]: from='client.24611 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:07:29.943 INFO:teuthology.orchestra.run.smithi103.stdout:{ 2023-11-16T12:07:29.943 INFO:teuthology.orchestra.run.smithi103.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea", 2023-11-16T12:07:29.943 INFO:teuthology.orchestra.run.smithi103.stdout: "in_progress": true, 2023-11-16T12:07:29.943 INFO:teuthology.orchestra.run.smithi103.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-16T12:07:29.944 INFO:teuthology.orchestra.run.smithi103.stdout: "services_complete": [], 2023-11-16T12:07:29.944 INFO:teuthology.orchestra.run.smithi103.stdout: "progress": "1/23 daemons upgraded", 2023-11-16T12:07:29.944 INFO:teuthology.orchestra.run.smithi103.stdout: "message": "Currently upgrading mgr daemons", 2023-11-16T12:07:29.944 INFO:teuthology.orchestra.run.smithi103.stdout: "is_paused": false 2023-11-16T12:07:29.944 INFO:teuthology.orchestra.run.smithi103.stdout:} 2023-11-16T12:07:29.986 INFO:teuthology.orchestra.run.smithi103.stdout: 5 132926 8.43 MB/sec execute 291 sec latency 123.686 ms 2023-11-16T12:07:30.360 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:07:30 smithi103 ceph-mon[107764]: from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:07:30.360 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:07:30 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/1738575570' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T12:07:30.505 INFO:teuthology.orchestra.run.smithi103.stdout:HEALTH_OK 2023-11-16T12:07:30.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:07:30 smithi140 ceph-mon[110414]: from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:07:30.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:07:30 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/1738575570' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T12:07:30.986 INFO:teuthology.orchestra.run.smithi103.stdout: 5 133194 8.41 MB/sec execute 292 sec latency 140.171 ms 2023-11-16T12:07:31.371 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:07:31 smithi103 ceph-mon[107764]: from='client.24623 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:07:31.371 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:07:31 smithi103 ceph-mon[107764]: pgmap v110: 97 pgs: 97 active+clean; 345 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 328 op/s 2023-11-16T12:07:31.371 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:07:31 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/1642202509' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T12:07:31.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:07:31 smithi140 ceph-mon[110414]: from='client.24623 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:07:31.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:07:31 smithi140 ceph-mon[110414]: pgmap v110: 97 pgs: 97 active+clean; 345 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 328 op/s 2023-11-16T12:07:31.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:07:31 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/1642202509' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T12:07:31.986 INFO:teuthology.orchestra.run.smithi103.stdout: 5 133597 8.43 MB/sec execute 293 sec latency 102.469 ms 2023-11-16T12:07:32.986 INFO:teuthology.orchestra.run.smithi103.stdout: 5 134040 8.46 MB/sec execute 294 sec latency 118.592 ms 2023-11-16T12:07:33.417 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:07:33 smithi103 ceph-mon[107764]: pgmap v111: 97 pgs: 97 active+clean; 345 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 328 op/s 2023-11-16T12:07:33.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:07:33 smithi140 ceph-mon[110414]: pgmap v111: 97 pgs: 97 active+clean; 345 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 328 op/s 2023-11-16T12:07:33.991 INFO:teuthology.orchestra.run.smithi103.stdout: 5 134341 8.46 MB/sec execute 295 sec latency 138.452 ms 2023-11-16T12:07:34.991 INFO:teuthology.orchestra.run.smithi103.stdout: 5 134678 8.46 MB/sec execute 296 sec latency 143.524 ms 2023-11-16T12:07:35.480 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:07:35 smithi103 ceph-mon[107764]: pgmap v112: 97 pgs: 97 active+clean; 350 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.2 MiB/s wr, 500 op/s 2023-11-16T12:07:35.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:07:35 smithi140 ceph-mon[110414]: pgmap v112: 97 pgs: 97 active+clean; 350 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.2 MiB/s wr, 500 op/s 2023-11-16T12:07:35.991 INFO:teuthology.orchestra.run.smithi103.stdout: 5 134992 8.45 MB/sec execute 297 sec latency 100.121 ms 2023-11-16T12:07:36.991 INFO:teuthology.orchestra.run.smithi103.stdout: 5 135315 8.46 MB/sec execute 298 sec latency 132.920 ms 2023-11-16T12:07:37.517 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:07:37 smithi103 ceph-mon[107764]: pgmap v113: 97 pgs: 97 active+clean; 350 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.2 MiB/s wr, 334 op/s 2023-11-16T12:07:37.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:07:37 smithi140 ceph-mon[110414]: pgmap v113: 97 pgs: 97 active+clean; 350 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.2 MiB/s wr, 334 op/s 2023-11-16T12:07:37.998 INFO:teuthology.orchestra.run.smithi103.stdout: 5 135592 8.46 MB/sec execute 299 sec latency 129.074 ms 2023-11-16T12:07:38.998 INFO:teuthology.orchestra.run.smithi103.stdout: 5 135948 8.46 MB/sec execute 300 sec latency 132.155 ms 2023-11-16T12:07:39.324 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:07:39 smithi103 ceph-mon[107764]: pgmap v114: 97 pgs: 97 active+clean; 352 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.5 MiB/s wr, 530 op/s 2023-11-16T12:07:39.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:07:39 smithi140 ceph-mon[110414]: pgmap v114: 97 pgs: 97 active+clean; 352 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.5 MiB/s wr, 530 op/s 2023-11-16T12:07:39.998 INFO:teuthology.orchestra.run.smithi103.stdout: 5 136297 8.45 MB/sec execute 301 sec latency 137.858 ms 2023-11-16T12:07:40.998 INFO:teuthology.orchestra.run.smithi103.stdout: 5 136623 8.44 MB/sec execute 302 sec latency 120.715 ms 2023-11-16T12:07:41.376 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:07:41 smithi103 ceph-mon[107764]: pgmap v115: 97 pgs: 97 active+clean; 352 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.9 MiB/s wr, 367 op/s 2023-11-16T12:07:41.376 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:07:41 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:07:41.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:07:41 smithi140 ceph-mon[110414]: pgmap v115: 97 pgs: 97 active+clean; 352 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.9 MiB/s wr, 367 op/s 2023-11-16T12:07:41.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:07:41 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:07:41.998 INFO:teuthology.orchestra.run.smithi103.stdout: 5 136997 8.46 MB/sec execute 303 sec latency 126.542 ms 2023-11-16T12:07:42.998 INFO:teuthology.orchestra.run.smithi103.stdout: 5 137276 8.46 MB/sec execute 304 sec latency 127.676 ms 2023-11-16T12:07:43.407 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:07:43 smithi103 ceph-mon[107764]: pgmap v116: 97 pgs: 97 active+clean; 352 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.9 MiB/s wr, 367 op/s 2023-11-16T12:07:43.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:07:43 smithi140 ceph-mon[110414]: pgmap v116: 97 pgs: 97 active+clean; 352 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.9 MiB/s wr, 367 op/s 2023-11-16T12:07:43.998 INFO:teuthology.orchestra.run.smithi103.stdout: 5 137607 8.47 MB/sec execute 305 sec latency 100.037 ms 2023-11-16T12:07:45.005 INFO:teuthology.orchestra.run.smithi103.stdout: 5 137940 8.46 MB/sec execute 306 sec latency 124.691 ms 2023-11-16T12:07:45.440 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:07:45 smithi103 ceph-mon[107764]: pgmap v117: 97 pgs: 97 active+clean; 350 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.9 MiB/s wr, 575 op/s 2023-11-16T12:07:45.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:07:45 smithi140 ceph-mon[110414]: pgmap v117: 97 pgs: 97 active+clean; 350 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.9 MiB/s wr, 575 op/s 2023-11-16T12:07:46.005 INFO:teuthology.orchestra.run.smithi103.stdout: 5 138286 8.46 MB/sec execute 307 sec latency 140.171 ms 2023-11-16T12:07:47.005 INFO:teuthology.orchestra.run.smithi103.stdout: 5 138652 8.48 MB/sec execute 308 sec latency 119.750 ms 2023-11-16T12:07:47.519 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:07:47 smithi103 ceph-mon[107764]: pgmap v118: 97 pgs: 97 active+clean; 350 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.2 MiB/s wr, 404 op/s 2023-11-16T12:07:47.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:07:47 smithi140 ceph-mon[110414]: pgmap v118: 97 pgs: 97 active+clean; 350 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.2 MiB/s wr, 404 op/s 2023-11-16T12:07:48.005 INFO:teuthology.orchestra.run.smithi103.stdout: 5 139023 8.48 MB/sec execute 309 sec latency 130.757 ms 2023-11-16T12:07:49.005 INFO:teuthology.orchestra.run.smithi103.stdout: 5 139369 8.49 MB/sec execute 310 sec latency 152.431 ms 2023-11-16T12:07:49.571 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:07:49 smithi103 ceph-mon[107764]: pgmap v119: 97 pgs: 97 active+clean; 354 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.3 MiB/s wr, 607 op/s 2023-11-16T12:07:49.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:07:49 smithi140 ceph-mon[110414]: pgmap v119: 97 pgs: 97 active+clean; 354 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.3 MiB/s wr, 607 op/s 2023-11-16T12:07:50.005 INFO:teuthology.orchestra.run.smithi103.stdout: 5 139588 8.47 MB/sec execute 311 sec latency 138.017 ms 2023-11-16T12:07:51.005 INFO:teuthology.orchestra.run.smithi103.stdout: 5 139938 8.47 MB/sec execute 312 sec latency 138.262 ms 2023-11-16T12:07:51.625 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:07:51 smithi103 ceph-mon[107764]: pgmap v120: 97 pgs: 97 active+clean; 354 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 411 op/s 2023-11-16T12:07:51.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:07:51 smithi140 ceph-mon[110414]: pgmap v120: 97 pgs: 97 active+clean; 354 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 411 op/s 2023-11-16T12:07:52.005 INFO:teuthology.orchestra.run.smithi103.stdout: 5 140211 8.46 MB/sec execute 313 sec latency 134.340 ms 2023-11-16T12:07:53.005 INFO:teuthology.orchestra.run.smithi103.stdout: 5 140542 8.47 MB/sec execute 314 sec latency 129.590 ms 2023-11-16T12:07:53.405 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:07:53 smithi103 ceph-mon[107764]: pgmap v121: 97 pgs: 97 active+clean; 354 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 411 op/s 2023-11-16T12:07:53.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:07:53 smithi140 ceph-mon[110414]: pgmap v121: 97 pgs: 97 active+clean; 354 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 411 op/s 2023-11-16T12:07:54.011 INFO:teuthology.orchestra.run.smithi103.stdout: 5 140933 8.48 MB/sec execute 315 sec latency 143.624 ms 2023-11-16T12:07:55.015 INFO:teuthology.orchestra.run.smithi103.stdout: 5 141289 8.48 MB/sec execute 316 sec latency 129.973 ms 2023-11-16T12:07:55.454 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:07:55 smithi103 ceph-mon[107764]: pgmap v122: 97 pgs: 97 active+clean; 351 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.0 MiB/s wr, 600 op/s 2023-11-16T12:07:55.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:07:55 smithi140 ceph-mon[110414]: pgmap v122: 97 pgs: 97 active+clean; 351 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.0 MiB/s wr, 600 op/s 2023-11-16T12:07:56.015 INFO:teuthology.orchestra.run.smithi103.stdout: 5 141545 8.47 MB/sec execute 317 sec latency 114.933 ms 2023-11-16T12:07:56.473 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:07:56 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:07:56.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:07:56 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:07:57.015 INFO:teuthology.orchestra.run.smithi103.stdout: 5 141728 8.46 MB/sec execute 318 sec latency 139.891 ms 2023-11-16T12:07:57.507 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:07:57 smithi103 ceph-mon[107764]: pgmap v123: 97 pgs: 97 active+clean; 351 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 392 op/s 2023-11-16T12:07:57.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:07:57 smithi140 ceph-mon[110414]: pgmap v123: 97 pgs: 97 active+clean; 351 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 392 op/s 2023-11-16T12:07:58.015 INFO:teuthology.orchestra.run.smithi103.stdout: 5 141953 8.47 MB/sec execute 319 sec latency 146.233 ms 2023-11-16T12:07:59.015 INFO:teuthology.orchestra.run.smithi103.stdout: 5 142176 8.46 MB/sec execute 320 sec latency 148.904 ms 2023-11-16T12:07:59.555 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:07:59 smithi103 ceph-mon[107764]: pgmap v124: 97 pgs: 97 active+clean; 351 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.8 MiB/s wr, 568 op/s 2023-11-16T12:07:59.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:07:59 smithi140 ceph-mon[110414]: pgmap v124: 97 pgs: 97 active+clean; 351 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.8 MiB/s wr, 568 op/s 2023-11-16T12:08:00.015 INFO:teuthology.orchestra.run.smithi103.stdout: 5 142530 8.46 MB/sec execute 321 sec latency 138.574 ms 2023-11-16T12:08:01.015 INFO:teuthology.orchestra.run.smithi103.stdout: 5 142812 8.45 MB/sec execute 322 sec latency 122.346 ms 2023-11-16T12:08:01.054 INFO:teuthology.orchestra.run.smithi103.stdout:true 2023-11-16T12:08:01.344 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:08:01 smithi103 ceph-mon[107764]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi103.lplguk on host smithi103 failed. 2023-11-16T12:08:01.344 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:08:01 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:08:01.344 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:08:01 smithi103 ceph-mon[107764]: pgmap v125: 97 pgs: 97 active+clean; 351 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 366 op/s 2023-11-16T12:08:01.344 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:08:01 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T12:08:01.345 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:08:01 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:08:01.345 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:08:01 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:08:01.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:08:01 smithi140 ceph-mon[110414]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi103.lplguk on host smithi103 failed. 2023-11-16T12:08:01.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:08:01 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:08:01.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:08:01 smithi140 ceph-mon[110414]: pgmap v125: 97 pgs: 97 active+clean; 351 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 366 op/s 2023-11-16T12:08:01.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:08:01 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T12:08:01.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:08:01 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:08:01.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:08:01 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:08:01.527 INFO:teuthology.orchestra.run.smithi103.stdout:"Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi103.lplguk on host smithi103 failed." 2023-11-16T12:08:02.015 INFO:teuthology.orchestra.run.smithi103.stdout: 5 143078 8.45 MB/sec execute 323 sec latency 128.966 ms 2023-11-16T12:08:02.376 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:08:02 smithi103 ceph-mon[107764]: from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:08:02.376 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:08:02 smithi103 ceph-mon[107764]: Health check failed: Upgrading daemon mgr.smithi103.lplguk on host smithi103 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-11-16T12:08:02.422 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:08:02 smithi103 ceph-mon[107764]: from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:08:02.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:08:02 smithi140 ceph-mon[110414]: from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:08:02.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:08:02 smithi140 ceph-mon[110414]: Health check failed: Upgrading daemon mgr.smithi103.lplguk on host smithi103 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-11-16T12:08:02.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:08:02 smithi140 ceph-mon[110414]: from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:08:03.015 INFO:teuthology.orchestra.run.smithi103.stdout: 5 143372 8.44 MB/sec execute 324 sec latency 135.757 ms 2023-11-16T12:08:11.410 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:08:03 smithi103 ceph-mon[107764]: pgmap v126: 97 pgs: 97 active+clean; 351 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 366 op/s 2023-11-16T12:08:11.438 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:08:03 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:08:11.439 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:08:03 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:08:11.441 INFO:teuthology.orchestra.run.smithi103.stdout: 5 143728 8.43 MB/sec execute 325 sec latency 126.480 ms 2023-11-16T12:08:11.442 INFO:teuthology.orchestra.run.smithi103.stdout: 5 143987 8.43 MB/sec execute 326 sec latency 123.739 ms 2023-11-16T12:08:11.443 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:08:03 smithi140 ceph-mon[110414]: pgmap v126: 97 pgs: 97 active+clean; 351 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 366 op/s 2023-11-16T12:08:11.443 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:08:03 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:08:11.443 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:08:03 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:08:11.443 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:08:05 smithi140 ceph-mon[110414]: pgmap v127: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.5 MiB/s wr, 538 op/s 2023-11-16T12:08:11.443 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:08:07 smithi140 ceph-mon[110414]: pgmap v128: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 348 op/s 2023-11-16T12:08:11.445 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:08:09 smithi140 ceph-mon[110414]: pgmap v129: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.5 MiB/s wr, 534 op/s 2023-11-16T12:08:11.445 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:08:05 smithi103 ceph-mon[107764]: pgmap v127: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.5 MiB/s wr, 538 op/s 2023-11-16T12:08:11.446 INFO:teuthology.orchestra.run.smithi103.stdout: 5 144349 8.45 MB/sec execute 327 sec latency 141.592 ms 2023-11-16T12:08:11.446 INFO:teuthology.orchestra.run.smithi103.stdout: 5 144666 8.45 MB/sec execute 328 sec latency 126.746 ms 2023-11-16T12:08:11.447 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:08:07 smithi103 ceph-mon[107764]: pgmap v128: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 348 op/s 2023-11-16T12:08:11.447 INFO:teuthology.orchestra.run.smithi103.stdout: 5 144952 8.45 MB/sec execute 329 sec latency 131.739 ms 2023-11-16T12:08:11.470 INFO:teuthology.orchestra.run.smithi103.stdout: 5 145159 8.44 MB/sec execute 330 sec latency 151.215 ms 2023-11-16T12:08:11.471 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:08:09 smithi103 ceph-mon[107764]: pgmap v129: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.5 MiB/s wr, 534 op/s 2023-11-16T12:08:11.473 INFO:teuthology.orchestra.run.smithi103.stdout: 5 145325 8.42 MB/sec execute 331 sec latency 150.581 ms 2023-11-16T12:08:11.477 INFO:teuthology.orchestra.run.smithi103.stdout: 5 145577 8.43 MB/sec execute 332 sec latency 130.193 ms 2023-11-16T12:08:11.478 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:08:11 smithi103 ceph-mon[107764]: pgmap v130: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 358 op/s 2023-11-16T12:08:11.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:08:11 smithi140 ceph-mon[110414]: pgmap v130: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 358 op/s 2023-11-16T12:08:12.026 INFO:teuthology.orchestra.run.smithi103.stdout: 5 145827 8.42 MB/sec execute 333 sec latency 147.173 ms 2023-11-16T12:08:12.501 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:08:12 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:08:12.501 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:08:12 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:08:12.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:08:12 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:08:12.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:08:12 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:08:13.026 INFO:teuthology.orchestra.run.smithi103.stdout: 5 146075 8.42 MB/sec execute 334 sec latency 134.936 ms 2023-11-16T12:08:13.311 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:08:13 smithi103 ceph-mon[107764]: pgmap v131: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 356 op/s 2023-11-16T12:08:13.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:08:13 smithi140 ceph-mon[110414]: pgmap v131: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 356 op/s 2023-11-16T12:08:14.026 INFO:teuthology.orchestra.run.smithi103.stdout: 5 146288 8.41 MB/sec execute 335 sec latency 129.494 ms 2023-11-16T12:08:15.026 INFO:teuthology.orchestra.run.smithi103.stdout: 5 146496 8.40 MB/sec execute 336 sec latency 127.614 ms 2023-11-16T12:08:15.352 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:08:15 smithi103 ceph-mon[107764]: pgmap v132: 97 pgs: 97 active+clean; 352 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.3 MiB/s wr, 497 op/s 2023-11-16T12:08:15.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:08:15 smithi140 ceph-mon[110414]: pgmap v132: 97 pgs: 97 active+clean; 352 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.3 MiB/s wr, 497 op/s 2023-11-16T12:08:16.031 INFO:teuthology.orchestra.run.smithi103.stdout: 5 146867 8.39 MB/sec execute 337 sec latency 123.491 ms 2023-11-16T12:08:17.031 INFO:teuthology.orchestra.run.smithi103.stdout: 5 147244 8.38 MB/sec execute 338 sec latency 133.763 ms 2023-11-16T12:08:17.388 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:08:17 smithi103 ceph-mon[107764]: pgmap v133: 97 pgs: 97 active+clean; 352 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 326 op/s 2023-11-16T12:08:17.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:08:17 smithi140 ceph-mon[110414]: pgmap v133: 97 pgs: 97 active+clean; 352 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 326 op/s 2023-11-16T12:08:18.032 INFO:teuthology.orchestra.run.smithi103.stdout: 5 147495 8.38 MB/sec execute 339 sec latency 131.672 ms 2023-11-16T12:08:19.031 INFO:teuthology.orchestra.run.smithi103.stdout: 5 147873 8.40 MB/sec execute 340 sec latency 136.230 ms 2023-11-16T12:08:19.437 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:08:19 smithi103 ceph-mon[107764]: pgmap v134: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.9 MiB/s wr, 500 op/s 2023-11-16T12:08:19.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:08:19 smithi140 ceph-mon[110414]: pgmap v134: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.9 MiB/s wr, 500 op/s 2023-11-16T12:08:20.034 INFO:teuthology.orchestra.run.smithi103.stdout: 5 148335 8.42 MB/sec execute 341 sec latency 108.267 ms 2023-11-16T12:08:21.032 INFO:teuthology.orchestra.run.smithi103.stdout: 5 148668 8.42 MB/sec execute 342 sec latency 137.183 ms 2023-11-16T12:08:21.471 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:08:21 smithi103 ceph-mon[107764]: pgmap v135: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 315 op/s 2023-11-16T12:08:21.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:08:21 smithi140 ceph-mon[110414]: pgmap v135: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 315 op/s 2023-11-16T12:08:22.031 INFO:teuthology.orchestra.run.smithi103.stdout: 5 148940 8.42 MB/sec execute 343 sec latency 112.467 ms 2023-11-16T12:08:23.032 INFO:teuthology.orchestra.run.smithi103.stdout: 5 149252 8.42 MB/sec execute 344 sec latency 136.865 ms 2023-11-16T12:08:23.501 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:08:23 smithi103 ceph-mon[107764]: pgmap v136: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 315 op/s 2023-11-16T12:08:23.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:08:23 smithi140 ceph-mon[110414]: pgmap v136: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 315 op/s 2023-11-16T12:08:24.039 INFO:teuthology.orchestra.run.smithi103.stdout: 5 149504 8.41 MB/sec execute 345 sec latency 127.136 ms 2023-11-16T12:08:25.039 INFO:teuthology.orchestra.run.smithi103.stdout: 5 149820 8.42 MB/sec execute 346 sec latency 126.591 ms 2023-11-16T12:08:25.304 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:08:25 smithi103 ceph-mon[107764]: pgmap v137: 97 pgs: 97 active+clean; 350 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.3 MiB/s wr, 519 op/s 2023-11-16T12:08:25.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:08:25 smithi140 ceph-mon[110414]: pgmap v137: 97 pgs: 97 active+clean; 350 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.3 MiB/s wr, 519 op/s 2023-11-16T12:08:26.040 INFO:teuthology.orchestra.run.smithi103.stdout: 5 150085 8.41 MB/sec execute 347 sec latency 157.059 ms 2023-11-16T12:08:26.326 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:08:26 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:08:26.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:08:26 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:08:27.039 INFO:teuthology.orchestra.run.smithi103.stdout: 5 150459 8.40 MB/sec execute 348 sec latency 124.042 ms 2023-11-16T12:08:27.349 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:08:27 smithi103 ceph-mon[107764]: pgmap v138: 97 pgs: 97 active+clean; 350 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.8 MiB/s wr, 378 op/s 2023-11-16T12:08:27.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:08:27 smithi140 ceph-mon[110414]: pgmap v138: 97 pgs: 97 active+clean; 350 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.8 MiB/s wr, 378 op/s 2023-11-16T12:08:28.039 INFO:teuthology.orchestra.run.smithi103.stdout: 5 150733 8.39 MB/sec execute 349 sec latency 126.645 ms 2023-11-16T12:08:29.039 INFO:teuthology.orchestra.run.smithi103.stdout: 5 150980 8.39 MB/sec execute 350 sec latency 210.444 ms 2023-11-16T12:08:29.418 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:08:29 smithi103 ceph-mon[107764]: pgmap v139: 97 pgs: 97 active+clean; 348 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.4 MiB/s wr, 558 op/s 2023-11-16T12:08:29.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:08:29 smithi140 ceph-mon[110414]: pgmap v139: 97 pgs: 97 active+clean; 348 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.4 MiB/s wr, 558 op/s 2023-11-16T12:08:30.039 INFO:teuthology.orchestra.run.smithi103.stdout: 5 151244 8.39 MB/sec execute 351 sec latency 161.490 ms 2023-11-16T12:08:31.043 INFO:teuthology.orchestra.run.smithi103.stdout: 5 151539 8.41 MB/sec execute 352 sec latency 131.689 ms 2023-11-16T12:08:31.463 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:08:31 smithi103 ceph-mon[107764]: pgmap v140: 97 pgs: 97 active+clean; 348 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 383 op/s 2023-11-16T12:08:31.738 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:08:31 smithi140 ceph-mon[110414]: pgmap v140: 97 pgs: 97 active+clean; 348 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 383 op/s 2023-11-16T12:08:32.042 INFO:teuthology.orchestra.run.smithi103.stdout: 5 151801 8.40 MB/sec execute 353 sec latency 126.856 ms 2023-11-16T12:08:33.045 INFO:teuthology.orchestra.run.smithi103.stdout: 5 152091 8.39 MB/sec execute 354 sec latency 140.271 ms 2023-11-16T12:08:33.496 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:08:33 smithi103 ceph-mon[107764]: pgmap v141: 97 pgs: 97 active+clean; 348 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 383 op/s 2023-11-16T12:08:33.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:08:33 smithi140 ceph-mon[110414]: pgmap v141: 97 pgs: 97 active+clean; 348 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 383 op/s 2023-11-16T12:08:34.054 INFO:teuthology.orchestra.run.smithi103.stdout: 5 152282 8.38 MB/sec execute 355 sec latency 150.710 ms 2023-11-16T12:08:35.054 INFO:teuthology.orchestra.run.smithi103.stdout: 5 152531 8.39 MB/sec execute 356 sec latency 129.304 ms 2023-11-16T12:08:35.580 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:08:35 smithi103 ceph-mon[107764]: pgmap v142: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.7 MiB/s wr, 549 op/s 2023-11-16T12:08:35.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:08:35 smithi140 ceph-mon[110414]: pgmap v142: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.7 MiB/s wr, 549 op/s 2023-11-16T12:08:36.054 INFO:teuthology.orchestra.run.smithi103.stdout: 5 152851 8.38 MB/sec execute 357 sec latency 129.470 ms 2023-11-16T12:08:37.062 INFO:teuthology.orchestra.run.smithi103.stdout: 5 153156 8.39 MB/sec execute 358 sec latency 125.529 ms 2023-11-16T12:08:37.348 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:08:37 smithi103 ceph-mon[107764]: pgmap v143: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 344 op/s 2023-11-16T12:08:37.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:08:37 smithi140 ceph-mon[110414]: pgmap v143: 97 pgs: 97 active+clean; 349 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 344 op/s 2023-11-16T12:08:38.071 INFO:teuthology.orchestra.run.smithi103.stdout: 5 153413 8.38 MB/sec execute 359 sec latency 151.288 ms 2023-11-16T12:08:39.071 INFO:teuthology.orchestra.run.smithi103.stdout: 5 153751 8.38 MB/sec execute 360 sec latency 134.908 ms 2023-11-16T12:08:39.378 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:08:39 smithi103 ceph-mon[107764]: pgmap v144: 97 pgs: 97 active+clean; 354 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 505 op/s 2023-11-16T12:08:39.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:08:39 smithi140 ceph-mon[110414]: pgmap v144: 97 pgs: 97 active+clean; 354 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 505 op/s 2023-11-16T12:08:40.071 INFO:teuthology.orchestra.run.smithi103.stdout: 5 154117 8.37 MB/sec execute 361 sec latency 129.769 ms 2023-11-16T12:08:41.075 INFO:teuthology.orchestra.run.smithi103.stdout: 5 154458 8.37 MB/sec execute 362 sec latency 129.829 ms 2023-11-16T12:08:41.420 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:08:41 smithi103 ceph-mon[107764]: pgmap v145: 97 pgs: 97 active+clean; 354 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 325 op/s 2023-11-16T12:08:41.421 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:08:41 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:08:41.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:08:41 smithi140 ceph-mon[110414]: pgmap v145: 97 pgs: 97 active+clean; 354 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 325 op/s 2023-11-16T12:08:41.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:08:41 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:08:42.075 INFO:teuthology.orchestra.run.smithi103.stdout: 5 154770 8.37 MB/sec execute 363 sec latency 131.300 ms 2023-11-16T12:08:43.075 INFO:teuthology.orchestra.run.smithi103.stdout: 5 155164 8.39 MB/sec execute 364 sec latency 131.937 ms 2023-11-16T12:08:43.490 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:08:43 smithi103 ceph-mon[107764]: pgmap v146: 97 pgs: 97 active+clean; 354 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 325 op/s 2023-11-16T12:08:43.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:08:43 smithi140 ceph-mon[110414]: pgmap v146: 97 pgs: 97 active+clean; 354 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 325 op/s 2023-11-16T12:08:44.078 INFO:teuthology.orchestra.run.smithi103.stdout: 5 155449 8.39 MB/sec execute 365 sec latency 137.140 ms 2023-11-16T12:08:45.078 INFO:teuthology.orchestra.run.smithi103.stdout: 5 155757 8.39 MB/sec execute 366 sec latency 129.366 ms 2023-11-16T12:08:45.540 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:08:45 smithi103 ceph-mon[107764]: pgmap v147: 97 pgs: 97 active+clean; 346 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.5 MiB/s wr, 534 op/s 2023-11-16T12:08:45.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:08:45 smithi140 ceph-mon[110414]: pgmap v147: 97 pgs: 97 active+clean; 346 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.5 MiB/s wr, 534 op/s 2023-11-16T12:08:46.078 INFO:teuthology.orchestra.run.smithi103.stdout: 5 156058 8.40 MB/sec execute 367 sec latency 134.152 ms 2023-11-16T12:08:47.085 INFO:teuthology.orchestra.run.smithi103.stdout: 5 156256 8.39 MB/sec execute 368 sec latency 129.839 ms 2023-11-16T12:08:47.596 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:08:47 smithi103 ceph-mon[107764]: pgmap v148: 97 pgs: 97 active+clean; 346 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 368 op/s 2023-11-16T12:08:47.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:08:47 smithi140 ceph-mon[110414]: pgmap v148: 97 pgs: 97 active+clean; 346 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 368 op/s 2023-11-16T12:08:48.087 INFO:teuthology.orchestra.run.smithi103.stdout: 5 156504 8.38 MB/sec execute 369 sec latency 126.631 ms 2023-11-16T12:08:49.087 INFO:teuthology.orchestra.run.smithi103.stdout: 5 156787 8.38 MB/sec execute 370 sec latency 126.701 ms 2023-11-16T12:08:49.648 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:08:49 smithi103 ceph-mon[107764]: pgmap v149: 97 pgs: 97 active+clean; 354 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.7 MiB/s wr, 536 op/s 2023-11-16T12:08:49.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:08:49 smithi140 ceph-mon[110414]: pgmap v149: 97 pgs: 97 active+clean; 354 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.7 MiB/s wr, 536 op/s 2023-11-16T12:08:50.088 INFO:teuthology.orchestra.run.smithi103.stdout: 5 157031 8.37 MB/sec execute 371 sec latency 140.767 ms 2023-11-16T12:08:51.098 INFO:teuthology.orchestra.run.smithi103.stdout: 5 157267 8.36 MB/sec execute 372 sec latency 126.565 ms 2023-11-16T12:08:51.501 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:08:51 smithi103 ceph-mon[107764]: pgmap v150: 97 pgs: 97 active+clean; 354 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 376 op/s 2023-11-16T12:08:51.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:08:51 smithi140 ceph-mon[110414]: pgmap v150: 97 pgs: 97 active+clean; 354 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 376 op/s 2023-11-16T12:08:52.096 INFO:teuthology.orchestra.run.smithi103.stdout: 5 157559 8.36 MB/sec execute 373 sec latency 127.565 ms 2023-11-16T12:08:53.096 INFO:teuthology.orchestra.run.smithi103.stdout: 5 157862 8.35 MB/sec execute 374 sec latency 134.996 ms 2023-11-16T12:08:53.569 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:08:53 smithi103 ceph-mon[107764]: pgmap v151: 97 pgs: 97 active+clean; 354 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 376 op/s 2023-11-16T12:08:53.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:08:53 smithi140 ceph-mon[110414]: pgmap v151: 97 pgs: 97 active+clean; 354 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 376 op/s 2023-11-16T12:08:54.106 INFO:teuthology.orchestra.run.smithi103.stdout: 5 158243 8.35 MB/sec execute 375 sec latency 126.668 ms 2023-11-16T12:08:55.106 INFO:teuthology.orchestra.run.smithi103.stdout: 5 158547 8.36 MB/sec execute 376 sec latency 123.601 ms 2023-11-16T12:08:55.626 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:08:55 smithi103 ceph-mon[107764]: pgmap v152: 97 pgs: 97 active+clean; 347 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.4 MiB/s wr, 538 op/s 2023-11-16T12:08:55.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:08:55 smithi140 ceph-mon[110414]: pgmap v152: 97 pgs: 97 active+clean; 347 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.4 MiB/s wr, 538 op/s 2023-11-16T12:08:56.106 INFO:teuthology.orchestra.run.smithi103.stdout: 5 158830 8.36 MB/sec execute 377 sec latency 161.673 ms 2023-11-16T12:08:56.664 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:08:56 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:08:56.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:08:56 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:08:57.119 INFO:teuthology.orchestra.run.smithi103.stdout: 5 159160 8.37 MB/sec execute 378 sec latency 153.136 ms 2023-11-16T12:08:57.673 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:08:57 smithi103 ceph-mon[107764]: pgmap v153: 97 pgs: 97 active+clean; 347 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 330 op/s 2023-11-16T12:08:57.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:08:57 smithi140 ceph-mon[110414]: pgmap v153: 97 pgs: 97 active+clean; 347 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.4 MiB/s wr, 330 op/s 2023-11-16T12:08:58.126 INFO:teuthology.orchestra.run.smithi103.stdout: 5 159502 8.37 MB/sec execute 379 sec latency 127.452 ms 2023-11-16T12:08:59.126 INFO:teuthology.orchestra.run.smithi103.stdout: 5 159752 8.37 MB/sec execute 380 sec latency 153.094 ms 2023-11-16T12:08:59.707 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:08:59 smithi103 ceph-mon[107764]: pgmap v154: 97 pgs: 97 active+clean; 354 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.5 MiB/s wr, 518 op/s 2023-11-16T12:08:59.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:08:59 smithi140 ceph-mon[110414]: pgmap v154: 97 pgs: 97 active+clean; 354 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.5 MiB/s wr, 518 op/s 2023-11-16T12:09:00.126 INFO:teuthology.orchestra.run.smithi103.stdout: 5 160013 8.36 MB/sec execute 381 sec latency 129.682 ms 2023-11-16T12:09:01.126 INFO:teuthology.orchestra.run.smithi103.stdout: 5 160337 8.36 MB/sec execute 382 sec latency 129.760 ms 2023-11-16T12:09:01.755 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:09:01 smithi103 ceph-mon[107764]: pgmap v155: 97 pgs: 97 active+clean; 354 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 350 op/s 2023-11-16T12:09:01.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:09:01 smithi140 ceph-mon[110414]: pgmap v155: 97 pgs: 97 active+clean; 354 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 350 op/s 2023-11-16T12:09:02.126 INFO:teuthology.orchestra.run.smithi103.stdout: 5 160646 8.36 MB/sec execute 383 sec latency 151.365 ms 2023-11-16T12:09:03.129 INFO:teuthology.orchestra.run.smithi103.stdout: 5 160960 8.36 MB/sec execute 384 sec latency 127.024 ms 2023-11-16T12:09:03.547 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:09:03 smithi103 ceph-mon[107764]: pgmap v156: 97 pgs: 97 active+clean; 354 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 350 op/s 2023-11-16T12:09:03.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:09:03 smithi140 ceph-mon[110414]: pgmap v156: 97 pgs: 97 active+clean; 354 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 350 op/s 2023-11-16T12:09:04.138 INFO:teuthology.orchestra.run.smithi103.stdout: 5 161279 8.35 MB/sec execute 386 sec latency 123.740 ms 2023-11-16T12:09:05.139 INFO:teuthology.orchestra.run.smithi103.stdout: 5 161531 8.34 MB/sec execute 387 sec latency 125.861 ms 2023-11-16T12:09:05.613 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:09:05 smithi103 ceph-mon[107764]: pgmap v157: 97 pgs: 97 active+clean; 356 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.4 MiB/s wr, 537 op/s 2023-11-16T12:09:05.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:09:05 smithi140 ceph-mon[110414]: pgmap v157: 97 pgs: 97 active+clean; 356 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.4 MiB/s wr, 537 op/s 2023-11-16T12:09:06.146 INFO:teuthology.orchestra.run.smithi103.stdout: 5 161804 8.34 MB/sec execute 388 sec latency 120.283 ms 2023-11-16T12:09:07.150 INFO:teuthology.orchestra.run.smithi103.stdout: 5 162058 8.34 MB/sec execute 389 sec latency 132.873 ms 2023-11-16T12:09:07.686 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:09:07 smithi103 ceph-mon[107764]: pgmap v158: 97 pgs: 97 active+clean; 356 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.0 MiB/s wr, 374 op/s 2023-11-16T12:09:07.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:09:07 smithi140 ceph-mon[110414]: pgmap v158: 97 pgs: 97 active+clean; 356 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.0 MiB/s wr, 374 op/s 2023-11-16T12:09:08.150 INFO:teuthology.orchestra.run.smithi103.stdout: 5 162315 8.34 MB/sec execute 390 sec latency 171.381 ms 2023-11-16T12:09:09.150 INFO:teuthology.orchestra.run.smithi103.stdout: 5 162623 8.36 MB/sec execute 391 sec latency 210.737 ms 2023-11-16T12:09:09.755 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:09:09 smithi103 ceph-mon[107764]: pgmap v159: 97 pgs: 97 active+clean; 352 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.6 MiB/s wr, 542 op/s 2023-11-16T12:09:09.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:09:09 smithi140 ceph-mon[110414]: pgmap v159: 97 pgs: 97 active+clean; 352 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.6 MiB/s wr, 542 op/s 2023-11-16T12:09:10.150 INFO:teuthology.orchestra.run.smithi103.stdout: 5 162890 8.36 MB/sec execute 392 sec latency 144.009 ms 2023-11-16T12:09:11.151 INFO:teuthology.orchestra.run.smithi103.stdout: 5 163150 8.35 MB/sec execute 393 sec latency 184.456 ms 2023-11-16T12:09:11.698 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:09:11 smithi103 ceph-mon[107764]: pgmap v160: 97 pgs: 97 active+clean; 352 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 354 op/s 2023-11-16T12:09:11.698 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:09:11 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:09:11.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:09:11 smithi140 ceph-mon[110414]: pgmap v160: 97 pgs: 97 active+clean; 352 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 354 op/s 2023-11-16T12:09:11.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:09:11 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:09:12.150 INFO:teuthology.orchestra.run.smithi103.stdout: 5 163319 8.34 MB/sec execute 394 sec latency 137.523 ms 2023-11-16T12:09:13.150 INFO:teuthology.orchestra.run.smithi103.stdout: 5 163476 8.32 MB/sec execute 395 sec latency 130.259 ms 2023-11-16T12:09:13.774 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:09:13 smithi103 ceph-mon[107764]: pgmap v161: 97 pgs: 97 active+clean; 352 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 355 op/s 2023-11-16T12:09:13.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:09:13 smithi140 ceph-mon[110414]: pgmap v161: 97 pgs: 97 active+clean; 352 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 355 op/s 2023-11-16T12:09:14.150 INFO:teuthology.orchestra.run.smithi103.stdout: 5 163759 8.32 MB/sec execute 396 sec latency 126.759 ms 2023-11-16T12:09:15.150 INFO:teuthology.orchestra.run.smithi103.stdout: 5 163994 8.31 MB/sec execute 397 sec latency 120.311 ms 2023-11-16T12:09:15.589 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:09:15 smithi103 ceph-mon[107764]: pgmap v162: 97 pgs: 97 active+clean; 358 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 502 op/s 2023-11-16T12:09:15.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:09:15 smithi140 ceph-mon[110414]: pgmap v162: 97 pgs: 97 active+clean; 358 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 502 op/s 2023-11-16T12:09:16.150 INFO:teuthology.orchestra.run.smithi103.stdout: 5 164194 8.30 MB/sec execute 398 sec latency 117.473 ms 2023-11-16T12:09:17.150 INFO:teuthology.orchestra.run.smithi103.stdout: 5 164359 8.29 MB/sec execute 399 sec latency 114.482 ms 2023-11-16T12:09:17.693 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:09:17 smithi103 ceph-mon[107764]: pgmap v163: 97 pgs: 97 active+clean; 358 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.3 MiB/s wr, 315 op/s 2023-11-16T12:09:17.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:09:17 smithi140 ceph-mon[110414]: pgmap v163: 97 pgs: 97 active+clean; 358 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.3 MiB/s wr, 315 op/s 2023-11-16T12:09:18.150 INFO:teuthology.orchestra.run.smithi103.stdout: 5 164590 8.29 MB/sec execute 400 sec latency 137.499 ms 2023-11-16T12:09:19.153 INFO:teuthology.orchestra.run.smithi103.stdout: 5 164806 8.28 MB/sec execute 401 sec latency 125.819 ms 2023-11-16T12:09:19.757 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:09:19 smithi103 ceph-mon[107764]: pgmap v164: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.6 MiB/s wr, 454 op/s 2023-11-16T12:09:19.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:09:19 smithi140 ceph-mon[110414]: pgmap v164: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.6 MiB/s wr, 454 op/s 2023-11-16T12:09:20.153 INFO:teuthology.orchestra.run.smithi103.stdout: 5 165089 8.26 MB/sec execute 402 sec latency 120.602 ms 2023-11-16T12:09:21.154 INFO:teuthology.orchestra.run.smithi103.stdout: 5 165330 8.26 MB/sec execute 403 sec latency 128.296 ms 2023-11-16T12:09:21.830 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:09:21 smithi103 ceph-mon[107764]: pgmap v165: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 286 op/s 2023-11-16T12:09:21.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:09:21 smithi140 ceph-mon[110414]: pgmap v165: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 286 op/s 2023-11-16T12:09:22.154 INFO:teuthology.orchestra.run.smithi103.stdout: 5 165518 8.25 MB/sec execute 404 sec latency 140.871 ms 2023-11-16T12:09:23.154 INFO:teuthology.orchestra.run.smithi103.stdout: 5 165734 8.25 MB/sec execute 405 sec latency 159.276 ms 2023-11-16T12:09:23.643 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:09:23 smithi103 ceph-mon[107764]: pgmap v166: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 286 op/s 2023-11-16T12:09:23.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:09:23 smithi140 ceph-mon[110414]: pgmap v166: 97 pgs: 97 active+clean; 351 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 286 op/s 2023-11-16T12:09:24.154 INFO:teuthology.orchestra.run.smithi103.stdout: 5 165991 8.27 MB/sec execute 406 sec latency 108.077 ms 2023-11-16T12:09:25.154 INFO:teuthology.orchestra.run.smithi103.stdout: 5 166275 8.26 MB/sec execute 407 sec latency 124.003 ms 2023-11-16T12:09:25.676 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:09:25 smithi103 ceph-mon[107764]: pgmap v167: 97 pgs: 97 active+clean; 351 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.2 MiB/s wr, 421 op/s 2023-11-16T12:09:25.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:09:25 smithi140 ceph-mon[110414]: pgmap v167: 97 pgs: 97 active+clean; 351 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.2 MiB/s wr, 421 op/s 2023-11-16T12:09:26.154 INFO:teuthology.orchestra.run.smithi103.stdout: 5 166511 8.26 MB/sec execute 408 sec latency 130.923 ms 2023-11-16T12:09:26.687 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:09:26 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:09:26.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:09:26 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:09:27.154 INFO:teuthology.orchestra.run.smithi103.stdout: 5 166744 8.26 MB/sec execute 409 sec latency 120.711 ms 2023-11-16T12:09:27.718 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:09:27 smithi103 ceph-mon[107764]: pgmap v168: 97 pgs: 97 active+clean; 351 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.6 MiB/s wr, 274 op/s 2023-11-16T12:09:27.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:09:27 smithi140 ceph-mon[110414]: pgmap v168: 97 pgs: 97 active+clean; 351 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.6 MiB/s wr, 274 op/s 2023-11-16T12:09:28.154 INFO:teuthology.orchestra.run.smithi103.stdout: 5 166882 8.25 MB/sec execute 410 sec latency 142.456 ms 2023-11-16T12:09:29.156 INFO:teuthology.orchestra.run.smithi103.stdout: 5 167167 8.25 MB/sec execute 411 sec latency 142.014 ms 2023-11-16T12:09:29.758 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:09:29 smithi103 ceph-mon[107764]: pgmap v169: 97 pgs: 97 active+clean; 358 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.1 MiB/s wr, 408 op/s 2023-11-16T12:09:29.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:09:29 smithi140 ceph-mon[110414]: pgmap v169: 97 pgs: 97 active+clean; 358 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.1 MiB/s wr, 408 op/s 2023-11-16T12:09:30.156 INFO:teuthology.orchestra.run.smithi103.stdout: 5 167441 8.23 MB/sec execute 412 sec latency 126.738 ms 2023-11-16T12:09:31.157 INFO:teuthology.orchestra.run.smithi103.stdout: 5 167698 8.23 MB/sec execute 413 sec latency 137.596 ms 2023-11-16T12:09:31.794 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:09:31 smithi103 ceph-mon[107764]: pgmap v170: 97 pgs: 97 active+clean; 358 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 3.6 KiB/s rd, 2.8 MiB/s wr, 269 op/s 2023-11-16T12:09:31.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:09:31 smithi140 ceph-mon[110414]: pgmap v170: 97 pgs: 97 active+clean; 358 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 3.6 KiB/s rd, 2.8 MiB/s wr, 269 op/s 2023-11-16T12:09:32.157 INFO:teuthology.orchestra.run.smithi103.stdout: 5 167956 8.23 MB/sec execute 414 sec latency 138.317 ms 2023-11-16T12:09:33.156 INFO:teuthology.orchestra.run.smithi103.stdout: 5 168172 8.22 MB/sec execute 415 sec latency 136.638 ms 2023-11-16T12:09:33.851 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:09:33 smithi103 ceph-mon[107764]: pgmap v171: 97 pgs: 97 active+clean; 358 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 3.6 KiB/s rd, 2.8 MiB/s wr, 269 op/s 2023-11-16T12:09:33.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:09:33 smithi140 ceph-mon[110414]: pgmap v171: 97 pgs: 97 active+clean; 358 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 3.6 KiB/s rd, 2.8 MiB/s wr, 269 op/s 2023-11-16T12:09:34.159 INFO:teuthology.orchestra.run.smithi103.stdout: 5 168482 8.22 MB/sec execute 416 sec latency 126.713 ms 2023-11-16T12:09:35.159 INFO:teuthology.orchestra.run.smithi103.stdout: 5 168776 8.21 MB/sec execute 417 sec latency 125.473 ms 2023-11-16T12:09:35.912 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:09:35 smithi103 ceph-mon[107764]: pgmap v172: 97 pgs: 97 active+clean; 351 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.3 MiB/s wr, 427 op/s 2023-11-16T12:09:35.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:09:35 smithi140 ceph-mon[110414]: pgmap v172: 97 pgs: 97 active+clean; 351 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.3 MiB/s wr, 427 op/s 2023-11-16T12:09:36.159 INFO:teuthology.orchestra.run.smithi103.stdout: 5 169012 8.21 MB/sec execute 418 sec latency 207.893 ms 2023-11-16T12:09:37.159 INFO:teuthology.orchestra.run.smithi103.stdout: 5 169211 8.20 MB/sec execute 419 sec latency 132.934 ms 2023-11-16T12:09:37.718 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:09:37 smithi103 ceph-mon[107764]: pgmap v173: 97 pgs: 97 active+clean; 351 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.1 MiB/s wr, 292 op/s 2023-11-16T12:09:37.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:09:37 smithi140 ceph-mon[110414]: pgmap v173: 97 pgs: 97 active+clean; 351 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.1 MiB/s wr, 292 op/s 2023-11-16T12:09:38.159 INFO:teuthology.orchestra.run.smithi103.stdout: 5 169506 8.21 MB/sec execute 420 sec latency 105.317 ms 2023-11-16T12:09:39.159 INFO:teuthology.orchestra.run.smithi103.stdout: 5 169795 8.21 MB/sec execute 421 sec latency 138.416 ms 2023-11-16T12:09:39.766 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:09:39 smithi103 ceph-mon[107764]: pgmap v174: 97 pgs: 97 active+clean; 350 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.6 MiB/s wr, 451 op/s 2023-11-16T12:09:39.988 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:09:39 smithi140 ceph-mon[110414]: pgmap v174: 97 pgs: 97 active+clean; 350 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.6 MiB/s wr, 451 op/s 2023-11-16T12:09:40.159 INFO:teuthology.orchestra.run.smithi103.stdout: 5 170128 8.22 MB/sec execute 422 sec latency 138.682 ms 2023-11-16T12:09:41.159 INFO:teuthology.orchestra.run.smithi103.stdout: 5 170350 8.21 MB/sec execute 423 sec latency 133.169 ms 2023-11-16T12:09:41.824 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:09:41 smithi103 ceph-mon[107764]: pgmap v175: 97 pgs: 97 active+clean; 350 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.1 MiB/s wr, 317 op/s 2023-11-16T12:09:41.824 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:09:41 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:09:41.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:09:41 smithi140 ceph-mon[110414]: pgmap v175: 97 pgs: 97 active+clean; 350 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.1 MiB/s wr, 317 op/s 2023-11-16T12:09:41.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:09:41 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:09:42.159 INFO:teuthology.orchestra.run.smithi103.stdout: 5 170576 8.20 MB/sec execute 424 sec latency 134.425 ms 2023-11-16T12:09:43.159 INFO:teuthology.orchestra.run.smithi103.stdout: 5 170937 8.21 MB/sec execute 425 sec latency 105.305 ms 2023-11-16T12:09:43.875 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:09:43 smithi103 ceph-mon[107764]: pgmap v176: 97 pgs: 97 active+clean; 350 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.1 MiB/s wr, 317 op/s 2023-11-16T12:09:43.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:09:43 smithi140 ceph-mon[110414]: pgmap v176: 97 pgs: 97 active+clean; 350 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.1 MiB/s wr, 317 op/s 2023-11-16T12:09:44.169 INFO:teuthology.orchestra.run.smithi103.stdout: 5 171247 8.20 MB/sec execute 426 sec latency 120.848 ms 2023-11-16T12:09:44.915 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:09:44 smithi103 ceph-mon[107764]: pgmap v177: 97 pgs: 97 active+clean; 355 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 480 op/s 2023-11-16T12:09:44.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:09:44 smithi140 ceph-mon[110414]: pgmap v177: 97 pgs: 97 active+clean; 355 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 480 op/s 2023-11-16T12:09:45.180 INFO:teuthology.orchestra.run.smithi103.stdout: 5 171573 8.20 MB/sec execute 427 sec latency 115.917 ms 2023-11-16T12:09:46.180 INFO:teuthology.orchestra.run.smithi103.stdout: 5 171882 8.20 MB/sec execute 428 sec latency 133.900 ms 2023-11-16T12:09:47.180 INFO:teuthology.orchestra.run.smithi103.stdout: 5 172209 8.20 MB/sec execute 429 sec latency 120.836 ms 2023-11-16T12:09:47.291 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:09:47 smithi103 ceph-mon[107764]: pgmap v178: 97 pgs: 97 active+clean; 355 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.4 MiB/s wr, 322 op/s 2023-11-16T12:09:47.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:09:47 smithi140 ceph-mon[110414]: pgmap v178: 97 pgs: 97 active+clean; 355 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.4 MiB/s wr, 322 op/s 2023-11-16T12:09:48.184 INFO:teuthology.orchestra.run.smithi103.stdout: 5 172502 8.19 MB/sec execute 430 sec latency 127.450 ms 2023-11-16T12:09:49.184 INFO:teuthology.orchestra.run.smithi103.stdout: 5 172844 8.21 MB/sec execute 431 sec latency 130.573 ms 2023-11-16T12:09:49.266 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:09:49 smithi103 ceph-mon[107764]: pgmap v179: 97 pgs: 97 active+clean; 353 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.1 MiB/s wr, 510 op/s 2023-11-16T12:09:49.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:09:49 smithi140 ceph-mon[110414]: pgmap v179: 97 pgs: 97 active+clean; 353 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.1 MiB/s wr, 510 op/s 2023-11-16T12:09:50.188 INFO:teuthology.orchestra.run.smithi103.stdout: 5 173166 8.21 MB/sec execute 432 sec latency 130.507 ms 2023-11-16T12:09:51.188 INFO:teuthology.orchestra.run.smithi103.stdout: 5 173485 8.22 MB/sec execute 433 sec latency 129.607 ms 2023-11-16T12:09:51.326 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:09:51 smithi103 ceph-mon[107764]: pgmap v180: 97 pgs: 97 active+clean; 353 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 351 op/s 2023-11-16T12:09:51.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:09:51 smithi140 ceph-mon[110414]: pgmap v180: 97 pgs: 97 active+clean; 353 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 351 op/s 2023-11-16T12:09:52.196 INFO:teuthology.orchestra.run.smithi103.stdout: 5 173803 8.22 MB/sec execute 434 sec latency 173.123 ms 2023-11-16T12:09:53.195 INFO:teuthology.orchestra.run.smithi103.stdout: 5 174023 8.21 MB/sec execute 435 sec latency 126.490 ms 2023-11-16T12:09:53.394 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:09:53 smithi103 ceph-mon[107764]: pgmap v181: 97 pgs: 97 active+clean; 353 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 351 op/s 2023-11-16T12:09:53.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:09:53 smithi140 ceph-mon[110414]: pgmap v181: 97 pgs: 97 active+clean; 353 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 351 op/s 2023-11-16T12:09:54.196 INFO:teuthology.orchestra.run.smithi103.stdout: 5 174290 8.20 MB/sec execute 436 sec latency 130.749 ms 2023-11-16T12:09:55.196 INFO:teuthology.orchestra.run.smithi103.stdout: 5 174614 8.20 MB/sec execute 437 sec latency 126.805 ms 2023-11-16T12:09:55.435 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:09:55 smithi103 ceph-mon[107764]: pgmap v182: 97 pgs: 97 active+clean; 355 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.7 MiB/s wr, 538 op/s 2023-11-16T12:09:55.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:09:55 smithi140 ceph-mon[110414]: pgmap v182: 97 pgs: 97 active+clean; 355 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.7 MiB/s wr, 538 op/s 2023-11-16T12:09:56.204 INFO:teuthology.orchestra.run.smithi103.stdout: 5 174894 8.20 MB/sec execute 438 sec latency 123.324 ms 2023-11-16T12:09:56.446 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:09:56 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:09:56.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:09:56 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:09:57.209 INFO:teuthology.orchestra.run.smithi103.stdout: 5 175186 8.20 MB/sec execute 439 sec latency 130.456 ms 2023-11-16T12:09:57.488 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:09:57 smithi103 ceph-mon[107764]: pgmap v183: 97 pgs: 97 active+clean; 355 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 376 op/s 2023-11-16T12:09:57.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:09:57 smithi140 ceph-mon[110414]: pgmap v183: 97 pgs: 97 active+clean; 355 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 376 op/s 2023-11-16T12:09:58.209 INFO:teuthology.orchestra.run.smithi103.stdout: 5 175511 8.20 MB/sec execute 440 sec latency 125.430 ms 2023-11-16T12:09:59.210 INFO:teuthology.orchestra.run.smithi103.stdout: 5 175789 8.20 MB/sec execute 441 sec latency 141.370 ms 2023-11-16T12:09:59.522 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:09:59 smithi103 ceph-mon[107764]: pgmap v184: 97 pgs: 97 active+clean; 350 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.5 MiB/s wr, 557 op/s 2023-11-16T12:09:59.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:09:59 smithi140 ceph-mon[110414]: pgmap v184: 97 pgs: 97 active+clean; 350 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.5 MiB/s wr, 557 op/s 2023-11-16T12:10:00.209 INFO:teuthology.orchestra.run.smithi103.stdout: 5 176116 8.20 MB/sec execute 442 sec latency 126.487 ms 2023-11-16T12:10:00.565 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:00 smithi103 ceph-mon[107764]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi103.lplguk on host smithi103 failed. 2023-11-16T12:10:00.565 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:00 smithi103 ceph-mon[107764]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi103.lplguk on host smithi103 failed. 2023-11-16T12:10:00.565 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:00 smithi103 ceph-mon[107764]: Upgrade daemon: mgr.smithi103.lplguk: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi103.lplguk ... 2023-11-16T12:10:00.565 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:00 smithi103 ceph-mon[107764]: Non-zero exit code 1 from systemctl daemon-reload 2023-11-16T12:10:00.565 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:00 smithi103 ceph-mon[107764]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-11-16T12:10:00.565 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:00 smithi103 ceph-mon[107764]: Traceback (most recent call last): 2023-11-16T12:10:00.566 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:00 smithi103 ceph-mon[107764]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-11-16T12:10:00.566 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:00 smithi103 ceph-mon[107764]: "__main__", mod_spec) 2023-11-16T12:10:00.566 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:00 smithi103 ceph-mon[107764]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-11-16T12:10:00.566 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:00 smithi103 ceph-mon[107764]: exec(code, run_globals) 2023-11-16T12:10:00.566 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:00 smithi103 ceph-mon[107764]: File "/tmp/tmp1mtqv7y8.cephadm.build/__main__.py", line 7851, in 2023-11-16T12:10:00.566 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:00 smithi103 ceph-mon[107764]: File "/tmp/tmp1mtqv7y8.cephadm.build/__main__.py", line 7839, in main 2023-11-16T12:10:00.566 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:00 smithi103 ceph-mon[107764]: File "/tmp/tmp1mtqv7y8.cephadm.build/__main__.py", line 5405, in command_deploy_from 2023-11-16T12:10:00.566 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:00 smithi103 ceph-mon[107764]: File "/tmp/tmp1mtqv7y8.cephadm.build/__main__.py", line 5440, in _common_deploy 2023-11-16T12:10:00.566 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:00 smithi103 ceph-mon[107764]: File "/tmp/tmp1mtqv7y8.cephadm.build/__main__.py", line 5470, in _deploy_daemon_container 2023-11-16T12:10:00.566 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:00 smithi103 ceph-mon[107764]: File "/tmp/tmp1mtqv7y8.cephadm.build/__main__.py", line 3174, in deploy_daemon 2023-11-16T12:10:00.566 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:00 smithi103 ceph-mon[107764]: File "/tmp/tmp1mtqv7y8.cephadm.build/__main__.py", line 3408, in deploy_daemon_units 2023-11-16T12:10:00.566 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:00 smithi103 ceph-mon[107764]: File "/tmp/tmp1mtqv7y8.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-11-16T12:10:00.566 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:00 smithi103 ceph-mon[107764]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-11-16T12:10:00.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:00 smithi140 ceph-mon[110414]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi103.lplguk on host smithi103 failed. 2023-11-16T12:10:00.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:00 smithi140 ceph-mon[110414]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi103.lplguk on host smithi103 failed. 2023-11-16T12:10:00.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:00 smithi140 ceph-mon[110414]: Upgrade daemon: mgr.smithi103.lplguk: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi103.lplguk ... 2023-11-16T12:10:00.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:00 smithi140 ceph-mon[110414]: Non-zero exit code 1 from systemctl daemon-reload 2023-11-16T12:10:00.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:00 smithi140 ceph-mon[110414]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-11-16T12:10:00.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:00 smithi140 ceph-mon[110414]: Traceback (most recent call last): 2023-11-16T12:10:00.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:00 smithi140 ceph-mon[110414]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-11-16T12:10:00.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:00 smithi140 ceph-mon[110414]: "__main__", mod_spec) 2023-11-16T12:10:00.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:00 smithi140 ceph-mon[110414]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-11-16T12:10:00.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:00 smithi140 ceph-mon[110414]: exec(code, run_globals) 2023-11-16T12:10:00.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:00 smithi140 ceph-mon[110414]: File "/tmp/tmp1mtqv7y8.cephadm.build/__main__.py", line 7851, in 2023-11-16T12:10:00.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:00 smithi140 ceph-mon[110414]: File "/tmp/tmp1mtqv7y8.cephadm.build/__main__.py", line 7839, in main 2023-11-16T12:10:00.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:00 smithi140 ceph-mon[110414]: File "/tmp/tmp1mtqv7y8.cephadm.build/__main__.py", line 5405, in command_deploy_from 2023-11-16T12:10:00.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:00 smithi140 ceph-mon[110414]: File "/tmp/tmp1mtqv7y8.cephadm.build/__main__.py", line 5440, in _common_deploy 2023-11-16T12:10:00.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:00 smithi140 ceph-mon[110414]: File "/tmp/tmp1mtqv7y8.cephadm.build/__main__.py", line 5470, in _deploy_daemon_container 2023-11-16T12:10:00.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:00 smithi140 ceph-mon[110414]: File "/tmp/tmp1mtqv7y8.cephadm.build/__main__.py", line 3174, in deploy_daemon 2023-11-16T12:10:00.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:00 smithi140 ceph-mon[110414]: File "/tmp/tmp1mtqv7y8.cephadm.build/__main__.py", line 3408, in deploy_daemon_units 2023-11-16T12:10:00.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:00 smithi140 ceph-mon[110414]: File "/tmp/tmp1mtqv7y8.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-11-16T12:10:00.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:00 smithi140 ceph-mon[110414]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-11-16T12:10:01.210 INFO:teuthology.orchestra.run.smithi103.stdout: 5 176383 8.20 MB/sec execute 443 sec latency 124.928 ms 2023-11-16T12:10:01.583 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:01 smithi103 ceph-mon[107764]: pgmap v185: 97 pgs: 97 active+clean; 350 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 368 op/s 2023-11-16T12:10:01.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:01 smithi140 ceph-mon[110414]: pgmap v185: 97 pgs: 97 active+clean; 350 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 368 op/s 2023-11-16T12:10:02.210 INFO:teuthology.orchestra.run.smithi103.stdout: 5 176614 8.20 MB/sec execute 444 sec latency 118.036 ms 2023-11-16T12:10:03.210 INFO:teuthology.orchestra.run.smithi103.stdout: 5 176840 8.20 MB/sec execute 445 sec latency 135.479 ms 2023-11-16T12:10:12.019 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:03 smithi103 ceph-mon[107764]: pgmap v186: 97 pgs: 97 active+clean; 350 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 368 op/s 2023-11-16T12:10:12.020 INFO:teuthology.orchestra.run.smithi103.stdout: 5 177171 8.20 MB/sec execute 446 sec latency 126.675 ms 2023-11-16T12:10:12.020 INFO:teuthology.orchestra.run.smithi103.stdout: 5 177491 8.20 MB/sec execute 447 sec latency 143.779 ms 2023-11-16T12:10:12.021 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:05 smithi103 ceph-mon[107764]: pgmap v187: 97 pgs: 97 active+clean; 355 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.6 MiB/s wr, 532 op/s 2023-11-16T12:10:12.021 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:03 smithi140 ceph-mon[110414]: pgmap v186: 97 pgs: 97 active+clean; 350 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 368 op/s 2023-11-16T12:10:12.021 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:05 smithi140 ceph-mon[110414]: pgmap v187: 97 pgs: 97 active+clean; 355 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.6 MiB/s wr, 532 op/s 2023-11-16T12:10:12.022 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:07 smithi140 ceph-mon[110414]: pgmap v188: 97 pgs: 97 active+clean; 355 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 344 op/s 2023-11-16T12:10:12.022 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:09 smithi140 ceph-mon[110414]: pgmap v189: 97 pgs: 97 active+clean; 355 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.2 MiB/s wr, 513 op/s 2023-11-16T12:10:12.022 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:11 smithi140 ceph-mon[110414]: pgmap v190: 97 pgs: 97 active+clean; 355 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 332 op/s 2023-11-16T12:10:12.022 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:11 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:10:12.048 INFO:teuthology.orchestra.run.smithi103.stdout: 5 177691 8.19 MB/sec execute 448 sec latency 140.067 ms 2023-11-16T12:10:12.048 INFO:teuthology.orchestra.run.smithi103.stdout: 5 177942 8.19 MB/sec execute 449 sec latency 126.622 ms 2023-11-16T12:10:12.048 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:07 smithi103 ceph-mon[107764]: pgmap v188: 97 pgs: 97 active+clean; 355 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 344 op/s 2023-11-16T12:10:12.048 INFO:teuthology.orchestra.run.smithi103.stdout: 5 178235 8.18 MB/sec execute 450 sec latency 135.381 ms 2023-11-16T12:10:12.048 INFO:teuthology.orchestra.run.smithi103.stdout: 5 178444 8.17 MB/sec execute 451 sec latency 174.255 ms 2023-11-16T12:10:12.049 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:09 smithi103 ceph-mon[107764]: pgmap v189: 97 pgs: 97 active+clean; 355 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.2 MiB/s wr, 513 op/s 2023-11-16T12:10:12.049 INFO:teuthology.orchestra.run.smithi103.stdout: 5 178699 8.17 MB/sec execute 452 sec latency 134.821 ms 2023-11-16T12:10:12.049 INFO:teuthology.orchestra.run.smithi103.stdout: 5 178906 8.16 MB/sec execute 453 sec latency 123.380 ms 2023-11-16T12:10:12.049 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:11 smithi103 ceph-mon[107764]: pgmap v190: 97 pgs: 97 active+clean; 355 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 332 op/s 2023-11-16T12:10:12.050 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:11 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:10:12.210 INFO:teuthology.orchestra.run.smithi103.stdout: 5 179183 8.17 MB/sec execute 454 sec latency 126.640 ms 2023-11-16T12:10:13.210 INFO:teuthology.orchestra.run.smithi103.stdout: 5 179495 8.17 MB/sec execute 455 sec latency 159.055 ms 2023-11-16T12:10:13.602 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:13 smithi103 ceph-mon[107764]: pgmap v191: 97 pgs: 97 active+clean; 355 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 332 op/s 2023-11-16T12:10:13.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:13 smithi140 ceph-mon[110414]: pgmap v191: 97 pgs: 97 active+clean; 355 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 332 op/s 2023-11-16T12:10:14.210 INFO:teuthology.orchestra.run.smithi103.stdout: 5 179844 8.17 MB/sec execute 456 sec latency 130.161 ms 2023-11-16T12:10:15.210 INFO:teuthology.orchestra.run.smithi103.stdout: 5 180104 8.17 MB/sec execute 457 sec latency 117.946 ms 2023-11-16T12:10:15.629 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:15 smithi103 ceph-mon[107764]: pgmap v192: 97 pgs: 97 active+clean; 354 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.8 MiB/s wr, 477 op/s 2023-11-16T12:10:15.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:15 smithi140 ceph-mon[110414]: pgmap v192: 97 pgs: 97 active+clean; 354 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.8 MiB/s wr, 477 op/s 2023-11-16T12:10:16.210 INFO:teuthology.orchestra.run.smithi103.stdout: 5 180379 8.17 MB/sec execute 458 sec latency 126.029 ms 2023-11-16T12:10:17.210 INFO:teuthology.orchestra.run.smithi103.stdout: 5 180631 8.16 MB/sec execute 459 sec latency 130.339 ms 2023-11-16T12:10:17.673 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:17 smithi103 ceph-mon[107764]: pgmap v193: 97 pgs: 97 active+clean; 354 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 313 op/s 2023-11-16T12:10:17.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:17 smithi140 ceph-mon[110414]: pgmap v193: 97 pgs: 97 active+clean; 354 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 313 op/s 2023-11-16T12:10:18.215 INFO:teuthology.orchestra.run.smithi103.stdout: 5 180867 8.17 MB/sec execute 460 sec latency 133.278 ms 2023-11-16T12:10:19.221 INFO:teuthology.orchestra.run.smithi103.stdout: 5 181111 8.17 MB/sec execute 461 sec latency 137.301 ms 2023-11-16T12:10:19.631 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:19 smithi103 ceph-mon[107764]: pgmap v194: 97 pgs: 97 active+clean; 356 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 486 op/s 2023-11-16T12:10:19.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:19 smithi140 ceph-mon[110414]: pgmap v194: 97 pgs: 97 active+clean; 356 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 486 op/s 2023-11-16T12:10:20.222 INFO:teuthology.orchestra.run.smithi103.stdout: 5 181338 8.16 MB/sec execute 462 sec latency 129.916 ms 2023-11-16T12:10:21.223 INFO:teuthology.orchestra.run.smithi103.stdout: 5 181744 8.15 MB/sec execute 463 sec latency 108.156 ms 2023-11-16T12:10:21.661 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:21 smithi103 ceph-mon[107764]: pgmap v195: 97 pgs: 97 active+clean; 356 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.4 MiB/s wr, 317 op/s 2023-11-16T12:10:21.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:21 smithi140 ceph-mon[110414]: pgmap v195: 97 pgs: 97 active+clean; 356 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.4 MiB/s wr, 317 op/s 2023-11-16T12:10:22.232 INFO:teuthology.orchestra.run.smithi103.stdout: 5 181993 8.14 MB/sec execute 464 sec latency 133.322 ms 2023-11-16T12:10:23.232 INFO:teuthology.orchestra.run.smithi103.stdout: 5 182346 8.16 MB/sec execute 465 sec latency 142.024 ms 2023-11-16T12:10:23.715 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:23 smithi103 ceph-mon[107764]: pgmap v196: 97 pgs: 97 active+clean; 356 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.4 MiB/s wr, 317 op/s 2023-11-16T12:10:23.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:23 smithi140 ceph-mon[110414]: pgmap v196: 97 pgs: 97 active+clean; 356 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.4 MiB/s wr, 317 op/s 2023-11-16T12:10:24.232 INFO:teuthology.orchestra.run.smithi103.stdout: 5 182666 8.16 MB/sec execute 466 sec latency 126.727 ms 2023-11-16T12:10:25.238 INFO:teuthology.orchestra.run.smithi103.stdout: 5 183023 8.17 MB/sec execute 467 sec latency 123.752 ms 2023-11-16T12:10:25.527 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:25 smithi103 ceph-mon[107764]: pgmap v197: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.8 MiB/s wr, 488 op/s 2023-11-16T12:10:25.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:25 smithi140 ceph-mon[110414]: pgmap v197: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.8 MiB/s wr, 488 op/s 2023-11-16T12:10:26.239 INFO:teuthology.orchestra.run.smithi103.stdout: 5 183285 8.16 MB/sec execute 468 sec latency 124.165 ms 2023-11-16T12:10:26.558 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:26 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:10:26.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:26 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:10:27.239 INFO:teuthology.orchestra.run.smithi103.stdout: 5 183574 8.16 MB/sec execute 469 sec latency 115.237 ms 2023-11-16T12:10:27.569 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:27 smithi103 ceph-mon[107764]: pgmap v198: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.5 MiB/s wr, 343 op/s 2023-11-16T12:10:27.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:27 smithi140 ceph-mon[110414]: pgmap v198: 97 pgs: 97 active+clean; 350 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.5 MiB/s wr, 343 op/s 2023-11-16T12:10:28.244 INFO:teuthology.orchestra.run.smithi103.stdout: 5 183894 8.16 MB/sec execute 470 sec latency 128.981 ms 2023-11-16T12:10:29.244 INFO:teuthology.orchestra.run.smithi103.stdout: 5 184132 8.16 MB/sec execute 471 sec latency 194.432 ms 2023-11-16T12:10:29.634 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:29 smithi103 ceph-mon[107764]: pgmap v199: 97 pgs: 97 active+clean; 352 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.5 MiB/s wr, 527 op/s 2023-11-16T12:10:29.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:29 smithi140 ceph-mon[110414]: pgmap v199: 97 pgs: 97 active+clean; 352 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.5 MiB/s wr, 527 op/s 2023-11-16T12:10:30.244 INFO:teuthology.orchestra.run.smithi103.stdout: 5 184493 8.17 MB/sec execute 472 sec latency 140.265 ms 2023-11-16T12:10:31.253 INFO:teuthology.orchestra.run.smithi103.stdout: 5 184771 8.16 MB/sec execute 473 sec latency 117.100 ms 2023-11-16T12:10:31.653 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:31 smithi103 ceph-mon[107764]: pgmap v200: 97 pgs: 97 active+clean; 352 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 355 op/s 2023-11-16T12:10:31.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:31 smithi140 ceph-mon[110414]: pgmap v200: 97 pgs: 97 active+clean; 352 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 355 op/s 2023-11-16T12:10:32.254 INFO:teuthology.orchestra.run.smithi103.stdout: 5 185005 8.16 MB/sec execute 474 sec latency 128.361 ms 2023-11-16T12:10:33.254 INFO:teuthology.orchestra.run.smithi103.stdout: 5 185215 8.15 MB/sec execute 475 sec latency 131.721 ms 2023-11-16T12:10:33.724 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:33 smithi103 ceph-mon[107764]: pgmap v201: 97 pgs: 97 active+clean; 352 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 355 op/s 2023-11-16T12:10:33.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:33 smithi140 ceph-mon[110414]: pgmap v201: 97 pgs: 97 active+clean; 352 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 355 op/s 2023-11-16T12:10:34.254 INFO:teuthology.orchestra.run.smithi103.stdout: 5 185382 8.13 MB/sec execute 476 sec latency 127.882 ms 2023-11-16T12:10:35.254 INFO:teuthology.orchestra.run.smithi103.stdout: 5 185633 8.14 MB/sec execute 477 sec latency 132.645 ms 2023-11-16T12:10:35.526 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:35 smithi103 ceph-mon[107764]: pgmap v202: 97 pgs: 97 active+clean; 351 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.2 MiB/s wr, 529 op/s 2023-11-16T12:10:35.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:35 smithi140 ceph-mon[110414]: pgmap v202: 97 pgs: 97 active+clean; 351 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.2 MiB/s wr, 529 op/s 2023-11-16T12:10:36.257 INFO:teuthology.orchestra.run.smithi103.stdout: 5 185791 8.13 MB/sec execute 478 sec latency 192.422 ms 2023-11-16T12:10:37.256 INFO:teuthology.orchestra.run.smithi103.stdout: 5 186062 8.13 MB/sec execute 479 sec latency 124.044 ms 2023-11-16T12:10:37.607 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:37 smithi103 ceph-mon[107764]: pgmap v203: 97 pgs: 97 active+clean; 351 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 359 op/s 2023-11-16T12:10:37.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:37 smithi140 ceph-mon[110414]: pgmap v203: 97 pgs: 97 active+clean; 351 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.7 MiB/s wr, 359 op/s 2023-11-16T12:10:38.256 INFO:teuthology.orchestra.run.smithi103.stdout: 5 186296 8.13 MB/sec execute 480 sec latency 141.625 ms 2023-11-16T12:10:39.257 INFO:teuthology.orchestra.run.smithi103.stdout: 5 186499 8.13 MB/sec execute 481 sec latency 131.471 ms 2023-11-16T12:10:39.669 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:39 smithi103 ceph-mon[107764]: pgmap v204: 97 pgs: 97 active+clean; 354 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 488 op/s 2023-11-16T12:10:39.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:39 smithi140 ceph-mon[110414]: pgmap v204: 97 pgs: 97 active+clean; 354 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 488 op/s 2023-11-16T12:10:40.257 INFO:teuthology.orchestra.run.smithi103.stdout: 5 186740 8.13 MB/sec execute 482 sec latency 130.486 ms 2023-11-16T12:10:41.257 INFO:teuthology.orchestra.run.smithi103.stdout: 5 186945 8.11 MB/sec execute 483 sec latency 129.797 ms 2023-11-16T12:10:41.716 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:41 smithi103 ceph-mon[107764]: pgmap v205: 97 pgs: 97 active+clean; 354 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.2 MiB/s wr, 303 op/s 2023-11-16T12:10:41.716 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:41 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:10:41.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:41 smithi140 ceph-mon[110414]: pgmap v205: 97 pgs: 97 active+clean; 354 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.2 MiB/s wr, 303 op/s 2023-11-16T12:10:41.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:41 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:10:42.262 INFO:teuthology.orchestra.run.smithi103.stdout: 5 187240 8.10 MB/sec execute 484 sec latency 137.521 ms 2023-11-16T12:10:43.267 INFO:teuthology.orchestra.run.smithi103.stdout: 5 187561 8.11 MB/sec execute 485 sec latency 98.719 ms 2023-11-16T12:10:43.760 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:43 smithi103 ceph-mon[107764]: pgmap v206: 97 pgs: 97 active+clean; 354 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.2 MiB/s wr, 303 op/s 2023-11-16T12:10:43.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:43 smithi140 ceph-mon[110414]: pgmap v206: 97 pgs: 97 active+clean; 354 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.2 MiB/s wr, 303 op/s 2023-11-16T12:10:44.267 INFO:teuthology.orchestra.run.smithi103.stdout: 5 187813 8.10 MB/sec execute 486 sec latency 133.813 ms 2023-11-16T12:10:45.272 INFO:teuthology.orchestra.run.smithi103.stdout: 5 188119 8.11 MB/sec execute 487 sec latency 143.579 ms 2023-11-16T12:10:45.777 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:45 smithi103 ceph-mon[107764]: pgmap v207: 97 pgs: 97 active+clean; 355 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.5 MiB/s wr, 449 op/s 2023-11-16T12:10:45.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:45 smithi140 ceph-mon[110414]: pgmap v207: 97 pgs: 97 active+clean; 355 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.5 MiB/s wr, 449 op/s 2023-11-16T12:10:46.273 INFO:teuthology.orchestra.run.smithi103.stdout: 5 188453 8.11 MB/sec execute 488 sec latency 128.406 ms 2023-11-16T12:10:47.274 INFO:teuthology.orchestra.run.smithi103.stdout: 5 188711 8.11 MB/sec execute 489 sec latency 129.563 ms 2023-11-16T12:10:47.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:47 smithi140 ceph-mon[110414]: pgmap v208: 97 pgs: 97 active+clean; 355 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.8 MiB/s wr, 275 op/s 2023-11-16T12:10:47.815 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:47 smithi103 ceph-mon[107764]: pgmap v208: 97 pgs: 97 active+clean; 355 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.8 MiB/s wr, 275 op/s 2023-11-16T12:10:48.274 INFO:teuthology.orchestra.run.smithi103.stdout: 5 188986 8.10 MB/sec execute 490 sec latency 133.852 ms 2023-11-16T12:10:49.274 INFO:teuthology.orchestra.run.smithi103.stdout: 5 189279 8.10 MB/sec execute 491 sec latency 138.988 ms 2023-11-16T12:10:49.636 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:49 smithi103 ceph-mon[107764]: pgmap v209: 97 pgs: 97 active+clean; 352 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.6 MiB/s wr, 454 op/s 2023-11-16T12:10:49.991 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:49 smithi140 ceph-mon[110414]: pgmap v209: 97 pgs: 97 active+clean; 352 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.6 MiB/s wr, 454 op/s 2023-11-16T12:10:50.277 INFO:teuthology.orchestra.run.smithi103.stdout: 5 189569 8.10 MB/sec execute 492 sec latency 128.269 ms 2023-11-16T12:10:51.277 INFO:teuthology.orchestra.run.smithi103.stdout: 5 189894 8.11 MB/sec execute 493 sec latency 124.685 ms 2023-11-16T12:10:51.709 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:51 smithi103 ceph-mon[107764]: pgmap v210: 97 pgs: 97 active+clean; 352 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.2 MiB/s wr, 324 op/s 2023-11-16T12:10:51.988 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:51 smithi140 ceph-mon[110414]: pgmap v210: 97 pgs: 97 active+clean; 352 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.2 MiB/s wr, 324 op/s 2023-11-16T12:10:52.277 INFO:teuthology.orchestra.run.smithi103.stdout: 5 190154 8.11 MB/sec execute 494 sec latency 129.216 ms 2023-11-16T12:10:53.277 INFO:teuthology.orchestra.run.smithi103.stdout: 5 190472 8.11 MB/sec execute 495 sec latency 129.900 ms 2023-11-16T12:10:53.703 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:53 smithi103 ceph-mon[107764]: pgmap v211: 97 pgs: 97 active+clean; 352 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.2 MiB/s wr, 324 op/s 2023-11-16T12:10:53.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:53 smithi140 ceph-mon[110414]: pgmap v211: 97 pgs: 97 active+clean; 352 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.2 MiB/s wr, 324 op/s 2023-11-16T12:10:54.285 INFO:teuthology.orchestra.run.smithi103.stdout: 5 190768 8.11 MB/sec execute 496 sec latency 207.441 ms 2023-11-16T12:10:55.285 INFO:teuthology.orchestra.run.smithi103.stdout: 5 191059 8.10 MB/sec execute 497 sec latency 126.460 ms 2023-11-16T12:10:55.811 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:55 smithi103 ceph-mon[107764]: pgmap v212: 97 pgs: 97 active+clean; 356 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 497 op/s 2023-11-16T12:10:55.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:55 smithi140 ceph-mon[110414]: pgmap v212: 97 pgs: 97 active+clean; 356 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 497 op/s 2023-11-16T12:10:56.285 INFO:teuthology.orchestra.run.smithi103.stdout: 5 191327 8.10 MB/sec execute 498 sec latency 120.624 ms 2023-11-16T12:10:56.852 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:56 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:10:56.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:56 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:10:57.285 INFO:teuthology.orchestra.run.smithi103.stdout: 5 191601 8.11 MB/sec execute 499 sec latency 210.124 ms 2023-11-16T12:10:57.867 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:57 smithi103 ceph-mon[107764]: pgmap v213: 97 pgs: 97 active+clean; 356 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 351 op/s 2023-11-16T12:10:57.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:57 smithi140 ceph-mon[110414]: pgmap v213: 97 pgs: 97 active+clean; 356 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 351 op/s 2023-11-16T12:10:58.285 INFO:teuthology.orchestra.run.smithi103.stdout: 5 191911 8.10 MB/sec execute 500 sec latency 126.860 ms 2023-11-16T12:10:59.286 INFO:teuthology.orchestra.run.smithi103.stdout: 5 192197 8.10 MB/sec execute 501 sec latency 127.689 ms 2023-11-16T12:10:59.901 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:10:59 smithi103 ceph-mon[107764]: pgmap v214: 97 pgs: 97 active+clean; 357 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.5 MiB/s wr, 533 op/s 2023-11-16T12:10:59.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:10:59 smithi140 ceph-mon[110414]: pgmap v214: 97 pgs: 97 active+clean; 357 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.5 MiB/s wr, 533 op/s 2023-11-16T12:11:00.285 INFO:teuthology.orchestra.run.smithi103.stdout: 5 192465 8.10 MB/sec execute 502 sec latency 128.967 ms 2023-11-16T12:11:01.285 INFO:teuthology.orchestra.run.smithi103.stdout: 5 192744 8.10 MB/sec execute 503 sec latency 192.293 ms 2023-11-16T12:11:01.934 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:11:01 smithi103 ceph-mon[107764]: pgmap v215: 97 pgs: 97 active+clean; 357 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 354 op/s 2023-11-16T12:11:01.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:11:01 smithi140 ceph-mon[110414]: pgmap v215: 97 pgs: 97 active+clean; 357 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 354 op/s 2023-11-16T12:11:02.286 INFO:teuthology.orchestra.run.smithi103.stdout: 5 193030 8.10 MB/sec execute 504 sec latency 124.466 ms 2023-11-16T12:11:03.293 INFO:teuthology.orchestra.run.smithi103.stdout: 5 193214 8.09 MB/sec execute 505 sec latency 145.580 ms 2023-11-16T12:11:06.706 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:11:03 smithi103 ceph-mon[107764]: pgmap v216: 97 pgs: 97 active+clean; 357 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 354 op/s 2023-11-16T12:11:06.706 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:11:03 smithi140 ceph-mon[110414]: pgmap v216: 97 pgs: 97 active+clean; 357 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 354 op/s 2023-11-16T12:11:06.706 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:11:05 smithi140 ceph-mon[110414]: pgmap v217: 97 pgs: 97 active+clean; 358 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.4 MiB/s wr, 513 op/s 2023-11-16T12:11:06.707 INFO:teuthology.orchestra.run.smithi103.stdout: 5 193486 8.10 MB/sec execute 506 sec latency 123.902 ms 2023-11-16T12:11:06.707 INFO:teuthology.orchestra.run.smithi103.stdout: 5 193756 8.09 MB/sec execute 507 sec latency 137.978 ms 2023-11-16T12:11:06.707 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:11:05 smithi103 ceph-mon[107764]: pgmap v217: 97 pgs: 97 active+clean; 358 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.4 MiB/s wr, 513 op/s 2023-11-16T12:11:06.707 INFO:teuthology.orchestra.run.smithi103.stdout: 5 193947 8.08 MB/sec execute 508 sec latency 134.164 ms 2023-11-16T12:11:06.900 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:11:06 smithi103 ceph-mon[107764]: pgmap v218: 97 pgs: 97 active+clean; 358 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 340 op/s 2023-11-16T12:11:07.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:11:06 smithi140 ceph-mon[110414]: pgmap v218: 97 pgs: 97 active+clean; 358 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 340 op/s 2023-11-16T12:11:07.297 INFO:teuthology.orchestra.run.smithi103.stdout: 5 194209 8.08 MB/sec execute 509 sec latency 149.128 ms 2023-11-16T12:11:08.298 INFO:teuthology.orchestra.run.smithi103.stdout: 5 194394 8.07 MB/sec execute 510 sec latency 137.648 ms 2023-11-16T12:11:09.303 INFO:teuthology.orchestra.run.smithi103.stdout: 5 194540 8.06 MB/sec execute 511 sec latency 136.342 ms 2023-11-16T12:11:09.465 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:11:09 smithi103 ceph-mon[107764]: pgmap v219: 97 pgs: 97 active+clean; 356 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.8 MiB/s wr, 486 op/s 2023-11-16T12:11:09.486 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:11:09 smithi140 ceph-mon[110414]: pgmap v219: 97 pgs: 97 active+clean; 356 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 4.8 MiB/s wr, 486 op/s 2023-11-16T12:11:10.303 INFO:teuthology.orchestra.run.smithi103.stdout: 5 194787 8.06 MB/sec execute 512 sec latency 159.548 ms 2023-11-16T12:11:11.303 INFO:teuthology.orchestra.run.smithi103.stdout: 5 195094 8.06 MB/sec execute 513 sec latency 126.899 ms 2023-11-16T12:11:11.526 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:11:11 smithi103 ceph-mon[107764]: pgmap v220: 97 pgs: 97 active+clean; 356 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 304 op/s 2023-11-16T12:11:11.527 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:11:11 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:11:11.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:11:11 smithi140 ceph-mon[110414]: pgmap v220: 97 pgs: 97 active+clean; 356 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 304 op/s 2023-11-16T12:11:11.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:11:11 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:11:12.303 INFO:teuthology.orchestra.run.smithi103.stdout: 5 195371 8.06 MB/sec execute 514 sec latency 150.855 ms 2023-11-16T12:11:13.303 INFO:teuthology.orchestra.run.smithi103.stdout: 5 195590 8.06 MB/sec execute 515 sec latency 126.742 ms 2023-11-16T12:11:13.568 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:11:13 smithi103 ceph-mon[107764]: pgmap v221: 97 pgs: 97 active+clean; 356 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 304 op/s 2023-11-16T12:11:13.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:11:13 smithi140 ceph-mon[110414]: pgmap v221: 97 pgs: 97 active+clean; 356 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.0 MiB/s wr, 304 op/s 2023-11-16T12:11:14.303 INFO:teuthology.orchestra.run.smithi103.stdout: 5 195801 8.06 MB/sec execute 516 sec latency 134.824 ms 2023-11-16T12:11:15.303 INFO:teuthology.orchestra.run.smithi103.stdout: 5 196067 8.05 MB/sec execute 517 sec latency 126.820 ms 2023-11-16T12:11:15.347 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:11:15 smithi103 ceph-mon[107764]: pgmap v222: 97 pgs: 97 active+clean; 358 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.5 MiB/s wr, 443 op/s 2023-11-16T12:11:15.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:11:15 smithi140 ceph-mon[110414]: pgmap v222: 97 pgs: 97 active+clean; 358 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.5 MiB/s wr, 443 op/s 2023-11-16T12:11:16.303 INFO:teuthology.orchestra.run.smithi103.stdout: 5 196427 8.06 MB/sec execute 518 sec latency 101.592 ms 2023-11-16T12:11:17.309 INFO:teuthology.orchestra.run.smithi103.stdout: 5 196679 8.05 MB/sec execute 519 sec latency 141.911 ms 2023-11-16T12:11:17.425 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:11:17 smithi103 ceph-mon[107764]: pgmap v223: 97 pgs: 97 active+clean; 358 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.8 MiB/s wr, 285 op/s 2023-11-16T12:11:17.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:11:17 smithi140 ceph-mon[110414]: pgmap v223: 97 pgs: 97 active+clean; 358 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.8 MiB/s wr, 285 op/s 2023-11-16T12:11:18.309 INFO:teuthology.orchestra.run.smithi103.stdout: 5 197010 8.06 MB/sec execute 520 sec latency 126.919 ms 2023-11-16T12:11:19.309 INFO:teuthology.orchestra.run.smithi103.stdout: 5 197334 8.05 MB/sec execute 521 sec latency 132.080 ms 2023-11-16T12:11:19.453 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:11:19 smithi103 ceph-mon[107764]: pgmap v224: 97 pgs: 97 active+clean; 353 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.6 MiB/s wr, 454 op/s 2023-11-16T12:11:19.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:11:19 smithi140 ceph-mon[110414]: pgmap v224: 97 pgs: 97 active+clean; 353 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.6 MiB/s wr, 454 op/s 2023-11-16T12:11:20.310 INFO:teuthology.orchestra.run.smithi103.stdout: 5 197711 8.05 MB/sec execute 522 sec latency 146.341 ms 2023-11-16T12:11:21.310 INFO:teuthology.orchestra.run.smithi103.stdout: 5 198013 8.06 MB/sec execute 523 sec latency 126.477 ms 2023-11-16T12:11:21.491 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:11:21 smithi103 ceph-mon[107764]: pgmap v225: 97 pgs: 97 active+clean; 353 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.3 MiB/s wr, 308 op/s 2023-11-16T12:11:21.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:11:21 smithi140 ceph-mon[110414]: pgmap v225: 97 pgs: 97 active+clean; 353 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.3 MiB/s wr, 308 op/s 2023-11-16T12:11:22.310 INFO:teuthology.orchestra.run.smithi103.stdout: 5 198304 8.06 MB/sec execute 524 sec latency 142.408 ms 2023-11-16T12:11:23.310 INFO:teuthology.orchestra.run.smithi103.stdout: 5 198618 8.07 MB/sec execute 525 sec latency 153.814 ms 2023-11-16T12:11:23.536 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:11:23 smithi103 ceph-mon[107764]: pgmap v226: 97 pgs: 97 active+clean; 353 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.3 MiB/s wr, 308 op/s 2023-11-16T12:11:23.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:11:23 smithi140 ceph-mon[110414]: pgmap v226: 97 pgs: 97 active+clean; 353 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.3 MiB/s wr, 308 op/s 2023-11-16T12:11:24.313 INFO:teuthology.orchestra.run.smithi103.stdout: 5 198893 8.06 MB/sec execute 526 sec latency 120.779 ms 2023-11-16T12:11:25.321 INFO:teuthology.orchestra.run.smithi103.stdout: 5 199118 8.05 MB/sec execute 527 sec latency 126.839 ms 2023-11-16T12:11:25.583 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:11:25 smithi103 ceph-mon[107764]: pgmap v227: 97 pgs: 97 active+clean; 355 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.3 MiB/s wr, 506 op/s 2023-11-16T12:11:25.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:11:25 smithi140 ceph-mon[110414]: pgmap v227: 97 pgs: 97 active+clean; 355 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.3 MiB/s wr, 506 op/s 2023-11-16T12:11:26.323 INFO:teuthology.orchestra.run.smithi103.stdout: 5 199407 8.05 MB/sec execute 528 sec latency 117.670 ms 2023-11-16T12:11:26.486 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:11:26 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:11:26.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:11:26 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:11:27.324 INFO:teuthology.orchestra.run.smithi103.stdout: 5 199666 8.05 MB/sec execute 529 sec latency 128.867 ms 2023-11-16T12:11:27.495 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:11:27 smithi103 ceph-mon[107764]: pgmap v228: 97 pgs: 97 active+clean; 355 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 367 op/s 2023-11-16T12:11:27.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:11:27 smithi140 ceph-mon[110414]: pgmap v228: 97 pgs: 97 active+clean; 355 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 367 op/s 2023-11-16T12:11:28.324 INFO:teuthology.orchestra.run.smithi103.stdout: 5 199966 8.06 MB/sec execute 530 sec latency 126.959 ms 2023-11-16T12:11:29.324 INFO:teuthology.orchestra.run.smithi103.stdout: 5 200245 8.06 MB/sec execute 531 sec latency 207.476 ms 2023-11-16T12:11:29.545 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:11:29 smithi103 ceph-mon[107764]: pgmap v229: 97 pgs: 97 active+clean; 360 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.5 MiB/s wr, 532 op/s 2023-11-16T12:11:29.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:11:29 smithi140 ceph-mon[110414]: pgmap v229: 97 pgs: 97 active+clean; 360 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.5 MiB/s wr, 532 op/s 2023-11-16T12:11:30.324 INFO:teuthology.orchestra.run.smithi103.stdout: 5 200553 8.05 MB/sec execute 532 sec latency 134.859 ms 2023-11-16T12:11:31.326 INFO:teuthology.orchestra.run.smithi103.stdout: 5 200846 8.05 MB/sec execute 533 sec latency 138.567 ms 2023-11-16T12:11:31.592 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:11:31 smithi103 ceph-mon[107764]: pgmap v230: 97 pgs: 97 active+clean; 360 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 362 op/s 2023-11-16T12:11:31.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:11:31 smithi140 ceph-mon[110414]: pgmap v230: 97 pgs: 97 active+clean; 360 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 362 op/s 2023-11-16T12:11:32.326 INFO:teuthology.orchestra.run.smithi103.stdout: 5 201102 8.04 MB/sec execute 534 sec latency 130.443 ms 2023-11-16T12:11:33.331 INFO:teuthology.orchestra.run.smithi103.stdout: 5 201379 8.05 MB/sec execute 535 sec latency 123.595 ms 2023-11-16T12:11:33.632 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:11:33 smithi103 ceph-mon[107764]: pgmap v231: 97 pgs: 97 active+clean; 360 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 362 op/s 2023-11-16T12:11:33.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:11:33 smithi140 ceph-mon[110414]: pgmap v231: 97 pgs: 97 active+clean; 360 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 362 op/s 2023-11-16T12:11:34.331 INFO:teuthology.orchestra.run.smithi103.stdout: 5 201658 8.05 MB/sec execute 536 sec latency 151.216 ms 2023-11-16T12:11:35.336 INFO:teuthology.orchestra.run.smithi103.stdout: 5 201944 8.05 MB/sec execute 537 sec latency 194.417 ms 2023-11-16T12:11:35.441 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:11:35 smithi103 ceph-mon[107764]: pgmap v232: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.2 MiB/s wr, 534 op/s 2023-11-16T12:11:35.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:11:35 smithi140 ceph-mon[110414]: pgmap v232: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.2 MiB/s wr, 534 op/s 2023-11-16T12:11:36.336 INFO:teuthology.orchestra.run.smithi103.stdout: 5 202227 8.06 MB/sec execute 538 sec latency 126.740 ms 2023-11-16T12:11:37.343 INFO:teuthology.orchestra.run.smithi103.stdout: 5 202445 8.05 MB/sec execute 539 sec latency 145.326 ms 2023-11-16T12:11:37.500 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:11:37 smithi103 ceph-mon[107764]: pgmap v233: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.2 MiB/s wr, 336 op/s 2023-11-16T12:11:37.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:11:37 smithi140 ceph-mon[110414]: pgmap v233: 97 pgs: 97 active+clean; 354 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.2 MiB/s wr, 336 op/s 2023-11-16T12:11:38.341 INFO:teuthology.orchestra.run.smithi103.stdout: 5 202691 8.04 MB/sec execute 540 sec latency 154.343 ms 2023-11-16T12:11:39.341 INFO:teuthology.orchestra.run.smithi103.stdout: 5 202873 8.03 MB/sec execute 541 sec latency 134.911 ms 2023-11-16T12:11:39.584 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:11:39 smithi103 ceph-mon[107764]: pgmap v234: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 499 op/s 2023-11-16T12:11:39.738 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:11:39 smithi140 ceph-mon[110414]: pgmap v234: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 499 op/s 2023-11-16T12:11:40.341 INFO:teuthology.orchestra.run.smithi103.stdout: 5 203058 8.02 MB/sec execute 542 sec latency 147.424 ms 2023-11-16T12:11:41.341 INFO:teuthology.orchestra.run.smithi103.stdout: 5 203318 8.03 MB/sec execute 543 sec latency 123.123 ms 2023-11-16T12:11:41.652 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:11:41 smithi103 ceph-mon[107764]: pgmap v235: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 335 op/s 2023-11-16T12:11:41.652 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:11:41 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:11:41.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:11:41 smithi140 ceph-mon[110414]: pgmap v235: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 335 op/s 2023-11-16T12:11:41.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:11:41 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:11:42.342 INFO:teuthology.orchestra.run.smithi103.stdout: 5 203533 8.03 MB/sec execute 544 sec latency 139.957 ms 2023-11-16T12:11:43.344 INFO:teuthology.orchestra.run.smithi103.stdout: 5 203745 8.02 MB/sec execute 545 sec latency 210.909 ms 2023-11-16T12:11:43.682 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:11:43 smithi103 ceph-mon[107764]: pgmap v236: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 335 op/s 2023-11-16T12:11:43.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:11:43 smithi140 ceph-mon[110414]: pgmap v236: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.3 MiB/s wr, 335 op/s 2023-11-16T12:11:44.344 INFO:teuthology.orchestra.run.smithi103.stdout: 5 203994 8.02 MB/sec execute 546 sec latency 111.772 ms 2023-11-16T12:11:45.345 INFO:teuthology.orchestra.run.smithi103.stdout: 5 204280 8.01 MB/sec execute 547 sec latency 130.697 ms 2023-11-16T12:11:45.729 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:11:45 smithi103 ceph-mon[107764]: pgmap v237: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.7 MiB/s wr, 473 op/s 2023-11-16T12:11:45.735 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:11:45 smithi140 ceph-mon[110414]: pgmap v237: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.7 MiB/s wr, 473 op/s 2023-11-16T12:11:46.346 INFO:teuthology.orchestra.run.smithi103.stdout: 5 204512 8.00 MB/sec execute 548 sec latency 164.947 ms 2023-11-16T12:11:47.346 INFO:teuthology.orchestra.run.smithi103.stdout: 5 204730 8.00 MB/sec execute 549 sec latency 134.631 ms 2023-11-16T12:11:47.533 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:11:47 smithi103 ceph-mon[107764]: pgmap v238: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 300 op/s 2023-11-16T12:11:47.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:11:47 smithi140 ceph-mon[110414]: pgmap v238: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 300 op/s 2023-11-16T12:11:48.350 INFO:teuthology.orchestra.run.smithi103.stdout: 5 204963 8.01 MB/sec execute 550 sec latency 143.736 ms 2023-11-16T12:11:49.346 INFO:teuthology.orchestra.run.smithi103.stdout: 5 205288 8.01 MB/sec execute 551 sec latency 136.004 ms 2023-11-16T12:11:49.567 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:11:49 smithi103 ceph-mon[107764]: pgmap v239: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.6 MiB/s wr, 449 op/s 2023-11-16T12:11:49.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:11:49 smithi140 ceph-mon[110414]: pgmap v239: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.6 MiB/s wr, 449 op/s 2023-11-16T12:11:50.346 INFO:teuthology.orchestra.run.smithi103.stdout: 5 205609 8.01 MB/sec execute 552 sec latency 135.952 ms 2023-11-16T12:11:51.346 INFO:teuthology.orchestra.run.smithi103.stdout: 5 205832 8.01 MB/sec execute 553 sec latency 207.034 ms 2023-11-16T12:11:51.635 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:11:51 smithi103 ceph-mon[107764]: pgmap v240: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.8 MiB/s wr, 286 op/s 2023-11-16T12:11:51.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:11:51 smithi140 ceph-mon[110414]: pgmap v240: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.8 MiB/s wr, 286 op/s 2023-11-16T12:11:52.346 INFO:teuthology.orchestra.run.smithi103.stdout: 5 206033 8.00 MB/sec execute 554 sec latency 135.189 ms 2023-11-16T12:11:53.346 INFO:teuthology.orchestra.run.smithi103.stdout: 5 206220 8.00 MB/sec execute 555 sec latency 123.566 ms 2023-11-16T12:11:53.681 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:11:53 smithi103 ceph-mon[107764]: pgmap v241: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.8 MiB/s wr, 286 op/s 2023-11-16T12:11:53.985 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:11:53 smithi140 ceph-mon[110414]: pgmap v241: 97 pgs: 97 active+clean; 353 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.8 MiB/s wr, 286 op/s 2023-11-16T12:11:54.346 INFO:teuthology.orchestra.run.smithi103.stdout: 5 206423 7.99 MB/sec execute 556 sec latency 140.193 ms 2023-11-16T12:11:55.346 INFO:teuthology.orchestra.run.smithi103.stdout: 5 206629 7.98 MB/sec execute 557 sec latency 128.314 ms 2023-11-16T12:11:55.705 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:11:55 smithi103 ceph-mon[107764]: pgmap v242: 97 pgs: 97 active+clean; 357 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.5 MiB/s wr, 442 op/s 2023-11-16T12:11:55.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:11:55 smithi140 ceph-mon[110414]: pgmap v242: 97 pgs: 97 active+clean; 357 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.5 MiB/s wr, 442 op/s 2023-11-16T12:11:56.347 INFO:teuthology.orchestra.run.smithi103.stdout: 5 206765 7.97 MB/sec execute 558 sec latency 123.739 ms 2023-11-16T12:11:56.774 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:11:56 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:11:56.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:11:56 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:11:57.347 INFO:teuthology.orchestra.run.smithi103.stdout: 5 206978 7.97 MB/sec execute 559 sec latency 126.971 ms 2023-11-16T12:11:57.538 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:11:57 smithi103 ceph-mon[107764]: pgmap v243: 97 pgs: 97 active+clean; 357 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.1 MiB/s wr, 304 op/s 2023-11-16T12:11:57.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:11:57 smithi140 ceph-mon[110414]: pgmap v243: 97 pgs: 97 active+clean; 357 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.1 MiB/s wr, 304 op/s 2023-11-16T12:11:58.348 INFO:teuthology.orchestra.run.smithi103.stdout: 5 207196 7.97 MB/sec execute 560 sec latency 135.045 ms 2023-11-16T12:11:59.348 INFO:teuthology.orchestra.run.smithi103.stdout: 5 207489 7.97 MB/sec execute 561 sec latency 120.049 ms 2023-11-16T12:11:59.615 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:11:59 smithi103 ceph-mon[107764]: pgmap v244: 97 pgs: 97 active+clean; 352 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.2 MiB/s wr, 424 op/s 2023-11-16T12:11:59.988 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:11:59 smithi140 ceph-mon[110414]: pgmap v244: 97 pgs: 97 active+clean; 352 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.2 MiB/s wr, 424 op/s 2023-11-16T12:12:00.354 INFO:teuthology.orchestra.run.smithi103.stdout: 5 207810 7.96 MB/sec execute 562 sec latency 126.585 ms 2023-11-16T12:12:01.354 INFO:teuthology.orchestra.run.smithi103.stdout: 5 208086 7.96 MB/sec execute 563 sec latency 118.084 ms 2023-11-16T12:12:01.685 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:12:01 smithi103 ceph-mon[107764]: pgmap v245: 97 pgs: 97 active+clean; 352 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.9 MiB/s wr, 276 op/s 2023-11-16T12:12:01.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:12:01 smithi140 ceph-mon[110414]: pgmap v245: 97 pgs: 97 active+clean; 352 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.9 MiB/s wr, 276 op/s 2023-11-16T12:12:02.354 INFO:teuthology.orchestra.run.smithi103.stdout: 5 208218 7.95 MB/sec execute 564 sec latency 129.512 ms 2023-11-16T12:12:03.361 INFO:teuthology.orchestra.run.smithi103.stdout: 5 208551 7.97 MB/sec execute 565 sec latency 123.559 ms 2023-11-16T12:12:03.740 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:12:03 smithi103 ceph-mon[107764]: pgmap v246: 97 pgs: 97 active+clean; 352 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.9 MiB/s wr, 276 op/s 2023-11-16T12:12:03.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:12:03 smithi140 ceph-mon[110414]: pgmap v246: 97 pgs: 97 active+clean; 352 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.9 MiB/s wr, 276 op/s 2023-11-16T12:12:04.361 INFO:teuthology.orchestra.run.smithi103.stdout: 5 208822 7.96 MB/sec execute 566 sec latency 123.892 ms 2023-11-16T12:12:05.361 INFO:teuthology.orchestra.run.smithi103.stdout: 5 209163 7.97 MB/sec execute 567 sec latency 138.957 ms 2023-11-16T12:12:05.770 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:12:05 smithi103 ceph-mon[107764]: pgmap v247: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.3 MiB/s wr, 430 op/s 2023-11-16T12:12:05.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:12:05 smithi140 ceph-mon[110414]: pgmap v247: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.3 MiB/s wr, 430 op/s 2023-11-16T12:12:06.371 INFO:teuthology.orchestra.run.smithi103.stdout: 5 209371 7.97 MB/sec execute 568 sec latency 128.172 ms 2023-11-16T12:12:07.371 INFO:teuthology.orchestra.run.smithi103.stdout: 5 209552 7.96 MB/sec execute 569 sec latency 134.122 ms 2023-11-16T12:12:07.560 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:12:07 smithi103 ceph-mon[107764]: pgmap v248: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.6 MiB/s wr, 274 op/s 2023-11-16T12:12:07.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:12:07 smithi140 ceph-mon[110414]: pgmap v248: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.6 MiB/s wr, 274 op/s 2023-11-16T12:12:08.373 INFO:teuthology.orchestra.run.smithi103.stdout: 5 209842 7.96 MB/sec execute 570 sec latency 126.617 ms 2023-11-16T12:12:09.380 INFO:teuthology.orchestra.run.smithi103.stdout: 5 210145 7.95 MB/sec execute 571 sec latency 127.517 ms 2023-11-16T12:12:09.625 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:12:09 smithi103 ceph-mon[107764]: pgmap v249: 97 pgs: 97 active+clean; 355 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.5 MiB/s wr, 433 op/s 2023-11-16T12:12:09.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:12:09 smithi140 ceph-mon[110414]: pgmap v249: 97 pgs: 97 active+clean; 355 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.5 MiB/s wr, 433 op/s 2023-11-16T12:12:10.380 INFO:teuthology.orchestra.run.smithi103.stdout: 5 210420 7.95 MB/sec execute 572 sec latency 207.408 ms 2023-11-16T12:12:11.380 INFO:teuthology.orchestra.run.smithi103.stdout: 5 210679 7.95 MB/sec execute 573 sec latency 212.514 ms 2023-11-16T12:12:11.719 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:12:11 smithi103 ceph-mon[107764]: pgmap v250: 97 pgs: 97 active+clean; 355 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 3.3 MiB/s wr, 313 op/s 2023-11-16T12:12:11.719 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:12:11 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:12:11.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:12:11 smithi140 ceph-mon[110414]: pgmap v250: 97 pgs: 97 active+clean; 355 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 3.3 MiB/s wr, 313 op/s 2023-11-16T12:12:11.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:12:11 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:12:12.380 INFO:teuthology.orchestra.run.smithi103.stdout: 5 211010 7.95 MB/sec execute 574 sec latency 135.559 ms 2023-11-16T12:12:13.380 INFO:teuthology.orchestra.run.smithi103.stdout: 5 211353 7.95 MB/sec execute 575 sec latency 123.862 ms 2023-11-16T12:12:13.743 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:12:13 smithi103 ceph-mon[107764]: pgmap v251: 97 pgs: 97 active+clean; 355 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 3.3 MiB/s wr, 313 op/s 2023-11-16T12:12:13.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:12:13 smithi140 ceph-mon[110414]: pgmap v251: 97 pgs: 97 active+clean; 355 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 3.3 MiB/s wr, 313 op/s 2023-11-16T12:12:14.384 INFO:teuthology.orchestra.run.smithi103.stdout: 5 211570 7.95 MB/sec execute 576 sec latency 126.324 ms 2023-11-16T12:12:15.384 INFO:teuthology.orchestra.run.smithi103.stdout: 5 211860 7.95 MB/sec execute 577 sec latency 127.005 ms 2023-11-16T12:12:15.826 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:12:15 smithi103 ceph-mon[107764]: pgmap v252: 97 pgs: 97 active+clean; 356 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.9 MiB/s wr, 488 op/s 2023-11-16T12:12:15.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:12:15 smithi140 ceph-mon[110414]: pgmap v252: 97 pgs: 97 active+clean; 356 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.9 MiB/s wr, 488 op/s 2023-11-16T12:12:16.384 INFO:teuthology.orchestra.run.smithi103.stdout: 5 212128 7.95 MB/sec execute 578 sec latency 141.275 ms 2023-11-16T12:12:17.391 INFO:teuthology.orchestra.run.smithi103.stdout: 5 212432 7.95 MB/sec execute 579 sec latency 142.031 ms 2023-11-16T12:12:17.897 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:12:17 smithi103 ceph-mon[107764]: pgmap v253: 97 pgs: 97 active+clean; 356 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 334 op/s 2023-11-16T12:12:17.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:12:17 smithi140 ceph-mon[110414]: pgmap v253: 97 pgs: 97 active+clean; 356 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 334 op/s 2023-11-16T12:12:18.391 INFO:teuthology.orchestra.run.smithi103.stdout: 5 212692 7.95 MB/sec execute 580 sec latency 140.366 ms 2023-11-16T12:12:19.391 INFO:teuthology.orchestra.run.smithi103.stdout: 5 212893 7.95 MB/sec execute 581 sec latency 141.797 ms 2023-11-16T12:12:19.724 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:12:19 smithi103 ceph-mon[107764]: pgmap v254: 97 pgs: 97 active+clean; 355 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 493 op/s 2023-11-16T12:12:19.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:12:19 smithi140 ceph-mon[110414]: pgmap v254: 97 pgs: 97 active+clean; 355 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.1 MiB/s wr, 493 op/s 2023-11-16T12:12:20.391 INFO:teuthology.orchestra.run.smithi103.stdout: 5 213230 7.96 MB/sec execute 582 sec latency 124.046 ms 2023-11-16T12:12:21.402 INFO:teuthology.orchestra.run.smithi103.stdout: 5 213543 7.95 MB/sec execute 583 sec latency 127.089 ms 2023-11-16T12:12:21.754 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:12:21 smithi103 ceph-mon[107764]: pgmap v255: 97 pgs: 97 active+clean; 355 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.3 MiB/s wr, 334 op/s 2023-11-16T12:12:21.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:12:21 smithi140 ceph-mon[110414]: pgmap v255: 97 pgs: 97 active+clean; 355 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.3 MiB/s wr, 334 op/s 2023-11-16T12:12:22.402 INFO:teuthology.orchestra.run.smithi103.stdout: 5 213794 7.95 MB/sec execute 584 sec latency 136.619 ms 2023-11-16T12:12:23.402 INFO:teuthology.orchestra.run.smithi103.stdout: 5 214031 7.94 MB/sec execute 585 sec latency 126.571 ms 2023-11-16T12:12:23.835 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:12:23 smithi103 ceph-mon[107764]: pgmap v256: 97 pgs: 97 active+clean; 355 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.3 MiB/s wr, 334 op/s 2023-11-16T12:12:23.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:12:23 smithi140 ceph-mon[110414]: pgmap v256: 97 pgs: 97 active+clean; 355 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.3 MiB/s wr, 334 op/s 2023-11-16T12:12:24.402 INFO:teuthology.orchestra.run.smithi103.stdout: 5 214265 7.94 MB/sec execute 586 sec latency 140.030 ms 2023-11-16T12:12:25.405 INFO:teuthology.orchestra.run.smithi103.stdout: 5 214531 7.94 MB/sec execute 587 sec latency 139.258 ms 2023-11-16T12:12:25.901 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:12:25 smithi103 ceph-mon[107764]: pgmap v257: 97 pgs: 97 active+clean; 357 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 503 op/s 2023-11-16T12:12:25.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:12:25 smithi140 ceph-mon[110414]: pgmap v257: 97 pgs: 97 active+clean; 357 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 503 op/s 2023-11-16T12:12:26.405 INFO:teuthology.orchestra.run.smithi103.stdout: 5 214822 7.93 MB/sec execute 588 sec latency 135.862 ms 2023-11-16T12:12:26.937 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:12:26 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:12:26.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:12:26 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:12:27.405 INFO:teuthology.orchestra.run.smithi103.stdout: 5 215039 7.93 MB/sec execute 589 sec latency 145.353 ms 2023-11-16T12:12:27.697 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:12:27 smithi103 ceph-mon[107764]: pgmap v258: 97 pgs: 97 active+clean; 357 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 328 op/s 2023-11-16T12:12:27.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:12:27 smithi140 ceph-mon[110414]: pgmap v258: 97 pgs: 97 active+clean; 357 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 328 op/s 2023-11-16T12:12:28.408 INFO:teuthology.orchestra.run.smithi103.stdout: 5 215225 7.93 MB/sec execute 590 sec latency 144.931 ms 2023-11-16T12:12:29.415 INFO:teuthology.orchestra.run.smithi103.stdout: 5 215448 7.93 MB/sec execute 591 sec latency 151.167 ms 2023-11-16T12:12:29.793 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:12:29 smithi103 ceph-mon[107764]: pgmap v259: 97 pgs: 97 active+clean; 355 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.9 MiB/s wr, 484 op/s 2023-11-16T12:12:29.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:12:29 smithi140 ceph-mon[110414]: pgmap v259: 97 pgs: 97 active+clean; 355 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.9 MiB/s wr, 484 op/s 2023-11-16T12:12:30.415 INFO:teuthology.orchestra.run.smithi103.stdout: 5 215672 7.92 MB/sec execute 592 sec latency 123.502 ms 2023-11-16T12:12:31.415 INFO:teuthology.orchestra.run.smithi103.stdout: 5 215915 7.92 MB/sec execute 593 sec latency 143.389 ms 2023-11-16T12:12:31.876 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:12:31 smithi103 ceph-mon[107764]: pgmap v260: 97 pgs: 97 active+clean; 355 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.2 MiB/s wr, 325 op/s 2023-11-16T12:12:31.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:12:31 smithi140 ceph-mon[110414]: pgmap v260: 97 pgs: 97 active+clean; 355 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.2 MiB/s wr, 325 op/s 2023-11-16T12:12:32.415 INFO:teuthology.orchestra.run.smithi103.stdout: 5 216099 7.92 MB/sec execute 594 sec latency 153.029 ms 2023-11-16T12:12:33.421 INFO:teuthology.orchestra.run.smithi103.stdout: 5 216275 7.91 MB/sec execute 595 sec latency 148.122 ms 2023-11-16T12:12:33.953 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:12:33 smithi103 ceph-mon[107764]: pgmap v261: 97 pgs: 97 active+clean; 355 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.2 MiB/s wr, 325 op/s 2023-11-16T12:12:33.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:12:33 smithi140 ceph-mon[110414]: pgmap v261: 97 pgs: 97 active+clean; 355 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.2 MiB/s wr, 325 op/s 2023-11-16T12:12:34.421 INFO:teuthology.orchestra.run.smithi103.stdout: 5 216484 7.91 MB/sec execute 596 sec latency 201.089 ms 2023-11-16T12:12:35.428 INFO:teuthology.orchestra.run.smithi103.stdout: 5 216755 7.91 MB/sec execute 597 sec latency 130.037 ms 2023-11-16T12:12:35.752 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:12:35 smithi103 ceph-mon[107764]: pgmap v262: 97 pgs: 97 active+clean; 356 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 448 op/s 2023-11-16T12:12:35.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:12:35 smithi140 ceph-mon[110414]: pgmap v262: 97 pgs: 97 active+clean; 356 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.5 MiB/s wr, 448 op/s 2023-11-16T12:12:36.431 INFO:teuthology.orchestra.run.smithi103.stdout: 5 217071 7.91 MB/sec execute 598 sec latency 133.929 ms 2023-11-16T12:12:37.431 INFO:teuthology.orchestra.run.smithi103.stdout: 5 217302 7.91 MB/sec execute 599 sec latency 206.923 ms 2023-11-16T12:12:37.834 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:12:37 smithi103 ceph-mon[107764]: pgmap v263: 97 pgs: 97 active+clean; 356 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.7 MiB/s wr, 279 op/s 2023-11-16T12:12:37.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:12:37 smithi140 ceph-mon[110414]: pgmap v263: 97 pgs: 97 active+clean; 356 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.7 MiB/s wr, 279 op/s 2023-11-16T12:12:38.431 INFO:teuthology.orchestra.run.smithi103.stdout: 5 217506 7.90 MB/sec execute 600 sec latency 189.512 ms 2023-11-16T12:12:39.431 INFO:teuthology.orchestra.run.smithi103.stdout: 5 cleanup 601 sec 2023-11-16T12:12:48.130 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:12:39 smithi103 ceph-mon[107764]: pgmap v264: 97 pgs: 97 active+clean; 357 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.3 MiB/s wr, 428 op/s 2023-11-16T12:12:48.131 INFO:teuthology.orchestra.run.smithi103.stdout: 2 cleanup 602 sec 2023-11-16T12:12:48.131 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 603 sec 2023-11-16T12:12:48.131 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:12:41 smithi103 ceph-mon[107764]: pgmap v265: 97 pgs: 97 active+clean; 357 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.9 MiB/s wr, 272 op/s 2023-11-16T12:12:48.132 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:12:41 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:12:48.132 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:12:39 smithi140 ceph-mon[110414]: pgmap v264: 97 pgs: 97 active+clean; 357 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.3 MiB/s wr, 428 op/s 2023-11-16T12:12:48.132 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:12:41 smithi140 ceph-mon[110414]: pgmap v265: 97 pgs: 97 active+clean; 357 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.9 MiB/s wr, 272 op/s 2023-11-16T12:12:48.132 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:12:41 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:12:48.132 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:12:43 smithi140 ceph-mon[110414]: pgmap v266: 97 pgs: 97 active+clean; 357 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.9 MiB/s wr, 272 op/s 2023-11-16T12:12:48.132 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:12:45 smithi140 ceph-mon[110414]: pgmap v267: 97 pgs: 97 active+clean; 271 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 3.5 MiB/s wr, 362 op/s 2023-11-16T12:12:48.132 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:12:47 smithi140 ceph-mon[110414]: pgmap v268: 97 pgs: 97 active+clean; 271 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.9 KiB/s rd, 2.3 MiB/s wr, 239 op/s 2023-11-16T12:12:48.133 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 604 sec 2023-11-16T12:12:48.133 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 605 sec 2023-11-16T12:12:48.133 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:12:43 smithi103 ceph-mon[107764]: pgmap v266: 97 pgs: 97 active+clean; 357 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.9 MiB/s wr, 272 op/s 2023-11-16T12:12:48.133 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 606 sec 2023-11-16T12:12:48.133 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 607 sec 2023-11-16T12:12:48.134 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:12:45 smithi103 ceph-mon[107764]: pgmap v267: 97 pgs: 97 active+clean; 271 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 3.5 MiB/s wr, 362 op/s 2023-11-16T12:12:48.137 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 608 sec 2023-11-16T12:12:48.166 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 609 sec 2023-11-16T12:12:48.166 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:12:47 smithi103 ceph-mon[107764]: pgmap v268: 97 pgs: 97 active+clean; 271 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 6.9 KiB/s rd, 2.3 MiB/s wr, 239 op/s 2023-11-16T12:12:48.432 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 610 sec 2023-11-16T12:12:49.431 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 611 sec 2023-11-16T12:12:49.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:12:49 smithi103 ceph-mon[107764]: pgmap v269: 97 pgs: 97 active+clean; 259 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 2.3 MiB/s wr, 245 op/s 2023-11-16T12:12:49.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:12:49 smithi140 ceph-mon[110414]: pgmap v269: 97 pgs: 97 active+clean; 259 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 2.3 MiB/s wr, 245 op/s 2023-11-16T12:12:50.431 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 612 sec 2023-11-16T12:12:51.433 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 613 sec 2023-11-16T12:12:51.679 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:12:51 smithi103 ceph-mon[107764]: pgmap v270: 97 pgs: 97 active+clean; 259 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 712 KiB/s wr, 96 op/s 2023-11-16T12:12:51.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:12:51 smithi140 ceph-mon[110414]: pgmap v270: 97 pgs: 97 active+clean; 259 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 712 KiB/s wr, 96 op/s 2023-11-16T12:12:52.432 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 614 sec 2023-11-16T12:12:53.432 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 615 sec 2023-11-16T12:12:53.679 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:12:53 smithi103 ceph-mon[107764]: pgmap v271: 97 pgs: 97 active+clean; 259 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 712 KiB/s wr, 96 op/s 2023-11-16T12:12:53.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:12:53 smithi140 ceph-mon[110414]: pgmap v271: 97 pgs: 97 active+clean; 259 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 712 KiB/s wr, 96 op/s 2023-11-16T12:12:54.432 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 616 sec 2023-11-16T12:12:55.432 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 617 sec 2023-11-16T12:12:55.679 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:12:55 smithi103 ceph-mon[107764]: pgmap v272: 97 pgs: 97 active+clean; 259 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 712 KiB/s wr, 96 op/s 2023-11-16T12:12:55.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:12:55 smithi140 ceph-mon[110414]: pgmap v272: 97 pgs: 97 active+clean; 259 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 712 KiB/s wr, 96 op/s 2023-11-16T12:12:56.432 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 618 sec 2023-11-16T12:12:56.679 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:12:56 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:12:56.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:12:56 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:12:57.432 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 619 sec 2023-11-16T12:12:57.679 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:12:57 smithi103 ceph-mon[107764]: pgmap v273: 97 pgs: 97 active+clean; 259 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 597 B/s rd, 6.1 KiB/s wr, 6 op/s 2023-11-16T12:12:57.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:12:57 smithi140 ceph-mon[110414]: pgmap v273: 97 pgs: 97 active+clean; 259 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 597 B/s rd, 6.1 KiB/s wr, 6 op/s 2023-11-16T12:12:58.432 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 620 sec 2023-11-16T12:12:59.432 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 621 sec 2023-11-16T12:12:59.679 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:12:59 smithi103 ceph-mon[107764]: pgmap v274: 97 pgs: 97 active+clean; 259 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 767 B/s rd, 6.1 KiB/s wr, 6 op/s 2023-11-16T12:12:59.738 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:12:59 smithi140 ceph-mon[110414]: pgmap v274: 97 pgs: 97 active+clean; 259 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 767 B/s rd, 6.1 KiB/s wr, 6 op/s 2023-11-16T12:13:00.432 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 622 sec 2023-11-16T12:13:01.432 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 623 sec 2023-11-16T12:13:01.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:13:01 smithi103 ceph-mon[107764]: pgmap v275: 97 pgs: 97 active+clean; 259 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-16T12:13:01.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:13:01 smithi140 ceph-mon[110414]: pgmap v275: 97 pgs: 97 active+clean; 259 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-16T12:13:02.432 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 624 sec 2023-11-16T12:13:03.432 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 625 sec 2023-11-16T12:13:03.679 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:13:03 smithi103 ceph-mon[107764]: pgmap v276: 97 pgs: 97 active+clean; 259 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-16T12:13:03.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:13:03 smithi140 ceph-mon[110414]: pgmap v276: 97 pgs: 97 active+clean; 259 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-16T12:13:04.432 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 626 sec 2023-11-16T12:13:05.432 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 627 sec 2023-11-16T12:13:05.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:13:05 smithi140 ceph-mon[110414]: pgmap v277: 97 pgs: 97 active+clean; 259 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-16T12:13:05.929 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:13:05 smithi103 ceph-mon[107764]: pgmap v277: 97 pgs: 97 active+clean; 259 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-16T12:13:06.432 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 628 sec 2023-11-16T12:13:07.432 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 629 sec 2023-11-16T12:13:07.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:13:07 smithi140 ceph-mon[110414]: pgmap v278: 97 pgs: 97 active+clean; 259 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:13:07.927 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:13:07 smithi103 ceph-mon[107764]: pgmap v278: 97 pgs: 97 active+clean; 259 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:13:08.432 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 630 sec 2023-11-16T12:13:09.432 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 631 sec 2023-11-16T12:13:09.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:13:09 smithi140 ceph-mon[110414]: pgmap v279: 97 pgs: 97 active+clean; 259 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T12:13:09.929 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:13:09 smithi103 ceph-mon[107764]: pgmap v279: 97 pgs: 97 active+clean; 259 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T12:13:10.433 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 632 sec 2023-11-16T12:13:11.432 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 633 sec 2023-11-16T12:13:11.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:13:11 smithi140 ceph-mon[110414]: pgmap v280: 97 pgs: 97 active+clean; 259 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:13:11.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:13:11 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:13:11.929 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:13:11 smithi103 ceph-mon[107764]: pgmap v280: 97 pgs: 97 active+clean; 259 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:13:11.929 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:13:11 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:13:12.432 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 634 sec 2023-11-16T12:13:13.432 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 635 sec 2023-11-16T12:13:13.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:13:13 smithi140 ceph-mon[110414]: pgmap v281: 97 pgs: 97 active+clean; 259 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:13:13.929 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:13:13 smithi103 ceph-mon[107764]: pgmap v281: 97 pgs: 97 active+clean; 259 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:13:14.432 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 636 sec 2023-11-16T12:13:15.432 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 637 sec 2023-11-16T12:13:15.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:13:15 smithi140 ceph-mon[110414]: pgmap v282: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 2.5 KiB/s wr, 0 op/s 2023-11-16T12:13:15.929 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:13:15 smithi103 ceph-mon[107764]: pgmap v282: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 2.5 KiB/s wr, 0 op/s 2023-11-16T12:13:16.432 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 638 sec 2023-11-16T12:13:17.433 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 639 sec 2023-11-16T12:13:17.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:13:17 smithi140 ceph-mon[110414]: pgmap v283: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 2.5 KiB/s wr, 0 op/s 2023-11-16T12:13:17.929 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:13:17 smithi103 ceph-mon[107764]: pgmap v283: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 2.5 KiB/s wr, 0 op/s 2023-11-16T12:13:18.432 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 640 sec 2023-11-16T12:13:19.433 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 641 sec 2023-11-16T12:13:19.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:13:19 smithi140 ceph-mon[110414]: pgmap v284: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 597 B/s rd, 3.6 KiB/s wr, 2 op/s 2023-11-16T12:13:19.929 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:13:19 smithi103 ceph-mon[107764]: pgmap v284: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 597 B/s rd, 3.6 KiB/s wr, 2 op/s 2023-11-16T12:13:20.432 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 642 sec 2023-11-16T12:13:21.433 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 643 sec 2023-11-16T12:13:21.929 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:13:21 smithi103 ceph-mon[107764]: pgmap v285: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 3.6 KiB/s wr, 2 op/s 2023-11-16T12:13:21.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:13:21 smithi140 ceph-mon[110414]: pgmap v285: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 3.6 KiB/s wr, 2 op/s 2023-11-16T12:13:22.433 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 644 sec 2023-11-16T12:13:23.433 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 645 sec 2023-11-16T12:13:23.929 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:13:23 smithi103 ceph-mon[107764]: pgmap v286: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 3.6 KiB/s wr, 2 op/s 2023-11-16T12:13:23.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:13:23 smithi140 ceph-mon[110414]: pgmap v286: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 3.6 KiB/s wr, 2 op/s 2023-11-16T12:13:24.433 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 646 sec 2023-11-16T12:13:25.433 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 647 sec 2023-11-16T12:13:25.929 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:13:25 smithi103 ceph-mon[107764]: pgmap v287: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 3.6 KiB/s wr, 2 op/s 2023-11-16T12:13:25.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:13:25 smithi140 ceph-mon[110414]: pgmap v287: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 3.6 KiB/s wr, 2 op/s 2023-11-16T12:13:26.433 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 648 sec 2023-11-16T12:13:26.929 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:13:26 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:13:26.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:13:26 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:13:27.433 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 649 sec 2023-11-16T12:13:27.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:13:27 smithi140 ceph-mon[110414]: pgmap v288: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.1 KiB/s wr, 1 op/s 2023-11-16T12:13:27.929 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:13:27 smithi103 ceph-mon[107764]: pgmap v288: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.1 KiB/s wr, 1 op/s 2023-11-16T12:13:28.433 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 650 sec 2023-11-16T12:13:29.433 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 651 sec 2023-11-16T12:13:29.929 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:13:29 smithi103 ceph-mon[107764]: pgmap v289: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 1.1 KiB/s wr, 1 op/s 2023-11-16T12:13:29.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:13:29 smithi140 ceph-mon[110414]: pgmap v289: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 1.1 KiB/s wr, 1 op/s 2023-11-16T12:13:30.433 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 652 sec 2023-11-16T12:13:31.433 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 653 sec 2023-11-16T12:13:31.929 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:13:31 smithi103 ceph-mon[107764]: pgmap v290: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:13:31.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:13:31 smithi140 ceph-mon[110414]: pgmap v290: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:13:32.433 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 654 sec 2023-11-16T12:13:33.433 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 655 sec 2023-11-16T12:13:33.929 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:13:33 smithi103 ceph-mon[107764]: pgmap v291: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:13:33.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:13:33 smithi140 ceph-mon[110414]: pgmap v291: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:13:34.433 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 656 sec 2023-11-16T12:13:35.433 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 657 sec 2023-11-16T12:13:35.929 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:13:35 smithi103 ceph-mon[107764]: pgmap v292: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:13:35.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:13:35 smithi140 ceph-mon[110414]: pgmap v292: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:13:36.433 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 658 sec 2023-11-16T12:13:37.433 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 659 sec 2023-11-16T12:13:37.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:13:37 smithi140 ceph-mon[110414]: pgmap v293: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:13:37.929 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:13:37 smithi103 ceph-mon[107764]: pgmap v293: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:13:38.433 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 660 sec 2023-11-16T12:13:39.433 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 661 sec 2023-11-16T12:13:39.929 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:13:39 smithi103 ceph-mon[107764]: pgmap v294: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T12:13:39.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:13:39 smithi140 ceph-mon[110414]: pgmap v294: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T12:13:40.433 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 662 sec 2023-11-16T12:13:41.433 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 663 sec 2023-11-16T12:13:41.929 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:13:41 smithi103 ceph-mon[107764]: pgmap v295: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:13:41.929 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:13:41 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:13:41.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:13:41 smithi140 ceph-mon[110414]: pgmap v295: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:13:41.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:13:41 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:13:42.433 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 664 sec 2023-11-16T12:13:43.433 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 665 sec 2023-11-16T12:13:43.929 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:13:43 smithi103 ceph-mon[107764]: pgmap v296: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:13:43.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:13:43 smithi140 ceph-mon[110414]: pgmap v296: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:13:44.433 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 666 sec 2023-11-16T12:13:45.433 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 667 sec 2023-11-16T12:13:45.929 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:13:45 smithi103 ceph-mon[107764]: pgmap v297: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:13:45.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:13:45 smithi140 ceph-mon[110414]: pgmap v297: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:13:46.433 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 668 sec 2023-11-16T12:13:47.433 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 669 sec 2023-11-16T12:13:47.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:13:47 smithi140 ceph-mon[110414]: pgmap v298: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:13:47.929 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:13:47 smithi103 ceph-mon[107764]: pgmap v298: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:13:48.434 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 670 sec 2023-11-16T12:13:49.433 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 671 sec 2023-11-16T12:13:49.929 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:13:49 smithi103 ceph-mon[107764]: pgmap v299: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T12:13:49.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:13:49 smithi140 ceph-mon[110414]: pgmap v299: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T12:13:50.433 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 672 sec 2023-11-16T12:13:51.434 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 673 sec 2023-11-16T12:13:51.929 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:13:51 smithi103 ceph-mon[107764]: pgmap v300: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:13:51.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:13:51 smithi140 ceph-mon[110414]: pgmap v300: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:13:52.433 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 674 sec 2023-11-16T12:13:53.434 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 675 sec 2023-11-16T12:13:53.929 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:13:53 smithi103 ceph-mon[107764]: pgmap v301: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:13:53.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:13:53 smithi140 ceph-mon[110414]: pgmap v301: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:13:54.433 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 676 sec 2023-11-16T12:13:55.434 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 677 sec 2023-11-16T12:13:55.929 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:13:55 smithi103 ceph-mon[107764]: pgmap v302: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:13:55.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:13:55 smithi140 ceph-mon[110414]: pgmap v302: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:13:56.433 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 678 sec 2023-11-16T12:13:56.929 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:13:56 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:13:56.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:13:56 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:13:57.434 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 679 sec 2023-11-16T12:13:57.929 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:13:57 smithi103 ceph-mon[107764]: pgmap v303: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:13:57.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:13:57 smithi140 ceph-mon[110414]: pgmap v303: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:13:58.434 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 680 sec 2023-11-16T12:13:59.434 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 681 sec 2023-11-16T12:13:59.929 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:13:59 smithi103 ceph-mon[107764]: pgmap v304: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T12:13:59.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:13:59 smithi140 ceph-mon[110414]: pgmap v304: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T12:14:00.434 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 682 sec 2023-11-16T12:14:01.434 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 683 sec 2023-11-16T12:14:01.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:14:01 smithi140 ceph-mon[110414]: pgmap v305: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:14:02.179 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:14:01 smithi103 ceph-mon[107764]: pgmap v305: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:14:02.434 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 684 sec 2023-11-16T12:14:03.434 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 685 sec 2023-11-16T12:14:03.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:14:03 smithi140 ceph-mon[110414]: pgmap v306: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:14:04.179 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:14:03 smithi103 ceph-mon[107764]: pgmap v306: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:14:04.434 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 686 sec 2023-11-16T12:14:05.434 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 687 sec 2023-11-16T12:14:05.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:14:05 smithi140 ceph-mon[110414]: pgmap v307: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:14:06.179 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:14:05 smithi103 ceph-mon[107764]: pgmap v307: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:14:06.434 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 688 sec 2023-11-16T12:14:07.434 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 689 sec 2023-11-16T12:14:07.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:14:07 smithi140 ceph-mon[110414]: pgmap v308: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:14:08.179 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:14:07 smithi103 ceph-mon[107764]: pgmap v308: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:14:08.434 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 690 sec 2023-11-16T12:14:09.434 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 691 sec 2023-11-16T12:14:09.991 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:14:09 smithi140 ceph-mon[110414]: pgmap v309: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T12:14:10.179 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:14:09 smithi103 ceph-mon[107764]: pgmap v309: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T12:14:10.434 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 692 sec 2023-11-16T12:14:11.435 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 693 sec 2023-11-16T12:14:11.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:14:11 smithi140 ceph-mon[110414]: pgmap v310: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:14:11.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:14:11 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:14:12.179 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:14:11 smithi103 ceph-mon[107764]: pgmap v310: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:14:12.179 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:14:11 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:14:12.434 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 694 sec 2023-11-16T12:14:13.434 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 695 sec 2023-11-16T12:14:13.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:14:13 smithi140 ceph-mon[110414]: pgmap v311: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:14:14.179 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:14:13 smithi103 ceph-mon[107764]: pgmap v311: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:14:14.434 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 696 sec 2023-11-16T12:14:15.399 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -e sha1=50bc6740f385afe4f36770e739358479a73d8add -- bash -c 'ceph orch ps' 2023-11-16T12:14:15.435 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 697 sec 2023-11-16T12:14:15.438 INFO:teuthology.orchestra.run.smithi103.stdout: 0 cleanup 697 sec 2023-11-16T12:14:15.438 INFO:teuthology.orchestra.run.smithi103.stdout: 2023-11-16T12:14:15.438 INFO:teuthology.orchestra.run.smithi103.stdout: Operation Count AvgLat MaxLat 2023-11-16T12:14:15.439 INFO:teuthology.orchestra.run.smithi103.stdout: ---------------------------------------- 2023-11-16T12:14:15.439 INFO:teuthology.orchestra.run.smithi103.stdout: NTCreateX 152286 6.984 232.041 2023-11-16T12:14:15.439 INFO:teuthology.orchestra.run.smithi103.stdout: Close 111804 0.126 19.680 2023-11-16T12:14:15.439 INFO:teuthology.orchestra.run.smithi103.stdout: Rename 6452 10.745 212.939 2023-11-16T12:14:15.439 INFO:teuthology.orchestra.run.smithi103.stdout: Unlink 30816 6.875 230.731 2023-11-16T12:14:15.439 INFO:teuthology.orchestra.run.smithi103.stdout: Qpathinfo 138023 2.784 118.510 2023-11-16T12:14:15.439 INFO:teuthology.orchestra.run.smithi103.stdout: Qfileinfo 24035 0.095 15.195 2023-11-16T12:14:15.439 INFO:teuthology.orchestra.run.smithi103.stdout: Qfsinfo 25334 1.511 47.555 2023-11-16T12:14:15.439 INFO:teuthology.orchestra.run.smithi103.stdout: Sfileinfo 12421 10.713 86.126 2023-11-16T12:14:15.439 INFO:teuthology.orchestra.run.smithi103.stdout: Find 53334 5.227 145.004 2023-11-16T12:14:15.439 INFO:teuthology.orchestra.run.smithi103.stdout: WriteX 75183 10.681 376.131 2023-11-16T12:14:15.439 INFO:teuthology.orchestra.run.smithi103.stdout: ReadX 238646 0.009 12.511 2023-11-16T12:14:15.439 INFO:teuthology.orchestra.run.smithi103.stdout: LockX 494 0.363 8.224 2023-11-16T12:14:15.440 INFO:teuthology.orchestra.run.smithi103.stdout: UnlockX 494 0.265 2.449 2023-11-16T12:14:15.440 INFO:teuthology.orchestra.run.smithi103.stdout: Flush 10678 0.002 0.015 2023-11-16T12:14:15.440 INFO:teuthology.orchestra.run.smithi103.stdout: 2023-11-16T12:14:15.440 INFO:teuthology.orchestra.run.smithi103.stdout:Throughput 7.9023 MB/sec 5 clients 5 procs max_latency=376.135 ms 2023-11-16T12:14:15.441 DEBUG:teuthology.orchestra.run.smithi103:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2023-11-16T12:14:15.540 DEBUG:teuthology.orchestra.run.smithi103:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2023-11-16T12:14:15.623 DEBUG:teuthology.orchestra.run.smithi103:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2023-11-16T12:14:15.691 INFO:teuthology.orchestra.run.smithi103.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-11-16T12:14:15.692 INFO:teuthology.orchestra.run.smithi103.stdout: 2023-11-16T12:14:15.693 INFO:teuthology.orchestra.run.smithi103.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2023-11-16T12:14:15.694 INFO:teuthology.orchestra.run.smithi103.stdout:3 of 5 processes prepared for launch 0 sec 2023-11-16T12:14:15.787 INFO:teuthology.orchestra.run.smithi103.stdout:5 of 5 processes prepared for launch 0 sec 2023-11-16T12:14:15.787 INFO:teuthology.orchestra.run.smithi103.stdout:releasing clients 2023-11-16T12:14:15.874 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:14:15 smithi103 ceph-mon[107764]: pgmap v312: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:14:15.875 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:14:15 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:14:15.875 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:14:15 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:14:15.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:14:15 smithi140 ceph-mon[110414]: pgmap v312: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:14:15.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:14:15 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:14:15.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:14:15 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:14:17.672 INFO:teuthology.orchestra.run.smithi103.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-16T12:14:17.672 INFO:teuthology.orchestra.run.smithi103.stdout:alertmanager.smithi103 smithi103 *:9093,9094 starting - - - - 2023-11-16T12:14:17.673 INFO:teuthology.orchestra.run.smithi103.stdout:crash.smithi103 smithi103 running (18m) 10m ago 18m 7008k - 17.2.0 e1d6a67b021e 62a9e4c3c3fe 2023-11-16T12:14:17.673 INFO:teuthology.orchestra.run.smithi103.stdout:crash.smithi140 smithi140 running (17m) 6m ago 17m 7159k - 17.2.0 e1d6a67b021e 013838b8dccc 2023-11-16T12:14:17.673 INFO:teuthology.orchestra.run.smithi103.stdout:grafana.smithi103 smithi103 *:3000 starting - - - - 2023-11-16T12:14:17.673 INFO:teuthology.orchestra.run.smithi103.stdout:mds.foofs.smithi103.ssgfis smithi103 running (14m) 10m ago 14m 37.5M - 17.2.0 e1d6a67b021e 6a0af07e429a 2023-11-16T12:14:17.673 INFO:teuthology.orchestra.run.smithi103.stdout:mds.foofs.smithi140.eneygm smithi140 running (13m) 6m ago 13m 14.4M - 17.2.0 e1d6a67b021e 7eebbdc15b03 2023-11-16T12:14:17.673 INFO:teuthology.orchestra.run.smithi103.stdout:mgr.smithi103.lplguk smithi103 *:9283 running (19m) 10m ago 19m 409M - 17.2.0 e1d6a67b021e ebd04f510a42 2023-11-16T12:14:17.673 INFO:teuthology.orchestra.run.smithi103.stdout:mgr.smithi140.xexnxk smithi140 *:8443,9283 running (10m) 6m ago 17m 512M - 18.0.0-7421-g50bc6740 1cfb7613cdb7 c624bae045f8 2023-11-16T12:14:17.673 INFO:teuthology.orchestra.run.smithi103.stdout:mon.smithi103 smithi103 running (19m) 10m ago 19m 107M 2048M 17.2.0 e1d6a67b021e afc3bdc1747b 2023-11-16T12:14:17.673 INFO:teuthology.orchestra.run.smithi103.stdout:mon.smithi140 smithi140 running (17m) 6m ago 17m 69.3M 2048M 17.2.0 e1d6a67b021e a0f4972da00f 2023-11-16T12:14:17.673 INFO:teuthology.orchestra.run.smithi103.stdout:nfs.foo.0.0.smithi103.kawwcr smithi103 *:2049 running (13m) 10m ago 13m 268M - 4.0 e1d6a67b021e 6b71f043d740 2023-11-16T12:14:17.673 INFO:teuthology.orchestra.run.smithi103.stdout:nfs.foo.1.0.smithi140.guwogn smithi140 *:2049 running (13m) 6m ago 13m 92.5M - 4.0 e1d6a67b021e 611de993975d 2023-11-16T12:14:17.673 INFO:teuthology.orchestra.run.smithi103.stdout:node-exporter.smithi103 smithi103 *:9100 starting - - - - 2023-11-16T12:14:17.673 INFO:teuthology.orchestra.run.smithi103.stdout:node-exporter.smithi140 smithi140 *:9100 running (9m) 6m ago 17m 20.6M - 1.3.1 1dbe0e931976 147c78cab377 2023-11-16T12:14:17.674 INFO:teuthology.orchestra.run.smithi103.stdout:osd.0 smithi103 running (16m) 10m ago 16m 1117M 1944M 17.2.0 e1d6a67b021e 16ed2887ad4f 2023-11-16T12:14:17.674 INFO:teuthology.orchestra.run.smithi103.stdout:osd.1 smithi103 running (16m) 10m ago 16m 895M 1944M 17.2.0 e1d6a67b021e 541477e0006b 2023-11-16T12:14:17.674 INFO:teuthology.orchestra.run.smithi103.stdout:osd.2 smithi103 running (16m) 10m ago 16m 620M 1944M 17.2.0 e1d6a67b021e 51e58b8bf69d 2023-11-16T12:14:17.674 INFO:teuthology.orchestra.run.smithi103.stdout:osd.3 smithi103 running (16m) 10m ago 16m 956M 1944M 17.2.0 e1d6a67b021e 562e405eb3b5 2023-11-16T12:14:17.674 INFO:teuthology.orchestra.run.smithi103.stdout:osd.4 smithi140 running (15m) 6m ago 15m 1682M 2712M 17.2.0 e1d6a67b021e 60d4e21e3f89 2023-11-16T12:14:17.674 INFO:teuthology.orchestra.run.smithi103.stdout:osd.5 smithi140 running (15m) 6m ago 15m 2339M 2712M 17.2.0 e1d6a67b021e 2b97bd6df881 2023-11-16T12:14:17.674 INFO:teuthology.orchestra.run.smithi103.stdout:osd.6 smithi140 running (15m) 6m ago 15m 1853M 2712M 17.2.0 e1d6a67b021e 79828d9e15a3 2023-11-16T12:14:17.674 INFO:teuthology.orchestra.run.smithi103.stdout:osd.7 smithi140 running (14m) 6m ago 14m 2471M 2712M 17.2.0 e1d6a67b021e e93e8f95e9b7 2023-11-16T12:14:17.674 INFO:teuthology.orchestra.run.smithi103.stdout:prometheus.smithi103 smithi103 *:9095 starting - - - - 2023-11-16T12:14:17.736 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:14:17 smithi103 ceph-mon[107764]: pgmap v313: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:14:17.789 INFO:teuthology.orchestra.run.smithi103.stdout: 5 308 20.28 MB/sec execute 1 sec latency 137.424 ms 2023-11-16T12:14:18.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:14:17 smithi140 ceph-mon[110414]: pgmap v313: 97 pgs: 97 active+clean; 257 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:14:18.280 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -e sha1=50bc6740f385afe4f36770e739358479a73d8add -- bash -c 'ceph versions' 2023-11-16T12:14:18.789 INFO:teuthology.orchestra.run.smithi103.stdout: 5 449 21.39 MB/sec execute 2 sec latency 125.867 ms 2023-11-16T12:14:19.005 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:14:18 smithi103 ceph-mon[107764]: from='client.24635 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:14:19.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:14:18 smithi140 ceph-mon[110414]: from='client.24635 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:14:19.789 INFO:teuthology.orchestra.run.smithi103.stdout: 5 629 22.35 MB/sec execute 3 sec latency 118.095 ms 2023-11-16T12:14:19.794 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:14:19 smithi103 ceph-mon[107764]: pgmap v314: 97 pgs: 97 active+clean; 299 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.9 MiB/s wr, 46 op/s 2023-11-16T12:14:20.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:14:19 smithi140 ceph-mon[110414]: pgmap v314: 97 pgs: 97 active+clean; 299 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.9 MiB/s wr, 46 op/s 2023-11-16T12:14:20.708 INFO:teuthology.orchestra.run.smithi103.stdout:{ 2023-11-16T12:14:20.708 INFO:teuthology.orchestra.run.smithi103.stdout: "mon": { 2023-11-16T12:14:20.708 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T12:14:20.708 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:14:20.708 INFO:teuthology.orchestra.run.smithi103.stdout: "mgr": { 2023-11-16T12:14:20.709 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-16T12:14:20.709 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 18.0.0-7421-g50bc6740 (50bc6740f385afe4f36770e739358479a73d8add) reef (dev)": 1 2023-11-16T12:14:20.709 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:14:20.709 INFO:teuthology.orchestra.run.smithi103.stdout: "osd": { 2023-11-16T12:14:20.709 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-16T12:14:20.709 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:14:20.709 INFO:teuthology.orchestra.run.smithi103.stdout: "mds": { 2023-11-16T12:14:20.709 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T12:14:20.709 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:14:20.709 INFO:teuthology.orchestra.run.smithi103.stdout: "overall": { 2023-11-16T12:14:20.709 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-16T12:14:20.709 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 18.0.0-7421-g50bc6740 (50bc6740f385afe4f36770e739358479a73d8add) reef (dev)": 1 2023-11-16T12:14:20.709 INFO:teuthology.orchestra.run.smithi103.stdout: } 2023-11-16T12:14:20.710 INFO:teuthology.orchestra.run.smithi103.stdout:} 2023-11-16T12:14:20.789 INFO:teuthology.orchestra.run.smithi103.stdout: 5 834 17.83 MB/sec execute 4 sec latency 110.599 ms 2023-11-16T12:14:21.530 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -e sha1=50bc6740f385afe4f36770e739358479a73d8add -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-11-16T12:14:21.568 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:14:21 smithi103 ceph-mon[107764]: pgmap v315: 97 pgs: 97 active+clean; 299 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 3.9 MiB/s wr, 46 op/s 2023-11-16T12:14:21.568 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:14:21 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/384952208' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T12:14:21.568 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:14:21 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:14:21.568 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:14:21 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:14:21.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:14:21 smithi140 ceph-mon[110414]: pgmap v315: 97 pgs: 97 active+clean; 299 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 3.9 MiB/s wr, 46 op/s 2023-11-16T12:14:21.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:14:21 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/384952208' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T12:14:21.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:14:21 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:14:21.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:14:21 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:14:21.789 INFO:teuthology.orchestra.run.smithi103.stdout: 5 cleanup 5 sec 2023-11-16T12:14:22.376 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:14:22 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T12:14:22.376 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:14:22 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T12:14:22.376 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:14:22 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:14:22.376 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:14:22 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:14:22.377 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:14:22 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T12:14:22.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:14:22 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T12:14:22.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:14:22 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T12:14:22.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:14:22 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:14:22.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:14:22 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:14:22.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:14:22 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T12:14:22.791 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 6 sec 2023-11-16T12:14:23.679 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:14:23 smithi103 ceph-mon[107764]: pgmap v316: 97 pgs: 97 active+clean; 299 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 177 B/s rd, 4.0 MiB/s wr, 48 op/s 2023-11-16T12:14:23.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:14:23 smithi103 ceph-mon[107764]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-11-16T12:14:23.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:14:23 smithi140 ceph-mon[110414]: pgmap v316: 97 pgs: 97 active+clean; 299 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 177 B/s rd, 4.0 MiB/s wr, 48 op/s 2023-11-16T12:14:23.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:14:23 smithi140 ceph-mon[110414]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-11-16T12:14:23.790 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 7 sec 2023-11-16T12:14:24.789 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 8 sec 2023-11-16T12:14:25.679 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:14:25 smithi103 ceph-mon[107764]: pgmap v317: 97 pgs: 97 active+clean; 352 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 708 B/s rd, 10 MiB/s wr, 209 op/s 2023-11-16T12:14:25.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:14:25 smithi140 ceph-mon[110414]: pgmap v317: 97 pgs: 97 active+clean; 352 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 708 B/s rd, 10 MiB/s wr, 209 op/s 2023-11-16T12:14:25.789 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 9 sec 2023-11-16T12:14:26.791 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 10 sec 2023-11-16T12:14:27.681 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:14:27 smithi103 ceph-mon[107764]: pgmap v318: 97 pgs: 97 active+clean; 352 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 708 B/s rd, 10 MiB/s wr, 209 op/s 2023-11-16T12:14:27.681 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:14:27 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:14:27.681 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:14:27 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:14:27.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:14:27 smithi140 ceph-mon[110414]: pgmap v318: 97 pgs: 97 active+clean; 352 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 708 B/s rd, 10 MiB/s wr, 209 op/s 2023-11-16T12:14:27.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:14:27 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:14:27.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:14:27 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:14:27.789 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 11 sec 2023-11-16T12:14:28.789 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 12 sec 2023-11-16T12:14:29.679 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:14:29 smithi103 ceph-mon[107764]: pgmap v319: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 10 MiB/s wr, 236 op/s 2023-11-16T12:14:29.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:14:29 smithi140 ceph-mon[110414]: pgmap v319: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 10 MiB/s wr, 236 op/s 2023-11-16T12:14:29.790 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 13 sec 2023-11-16T12:14:30.789 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 14 sec 2023-11-16T12:14:31.679 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:14:31 smithi103 ceph-mon[107764]: pgmap v320: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 6.0 MiB/s wr, 187 op/s 2023-11-16T12:14:31.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:14:31 smithi140 ceph-mon[110414]: pgmap v320: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 6.0 MiB/s wr, 187 op/s 2023-11-16T12:14:31.789 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 15 sec 2023-11-16T12:14:32.790 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 16 sec 2023-11-16T12:14:33.679 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:14:33 smithi103 ceph-mon[107764]: pgmap v321: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 6.0 MiB/s wr, 187 op/s 2023-11-16T12:14:33.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:14:33 smithi140 ceph-mon[110414]: pgmap v321: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 6.0 MiB/s wr, 187 op/s 2023-11-16T12:14:33.790 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 17 sec 2023-11-16T12:14:34.790 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 18 sec 2023-11-16T12:14:35.679 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:14:35 smithi103 ceph-mon[107764]: pgmap v322: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.6 KiB/s rd, 5.8 MiB/s wr, 182 op/s 2023-11-16T12:14:35.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:14:35 smithi140 ceph-mon[110414]: pgmap v322: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.6 KiB/s rd, 5.8 MiB/s wr, 182 op/s 2023-11-16T12:14:35.790 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 19 sec 2023-11-16T12:14:36.790 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 20 sec 2023-11-16T12:14:37.679 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:14:37 smithi103 ceph-mon[107764]: pgmap v323: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.1 KiB/s rd, 27 KiB/s wr, 27 op/s 2023-11-16T12:14:37.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:14:37 smithi140 ceph-mon[110414]: pgmap v323: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.1 KiB/s rd, 27 KiB/s wr, 27 op/s 2023-11-16T12:14:37.790 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 21 sec 2023-11-16T12:14:38.790 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 22 sec 2023-11-16T12:14:39.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:14:39 smithi103 ceph-mon[107764]: pgmap v324: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 27 KiB/s wr, 27 op/s 2023-11-16T12:14:39.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:14:39 smithi140 ceph-mon[110414]: pgmap v324: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 27 KiB/s wr, 27 op/s 2023-11-16T12:14:39.790 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 23 sec 2023-11-16T12:14:40.790 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 24 sec 2023-11-16T12:14:41.682 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:14:41 smithi103 ceph-mon[107764]: pgmap v325: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.8 KiB/s wr, 1 op/s 2023-11-16T12:14:41.682 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:14:41 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:14:41.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:14:41 smithi140 ceph-mon[110414]: pgmap v325: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.8 KiB/s wr, 1 op/s 2023-11-16T12:14:41.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:14:41 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:14:41.790 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 25 sec 2023-11-16T12:14:42.790 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 26 sec 2023-11-16T12:14:43.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:14:43 smithi103 ceph-mon[107764]: pgmap v326: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.8 KiB/s wr, 1 op/s 2023-11-16T12:14:43.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:14:43 smithi140 ceph-mon[110414]: pgmap v326: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.8 KiB/s wr, 1 op/s 2023-11-16T12:14:43.791 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 27 sec 2023-11-16T12:14:44.790 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 28 sec 2023-11-16T12:14:45.679 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:14:45 smithi103 ceph-mon[107764]: pgmap v327: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.2 KiB/s wr, 1 op/s 2023-11-16T12:14:45.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:14:45 smithi140 ceph-mon[110414]: pgmap v327: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 2.2 KiB/s wr, 1 op/s 2023-11-16T12:14:45.790 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 29 sec 2023-11-16T12:14:46.790 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 30 sec 2023-11-16T12:14:47.679 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:14:47 smithi103 ceph-mon[107764]: pgmap v328: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-11-16T12:14:47.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:14:47 smithi140 ceph-mon[110414]: pgmap v328: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-11-16T12:14:47.790 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 31 sec 2023-11-16T12:14:48.790 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 32 sec 2023-11-16T12:14:49.679 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:14:49 smithi103 ceph-mon[107764]: pgmap v329: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2023-11-16T12:14:49.738 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:14:49 smithi140 ceph-mon[110414]: pgmap v329: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2023-11-16T12:14:49.790 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 33 sec 2023-11-16T12:14:50.790 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 34 sec 2023-11-16T12:14:51.683 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:14:51 smithi103 ceph-mon[107764]: pgmap v330: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-11-16T12:14:51.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:14:51 smithi140 ceph-mon[110414]: pgmap v330: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-11-16T12:14:51.791 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 35 sec 2023-11-16T12:14:52.791 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 36 sec 2023-11-16T12:14:53.679 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:14:53 smithi103 ceph-mon[107764]: pgmap v331: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-11-16T12:14:53.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:14:53 smithi140 ceph-mon[110414]: pgmap v331: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-11-16T12:14:53.790 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 37 sec 2023-11-16T12:14:54.790 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 38 sec 2023-11-16T12:14:55.685 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:14:55 smithi103 ceph-mon[107764]: pgmap v332: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-11-16T12:14:55.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:14:55 smithi140 ceph-mon[110414]: pgmap v332: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-11-16T12:14:55.828 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 39 sec 2023-11-16T12:14:56.679 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:14:56 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:14:56.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:14:56 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:14:56.791 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 40 sec 2023-11-16T12:14:57.679 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:14:57 smithi103 ceph-mon[107764]: pgmap v333: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:14:57.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:14:57 smithi140 ceph-mon[110414]: pgmap v333: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:14:57.791 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 41 sec 2023-11-16T12:14:58.791 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 42 sec 2023-11-16T12:14:59.679 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:14:59 smithi103 ceph-mon[107764]: pgmap v334: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T12:14:59.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:14:59 smithi140 ceph-mon[110414]: pgmap v334: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T12:14:59.790 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 43 sec 2023-11-16T12:15:00.791 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 44 sec 2023-11-16T12:15:01.658 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:15:01 smithi140 ceph-mon[110414]: pgmap v335: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:15:01.679 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:15:01 smithi103 ceph-mon[107764]: pgmap v335: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:15:01.791 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 45 sec 2023-11-16T12:15:02.791 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 46 sec 2023-11-16T12:15:03.679 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:15:03 smithi103 ceph-mon[107764]: pgmap v336: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:15:03.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:15:03 smithi140 ceph-mon[110414]: pgmap v336: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:15:03.791 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 47 sec 2023-11-16T12:15:04.791 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 48 sec 2023-11-16T12:15:05.679 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:15:05 smithi103 ceph-mon[107764]: pgmap v337: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:15:05.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:15:05 smithi140 ceph-mon[110414]: pgmap v337: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:15:05.791 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 49 sec 2023-11-16T12:15:06.791 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 50 sec 2023-11-16T12:15:07.679 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:15:07 smithi103 ceph-mon[107764]: pgmap v338: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:15:07.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:15:07 smithi140 ceph-mon[110414]: pgmap v338: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:15:07.791 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 51 sec 2023-11-16T12:15:08.791 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 52 sec 2023-11-16T12:15:09.679 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:15:09 smithi103 ceph-mon[107764]: pgmap v339: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T12:15:09.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:15:09 smithi140 ceph-mon[110414]: pgmap v339: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T12:15:09.791 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 53 sec 2023-11-16T12:15:10.791 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 54 sec 2023-11-16T12:15:19.161 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:15:11 smithi103 ceph-mon[107764]: pgmap v340: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:15:19.161 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:15:11 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:15:19.162 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:15:11 smithi140 ceph-mon[110414]: pgmap v340: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:15:19.162 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:15:11 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:15:19.175 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:15:13 smithi140 ceph-mon[110414]: pgmap v341: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:15:19.175 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:15:15 smithi140 ceph-mon[110414]: pgmap v342: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:15:19.175 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:15:17 smithi140 ceph-mon[110414]: pgmap v343: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:15:19.176 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 55 sec 2023-11-16T12:15:19.176 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 56 sec 2023-11-16T12:15:19.176 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 57 sec 2023-11-16T12:15:19.176 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:15:13 smithi103 ceph-mon[107764]: pgmap v341: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:15:19.177 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 58 sec 2023-11-16T12:15:19.177 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 59 sec 2023-11-16T12:15:19.177 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:15:15 smithi103 ceph-mon[107764]: pgmap v342: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:15:19.177 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 60 sec 2023-11-16T12:15:19.177 INFO:teuthology.orchestra.run.smithi103.stdout: 1 cleanup 61 sec 2023-11-16T12:15:19.178 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:15:17 smithi103 ceph-mon[107764]: pgmap v343: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:15:19.179 INFO:teuthology.orchestra.run.smithi103.stdout: 0 cleanup 62 sec 2023-11-16T12:15:19.179 INFO:teuthology.orchestra.run.smithi103.stdout: 2023-11-16T12:15:19.179 INFO:teuthology.orchestra.run.smithi103.stdout: Operation Count AvgLat MaxLat 2023-11-16T12:15:19.179 INFO:teuthology.orchestra.run.smithi103.stdout: ---------------------------------------- 2023-11-16T12:15:19.179 INFO:teuthology.orchestra.run.smithi103.stdout: NTCreateX 652 16.729 137.421 2023-11-16T12:15:19.179 INFO:teuthology.orchestra.run.smithi103.stdout: Close 604 6.556 37.640 2023-11-16T12:15:19.179 INFO:teuthology.orchestra.run.smithi103.stdout: Rename 25 19.188 113.192 2023-11-16T12:15:19.180 INFO:teuthology.orchestra.run.smithi103.stdout: Unlink 58 6.608 70.915 2023-11-16T12:15:19.180 INFO:teuthology.orchestra.run.smithi103.stdout: Qpathinfo 244 4.606 71.412 2023-11-16T12:15:19.180 INFO:teuthology.orchestra.run.smithi103.stdout: Qfileinfo 338 11.476 29.652 2023-11-16T12:15:19.180 INFO:teuthology.orchestra.run.smithi103.stdout: Qfsinfo 124 2.743 24.409 2023-11-16T12:15:19.180 INFO:teuthology.orchestra.run.smithi103.stdout: Sfileinfo 102 12.588 47.330 2023-11-16T12:15:19.180 INFO:teuthology.orchestra.run.smithi103.stdout: Find 156 8.927 101.705 2023-11-16T12:15:19.180 INFO:teuthology.orchestra.run.smithi103.stdout: WriteX 1670 0.025 0.089 2023-11-16T12:15:19.180 INFO:teuthology.orchestra.run.smithi103.stdout: ReadX 542 0.024 3.192 2023-11-16T12:15:19.180 INFO:teuthology.orchestra.run.smithi103.stdout: Flush 120 10.832 28.485 2023-11-16T12:15:19.180 INFO:teuthology.orchestra.run.smithi103.stdout: 2023-11-16T12:15:19.180 INFO:teuthology.orchestra.run.smithi103.stdout:Throughput 17.8272 MB/sec 5 clients 5 procs max_latency=137.424 ms 2023-11-16T12:15:19.181 DEBUG:teuthology.parallel:result is None 2023-11-16T12:15:19.202 INFO:teuthology.orchestra.run.smithi103.stdout:wait for servicemap items w/ changing names to refresh 2023-11-16T12:15:19.203 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -e sha1=50bc6740f385afe4f36770e739358479a73d8add -- bash -c 'sleep 60' 2023-11-16T12:15:19.647 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:15:19 smithi103 ceph-mon[107764]: pgmap v344: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T12:15:19.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:15:19 smithi140 ceph-mon[110414]: pgmap v344: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T12:15:21.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:15:21 smithi140 ceph-mon[110414]: pgmap v345: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:15:21.929 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:15:21 smithi103 ceph-mon[107764]: pgmap v345: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:15:23.179 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:15:22 smithi103 ceph-mon[107764]: pgmap v346: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:15:23.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:15:22 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:15:23.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:15:22 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:15:23.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:15:22 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T12:15:23.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:15:22 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T12:15:23.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:15:22 smithi103 ceph-mon[107764]: pgmap v347: 97 pgs: 97 active+clean; 256 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 194 B/s rd, 7.2 KiB/s wr, 1 op/s 2023-11-16T12:15:23.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:15:22 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:15:23.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:15:22 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:15:23.180 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:15:22 smithi103 ceph-mon[107764]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-11-16T12:15:23.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:15:22 smithi140 ceph-mon[110414]: pgmap v346: 97 pgs: 97 active+clean; 258 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:15:23.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:15:22 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:15:23.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:15:22 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:15:23.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:15:22 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T12:15:23.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:15:22 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T12:15:23.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:15:22 smithi140 ceph-mon[110414]: pgmap v347: 97 pgs: 97 active+clean; 256 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 194 B/s rd, 7.2 KiB/s wr, 1 op/s 2023-11-16T12:15:23.236 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:15:22 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:15:23.237 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:15:22 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:15:23.237 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:15:22 smithi140 ceph-mon[110414]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-11-16T12:15:25.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:15:25 smithi103 ceph-mon[107764]: pgmap v348: 97 pgs: 97 active+clean; 256 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 388 B/s rd, 7.4 KiB/s wr, 2 op/s 2023-11-16T12:15:25.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:15:25 smithi140 ceph-mon[110414]: pgmap v348: 97 pgs: 97 active+clean; 256 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 388 B/s rd, 7.4 KiB/s wr, 2 op/s 2023-11-16T12:15:27.682 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:15:27 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:15:27.683 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:15:27 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:15:27.683 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:15:27 smithi103 ceph-mon[107764]: pgmap v349: 97 pgs: 97 active+clean; 256 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 388 B/s rd, 7.4 KiB/s wr, 2 op/s 2023-11-16T12:15:27.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:15:27 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:15:27.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:15:27 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:15:27.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:15:27 smithi140 ceph-mon[110414]: pgmap v349: 97 pgs: 97 active+clean; 256 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 388 B/s rd, 7.4 KiB/s wr, 2 op/s 2023-11-16T12:15:29.679 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:15:29 smithi103 ceph-mon[107764]: pgmap v350: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 583 B/s rd, 9.1 KiB/s wr, 4 op/s 2023-11-16T12:15:29.738 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:15:29 smithi140 ceph-mon[110414]: pgmap v350: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 583 B/s rd, 9.1 KiB/s wr, 4 op/s 2023-11-16T12:15:31.679 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:15:31 smithi103 ceph-mon[107764]: pgmap v351: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 583 B/s rd, 9.1 KiB/s wr, 4 op/s 2023-11-16T12:15:31.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:15:31 smithi140 ceph-mon[110414]: pgmap v351: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 583 B/s rd, 9.1 KiB/s wr, 4 op/s 2023-11-16T12:15:33.679 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:15:33 smithi103 ceph-mon[107764]: pgmap v352: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 583 B/s rd, 9.1 KiB/s wr, 4 op/s 2023-11-16T12:15:33.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:15:33 smithi140 ceph-mon[110414]: pgmap v352: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 583 B/s rd, 9.1 KiB/s wr, 4 op/s 2023-11-16T12:15:35.682 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:15:35 smithi103 ceph-mon[107764]: pgmap v353: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 1.7 KiB/s wr, 2 op/s 2023-11-16T12:15:35.738 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:15:35 smithi140 ceph-mon[110414]: pgmap v353: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 1.7 KiB/s wr, 2 op/s 2023-11-16T12:15:37.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:15:37 smithi103 ceph-mon[107764]: pgmap v354: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.5 KiB/s wr, 1 op/s 2023-11-16T12:15:37.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:15:37 smithi140 ceph-mon[110414]: pgmap v354: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.5 KiB/s wr, 1 op/s 2023-11-16T12:15:39.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:15:39 smithi103 ceph-mon[107764]: pgmap v355: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 1.5 KiB/s wr, 2 op/s 2023-11-16T12:15:39.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:15:39 smithi140 ceph-mon[110414]: pgmap v355: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 1.5 KiB/s wr, 2 op/s 2023-11-16T12:15:41.679 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:15:41 smithi103 ceph-mon[107764]: pgmap v356: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:15:41.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:15:41 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:15:41.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:15:41 smithi140 ceph-mon[110414]: pgmap v356: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:15:41.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:15:41 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:15:43.679 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:15:43 smithi103 ceph-mon[107764]: pgmap v357: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:15:43.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:15:43 smithi140 ceph-mon[110414]: pgmap v357: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:15:45.679 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:15:45 smithi103 ceph-mon[107764]: pgmap v358: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:15:45.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:15:45 smithi140 ceph-mon[110414]: pgmap v358: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:15:47.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:15:47 smithi103 ceph-mon[107764]: pgmap v359: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:15:47.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:15:47 smithi140 ceph-mon[110414]: pgmap v359: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:15:49.679 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:15:49 smithi103 ceph-mon[107764]: pgmap v360: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T12:15:49.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:15:49 smithi140 ceph-mon[110414]: pgmap v360: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T12:15:51.679 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:15:51 smithi103 ceph-mon[107764]: pgmap v361: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:15:51.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:15:51 smithi140 ceph-mon[110414]: pgmap v361: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:15:53.679 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:15:53 smithi103 ceph-mon[107764]: pgmap v362: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:15:53.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:15:53 smithi140 ceph-mon[110414]: pgmap v362: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:15:55.679 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:15:55 smithi103 ceph-mon[107764]: pgmap v363: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:15:55.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:15:55 smithi140 ceph-mon[110414]: pgmap v363: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:15:56.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:15:56 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:15:56.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:15:56 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:15:57.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:15:57 smithi103 ceph-mon[107764]: pgmap v364: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:15:57.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:15:57 smithi140 ceph-mon[110414]: pgmap v364: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:15:59.679 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:15:59 smithi103 ceph-mon[107764]: pgmap v365: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T12:15:59.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:15:59 smithi140 ceph-mon[110414]: pgmap v365: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T12:16:01.679 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:16:01 smithi103 ceph-mon[107764]: pgmap v366: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:16:01.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:16:01 smithi140 ceph-mon[110414]: pgmap v366: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:16:03.679 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:16:03 smithi103 ceph-mon[107764]: pgmap v367: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:16:03.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:16:03 smithi140 ceph-mon[110414]: pgmap v367: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:16:05.679 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:16:05 smithi103 ceph-mon[107764]: pgmap v368: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:16:05.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:16:05 smithi140 ceph-mon[110414]: pgmap v368: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:16:07.679 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:16:07 smithi103 ceph-mon[107764]: pgmap v369: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:16:07.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:16:07 smithi140 ceph-mon[110414]: pgmap v369: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:16:09.679 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:16:09 smithi103 ceph-mon[107764]: pgmap v370: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T12:16:09.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:16:09 smithi140 ceph-mon[110414]: pgmap v370: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T12:16:11.679 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:16:11 smithi103 ceph-mon[107764]: pgmap v371: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:16:11.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:16:11 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:16:11.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:16:11 smithi140 ceph-mon[110414]: pgmap v371: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:16:11.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:16:11 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:16:13.680 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:16:13 smithi103 ceph-mon[107764]: pgmap v372: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:16:13.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:16:13 smithi140 ceph-mon[110414]: pgmap v372: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:16:15.679 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:16:15 smithi103 ceph-mon[107764]: pgmap v373: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:16:15.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:16:15 smithi140 ceph-mon[110414]: pgmap v373: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:16:17.682 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:16:17 smithi103 ceph-mon[107764]: pgmap v374: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:16:17.739 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:16:17 smithi140 ceph-mon[110414]: pgmap v374: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:16:19.679 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:16:19 smithi103 ceph-mon[107764]: pgmap v375: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T12:16:19.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:16:19 smithi140 ceph-mon[110414]: pgmap v375: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T12:16:20.964 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -e sha1=50bc6740f385afe4f36770e739358479a73d8add -- bash -c 'ceph orch ps' 2023-11-16T12:16:21.628 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:16:21 smithi103 ceph-mon[107764]: pgmap v376: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:16:21.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:16:21 smithi140 ceph-mon[110414]: pgmap v376: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:16:22.314 INFO:teuthology.orchestra.run.smithi103.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-16T12:16:22.314 INFO:teuthology.orchestra.run.smithi103.stdout:alertmanager.smithi103 smithi103 *:9093,9094 running (12m) 60s ago 20m 24.6M - 0.23.0 ba2b418f427c 9f77785c9c94 2023-11-16T12:16:22.315 INFO:teuthology.orchestra.run.smithi103.stdout:crash.smithi103 smithi103 running (20m) 60s ago 20m 7000k - 17.2.0 e1d6a67b021e 62a9e4c3c3fe 2023-11-16T12:16:22.315 INFO:teuthology.orchestra.run.smithi103.stdout:crash.smithi140 smithi140 running (19m) 8m ago 19m 7159k - 17.2.0 e1d6a67b021e 013838b8dccc 2023-11-16T12:16:22.315 INFO:teuthology.orchestra.run.smithi103.stdout:grafana.smithi103 smithi103 *:3000 running (11m) 60s ago 19m 59.2M - 8.3.5 dad864ee21e9 5db49ddbbbe4 2023-11-16T12:16:22.315 INFO:teuthology.orchestra.run.smithi103.stdout:mds.foofs.smithi103.ssgfis smithi103 running (16m) 60s ago 16m 38.8M - 17.2.0 e1d6a67b021e 6a0af07e429a 2023-11-16T12:16:22.315 INFO:teuthology.orchestra.run.smithi103.stdout:mds.foofs.smithi140.eneygm smithi140 running (16m) 8m ago 16m 14.4M - 17.2.0 e1d6a67b021e 7eebbdc15b03 2023-11-16T12:16:22.315 INFO:teuthology.orchestra.run.smithi103.stdout:mgr.smithi103.lplguk smithi103 *:8443,9283,8765 running (21m) 60s ago 21m 432M - 17.2.0 e1d6a67b021e ebd04f510a42 2023-11-16T12:16:22.316 INFO:teuthology.orchestra.run.smithi103.stdout:mgr.smithi140.xexnxk smithi140 *:8443,9283 running (12m) 8m ago 19m 512M - 18.0.0-7421-g50bc6740 1cfb7613cdb7 c624bae045f8 2023-11-16T12:16:22.316 INFO:teuthology.orchestra.run.smithi103.stdout:mon.smithi103 smithi103 running (21m) 60s ago 21m 173M 2048M 17.2.0 e1d6a67b021e afc3bdc1747b 2023-11-16T12:16:22.316 INFO:teuthology.orchestra.run.smithi103.stdout:mon.smithi140 smithi140 running (19m) 8m ago 19m 69.3M 2048M 17.2.0 e1d6a67b021e a0f4972da00f 2023-11-16T12:16:22.316 INFO:teuthology.orchestra.run.smithi103.stdout:nfs.foo.0.0.smithi103.kawwcr smithi103 *:2049 running (15m) 60s ago 15m 362M - 4.0 e1d6a67b021e 6b71f043d740 2023-11-16T12:16:22.317 INFO:teuthology.orchestra.run.smithi103.stdout:nfs.foo.1.0.smithi140.guwogn smithi140 *:2049 running (15m) 8m ago 15m 92.5M - 4.0 e1d6a67b021e 611de993975d 2023-11-16T12:16:22.317 INFO:teuthology.orchestra.run.smithi103.stdout:node-exporter.smithi103 smithi103 *:9100 running (11m) 60s ago 19m 27.7M - 1.3.1 1dbe0e931976 6e4d28f73205 2023-11-16T12:16:22.317 INFO:teuthology.orchestra.run.smithi103.stdout:node-exporter.smithi140 smithi140 *:9100 running (11m) 8m ago 19m 20.6M - 1.3.1 1dbe0e931976 147c78cab377 2023-11-16T12:16:22.317 INFO:teuthology.orchestra.run.smithi103.stdout:osd.0 smithi103 running (19m) 60s ago 19m 2750M 1944M 17.2.0 e1d6a67b021e 16ed2887ad4f 2023-11-16T12:16:22.317 INFO:teuthology.orchestra.run.smithi103.stdout:osd.1 smithi103 running (18m) 60s ago 18m 2582M 1944M 17.2.0 e1d6a67b021e 541477e0006b 2023-11-16T12:16:22.318 INFO:teuthology.orchestra.run.smithi103.stdout:osd.2 smithi103 running (18m) 60s ago 18m 2032M 1944M 17.2.0 e1d6a67b021e 51e58b8bf69d 2023-11-16T12:16:22.318 INFO:teuthology.orchestra.run.smithi103.stdout:osd.3 smithi103 running (18m) 60s ago 18m 2601M 1944M 17.2.0 e1d6a67b021e 562e405eb3b5 2023-11-16T12:16:22.318 INFO:teuthology.orchestra.run.smithi103.stdout:osd.4 smithi140 running (17m) 8m ago 17m 1682M 2712M 17.2.0 e1d6a67b021e 60d4e21e3f89 2023-11-16T12:16:22.318 INFO:teuthology.orchestra.run.smithi103.stdout:osd.5 smithi140 running (17m) 8m ago 17m 2339M 2712M 17.2.0 e1d6a67b021e 2b97bd6df881 2023-11-16T12:16:22.318 INFO:teuthology.orchestra.run.smithi103.stdout:osd.6 smithi140 running (17m) 8m ago 17m 1853M 2712M 17.2.0 e1d6a67b021e 79828d9e15a3 2023-11-16T12:16:22.318 INFO:teuthology.orchestra.run.smithi103.stdout:osd.7 smithi140 running (16m) 8m ago 16m 2471M 2712M 17.2.0 e1d6a67b021e e93e8f95e9b7 2023-11-16T12:16:22.318 INFO:teuthology.orchestra.run.smithi103.stdout:prometheus.smithi103 smithi103 *:9095 running (11m) 60s ago 19m 70.1M - 2.33.4 514e6a882f6e bf1fd17cc72b 2023-11-16T12:16:22.667 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -e sha1=50bc6740f385afe4f36770e739358479a73d8add -- bash -c 'ceph orch upgrade status' 2023-11-16T12:16:23.413 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:16:23 smithi103 ceph-mon[107764]: from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:16:23.413 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:16:23 smithi103 ceph-mon[107764]: pgmap v377: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:16:23.413 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:16:23 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T12:16:23.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:16:23 smithi140 ceph-mon[110414]: from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:16:23.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:16:23 smithi140 ceph-mon[110414]: pgmap v377: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:16:23.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:16:23 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T12:16:24.369 INFO:teuthology.orchestra.run.smithi103.stdout:{ 2023-11-16T12:16:24.370 INFO:teuthology.orchestra.run.smithi103.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8f765c939880e1d45bee26612bbc2e770f7ce493e04525c7a5cce816e4cdafea", 2023-11-16T12:16:24.370 INFO:teuthology.orchestra.run.smithi103.stdout: "in_progress": true, 2023-11-16T12:16:24.370 INFO:teuthology.orchestra.run.smithi103.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-16T12:16:24.370 INFO:teuthology.orchestra.run.smithi103.stdout: "services_complete": [], 2023-11-16T12:16:24.370 INFO:teuthology.orchestra.run.smithi103.stdout: "progress": "1/23 daemons upgraded", 2023-11-16T12:16:24.370 INFO:teuthology.orchestra.run.smithi103.stdout: "message": "Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi103.lplguk on host smithi103 failed.", 2023-11-16T12:16:24.370 INFO:teuthology.orchestra.run.smithi103.stdout: "is_paused": true 2023-11-16T12:16:24.370 INFO:teuthology.orchestra.run.smithi103.stdout:} 2023-11-16T12:16:24.904 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -e sha1=50bc6740f385afe4f36770e739358479a73d8add -- bash -c 'ceph health detail' 2023-11-16T12:16:25.681 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:16:25 smithi103 ceph-mon[107764]: pgmap v378: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:16:25.682 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:16:25 smithi103 ceph-mon[107764]: from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:16:25.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:16:25 smithi140 ceph-mon[110414]: pgmap v378: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:16:25.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:16:25 smithi140 ceph-mon[110414]: from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T12:16:26.455 INFO:teuthology.orchestra.run.smithi103.stdout:HEALTH_WARN Upgrading daemon mgr.smithi103.lplguk on host smithi103 failed. 2023-11-16T12:16:26.455 INFO:teuthology.orchestra.run.smithi103.stdout:[WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi103.lplguk on host smithi103 failed. 2023-11-16T12:16:26.455 INFO:teuthology.orchestra.run.smithi103.stdout: Upgrade daemon: mgr.smithi103.lplguk: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi103.lplguk ... 2023-11-16T12:16:26.455 INFO:teuthology.orchestra.run.smithi103.stdout:Non-zero exit code 1 from systemctl daemon-reload 2023-11-16T12:16:26.455 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stderr Failed to reload daemon: Connection timed out 2023-11-16T12:16:26.455 INFO:teuthology.orchestra.run.smithi103.stdout:Traceback (most recent call last): 2023-11-16T12:16:26.455 INFO:teuthology.orchestra.run.smithi103.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-11-16T12:16:26.455 INFO:teuthology.orchestra.run.smithi103.stdout: "__main__", mod_spec) 2023-11-16T12:16:26.455 INFO:teuthology.orchestra.run.smithi103.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-11-16T12:16:26.456 INFO:teuthology.orchestra.run.smithi103.stdout: exec(code, run_globals) 2023-11-16T12:16:26.456 INFO:teuthology.orchestra.run.smithi103.stdout: File "/tmp/tmp1mtqv7y8.cephadm.build/__main__.py", line 7851, in 2023-11-16T12:16:26.456 INFO:teuthology.orchestra.run.smithi103.stdout: File "/tmp/tmp1mtqv7y8.cephadm.build/__main__.py", line 7839, in main 2023-11-16T12:16:26.456 INFO:teuthology.orchestra.run.smithi103.stdout: File "/tmp/tmp1mtqv7y8.cephadm.build/__main__.py", line 5405, in command_deploy_from 2023-11-16T12:16:26.456 INFO:teuthology.orchestra.run.smithi103.stdout: File "/tmp/tmp1mtqv7y8.cephadm.build/__main__.py", line 5440, in _common_deploy 2023-11-16T12:16:26.456 INFO:teuthology.orchestra.run.smithi103.stdout: File "/tmp/tmp1mtqv7y8.cephadm.build/__main__.py", line 5470, in _deploy_daemon_container 2023-11-16T12:16:26.456 INFO:teuthology.orchestra.run.smithi103.stdout: File "/tmp/tmp1mtqv7y8.cephadm.build/__main__.py", line 3174, in deploy_daemon 2023-11-16T12:16:26.456 INFO:teuthology.orchestra.run.smithi103.stdout: File "/tmp/tmp1mtqv7y8.cephadm.build/__main__.py", line 3408, in deploy_daemon_units 2023-11-16T12:16:26.456 INFO:teuthology.orchestra.run.smithi103.stdout: File "/tmp/tmp1mtqv7y8.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-11-16T12:16:26.456 INFO:teuthology.orchestra.run.smithi103.stdout:RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-11-16T12:16:26.678 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:16:26 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:16:26.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:16:26 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-16T12:16:26.874 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -e sha1=50bc6740f385afe4f36770e739358479a73d8add -- bash -c 'ceph versions' 2023-11-16T12:16:27.544 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:16:27 smithi103 ceph-mon[107764]: pgmap v379: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:16:27.545 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:16:27 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/3978732154' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T12:16:27.545 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:16:27 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:16:27.545 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:16:27 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:16:27.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:16:27 smithi140 ceph-mon[110414]: pgmap v379: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T12:16:27.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:16:27 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/3978732154' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-16T12:16:27.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:16:27 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:16:27.737 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:16:27 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:16:28.284 INFO:teuthology.orchestra.run.smithi103.stdout:{ 2023-11-16T12:16:28.285 INFO:teuthology.orchestra.run.smithi103.stdout: "mon": { 2023-11-16T12:16:28.285 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T12:16:28.286 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:16:28.286 INFO:teuthology.orchestra.run.smithi103.stdout: "mgr": { 2023-11-16T12:16:28.286 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-16T12:16:28.287 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 18.0.0-7421-g50bc6740 (50bc6740f385afe4f36770e739358479a73d8add) reef (dev)": 1 2023-11-16T12:16:28.287 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:16:28.288 INFO:teuthology.orchestra.run.smithi103.stdout: "osd": { 2023-11-16T12:16:28.288 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-16T12:16:28.289 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:16:28.289 INFO:teuthology.orchestra.run.smithi103.stdout: "mds": { 2023-11-16T12:16:28.290 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-16T12:16:28.290 INFO:teuthology.orchestra.run.smithi103.stdout: }, 2023-11-16T12:16:28.290 INFO:teuthology.orchestra.run.smithi103.stdout: "overall": { 2023-11-16T12:16:28.291 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-16T12:16:28.291 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph version 18.0.0-7421-g50bc6740 (50bc6740f385afe4f36770e739358479a73d8add) reef (dev)": 1 2023-11-16T12:16:28.291 INFO:teuthology.orchestra.run.smithi103.stdout: } 2023-11-16T12:16:28.292 INFO:teuthology.orchestra.run.smithi103.stdout:} 2023-11-16T12:16:28.588 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:16:28 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T12:16:28.589 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:16:28 smithi103 ceph-mon[107764]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T12:16:28.590 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:16:28 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:16:28.590 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:16:28 smithi103 ceph-mon[107764]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:16:28.590 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:16:28 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/866301158' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T12:16:28.682 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -e sha1=50bc6740f385afe4f36770e739358479a73d8add -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-11-16T12:16:28.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:16:28 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T12:16:28.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:16:28 smithi140 ceph-mon[110414]: from='mgr.24487 172.21.15.140:0/339228903' entity='mgr.smithi140.xexnxk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T12:16:28.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:16:28 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:16:28.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:16:28 smithi140 ceph-mon[110414]: from='mgr.24487 ' entity='mgr.smithi140.xexnxk' 2023-11-16T12:16:28.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:16:28 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/866301158' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T12:16:29.638 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:16:29 smithi103 ceph-mon[107764]: pgmap v380: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T12:16:29.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:16:29 smithi140 ceph-mon[110414]: pgmap v380: 97 pgs: 97 active+clean; 246 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-16T12:16:30.133 INFO:teuthology.orchestra.run.smithi103.stdout:false 2023-11-16T12:16:30.541 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:16:30.542 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/task/parallel.py", line 64, in _run_spawned mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/task/sequential.py", line 47, in task mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=confg) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 1313, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 39, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi103 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -e sha1=50bc6740f385afe4f36770e739358479a73d8add -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-11-16T12:16:30.688 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=1bdc1cb3078c4838b98ab09a6881d28b Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/task/parallel.py", line 64, in _run_spawned mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/task/sequential.py", line 47, in task mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=confg) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 1313, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_50bc6740f385afe4f36770e739358479a73d8add/qa/tasks/cephadm.py", line 39, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi103 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -e sha1=50bc6740f385afe4f36770e739358479a73d8add -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-11-16T12:16:30.693 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-16T12:16:30.705 INFO:tasks.cephadm:Teardown begin 2023-11-16T12:16:30.707 DEBUG:teuthology.orchestra.run.smithi103:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-16T12:16:30.736 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:16:30 smithi140 ceph-mon[110414]: from='client.? 172.21.15.103:0/1527102199' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T12:16:30.750 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:16:30 smithi103 ceph-mon[107764]: from='client.? 172.21.15.103:0/1527102199' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-16T12:16:30.751 DEBUG:teuthology.orchestra.run.smithi140:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-16T12:16:30.789 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-16T12:16:30.789 DEBUG:teuthology.orchestra.run.smithi103:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-16T12:16:30.809 DEBUG:teuthology.orchestra.run.smithi140:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-16T12:16:30.850 INFO:tasks.cephadm:Stopping all daemons... 2023-11-16T12:16:30.850 INFO:tasks.cephadm.mon.smithi103:Stopping mon.smithi103... 2023-11-16T12:16:30.851 DEBUG:teuthology.orchestra.run.smithi103:> sudo systemctl stop ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7@mon.smithi103 2023-11-16T12:16:30.994 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:16:30 smithi103 systemd[1]: Stopping Ceph mon.smithi103 for ed0a1724-8476-11ee-8dbe-212e2dc638e7... 2023-11-16T12:16:31.319 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:16:30 smithi103 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-mon-smithi103[107741]: 2023-11-16T12:16:30.991+0000 7f1bc4230700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi103 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-11-16T12:16:31.319 INFO:journalctl@ceph.mon.smithi103.smithi103.stdout:Nov 16 12:16:30 smithi103 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-mon-smithi103[107741]: 2023-11-16T12:16:30.991+0000 7f1bc4230700 -1 mon.smithi103@0(leader) e2 *** Got Signal Terminated *** 2023-11-16T12:16:31.534 DEBUG:teuthology.orchestra.run.smithi103:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7@mon.smithi103.service' 2023-11-16T12:16:31.599 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-16T12:16:31.600 INFO:tasks.cephadm.mon.smithi103:Stopped mon.smithi103 2023-11-16T12:16:31.600 INFO:tasks.cephadm.mon.smithi140:Stopping mon.smithi140... 2023-11-16T12:16:31.600 DEBUG:teuthology.orchestra.run.smithi140:> sudo systemctl stop ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7@mon.smithi140 2023-11-16T12:16:31.986 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:16:31 smithi140 systemd[1]: Stopping Ceph mon.smithi140 for ed0a1724-8476-11ee-8dbe-212e2dc638e7... 2023-11-16T12:16:31.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:16:31 smithi140 bash[135495]: Error: no container with name or ID "ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-mon.smithi140" found: no such container 2023-11-16T12:16:31.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:16:31 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-mon-smithi140[110390]: 2023-11-16T12:16:31.737+0000 7fdf9b29c700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi140 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-11-16T12:16:31.987 INFO:journalctl@ceph.mon.smithi140.smithi140.stdout:Nov 16 12:16:31 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-mon-smithi140[110390]: 2023-11-16T12:16:31.737+0000 7fdf9b29c700 -1 mon.smithi140@1(peon) e2 *** Got Signal Terminated *** 2023-11-16T12:16:32.221 DEBUG:teuthology.orchestra.run.smithi140:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7@mon.smithi140.service' 2023-11-16T12:16:32.305 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-16T12:16:32.305 INFO:tasks.cephadm.mon.smithi140:Stopped mon.smithi140 2023-11-16T12:16:32.306 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-11-16T12:16:32.306 DEBUG:teuthology.orchestra.run.smithi103:> sudo systemctl stop ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7@osd.0 2023-11-16T12:16:32.680 INFO:journalctl@ceph.osd.0.smithi103.stdout:Nov 16 12:16:32 smithi103 systemd[1]: Stopping Ceph osd.0 for ed0a1724-8476-11ee-8dbe-212e2dc638e7... 2023-11-16T12:16:32.680 INFO:journalctl@ceph.osd.0.smithi103.stdout:Nov 16 12:16:32 smithi103 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-0[120557]: 2023-11-16T12:16:32.424+0000 7f562c0ad700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-11-16T12:16:32.681 INFO:journalctl@ceph.osd.0.smithi103.stdout:Nov 16 12:16:32 smithi103 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-0[120557]: 2023-11-16T12:16:32.424+0000 7f562c0ad700 -1 osd.0 67 *** Got signal Terminated *** 2023-11-16T12:16:32.681 INFO:journalctl@ceph.osd.0.smithi103.stdout:Nov 16 12:16:32 smithi103 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-0[120557]: 2023-11-16T12:16:32.424+0000 7f562c0ad700 -1 osd.0 67 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-16T12:16:38.430 INFO:journalctl@ceph.osd.0.smithi103.stdout:Nov 16 12:16:38 smithi103 bash[158565]: ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-0 2023-11-16T12:16:38.430 INFO:journalctl@ceph.osd.0.smithi103.stdout:Nov 16 12:16:38 smithi103 bash[158609]: Error: no container with name or ID "ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd.0" found: no such container 2023-11-16T12:16:39.251 DEBUG:teuthology.orchestra.run.smithi103:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7@osd.0.service' 2023-11-16T12:16:39.292 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-16T12:16:39.292 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-11-16T12:16:39.293 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-11-16T12:16:39.293 DEBUG:teuthology.orchestra.run.smithi103:> sudo systemctl stop ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7@osd.1 2023-11-16T12:16:39.680 INFO:journalctl@ceph.osd.1.smithi103.stdout:Nov 16 12:16:39 smithi103 systemd[1]: Stopping Ceph osd.1 for ed0a1724-8476-11ee-8dbe-212e2dc638e7... 2023-11-16T12:16:39.680 INFO:journalctl@ceph.osd.1.smithi103.stdout:Nov 16 12:16:39 smithi103 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-1[125309]: 2023-11-16T12:16:39.429+0000 7f80cdc18700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-11-16T12:16:39.680 INFO:journalctl@ceph.osd.1.smithi103.stdout:Nov 16 12:16:39 smithi103 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-1[125309]: 2023-11-16T12:16:39.429+0000 7f80cdc18700 -1 osd.1 67 *** Got signal Terminated *** 2023-11-16T12:16:39.681 INFO:journalctl@ceph.osd.1.smithi103.stdout:Nov 16 12:16:39 smithi103 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-1[125309]: 2023-11-16T12:16:39.429+0000 7f80cdc18700 -1 osd.1 67 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-16T12:16:45.430 INFO:journalctl@ceph.osd.1.smithi103.stdout:Nov 16 12:16:45 smithi103 bash[158791]: ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-1 2023-11-16T12:16:45.431 INFO:journalctl@ceph.osd.1.smithi103.stdout:Nov 16 12:16:45 smithi103 bash[158832]: Error: no container with name or ID "ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd.1" found: no such container 2023-11-16T12:16:46.201 DEBUG:teuthology.orchestra.run.smithi103:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7@osd.1.service' 2023-11-16T12:16:46.242 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-16T12:16:46.242 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-11-16T12:16:46.243 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-11-16T12:16:46.243 DEBUG:teuthology.orchestra.run.smithi103:> sudo systemctl stop ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7@osd.2 2023-11-16T12:16:46.679 INFO:journalctl@ceph.osd.2.smithi103.stdout:Nov 16 12:16:46 smithi103 systemd[1]: Stopping Ceph osd.2 for ed0a1724-8476-11ee-8dbe-212e2dc638e7... 2023-11-16T12:16:46.681 INFO:journalctl@ceph.osd.2.smithi103.stdout:Nov 16 12:16:46 smithi103 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-2[129571]: 2023-11-16T12:16:46.389+0000 7f15c7f59700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-11-16T12:16:46.681 INFO:journalctl@ceph.osd.2.smithi103.stdout:Nov 16 12:16:46 smithi103 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-2[129571]: 2023-11-16T12:16:46.389+0000 7f15c7f59700 -1 osd.2 67 *** Got signal Terminated *** 2023-11-16T12:16:46.681 INFO:journalctl@ceph.osd.2.smithi103.stdout:Nov 16 12:16:46 smithi103 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-2[129571]: 2023-11-16T12:16:46.389+0000 7f15c7f59700 -1 osd.2 67 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-16T12:16:52.355 INFO:journalctl@ceph.osd.2.smithi103.stdout:Nov 16 12:16:52 smithi103 bash[159011]: ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-2 2023-11-16T12:16:52.356 INFO:journalctl@ceph.osd.2.smithi103.stdout:Nov 16 12:16:52 smithi103 bash[159092]: Error: no container with name or ID "ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd.2" found: no such container 2023-11-16T12:16:53.024 DEBUG:teuthology.orchestra.run.smithi103:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7@osd.2.service' 2023-11-16T12:16:53.065 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-16T12:16:53.066 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-11-16T12:16:53.066 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-11-16T12:16:53.066 DEBUG:teuthology.orchestra.run.smithi103:> sudo systemctl stop ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7@osd.3 2023-11-16T12:16:53.429 INFO:journalctl@ceph.osd.3.smithi103.stdout:Nov 16 12:16:53 smithi103 systemd[1]: Stopping Ceph osd.3 for ed0a1724-8476-11ee-8dbe-212e2dc638e7... 2023-11-16T12:16:53.430 INFO:journalctl@ceph.osd.3.smithi103.stdout:Nov 16 12:16:53 smithi103 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-3[133346]: 2023-11-16T12:16:53.193+0000 7f407be7f700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-11-16T12:16:53.430 INFO:journalctl@ceph.osd.3.smithi103.stdout:Nov 16 12:16:53 smithi103 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-3[133346]: 2023-11-16T12:16:53.193+0000 7f407be7f700 -1 osd.3 67 *** Got signal Terminated *** 2023-11-16T12:16:53.430 INFO:journalctl@ceph.osd.3.smithi103.stdout:Nov 16 12:16:53 smithi103 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-3[133346]: 2023-11-16T12:16:53.193+0000 7f407be7f700 -1 osd.3 67 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-16T12:16:59.108 INFO:journalctl@ceph.osd.3.smithi103.stdout:Nov 16 12:16:58 smithi103 bash[159272]: ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-3 2023-11-16T12:16:59.108 INFO:journalctl@ceph.osd.3.smithi103.stdout:Nov 16 12:16:58 smithi103 bash[159316]: Error: no container with name or ID "ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd.3" found: no such container 2023-11-16T12:16:59.791 DEBUG:teuthology.orchestra.run.smithi103:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7@osd.3.service' 2023-11-16T12:16:59.831 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-16T12:16:59.831 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-11-16T12:16:59.832 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-11-16T12:16:59.832 DEBUG:teuthology.orchestra.run.smithi140:> sudo systemctl stop ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7@osd.4 2023-11-16T12:16:59.865 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:16:59 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:16:59.519+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:32.634644+0000 front 2023-11-16T12:16:32.634585+0000 (oldest deadline 2023-11-16T12:16:59.035333+0000) 2023-11-16T12:17:00.236 INFO:journalctl@ceph.osd.4.smithi140.stdout:Nov 16 12:16:59 smithi140 systemd[1]: Stopping Ceph osd.4 for ed0a1724-8476-11ee-8dbe-212e2dc638e7... 2023-11-16T12:17:00.236 INFO:journalctl@ceph.osd.4.smithi140.stdout:Nov 16 12:16:59 smithi140 bash[135652]: Error: no container with name or ID "ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd.4" found: no such container 2023-11-16T12:17:00.236 INFO:journalctl@ceph.osd.4.smithi140.stdout:Nov 16 12:16:59 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-4[115300]: 2023-11-16T12:16:59.982+0000 7f843dda7700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-11-16T12:17:00.236 INFO:journalctl@ceph.osd.4.smithi140.stdout:Nov 16 12:16:59 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-4[115300]: 2023-11-16T12:16:59.982+0000 7f843dda7700 -1 osd.4 67 *** Got signal Terminated *** 2023-11-16T12:17:00.236 INFO:journalctl@ceph.osd.4.smithi140.stdout:Nov 16 12:16:59 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-4[115300]: 2023-11-16T12:16:59.982+0000 7f843dda7700 -1 osd.4 67 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-16T12:17:00.986 INFO:journalctl@ceph.osd.4.smithi140.stdout:Nov 16 12:17:00 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-4[115300]: 2023-11-16T12:17:00.608+0000 7f8438f3f700 -1 osd.4 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:36.150452+0000 front 2023-11-16T12:16:36.150425+0000 (oldest deadline 2023-11-16T12:16:59.650399+0000) 2023-11-16T12:17:00.986 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:00 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:00.558+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:32.634644+0000 front 2023-11-16T12:16:32.634585+0000 (oldest deadline 2023-11-16T12:16:59.035333+0000) 2023-11-16T12:17:01.486 INFO:journalctl@ceph.osd.6.smithi140.stdout:Nov 16 12:17:00 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-6[122280]: 2023-11-16T12:17:00.988+0000 7f4b38854700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:36.848745+0000 front 2023-11-16T12:16:36.848703+0000 (oldest deadline 2023-11-16T12:17:00.348684+0000) 2023-11-16T12:17:01.962 INFO:journalctl@ceph.osd.4.smithi140.stdout:Nov 16 12:17:01 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-4[115300]: 2023-11-16T12:17:01.595+0000 7f8438f3f700 -1 osd.4 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:36.150452+0000 front 2023-11-16T12:16:36.150425+0000 (oldest deadline 2023-11-16T12:16:59.650399+0000) 2023-11-16T12:17:01.963 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:01 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:01.590+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:32.634644+0000 front 2023-11-16T12:16:32.634585+0000 (oldest deadline 2023-11-16T12:16:59.035333+0000) 2023-11-16T12:17:02.235 INFO:journalctl@ceph.osd.6.smithi140.stdout:Nov 16 12:17:01 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-6[122280]: 2023-11-16T12:17:01.961+0000 7f4b38854700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:36.848745+0000 front 2023-11-16T12:16:36.848703+0000 (oldest deadline 2023-11-16T12:17:00.348684+0000) 2023-11-16T12:17:02.903 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:02 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:02.579+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:32.634644+0000 front 2023-11-16T12:16:32.634585+0000 (oldest deadline 2023-11-16T12:16:59.035333+0000) 2023-11-16T12:17:02.903 INFO:journalctl@ceph.osd.4.smithi140.stdout:Nov 16 12:17:02 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-4[115300]: 2023-11-16T12:17:02.628+0000 7f8438f3f700 -1 osd.4 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:36.150452+0000 front 2023-11-16T12:16:36.150425+0000 (oldest deadline 2023-11-16T12:16:59.650399+0000) 2023-11-16T12:17:03.236 INFO:journalctl@ceph.osd.6.smithi140.stdout:Nov 16 12:17:03 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-6[122280]: 2023-11-16T12:17:03.000+0000 7f4b38854700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:36.848745+0000 front 2023-11-16T12:16:36.848703+0000 (oldest deadline 2023-11-16T12:17:00.348684+0000) 2023-11-16T12:17:03.236 INFO:journalctl@ceph.osd.5.smithi140.stdout:Nov 16 12:17:02 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-5[118755]: 2023-11-16T12:17:02.901+0000 7f9c80390700 -1 osd.5 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:36.233058+0000 front 2023-11-16T12:16:36.233046+0000 (oldest deadline 2023-11-16T12:17:02.133025+0000) 2023-11-16T12:17:03.900 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:03 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:03.598+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:32.634644+0000 front 2023-11-16T12:16:32.634585+0000 (oldest deadline 2023-11-16T12:16:59.035333+0000) 2023-11-16T12:17:03.901 INFO:journalctl@ceph.osd.4.smithi140.stdout:Nov 16 12:17:03 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-4[115300]: 2023-11-16T12:17:03.578+0000 7f8438f3f700 -1 osd.4 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:36.150452+0000 front 2023-11-16T12:16:36.150425+0000 (oldest deadline 2023-11-16T12:16:59.650399+0000) 2023-11-16T12:17:04.236 INFO:journalctl@ceph.osd.5.smithi140.stdout:Nov 16 12:17:03 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-5[118755]: 2023-11-16T12:17:03.899+0000 7f9c80390700 -1 osd.5 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:36.233058+0000 front 2023-11-16T12:16:36.233046+0000 (oldest deadline 2023-11-16T12:17:02.133025+0000) 2023-11-16T12:17:04.236 INFO:journalctl@ceph.osd.6.smithi140.stdout:Nov 16 12:17:04 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-6[122280]: 2023-11-16T12:17:04.001+0000 7f4b38854700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:36.848745+0000 front 2023-11-16T12:16:36.848703+0000 (oldest deadline 2023-11-16T12:17:00.348684+0000) 2023-11-16T12:17:04.938 INFO:journalctl@ceph.osd.4.smithi140.stdout:Nov 16 12:17:04 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-4[115300]: 2023-11-16T12:17:04.571+0000 7f8438f3f700 -1 osd.4 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:36.150452+0000 front 2023-11-16T12:16:36.150425+0000 (oldest deadline 2023-11-16T12:16:59.650399+0000) 2023-11-16T12:17:04.938 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:04 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:04.643+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:32.634644+0000 front 2023-11-16T12:16:32.634585+0000 (oldest deadline 2023-11-16T12:16:59.035333+0000) 2023-11-16T12:17:05.236 INFO:journalctl@ceph.osd.5.smithi140.stdout:Nov 16 12:17:04 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-5[118755]: 2023-11-16T12:17:04.936+0000 7f9c80390700 -1 osd.5 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:36.233058+0000 front 2023-11-16T12:16:36.233046+0000 (oldest deadline 2023-11-16T12:17:02.133025+0000) 2023-11-16T12:17:05.236 INFO:journalctl@ceph.osd.6.smithi140.stdout:Nov 16 12:17:04 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-6[122280]: 2023-11-16T12:17:04.998+0000 7f4b38854700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:36.848745+0000 front 2023-11-16T12:16:36.848703+0000 (oldest deadline 2023-11-16T12:17:00.348684+0000) 2023-11-16T12:17:05.958 INFO:journalctl@ceph.osd.4.smithi140.stdout:Nov 16 12:17:05 smithi140 bash[135664]: ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-4 2023-11-16T12:17:05.958 INFO:journalctl@ceph.osd.4.smithi140.stdout:Nov 16 12:17:05 smithi140 bash[135706]: Error: no container with name or ID "ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd.4" found: no such container 2023-11-16T12:17:05.958 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:05 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:05.594+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:32.634644+0000 front 2023-11-16T12:16:32.634585+0000 (oldest deadline 2023-11-16T12:16:59.035333+0000) 2023-11-16T12:17:05.958 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:05 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:05.594+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6814 osd.1 since back 2023-11-16T12:16:39.035885+0000 front 2023-11-16T12:16:39.035852+0000 (oldest deadline 2023-11-16T12:17:04.935809+0000) 2023-11-16T12:17:06.212 INFO:journalctl@ceph.osd.6.smithi140.stdout:Nov 16 12:17:06 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-6[122280]: 2023-11-16T12:17:06.045+0000 7f4b38854700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:36.848745+0000 front 2023-11-16T12:16:36.848703+0000 (oldest deadline 2023-11-16T12:17:00.348684+0000) 2023-11-16T12:17:06.212 INFO:journalctl@ceph.osd.5.smithi140.stdout:Nov 16 12:17:05 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-5[118755]: 2023-11-16T12:17:05.956+0000 7f9c80390700 -1 osd.5 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:36.233058+0000 front 2023-11-16T12:16:36.233046+0000 (oldest deadline 2023-11-16T12:17:02.133025+0000) 2023-11-16T12:17:06.212 INFO:journalctl@ceph.osd.5.smithi140.stdout:Nov 16 12:17:05 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-5[118755]: 2023-11-16T12:17:05.956+0000 7f9c80390700 -1 osd.5 67 heartbeat_check: no reply from 172.21.15.103:6814 osd.1 since back 2023-11-16T12:16:42.133639+0000 front 2023-11-16T12:16:42.133651+0000 (oldest deadline 2023-11-16T12:17:05.033559+0000) 2023-11-16T12:17:06.918 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:06 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:06.605+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:32.634644+0000 front 2023-11-16T12:16:32.634585+0000 (oldest deadline 2023-11-16T12:16:59.035333+0000) 2023-11-16T12:17:06.918 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:06 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:06.605+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6814 osd.1 since back 2023-11-16T12:16:39.035885+0000 front 2023-11-16T12:16:39.035852+0000 (oldest deadline 2023-11-16T12:17:04.935809+0000) 2023-11-16T12:17:06.926 DEBUG:teuthology.orchestra.run.smithi140:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7@osd.4.service' 2023-11-16T12:17:07.009 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-16T12:17:07.009 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-11-16T12:17:07.010 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-11-16T12:17:07.010 DEBUG:teuthology.orchestra.run.smithi140:> sudo systemctl stop ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7@osd.5 2023-11-16T12:17:07.173 INFO:journalctl@ceph.osd.6.smithi140.stdout:Nov 16 12:17:07 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-6[122280]: 2023-11-16T12:17:07.013+0000 7f4b38854700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:36.848745+0000 front 2023-11-16T12:16:36.848703+0000 (oldest deadline 2023-11-16T12:17:00.348684+0000) 2023-11-16T12:17:07.174 INFO:journalctl@ceph.osd.5.smithi140.stdout:Nov 16 12:17:06 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-5[118755]: 2023-11-16T12:17:06.960+0000 7f9c80390700 -1 osd.5 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:36.233058+0000 front 2023-11-16T12:16:36.233046+0000 (oldest deadline 2023-11-16T12:17:02.133025+0000) 2023-11-16T12:17:07.174 INFO:journalctl@ceph.osd.5.smithi140.stdout:Nov 16 12:17:06 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-5[118755]: 2023-11-16T12:17:06.960+0000 7f9c80390700 -1 osd.5 67 heartbeat_check: no reply from 172.21.15.103:6814 osd.1 since back 2023-11-16T12:16:42.133639+0000 front 2023-11-16T12:16:42.133651+0000 (oldest deadline 2023-11-16T12:17:05.033559+0000) 2023-11-16T12:17:07.174 INFO:journalctl@ceph.osd.5.smithi140.stdout:Nov 16 12:17:07 smithi140 systemd[1]: Stopping Ceph osd.5 for ed0a1724-8476-11ee-8dbe-212e2dc638e7... 2023-11-16T12:17:07.174 INFO:journalctl@ceph.osd.5.smithi140.stdout:Nov 16 12:17:07 smithi140 bash[135887]: Error: no container with name or ID "ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd.5" found: no such container 2023-11-16T12:17:07.486 INFO:journalctl@ceph.osd.5.smithi140.stdout:Nov 16 12:17:07 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-5[118755]: 2023-11-16T12:17:07.172+0000 7f9c831f4700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-11-16T12:17:07.486 INFO:journalctl@ceph.osd.5.smithi140.stdout:Nov 16 12:17:07 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-5[118755]: 2023-11-16T12:17:07.172+0000 7f9c831f4700 -1 osd.5 67 *** Got signal Terminated *** 2023-11-16T12:17:07.486 INFO:journalctl@ceph.osd.5.smithi140.stdout:Nov 16 12:17:07 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-5[118755]: 2023-11-16T12:17:07.172+0000 7f9c831f4700 -1 osd.5 67 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-16T12:17:07.946 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:07 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:07.627+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:32.634644+0000 front 2023-11-16T12:16:32.634585+0000 (oldest deadline 2023-11-16T12:16:59.035333+0000) 2023-11-16T12:17:07.946 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:07 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:07.627+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6814 osd.1 since back 2023-11-16T12:16:39.035885+0000 front 2023-11-16T12:16:39.035852+0000 (oldest deadline 2023-11-16T12:17:04.935809+0000) 2023-11-16T12:17:08.238 INFO:journalctl@ceph.osd.6.smithi140.stdout:Nov 16 12:17:08 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-6[122280]: 2023-11-16T12:17:08.023+0000 7f4b38854700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:36.848745+0000 front 2023-11-16T12:16:36.848703+0000 (oldest deadline 2023-11-16T12:17:00.348684+0000) 2023-11-16T12:17:08.238 INFO:journalctl@ceph.osd.6.smithi140.stdout:Nov 16 12:17:08 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-6[122280]: 2023-11-16T12:17:08.023+0000 7f4b38854700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.103:6814 osd.1 since back 2023-11-16T12:16:40.349188+0000 front 2023-11-16T12:16:40.349094+0000 (oldest deadline 2023-11-16T12:17:07.949541+0000) 2023-11-16T12:17:08.239 INFO:journalctl@ceph.osd.5.smithi140.stdout:Nov 16 12:17:07 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-5[118755]: 2023-11-16T12:17:07.945+0000 7f9c80390700 -1 osd.5 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:36.233058+0000 front 2023-11-16T12:16:36.233046+0000 (oldest deadline 2023-11-16T12:17:02.133025+0000) 2023-11-16T12:17:08.239 INFO:journalctl@ceph.osd.5.smithi140.stdout:Nov 16 12:17:07 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-5[118755]: 2023-11-16T12:17:07.945+0000 7f9c80390700 -1 osd.5 67 heartbeat_check: no reply from 172.21.15.103:6814 osd.1 since back 2023-11-16T12:16:42.133639+0000 front 2023-11-16T12:16:42.133651+0000 (oldest deadline 2023-11-16T12:17:05.033559+0000) 2023-11-16T12:17:08.936 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:08 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:08.652+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:32.634644+0000 front 2023-11-16T12:16:32.634585+0000 (oldest deadline 2023-11-16T12:16:59.035333+0000) 2023-11-16T12:17:08.936 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:08 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:08.652+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6814 osd.1 since back 2023-11-16T12:16:39.035885+0000 front 2023-11-16T12:16:39.035852+0000 (oldest deadline 2023-11-16T12:17:04.935809+0000) 2023-11-16T12:17:09.236 INFO:journalctl@ceph.osd.5.smithi140.stdout:Nov 16 12:17:08 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-5[118755]: 2023-11-16T12:17:08.935+0000 7f9c80390700 -1 osd.5 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:36.233058+0000 front 2023-11-16T12:16:36.233046+0000 (oldest deadline 2023-11-16T12:17:02.133025+0000) 2023-11-16T12:17:09.236 INFO:journalctl@ceph.osd.5.smithi140.stdout:Nov 16 12:17:08 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-5[118755]: 2023-11-16T12:17:08.935+0000 7f9c80390700 -1 osd.5 67 heartbeat_check: no reply from 172.21.15.103:6814 osd.1 since back 2023-11-16T12:16:42.133639+0000 front 2023-11-16T12:16:42.133651+0000 (oldest deadline 2023-11-16T12:17:05.033559+0000) 2023-11-16T12:17:09.236 INFO:journalctl@ceph.osd.6.smithi140.stdout:Nov 16 12:17:09 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-6[122280]: 2023-11-16T12:17:09.062+0000 7f4b38854700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:36.848745+0000 front 2023-11-16T12:16:36.848703+0000 (oldest deadline 2023-11-16T12:17:00.348684+0000) 2023-11-16T12:17:09.237 INFO:journalctl@ceph.osd.6.smithi140.stdout:Nov 16 12:17:09 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-6[122280]: 2023-11-16T12:17:09.062+0000 7f4b38854700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.103:6814 osd.1 since back 2023-11-16T12:16:40.349188+0000 front 2023-11-16T12:16:40.349094+0000 (oldest deadline 2023-11-16T12:17:07.949541+0000) 2023-11-16T12:17:09.928 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:09 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:09.621+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:32.634644+0000 front 2023-11-16T12:16:32.634585+0000 (oldest deadline 2023-11-16T12:16:59.035333+0000) 2023-11-16T12:17:09.928 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:09 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:09.621+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6814 osd.1 since back 2023-11-16T12:16:39.035885+0000 front 2023-11-16T12:16:39.035852+0000 (oldest deadline 2023-11-16T12:17:04.935809+0000) 2023-11-16T12:17:10.236 INFO:journalctl@ceph.osd.5.smithi140.stdout:Nov 16 12:17:09 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-5[118755]: 2023-11-16T12:17:09.927+0000 7f9c80390700 -1 osd.5 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:36.233058+0000 front 2023-11-16T12:16:36.233046+0000 (oldest deadline 2023-11-16T12:17:02.133025+0000) 2023-11-16T12:17:10.236 INFO:journalctl@ceph.osd.5.smithi140.stdout:Nov 16 12:17:09 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-5[118755]: 2023-11-16T12:17:09.927+0000 7f9c80390700 -1 osd.5 67 heartbeat_check: no reply from 172.21.15.103:6814 osd.1 since back 2023-11-16T12:16:42.133639+0000 front 2023-11-16T12:16:42.133651+0000 (oldest deadline 2023-11-16T12:17:05.033559+0000) 2023-11-16T12:17:10.237 INFO:journalctl@ceph.osd.6.smithi140.stdout:Nov 16 12:17:10 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-6[122280]: 2023-11-16T12:17:10.065+0000 7f4b38854700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:36.848745+0000 front 2023-11-16T12:16:36.848703+0000 (oldest deadline 2023-11-16T12:17:00.348684+0000) 2023-11-16T12:17:10.237 INFO:journalctl@ceph.osd.6.smithi140.stdout:Nov 16 12:17:10 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-6[122280]: 2023-11-16T12:17:10.065+0000 7f4b38854700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.103:6814 osd.1 since back 2023-11-16T12:16:40.349188+0000 front 2023-11-16T12:16:40.349094+0000 (oldest deadline 2023-11-16T12:17:07.949541+0000) 2023-11-16T12:17:10.966 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:10 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:10.663+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:32.634644+0000 front 2023-11-16T12:16:32.634585+0000 (oldest deadline 2023-11-16T12:16:59.035333+0000) 2023-11-16T12:17:10.966 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:10 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:10.663+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6814 osd.1 since back 2023-11-16T12:16:39.035885+0000 front 2023-11-16T12:16:39.035852+0000 (oldest deadline 2023-11-16T12:17:04.935809+0000) 2023-11-16T12:17:11.236 INFO:journalctl@ceph.osd.5.smithi140.stdout:Nov 16 12:17:10 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-5[118755]: 2023-11-16T12:17:10.965+0000 7f9c80390700 -1 osd.5 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:36.233058+0000 front 2023-11-16T12:16:36.233046+0000 (oldest deadline 2023-11-16T12:17:02.133025+0000) 2023-11-16T12:17:11.236 INFO:journalctl@ceph.osd.5.smithi140.stdout:Nov 16 12:17:10 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-5[118755]: 2023-11-16T12:17:10.965+0000 7f9c80390700 -1 osd.5 67 heartbeat_check: no reply from 172.21.15.103:6814 osd.1 since back 2023-11-16T12:16:42.133639+0000 front 2023-11-16T12:16:42.133651+0000 (oldest deadline 2023-11-16T12:17:05.033559+0000) 2023-11-16T12:17:11.237 INFO:journalctl@ceph.osd.6.smithi140.stdout:Nov 16 12:17:11 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-6[122280]: 2023-11-16T12:17:11.094+0000 7f4b38854700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:36.848745+0000 front 2023-11-16T12:16:36.848703+0000 (oldest deadline 2023-11-16T12:17:00.348684+0000) 2023-11-16T12:17:11.237 INFO:journalctl@ceph.osd.6.smithi140.stdout:Nov 16 12:17:11 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-6[122280]: 2023-11-16T12:17:11.094+0000 7f4b38854700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.103:6814 osd.1 since back 2023-11-16T12:16:40.349188+0000 front 2023-11-16T12:16:40.349094+0000 (oldest deadline 2023-11-16T12:17:07.949541+0000) 2023-11-16T12:17:11.973 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:11 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:11.680+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:32.634644+0000 front 2023-11-16T12:16:32.634585+0000 (oldest deadline 2023-11-16T12:16:59.035333+0000) 2023-11-16T12:17:11.973 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:11 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:11.680+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6814 osd.1 since back 2023-11-16T12:16:39.035885+0000 front 2023-11-16T12:16:39.035852+0000 (oldest deadline 2023-11-16T12:17:04.935809+0000) 2023-11-16T12:17:12.236 INFO:journalctl@ceph.osd.5.smithi140.stdout:Nov 16 12:17:11 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-5[118755]: 2023-11-16T12:17:11.972+0000 7f9c80390700 -1 osd.5 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:36.233058+0000 front 2023-11-16T12:16:36.233046+0000 (oldest deadline 2023-11-16T12:17:02.133025+0000) 2023-11-16T12:17:12.236 INFO:journalctl@ceph.osd.5.smithi140.stdout:Nov 16 12:17:11 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-5[118755]: 2023-11-16T12:17:11.972+0000 7f9c80390700 -1 osd.5 67 heartbeat_check: no reply from 172.21.15.103:6814 osd.1 since back 2023-11-16T12:16:42.133639+0000 front 2023-11-16T12:16:42.133651+0000 (oldest deadline 2023-11-16T12:17:05.033559+0000) 2023-11-16T12:17:12.236 INFO:journalctl@ceph.osd.6.smithi140.stdout:Nov 16 12:17:12 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-6[122280]: 2023-11-16T12:17:12.080+0000 7f4b38854700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:36.848745+0000 front 2023-11-16T12:16:36.848703+0000 (oldest deadline 2023-11-16T12:17:00.348684+0000) 2023-11-16T12:17:12.237 INFO:journalctl@ceph.osd.6.smithi140.stdout:Nov 16 12:17:12 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-6[122280]: 2023-11-16T12:17:12.080+0000 7f4b38854700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.103:6814 osd.1 since back 2023-11-16T12:16:40.349188+0000 front 2023-11-16T12:16:40.349094+0000 (oldest deadline 2023-11-16T12:17:07.949541+0000) 2023-11-16T12:17:12.986 INFO:journalctl@ceph.osd.5.smithi140.stdout:Nov 16 12:17:12 smithi140 bash[135900]: ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-5 2023-11-16T12:17:12.986 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:12 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:12.698+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:32.634644+0000 front 2023-11-16T12:16:32.634585+0000 (oldest deadline 2023-11-16T12:16:59.035333+0000) 2023-11-16T12:17:12.986 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:12 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:12.698+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6814 osd.1 since back 2023-11-16T12:16:39.035885+0000 front 2023-11-16T12:16:39.035852+0000 (oldest deadline 2023-11-16T12:17:04.935809+0000) 2023-11-16T12:17:13.486 INFO:journalctl@ceph.osd.5.smithi140.stdout:Nov 16 12:17:13 smithi140 bash[135979]: Error: no container with name or ID "ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd.5" found: no such container 2023-11-16T12:17:13.487 INFO:journalctl@ceph.osd.6.smithi140.stdout:Nov 16 12:17:13 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-6[122280]: 2023-11-16T12:17:13.069+0000 7f4b38854700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:36.848745+0000 front 2023-11-16T12:16:36.848703+0000 (oldest deadline 2023-11-16T12:17:00.348684+0000) 2023-11-16T12:17:13.487 INFO:journalctl@ceph.osd.6.smithi140.stdout:Nov 16 12:17:13 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-6[122280]: 2023-11-16T12:17:13.070+0000 7f4b38854700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.103:6814 osd.1 since back 2023-11-16T12:16:40.349188+0000 front 2023-11-16T12:16:40.349094+0000 (oldest deadline 2023-11-16T12:17:07.949541+0000) 2023-11-16T12:17:13.925 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:13 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:13.715+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:32.634644+0000 front 2023-11-16T12:16:32.634585+0000 (oldest deadline 2023-11-16T12:16:59.035333+0000) 2023-11-16T12:17:13.926 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:13 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:13.715+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6814 osd.1 since back 2023-11-16T12:16:39.035885+0000 front 2023-11-16T12:16:39.035852+0000 (oldest deadline 2023-11-16T12:17:04.935809+0000) 2023-11-16T12:17:13.932 DEBUG:teuthology.orchestra.run.smithi140:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7@osd.5.service' 2023-11-16T12:17:13.972 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-16T12:17:13.973 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-11-16T12:17:13.973 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-11-16T12:17:13.973 DEBUG:teuthology.orchestra.run.smithi140:> sudo systemctl stop ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7@osd.6 2023-11-16T12:17:14.236 INFO:journalctl@ceph.osd.6.smithi140.stdout:Nov 16 12:17:14 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-6[122280]: 2023-11-16T12:17:14.040+0000 7f4b38854700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:36.848745+0000 front 2023-11-16T12:16:36.848703+0000 (oldest deadline 2023-11-16T12:17:00.348684+0000) 2023-11-16T12:17:14.237 INFO:journalctl@ceph.osd.6.smithi140.stdout:Nov 16 12:17:14 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-6[122280]: 2023-11-16T12:17:14.040+0000 7f4b38854700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.103:6814 osd.1 since back 2023-11-16T12:16:40.349188+0000 front 2023-11-16T12:16:40.349094+0000 (oldest deadline 2023-11-16T12:17:07.949541+0000) 2023-11-16T12:17:14.238 INFO:journalctl@ceph.osd.6.smithi140.stdout:Nov 16 12:17:14 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-6[122280]: 2023-11-16T12:17:14.040+0000 7f4b38854700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.103:6822 osd.2 since back 2023-11-16T12:16:47.950134+0000 front 2023-11-16T12:16:47.950087+0000 (oldest deadline 2023-11-16T12:17:13.849970+0000) 2023-11-16T12:17:14.238 INFO:journalctl@ceph.osd.6.smithi140.stdout:Nov 16 12:17:14 smithi140 systemd[1]: Stopping Ceph osd.6 for ed0a1724-8476-11ee-8dbe-212e2dc638e7... 2023-11-16T12:17:14.239 INFO:journalctl@ceph.osd.6.smithi140.stdout:Nov 16 12:17:14 smithi140 bash[136156]: Error: no container with name or ID "ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd.6" found: no such container 2023-11-16T12:17:14.239 INFO:journalctl@ceph.osd.6.smithi140.stdout:Nov 16 12:17:14 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-6[122280]: 2023-11-16T12:17:14.146+0000 7f4b3b6b8700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-11-16T12:17:14.239 INFO:journalctl@ceph.osd.6.smithi140.stdout:Nov 16 12:17:14 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-6[122280]: 2023-11-16T12:17:14.146+0000 7f4b3b6b8700 -1 osd.6 67 *** Got signal Terminated *** 2023-11-16T12:17:14.240 INFO:journalctl@ceph.osd.6.smithi140.stdout:Nov 16 12:17:14 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-6[122280]: 2023-11-16T12:17:14.146+0000 7f4b3b6b8700 -1 osd.6 67 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-16T12:17:15.085 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:14 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:14.750+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:32.634644+0000 front 2023-11-16T12:16:32.634585+0000 (oldest deadline 2023-11-16T12:16:59.035333+0000) 2023-11-16T12:17:15.085 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:14 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:14.750+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6814 osd.1 since back 2023-11-16T12:16:39.035885+0000 front 2023-11-16T12:16:39.035852+0000 (oldest deadline 2023-11-16T12:17:04.935809+0000) 2023-11-16T12:17:15.086 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:14 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:14.750+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6822 osd.2 since back 2023-11-16T12:16:50.836993+0000 front 2023-11-16T12:16:50.837009+0000 (oldest deadline 2023-11-16T12:17:14.336767+0000) 2023-11-16T12:17:15.486 INFO:journalctl@ceph.osd.6.smithi140.stdout:Nov 16 12:17:15 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-6[122280]: 2023-11-16T12:17:15.084+0000 7f4b38854700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:36.848745+0000 front 2023-11-16T12:16:36.848703+0000 (oldest deadline 2023-11-16T12:17:00.348684+0000) 2023-11-16T12:17:15.486 INFO:journalctl@ceph.osd.6.smithi140.stdout:Nov 16 12:17:15 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-6[122280]: 2023-11-16T12:17:15.084+0000 7f4b38854700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.103:6814 osd.1 since back 2023-11-16T12:16:40.349188+0000 front 2023-11-16T12:16:40.349094+0000 (oldest deadline 2023-11-16T12:17:07.949541+0000) 2023-11-16T12:17:15.486 INFO:journalctl@ceph.osd.6.smithi140.stdout:Nov 16 12:17:15 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-6[122280]: 2023-11-16T12:17:15.084+0000 7f4b38854700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.103:6822 osd.2 since back 2023-11-16T12:16:47.950134+0000 front 2023-11-16T12:16:47.950087+0000 (oldest deadline 2023-11-16T12:17:13.849970+0000) 2023-11-16T12:17:16.109 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:15 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:15.769+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:32.634644+0000 front 2023-11-16T12:16:32.634585+0000 (oldest deadline 2023-11-16T12:16:59.035333+0000) 2023-11-16T12:17:16.109 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:15 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:15.769+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6814 osd.1 since back 2023-11-16T12:16:39.035885+0000 front 2023-11-16T12:16:39.035852+0000 (oldest deadline 2023-11-16T12:17:04.935809+0000) 2023-11-16T12:17:16.109 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:15 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:15.769+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6822 osd.2 since back 2023-11-16T12:16:50.836993+0000 front 2023-11-16T12:16:50.837009+0000 (oldest deadline 2023-11-16T12:17:14.336767+0000) 2023-11-16T12:17:16.486 INFO:journalctl@ceph.osd.6.smithi140.stdout:Nov 16 12:17:16 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-6[122280]: 2023-11-16T12:17:16.107+0000 7f4b38854700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:36.848745+0000 front 2023-11-16T12:16:36.848703+0000 (oldest deadline 2023-11-16T12:17:00.348684+0000) 2023-11-16T12:17:16.486 INFO:journalctl@ceph.osd.6.smithi140.stdout:Nov 16 12:17:16 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-6[122280]: 2023-11-16T12:17:16.107+0000 7f4b38854700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.103:6814 osd.1 since back 2023-11-16T12:16:40.349188+0000 front 2023-11-16T12:16:40.349094+0000 (oldest deadline 2023-11-16T12:17:07.949541+0000) 2023-11-16T12:17:16.486 INFO:journalctl@ceph.osd.6.smithi140.stdout:Nov 16 12:17:16 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-6[122280]: 2023-11-16T12:17:16.107+0000 7f4b38854700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.103:6822 osd.2 since back 2023-11-16T12:16:47.950134+0000 front 2023-11-16T12:16:47.950087+0000 (oldest deadline 2023-11-16T12:17:13.849970+0000) 2023-11-16T12:17:16.986 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:16 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:16.732+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:32.634644+0000 front 2023-11-16T12:16:32.634585+0000 (oldest deadline 2023-11-16T12:16:59.035333+0000) 2023-11-16T12:17:16.986 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:16 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:16.732+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6814 osd.1 since back 2023-11-16T12:16:39.035885+0000 front 2023-11-16T12:16:39.035852+0000 (oldest deadline 2023-11-16T12:17:04.935809+0000) 2023-11-16T12:17:16.986 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:16 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:16.732+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6822 osd.2 since back 2023-11-16T12:16:50.836993+0000 front 2023-11-16T12:16:50.837009+0000 (oldest deadline 2023-11-16T12:17:14.336767+0000) 2023-11-16T12:17:17.486 INFO:journalctl@ceph.osd.6.smithi140.stdout:Nov 16 12:17:17 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-6[122280]: 2023-11-16T12:17:17.112+0000 7f4b38854700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:36.848745+0000 front 2023-11-16T12:16:36.848703+0000 (oldest deadline 2023-11-16T12:17:00.348684+0000) 2023-11-16T12:17:17.486 INFO:journalctl@ceph.osd.6.smithi140.stdout:Nov 16 12:17:17 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-6[122280]: 2023-11-16T12:17:17.112+0000 7f4b38854700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.103:6814 osd.1 since back 2023-11-16T12:16:40.349188+0000 front 2023-11-16T12:16:40.349094+0000 (oldest deadline 2023-11-16T12:17:07.949541+0000) 2023-11-16T12:17:17.486 INFO:journalctl@ceph.osd.6.smithi140.stdout:Nov 16 12:17:17 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-6[122280]: 2023-11-16T12:17:17.112+0000 7f4b38854700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.103:6822 osd.2 since back 2023-11-16T12:16:47.950134+0000 front 2023-11-16T12:16:47.950087+0000 (oldest deadline 2023-11-16T12:17:13.849970+0000) 2023-11-16T12:17:17.986 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:17 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:17.711+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:32.634644+0000 front 2023-11-16T12:16:32.634585+0000 (oldest deadline 2023-11-16T12:16:59.035333+0000) 2023-11-16T12:17:17.986 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:17 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:17.711+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6814 osd.1 since back 2023-11-16T12:16:39.035885+0000 front 2023-11-16T12:16:39.035852+0000 (oldest deadline 2023-11-16T12:17:04.935809+0000) 2023-11-16T12:17:17.986 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:17 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:17.711+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6822 osd.2 since back 2023-11-16T12:16:50.836993+0000 front 2023-11-16T12:16:50.837009+0000 (oldest deadline 2023-11-16T12:17:14.336767+0000) 2023-11-16T12:17:18.486 INFO:journalctl@ceph.osd.6.smithi140.stdout:Nov 16 12:17:18 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-6[122280]: 2023-11-16T12:17:18.088+0000 7f4b38854700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:36.848745+0000 front 2023-11-16T12:16:36.848703+0000 (oldest deadline 2023-11-16T12:17:00.348684+0000) 2023-11-16T12:17:18.486 INFO:journalctl@ceph.osd.6.smithi140.stdout:Nov 16 12:17:18 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-6[122280]: 2023-11-16T12:17:18.088+0000 7f4b38854700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.103:6814 osd.1 since back 2023-11-16T12:16:40.349188+0000 front 2023-11-16T12:16:40.349094+0000 (oldest deadline 2023-11-16T12:17:07.949541+0000) 2023-11-16T12:17:18.486 INFO:journalctl@ceph.osd.6.smithi140.stdout:Nov 16 12:17:18 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-6[122280]: 2023-11-16T12:17:18.088+0000 7f4b38854700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.103:6822 osd.2 since back 2023-11-16T12:16:47.950134+0000 front 2023-11-16T12:16:47.950087+0000 (oldest deadline 2023-11-16T12:17:13.849970+0000) 2023-11-16T12:17:18.986 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:18 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:18.712+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:32.634644+0000 front 2023-11-16T12:16:32.634585+0000 (oldest deadline 2023-11-16T12:16:59.035333+0000) 2023-11-16T12:17:18.986 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:18 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:18.712+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6814 osd.1 since back 2023-11-16T12:16:39.035885+0000 front 2023-11-16T12:16:39.035852+0000 (oldest deadline 2023-11-16T12:17:04.935809+0000) 2023-11-16T12:17:18.986 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:18 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:18.712+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6822 osd.2 since back 2023-11-16T12:16:50.836993+0000 front 2023-11-16T12:16:50.837009+0000 (oldest deadline 2023-11-16T12:17:14.336767+0000) 2023-11-16T12:17:19.486 INFO:journalctl@ceph.osd.6.smithi140.stdout:Nov 16 12:17:19 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-6[122280]: 2023-11-16T12:17:19.040+0000 7f4b38854700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:36.848745+0000 front 2023-11-16T12:16:36.848703+0000 (oldest deadline 2023-11-16T12:17:00.348684+0000) 2023-11-16T12:17:19.487 INFO:journalctl@ceph.osd.6.smithi140.stdout:Nov 16 12:17:19 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-6[122280]: 2023-11-16T12:17:19.040+0000 7f4b38854700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.103:6814 osd.1 since back 2023-11-16T12:16:40.349188+0000 front 2023-11-16T12:16:40.349094+0000 (oldest deadline 2023-11-16T12:17:07.949541+0000) 2023-11-16T12:17:19.487 INFO:journalctl@ceph.osd.6.smithi140.stdout:Nov 16 12:17:19 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-6[122280]: 2023-11-16T12:17:19.040+0000 7f4b38854700 -1 osd.6 67 heartbeat_check: no reply from 172.21.15.103:6822 osd.2 since back 2023-11-16T12:16:47.950134+0000 front 2023-11-16T12:16:47.950087+0000 (oldest deadline 2023-11-16T12:17:13.849970+0000) 2023-11-16T12:17:19.986 INFO:journalctl@ceph.osd.6.smithi140.stdout:Nov 16 12:17:19 smithi140 bash[136169]: ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-6 2023-11-16T12:17:19.987 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:19 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:19.695+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:32.634644+0000 front 2023-11-16T12:16:32.634585+0000 (oldest deadline 2023-11-16T12:16:59.035333+0000) 2023-11-16T12:17:19.987 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:19 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:19.695+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6814 osd.1 since back 2023-11-16T12:16:39.035885+0000 front 2023-11-16T12:16:39.035852+0000 (oldest deadline 2023-11-16T12:17:04.935809+0000) 2023-11-16T12:17:19.987 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:19 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:19.695+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6822 osd.2 since back 2023-11-16T12:16:50.836993+0000 front 2023-11-16T12:16:50.837009+0000 (oldest deadline 2023-11-16T12:17:14.336767+0000) 2023-11-16T12:17:20.350 INFO:journalctl@ceph.osd.6.smithi140.stdout:Nov 16 12:17:20 smithi140 bash[136214]: Error: no container with name or ID "ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd.6" found: no such container 2023-11-16T12:17:20.986 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:20 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:20.731+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:32.634644+0000 front 2023-11-16T12:16:32.634585+0000 (oldest deadline 2023-11-16T12:16:59.035333+0000) 2023-11-16T12:17:20.987 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:20 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:20.731+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6814 osd.1 since back 2023-11-16T12:16:39.035885+0000 front 2023-11-16T12:16:39.035852+0000 (oldest deadline 2023-11-16T12:17:04.935809+0000) 2023-11-16T12:17:20.988 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:20 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:20.731+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6822 osd.2 since back 2023-11-16T12:16:50.836993+0000 front 2023-11-16T12:16:50.837009+0000 (oldest deadline 2023-11-16T12:17:14.336767+0000) 2023-11-16T12:17:20.988 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:20 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:20.731+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6830 osd.3 since back 2023-11-16T12:16:57.237902+0000 front 2023-11-16T12:16:57.237894+0000 (oldest deadline 2023-11-16T12:17:20.137793+0000) 2023-11-16T12:17:21.090 DEBUG:teuthology.orchestra.run.smithi140:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7@osd.6.service' 2023-11-16T12:17:21.129 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-16T12:17:21.129 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-11-16T12:17:21.129 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-11-16T12:17:21.129 DEBUG:teuthology.orchestra.run.smithi140:> sudo systemctl stop ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7@osd.7 2023-11-16T12:17:21.486 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:21 smithi140 systemd[1]: Stopping Ceph osd.7 for ed0a1724-8476-11ee-8dbe-212e2dc638e7... 2023-11-16T12:17:21.486 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:21 smithi140 bash[136395]: Error: no container with name or ID "ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd.7" found: no such container 2023-11-16T12:17:21.487 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:21 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:21.274+0000 7f8946b59700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-11-16T12:17:21.487 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:21 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:21.274+0000 7f8946b59700 -1 osd.7 67 *** Got signal Terminated *** 2023-11-16T12:17:21.487 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:21 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:21.274+0000 7f8946b59700 -1 osd.7 67 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-16T12:17:21.986 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:21 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:21.717+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:32.634644+0000 front 2023-11-16T12:16:32.634585+0000 (oldest deadline 2023-11-16T12:16:59.035333+0000) 2023-11-16T12:17:21.986 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:21 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:21.717+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6814 osd.1 since back 2023-11-16T12:16:39.035885+0000 front 2023-11-16T12:16:39.035852+0000 (oldest deadline 2023-11-16T12:17:04.935809+0000) 2023-11-16T12:17:21.986 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:21 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:21.717+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6822 osd.2 since back 2023-11-16T12:16:50.836993+0000 front 2023-11-16T12:16:50.837009+0000 (oldest deadline 2023-11-16T12:17:14.336767+0000) 2023-11-16T12:17:21.987 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:21 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:21.717+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6830 osd.3 since back 2023-11-16T12:16:57.237902+0000 front 2023-11-16T12:16:57.237894+0000 (oldest deadline 2023-11-16T12:17:20.137793+0000) 2023-11-16T12:17:22.986 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:22 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:22.731+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:32.634644+0000 front 2023-11-16T12:16:32.634585+0000 (oldest deadline 2023-11-16T12:16:59.035333+0000) 2023-11-16T12:17:22.986 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:22 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:22.731+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6814 osd.1 since back 2023-11-16T12:16:39.035885+0000 front 2023-11-16T12:16:39.035852+0000 (oldest deadline 2023-11-16T12:17:04.935809+0000) 2023-11-16T12:17:22.986 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:22 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:22.731+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6822 osd.2 since back 2023-11-16T12:16:50.836993+0000 front 2023-11-16T12:16:50.837009+0000 (oldest deadline 2023-11-16T12:17:14.336767+0000) 2023-11-16T12:17:22.987 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:22 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:22.731+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6830 osd.3 since back 2023-11-16T12:16:57.237902+0000 front 2023-11-16T12:16:57.237894+0000 (oldest deadline 2023-11-16T12:17:20.137793+0000) 2023-11-16T12:17:23.986 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:23 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:23.729+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:32.634644+0000 front 2023-11-16T12:16:32.634585+0000 (oldest deadline 2023-11-16T12:16:59.035333+0000) 2023-11-16T12:17:23.986 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:23 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:23.729+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6814 osd.1 since back 2023-11-16T12:16:39.035885+0000 front 2023-11-16T12:16:39.035852+0000 (oldest deadline 2023-11-16T12:17:04.935809+0000) 2023-11-16T12:17:23.986 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:23 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:23.729+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6822 osd.2 since back 2023-11-16T12:16:50.836993+0000 front 2023-11-16T12:16:50.837009+0000 (oldest deadline 2023-11-16T12:17:14.336767+0000) 2023-11-16T12:17:23.986 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:23 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:23.729+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6830 osd.3 since back 2023-11-16T12:16:57.237902+0000 front 2023-11-16T12:16:57.237894+0000 (oldest deadline 2023-11-16T12:17:20.137793+0000) 2023-11-16T12:17:24.990 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:24 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:24.702+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:32.634644+0000 front 2023-11-16T12:16:32.634585+0000 (oldest deadline 2023-11-16T12:16:59.035333+0000) 2023-11-16T12:17:24.990 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:24 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:24.702+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6814 osd.1 since back 2023-11-16T12:16:39.035885+0000 front 2023-11-16T12:16:39.035852+0000 (oldest deadline 2023-11-16T12:17:04.935809+0000) 2023-11-16T12:17:24.990 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:24 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:24.702+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6822 osd.2 since back 2023-11-16T12:16:50.836993+0000 front 2023-11-16T12:16:50.837009+0000 (oldest deadline 2023-11-16T12:17:14.336767+0000) 2023-11-16T12:17:24.990 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:24 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:24.702+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6830 osd.3 since back 2023-11-16T12:16:57.237902+0000 front 2023-11-16T12:16:57.237894+0000 (oldest deadline 2023-11-16T12:17:20.137793+0000) 2023-11-16T12:17:25.986 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:25 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:25.693+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6806 osd.0 since back 2023-11-16T12:16:32.634644+0000 front 2023-11-16T12:16:32.634585+0000 (oldest deadline 2023-11-16T12:16:59.035333+0000) 2023-11-16T12:17:25.986 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:25 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:25.693+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6814 osd.1 since back 2023-11-16T12:16:39.035885+0000 front 2023-11-16T12:16:39.035852+0000 (oldest deadline 2023-11-16T12:17:04.935809+0000) 2023-11-16T12:17:25.986 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:25 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:25.693+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6822 osd.2 since back 2023-11-16T12:16:50.836993+0000 front 2023-11-16T12:16:50.837009+0000 (oldest deadline 2023-11-16T12:17:14.336767+0000) 2023-11-16T12:17:25.986 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:25 smithi140 ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7[125754]: 2023-11-16T12:17:25.693+0000 7f89444f6700 -1 osd.7 67 heartbeat_check: no reply from 172.21.15.103:6830 osd.3 since back 2023-11-16T12:16:57.237902+0000 front 2023-11-16T12:16:57.237894+0000 (oldest deadline 2023-11-16T12:17:20.137793+0000) 2023-11-16T12:17:27.177 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:26 smithi140 bash[136408]: ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd-7 2023-11-16T12:17:27.177 INFO:journalctl@ceph.osd.7.smithi140.stdout:Nov 16 12:17:26 smithi140 bash[136459]: Error: no container with name or ID "ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7-osd.7" found: no such container 2023-11-16T12:17:27.873 DEBUG:teuthology.orchestra.run.smithi140:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ed0a1724-8476-11ee-8dbe-212e2dc638e7@osd.7.service' 2023-11-16T12:17:27.913 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-16T12:17:27.913 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-11-16T12:17:27.914 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 --force --keep-logs 2023-11-16T12:17:50.157 DEBUG:teuthology.orchestra.run.smithi140:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 --force --keep-logs 2023-11-16T12:18:05.737 DEBUG:teuthology.orchestra.run.smithi103:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-16T12:18:12.380 DEBUG:teuthology.orchestra.run.smithi140:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-16T12:18:12.424 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-16T12:18:12.431 DEBUG:teuthology.misc:Transferring archived files from smithi103:/var/lib/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460513/remote/smithi103/crash 2023-11-16T12:18:12.432 DEBUG:teuthology.orchestra.run.smithi103:> sudo tar c -f - -C /var/lib/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-16T12:18:12.487 INFO:teuthology.orchestra.run.smithi103.stderr:tar: /var/lib/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-16T12:18:12.487 INFO:teuthology.orchestra.run.smithi103.stderr:tar: Error is not recoverable: exiting now 2023-11-16T12:18:12.489 DEBUG:teuthology.misc:Transferring archived files from smithi140:/var/lib/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460513/remote/smithi140/crash 2023-11-16T12:18:12.490 DEBUG:teuthology.orchestra.run.smithi140:> sudo tar c -f - -C /var/lib/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-16T12:18:12.543 INFO:teuthology.orchestra.run.smithi140.stderr:tar: /var/lib/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-16T12:18:12.543 INFO:teuthology.orchestra.run.smithi140.stderr:tar: Error is not recoverable: exiting now 2023-11-16T12:18:12.544 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-16T12:18:12.545 DEBUG:teuthology.orchestra.run.smithi103:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-16T12:18:12.576 INFO:teuthology.orchestra.run.smithi103.stderr:grep: /var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph.log: No such file or directory 2023-11-16T12:18:12.577 INFO:tasks.cephadm:Compressing logs... 2023-11-16T12:18:12.577 DEBUG:teuthology.orchestra.run.smithi103:> 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 -- 2023-11-16T12:18:12.619 DEBUG:teuthology.orchestra.run.smithi140:> 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 -- 2023-11-16T12:18:12.647 INFO:teuthology.orchestra.run.smithi103.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-16T12:18:12.647 INFO:teuthology.orchestra.run.smithi103.stderr:: No such file or directory 2023-11-16T12:18:12.647 INFO:teuthology.orchestra.run.smithi103.stderr:gzip -5 --verbose -- /var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-mon.smithi103.log 2023-11-16T12:18:12.648 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-volume.log 2023-11-16T12:18:12.648 INFO:teuthology.orchestra.run.smithi103.stderr:gzip -5 --verbose -- /var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-osd.2.log 2023-11-16T12:18:12.648 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-mon.smithi103.log: gzip -5 --verbose -- /var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-osd.3.log 2023-11-16T12:18:12.649 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-volume.log: /var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-osd.0.log 2023-11-16T12:18:12.650 INFO:teuthology.orchestra.run.smithi140.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-16T12:18:12.650 INFO:teuthology.orchestra.run.smithi140.stderr:: No such file or directory 2023-11-16T12:18:12.651 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-osd.3.log: /var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi103.lplguk.log 2023-11-16T12:18:12.652 INFO:teuthology.orchestra.run.smithi140.stderr:gzip -5 --verbose -- /var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi140.xexnxk.log 2023-11-16T12:18:12.652 INFO:teuthology.orchestra.run.smithi140.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-osd.6.log 2023-11-16T12:18:12.652 INFO:teuthology.orchestra.run.smithi140.stderr:gzip -5 --verbose -- /var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-volume.log 2023-11-16T12:18:12.652 INFO:teuthology.orchestra.run.smithi140.stderr:/var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi140.xexnxk.log: /var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-mon.smithi140.log 2023-11-16T12:18:12.653 INFO:teuthology.orchestra.run.smithi140.stderr:/var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-osd.7.log 2023-11-16T12:18:12.654 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi103.lplguk.log: 90.9% -- replaced with /var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-volume.log.gz 2023-11-16T12:18:12.654 INFO:teuthology.orchestra.run.smithi103.stderr:gzip -5 --verbose -- /var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-mds.foofs.smithi103.ssgfis.log 2023-11-16T12:18:12.654 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-mds.foofs.smithi103.ssgfis.log: 79.2% -- replaced with /var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-mds.foofs.smithi103.ssgfis.log.gz 2023-11-16T12:18:12.654 INFO:teuthology.orchestra.run.smithi103.stderr:gzip -5 --verbose -- /var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-osd.1.log 2023-11-16T12:18:12.655 INFO:teuthology.orchestra.run.smithi140.stderr:/var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-mon.smithi140.log: /var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-mds.foofs.smithi140.eneygm.log 2023-11-16T12:18:12.656 INFO:teuthology.orchestra.run.smithi140.stderr:/var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-mds.foofs.smithi140.eneygm.log: 63.4% -- replaced with /var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-mds.foofs.smithi140.eneygm.log.gz 2023-11-16T12:18:12.657 INFO:teuthology.orchestra.run.smithi140.stderr:gzip -5 --verbose -- /var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-osd.4.log 2023-11-16T12:18:12.657 INFO:teuthology.orchestra.run.smithi140.stderr: 89.8% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-16T12:18:12.657 INFO:teuthology.orchestra.run.smithi103.stderr:/var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-osd.1.log: 90.6% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-16T12:18:12.658 INFO:teuthology.orchestra.run.smithi140.stderr:/var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-osd.5.log 2023-11-16T12:18:12.658 INFO:teuthology.orchestra.run.smithi140.stderr:/var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-osd.5.log: 91.1% -- replaced with /var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-volume.log.gz 2023-11-16T12:18:12.760 INFO:teuthology.orchestra.run.smithi103.stderr: 88.8% -- replaced with /var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi103.lplguk.log.gz 2023-11-16T12:18:12.982 INFO:teuthology.orchestra.run.smithi140.stderr: 90.2% -- replaced with /var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi140.xexnxk.log.gz 2023-11-16T12:18:13.040 INFO:teuthology.orchestra.run.smithi140.stderr: 92.3% -- replaced with /var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-mon.smithi140.log.gz 2023-11-16T12:18:14.128 INFO:teuthology.orchestra.run.smithi103.stderr: 91.6% -- replaced with /var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-mon.smithi103.log.gz 2023-11-16T12:18:20.433 INFO:teuthology.orchestra.run.smithi103.stderr: 94.5% -- replaced with /var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-osd.2.log.gz 2023-11-16T12:18:21.922 INFO:teuthology.orchestra.run.smithi140.stderr: 94.0% -- replaced with /var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-osd.4.log.gz 2023-11-16T12:18:23.731 INFO:teuthology.orchestra.run.smithi140.stderr: 94.3% -- replaced with /var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-osd.6.log.gz 2023-11-16T12:18:24.790 INFO:teuthology.orchestra.run.smithi103.stderr: 94.1% -- replaced with /var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-osd.0.log.gz 2023-11-16T12:18:25.034 INFO:teuthology.orchestra.run.smithi103.stderr: 94.3% -- replaced with /var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-osd.1.log.gz 2023-11-16T12:18:25.568 INFO:teuthology.orchestra.run.smithi103.stderr: 94.1% -- replaced with /var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-osd.3.log.gz 2023-11-16T12:18:25.570 INFO:teuthology.orchestra.run.smithi103.stderr: 2023-11-16T12:18:25.571 INFO:teuthology.orchestra.run.smithi103.stderr:real 0m12.935s 2023-11-16T12:18:25.571 INFO:teuthology.orchestra.run.smithi103.stderr:user 0m44.975s 2023-11-16T12:18:25.571 INFO:teuthology.orchestra.run.smithi103.stderr:sys 0m1.812s 2023-11-16T12:18:27.862 INFO:teuthology.orchestra.run.smithi140.stderr: 94.2% -- replaced with /var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-osd.5.log.gz 2023-11-16T12:18:31.517 INFO:teuthology.orchestra.run.smithi140.stderr: 94.2% -- replaced with /var/log/ceph/ed0a1724-8476-11ee-8dbe-212e2dc638e7/ceph-osd.7.log.gz 2023-11-16T12:18:31.519 INFO:teuthology.orchestra.run.smithi140.stderr: 2023-11-16T12:18:31.519 INFO:teuthology.orchestra.run.smithi140.stderr:real 0m18.879s 2023-11-16T12:18:31.520 INFO:teuthology.orchestra.run.smithi140.stderr:user 0m52.721s 2023-11-16T12:18:31.520 INFO:teuthology.orchestra.run.smithi140.stderr:sys 0m2.153s 2023-11-16T12:18:31.520 INFO:tasks.cephadm:Archiving logs... 2023-11-16T12:18:31.521 DEBUG:teuthology.misc:Transferring archived files from smithi103:/var/log/ceph to /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460513/remote/smithi103/log 2023-11-16T12:18:31.523 DEBUG:teuthology.orchestra.run.smithi103:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-16T12:18:38.653 DEBUG:teuthology.misc:Transferring archived files from smithi140:/var/log/ceph to /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460513/remote/smithi140/log 2023-11-16T12:18:38.654 DEBUG:teuthology.orchestra.run.smithi140:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-16T12:18:47.557 INFO:tasks.cephadm:Removing cluster... 2023-11-16T12:18:47.557 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 --force 2023-11-16T12:18:47.989 DEBUG:teuthology.orchestra.run.smithi140:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 --force 2023-11-16T12:18:48.391 INFO:tasks.cephadm:Removing cephadm ... 2023-11-16T12:18:48.391 DEBUG:teuthology.orchestra.run.smithi103:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-16T12:18:48.411 DEBUG:teuthology.orchestra.run.smithi140:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-16T12:18:48.429 INFO:tasks.cephadm:Teardown complete 2023-11-16T12:18:48.430 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-16T12:18:48.446 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-16T12:18:48.447 DEBUG:teuthology.orchestra.run.smithi103:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-16T12:18:48.453 DEBUG:teuthology.orchestra.run.smithi140:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-16T12:18:48.467 INFO:teuthology.orchestra.run.smithi103.stderr:bash: ntpq: command not found 2023-11-16T12:18:48.471 INFO:teuthology.orchestra.run.smithi103.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-16T12:18:48.472 INFO:teuthology.orchestra.run.smithi103.stdout:=============================================================================== 2023-11-16T12:18:48.472 INFO:teuthology.orchestra.run.smithi103.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 37 +1453us[+1453us] +/- 91ms 2023-11-16T12:18:48.472 INFO:teuthology.orchestra.run.smithi103.stdout:^* hv02.front.sepia.ceph.com 3 6 377 37 +50us[ +46us] +/- 57ms 2023-11-16T12:18:48.473 INFO:teuthology.orchestra.run.smithi103.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 40 -1038us[-1042us] +/- 64ms 2023-11-16T12:18:48.473 INFO:teuthology.orchestra.run.smithi103.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T12:18:48.486 INFO:teuthology.orchestra.run.smithi140.stderr:bash: ntpq: command not found 2023-11-16T12:18:48.491 INFO:teuthology.orchestra.run.smithi140.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-16T12:18:48.491 INFO:teuthology.orchestra.run.smithi140.stdout:=============================================================================== 2023-11-16T12:18:48.492 INFO:teuthology.orchestra.run.smithi140.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 38 +1473us[+1473us] +/- 91ms 2023-11-16T12:18:48.492 INFO:teuthology.orchestra.run.smithi140.stdout:^* hv02.front.sepia.ceph.com 3 6 377 39 +71us[ +74us] +/- 57ms 2023-11-16T12:18:48.492 INFO:teuthology.orchestra.run.smithi140.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 104 -1043us[-1019us] +/- 63ms 2023-11-16T12:18:48.493 INFO:teuthology.orchestra.run.smithi140.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T12:18:48.494 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-16T12:18:48.506 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-16T12:18:48.506 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-16T12:18:48.516 DEBUG:teuthology.orchestra.run.smithi103:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-11-16T12:18:48.611 DEBUG:teuthology.orchestra.run.smithi140:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-11-16T12:18:48.705 DEBUG:teuthology.orchestra.run.smithi103:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-16T12:18:48.738 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:18:48.738 DEBUG:teuthology.orchestra.run.smithi140:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-16T12:18:48.770 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:18:48.771 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-16T12:18:48.781 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-16T12:18:48.790 INFO:teuthology.task.internal:Duration was 2123.276430 seconds 2023-11-16T12:18:48.791 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-16T12:18:48.801 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-16T12:18:48.802 DEBUG:teuthology.orchestra.run.smithi103:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-16T12:18:48.811 DEBUG:teuthology.orchestra.run.smithi140:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-16T12:18:48.849 INFO:teuthology.orchestra.run.smithi103.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-16T12:18:48.859 INFO:teuthology.orchestra.run.smithi140.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-16T12:18:49.192 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-16T12:18:49.193 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi103.front.sepia.ceph.com 2023-11-16T12:18:49.193 DEBUG:teuthology.orchestra.run.smithi103:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-16T12:18:49.259 INFO:teuthology.orchestra.run.smithi103.stdout:2023-11-16T12:14:08.404311+00:00 smithi103 kernel: rcu: INFO: rcu_sched self-detected stall on CPU 2023-11-16T12:18:49.261 ERROR:teuthology.task.internal.syslog:Error in syslog on ubuntu@smithi103.front.sepia.ceph.com: 2023-11-16T12:14:08.404311+00:00 smithi103 kernel: rcu: INFO: rcu_sched self-detected stall on CPU 2023-11-16T12:18:49.264 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi140.front.sepia.ceph.com 2023-11-16T12:18:49.265 DEBUG:teuthology.orchestra.run.smithi140:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-16T12:18:49.293 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-16T12:18:49.293 DEBUG:teuthology.orchestra.run.smithi103:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-16T12:18:49.302 DEBUG:teuthology.orchestra.run.smithi140:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-16T12:18:49.383 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-16T12:18:49.383 DEBUG:teuthology.orchestra.run.smithi103:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-16T12:18:49.386 DEBUG:teuthology.orchestra.run.smithi140:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-16T12:18:57.989 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-16T12:18:58.002 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-16T12:18:58.002 DEBUG:teuthology.orchestra.run.smithi103:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-16T12:18:58.034 DEBUG:teuthology.orchestra.run.smithi140:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-16T12:18:58.072 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-16T12:18:58.083 DEBUG:teuthology.orchestra.run.smithi103:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-16T12:18:58.085 DEBUG:teuthology.orchestra.run.smithi140:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-16T12:18:58.110 INFO:teuthology.orchestra.run.smithi103.stdout:kernel.core_pattern = core 2023-11-16T12:18:58.146 INFO:teuthology.orchestra.run.smithi140.stdout:kernel.core_pattern = core 2023-11-16T12:18:58.247 DEBUG:teuthology.orchestra.run.smithi103:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-16T12:18:58.264 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:18:58.265 DEBUG:teuthology.orchestra.run.smithi140:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-16T12:18:58.307 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T12:18:58.307 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-16T12:18:58.319 INFO:teuthology.task.internal:Transferring archived files... 2023-11-16T12:18:58.320 DEBUG:teuthology.misc:Transferring archived files from smithi103:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460513/remote/smithi103 2023-11-16T12:18:58.320 DEBUG:teuthology.orchestra.run.smithi103:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-16T12:18:58.447 DEBUG:teuthology.misc:Transferring archived files from smithi140:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460513/remote/smithi140 2023-11-16T12:18:58.448 DEBUG:teuthology.orchestra.run.smithi140:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-16T12:18:58.501 INFO:teuthology.task.internal:Removing archive directory... 2023-11-16T12:18:58.502 DEBUG:teuthology.orchestra.run.smithi103:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-16T12:18:58.515 DEBUG:teuthology.orchestra.run.smithi140:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-16T12:18:58.550 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-16T12:18:58.563 INFO:teuthology.task.internal:Not uploading archives. 2023-11-16T12:18:58.564 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-16T12:18:58.575 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-16T12:18:58.575 DEBUG:teuthology.orchestra.run.smithi103:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-16T12:18:58.582 DEBUG:teuthology.orchestra.run.smithi140:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-16T12:18:58.595 INFO:teuthology.orchestra.run.smithi103.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 16 12:18 /home/ubuntu/cephtest 2023-11-16T12:18:58.613 INFO:teuthology.orchestra.run.smithi140.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 16 12:18 /home/ubuntu/cephtest 2023-11-16T12:18:58.614 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-16T12:18:58.629 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-16T12:18:58.662 INFO:teuthology.nuke:Checking targets against current locks 2023-11-16T12:18:58.696 DEBUG:teuthology.nuke:shortname: smithi103 2023-11-16T12:18:58.697 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-16T12:18:58.726 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi103.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460513', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-16 11:33:12.775635', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEJkGGTZ9251DWpALST69JYpDGm3Plkawtgo3Egb1RrMm7UDj34sxv8i5qscrvhKdOgwzx6/vxYkufu6xiLNtSM='} 2023-11-16T12:18:58.730 DEBUG:teuthology.nuke:shortname: smithi140 2023-11-16T12:18:58.730 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-16T12:18:58.764 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi140.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-16_11:32:14-orch:cephadm-wip-adk-testing-2023-11-16-0243-distro-default-smithi/7460513', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-16 11:33:12.777057', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFsgPpb0rHnMNBCEwY1X8FK6CQGYv5zjfmcBgHCbY0rBOJBrcmtOpfEUhr5ZpWW0juynor6olCnOZHUCLAHsqKI='} 2023-11-16T12:18:58.827 INFO:teuthology.orchestra.console.smithi103:Power off 2023-11-16T12:18:58.828 DEBUG:teuthology.orchestra.console.smithi103:pexpect command: ipmitool -H smithi103.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-16T12:18:58.879 DEBUG:teuthology.orchestra.console.smithi103:power off output: Chassis Power Control: Down/Off 2023-11-16T12:18:58.880 DEBUG:teuthology.orchestra.console.smithi103:pexpect command: ipmitool -H smithi103.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:18:58.920 INFO:teuthology.orchestra.console.smithi140:Power off 2023-11-16T12:18:58.920 DEBUG:teuthology.orchestra.console.smithi140:pexpect command: ipmitool -H smithi140.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-16T12:18:58.938 DEBUG:teuthology.orchestra.console.smithi103:check power output: Chassis Power is on 2023-11-16T12:18:58.955 DEBUG:teuthology.orchestra.console.smithi140:power off output: Chassis Power Control: Down/Off 2023-11-16T12:18:58.955 DEBUG:teuthology.orchestra.console.smithi140:pexpect command: ipmitool -H smithi140.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:18:58.995 DEBUG:teuthology.orchestra.console.smithi140:check power output: Chassis Power is on 2023-11-16T12:19:02.938 DEBUG:teuthology.orchestra.console.smithi103:pexpect command: ipmitool -H smithi103.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:19:02.996 DEBUG:teuthology.orchestra.console.smithi140:pexpect command: ipmitool -H smithi140.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:19:03.056 DEBUG:teuthology.orchestra.console.smithi103:check power output: Chassis Power is on 2023-11-16T12:19:03.117 DEBUG:teuthology.orchestra.console.smithi140:check power output: Chassis Power is on 2023-11-16T12:19:07.059 DEBUG:teuthology.orchestra.console.smithi103:pexpect command: ipmitool -H smithi103.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:19:07.118 DEBUG:teuthology.orchestra.console.smithi140:pexpect command: ipmitool -H smithi140.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:19:07.172 DEBUG:teuthology.orchestra.console.smithi103:check power output: Chassis Power is off 2023-11-16T12:19:07.234 DEBUG:teuthology.orchestra.console.smithi140:check power output: Chassis Power is on 2023-11-16T12:19:07.273 INFO:teuthology.orchestra.console.smithi103:Power off completed 2023-11-16T12:19:11.239 DEBUG:teuthology.orchestra.console.smithi140:pexpect command: ipmitool -H smithi140.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T12:19:11.360 DEBUG:teuthology.orchestra.console.smithi140:check power output: Chassis Power is off 2023-11-16T12:19:11.461 INFO:teuthology.orchestra.console.smithi140:Power off completed 2023-11-16T12:19:11.566 INFO:teuthology.run:Summary data: description: orch:cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} duration: 2123.2764303684235 failure_reason: 'Command failed on smithi103 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ed0a1724-8476-11ee-8dbe-212e2dc638e7 -e sha1=50bc6740f385afe4f36770e739358479a73d8add -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=1bdc1cb3078c4838b98ab09a6881d28b status: fail success: false 2023-11-16T12:19:11.567 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-16T12:19:11.652 INFO:teuthology.run:FAIL